@charset "utf-8";
/* CSS Document */

/*lyIdx_Banner 开始 */
/**banner start**/
.lyIdx_Banner {
  width: 100%;
  height: 920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.lyIdx_Banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lyIdx_Banner .swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyIdx_Banner .swiper .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.lyIdx_Banner .swiper .swiper-slide .video .v_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, .8)));
  background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: -ms-radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
  background: radial-gradient(circle, rgba(0, 0, 0, 0.01), rgba(0, 0, 0, .8));
}

.lyIdx_Banner .swiper .swiper-slide .video video,
.lyIdx_Banner .swiper .swiper-slide .video source {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lyIdx_Banner .swiper .swiper-slide .b_txt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 6;
  font-size: 72px;
  color: #fff;
  letter-spacing: 10px;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.lyIdx_Banner .swiper .swiper-slide img {
  display: block;
  width: 1920px;
  height: 920px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*分页器*/
.lyIdx_Banner .box {
  margin: 0 auto;
  position: relative;
}

.lyIdx_Banner .swiper .swiper-pagination {
  width: 60%;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  left: 0;
  bottom: 30px !important;
  text-align: left;
  color: #595959;
  font-size: 0;
  float: left;
}

.lyIdx_Banner .swiper .swiper-pagination span {
  line-height: 30px;
  font-family: "BEBAS";
  font-size: 18px;
  color: #fff;
  float: left;
}

.lyIdx_Banner .swiper .swiper-pagination span:nth-of-type(2) {
  font-size: 24px;
  margin-right: 130px;
  position: relative;
}

.lyIdx_Banner .swiper .swiper-pagination span:nth-of-type(2):after {
  content: "";
  display: block;
  width: 96px;
  height: 1px;
  background: rgba(255, 255, 255, .35);
  position: absolute;
  top: 50%;
  left: 25px;
  display: none;
}

.lyIdx_Banner .swiper .swiper-pagination span:nth-of-type(2):before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #ff6b03;
  position: absolute;
  top: 50%;
  left: 25px;
  z-index: 2;
  display: none;
}

.lyIdx_Banner .swiper-scrollbar {
  width: 96px;
  height: 1px;
  background: rgba(255, 255, 255, .35);
  border-radius: 0;
  bottom: 45px;
  left: 35px;
  z-index: 50;
}

.lyIdx_Banner .swiper-scrollbar-drag {
  background: #ff6b03;
}

.lyIdx_Banner .swiper .swiper-button-prev:after,
.lyIdx_Banner .swiper .swiper-rtl .swiper-button-next:after {
  display: none;
}

.lyIdx_Banner .swiper .swiper-button-next:after,
.lyIdx_Banner .swiper .swiper-rtl .swiper-button-prev:after {
  display: none;
}

.lyIdx_Banner .swiper-button-prev,
.lyIdx_Banner .swiper-button-next {
  bottom: 40px;
  width: 76px;
  height: 32px;
  right: 100px;
  left: auto;
  top: auto;
  border-radius: 0 15px 0 15px;
  z-index: 99;
}

.lyIdx_Banner .swiper-button-next {
  right: 0;
  background: #fff url(../images/arrowIco_right02.png) center no-repeat;
}

.lyIdx_Banner .swiper-button-prev {
  background: #fff url(../images/arrowIco_left02.png) center no-repeat;
}

.lyIdx_Banner .swiper-button-next:hover {
  background: #ff6b03 url(../images/arrowIco_right2.png) center no-repeat;
}

.lyIdx_Banner .swiper-button-prev:hover {
  background: #ff6b03 url(../images/arrowIco_left2.png) center no-repeat;
}

@media (max-width:1680px) {
  .lyIdx_Banner {
    height: 805px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1680px;
    height: 805px;
  }
}

@media (max-width:1600px) {
  .lyIdx_Banner {
    height: 767px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1600px;
    height: 767px;
  }
}

@media (max-width:1560px) {
  .lyIdx_Banner {
    height: 748px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1560px;
    height: 748px;
  }
}

@media (max-width:1440px) {
  .lyIdx_Banner {
    height: 690px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1440px;
    height: 690px;
  }
}

@media (max-width:1366px) {
  .lyIdx_Banner {
    height: 655px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1366px;
    height: 655px;
  }
}

@media (max-width:1280px) {
  .lyIdx_Banner {
    height: 613px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1280px;
    height: 613px;
  }
}

@media (max-width:1200px) {
  .lyIdx_Banner {
    height: 575px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1200px;
    height: 575px;
  }
}

@media (max-width:1080px) {
  .lyIdx_Banner {
    height: 518px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1080px;
    height: 518px;
  }

  .lyIdx_Banner .swiper-button-prev,
  .lyIdx_Banner .swiper-button-next {
    border-radius: 0 10px;
  }
}

@media (max-width:1024px) {
  .lyIdx_Banner {
    height: 491px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 1024px;
    height: 491px;
  }
}

@media (max-width:920px) {
  .lyIdx_Banner {
    height: 441px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 920px;
    height: 441px;
  }
}

@media (max-width:820px) {
  .lyIdx_Banner {
    height: 393px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 820px;
    height: 393px;
  }
}

@media (max-width:767px) {
  .lyIdx_Banner {
    height: 320px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 668px;
    height: 320px;
  }

  .lyIdx_Banner .swiper-button-prev,
  .lyIdx_Banner .swiper-button-next {
    bottom: 12px;
    width: 60px;
    height: 30px;
    right: 70px;
  }

  .lyIdx_Banner .swiper-button-next {
    right: 0;
  }

  .lyIdx_Banner .swiper .swiper-pagination,
  .lyIdx_Banner .swiper-scrollbar {
    display: none;
  }
}

@media (max-width:640px) {
  .lyIdx_Banner {
    height: 280px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 584px;
    height: 280px;
  }
}

@media (max-width:390px) {
  .lyIdx_Banner {
    height: 250px;
  }

  .lyIdx_Banner .swiper .swiper-slide img {
    width: 522px;
    height: 250px;
  }
}

@media (max-width:320px) {}

/*lyIdx_Banner 结束*/

/*Service_items 开始*/
.Service_items {
  width: 100%;
  background: url(../images/Service_bg.png) no-repeat top center;
  background-size: cover;
  overflow: hidden;
  padding: 120px 0 80px;
}

.Service_items .Service_items_main {
  margin: 0 auto;
}

.Service_items .Service_items_tit {
  position: relative;
}

.Service_items .Service_items_tit .l {
  float: left;
}

.Service_items .Service_items_tit span {
  font-size: 24px;
  font-weight: lighter;
  color: #ff6b03;
  display: block;
  margin-bottom: 5px;
}

.Service_items .Service_items_tit p {
  font-size: 48px;
  color: #222;
  position: relative;
  z-index: 2;
}

.Service_items .Service_items_tit .r {
  font-size: 150px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #e6e9f3;
  position: absolute;
  right: 0;
  top: -66px;
  z-index: 1;
  background: url(../images/ico1.png) no-repeat top right;
  font-weight: bold;
}

.Service_items .Service_items_qhtit {
  margin: 60px auto;
}

.Service_items .Service_items_qhtit span {
  display: block;
  width: 23.5%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: rgba(255, 255, 255, .55);
  color: #25211f;
  font-size: 28px;
  margin-right: 2%;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 0 15px 0 15px;
  float: left;
}

.Service_items .Service_items_qhtit span:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 8px;
  background: #fff;
  margin-right: 15px;
  margin-bottom: 7px;
  opacity: 0;
  border-radius: 50px;
  transition: all .4s ease;
  vertical-align: middle;
}

.Service_items .Service_items_qhtit span:nth-child(4) {
  margin-right: 0;
}

.Service_items .Service_items_qhtit span:hover {
  color: #fff;
  background: #ff710a;
}

.Service_items .Service_items_qhtit span:hover:before {
  opacity: 1;
  width: 8px;
}

.Service_items .Service_items_qhtit span.on {
  color: #fff;
  background: #ff710a;
  border: 1px solid #ff710a;
}

.Service_items .Service_items_qhtit span.on:before {
  opacity: 1;
  width: 8px;
}

.Service_items .Service_items_con .Service_items_c {
  display: none;
  background: rgba(255, 255, 255, .55);
  border: 1px solid #fff;
  border-left: 0;
  border-radius: 0 30px;
  height: 488px;
}

.Service_items .Service_items_con .Service_items_c.on {
  display: block;
}

.Service_items_c .Service_items_c_l {
  width: 408px;
  float: left;
  border-radius: 0 30px;
  height: 488px;
  background: url(../images/Service_img01.png) no-repeat center bottom;
  padding: 60px 0 0 50px;
  margin-top: -1px;
}

.Service_items_c .Service_items_c_l1 {
  width: 408px;
  float: left;
  border-radius: 0 30px;
  height: 488px;
  background: url(../images/Service_img02.png) no-repeat center bottom;
  padding: 60px 0 0 50px;
  margin-top: -1px;
}

.Service_items_c .Service_items_c_l b {
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  margin-bottom: 15px;
  display: block;
}

.Service_items_c .Service_items_c_l ul li {
  float: left;
  margin-right: 20px;
}

.Service_items_c .Service_items_c_l ul li a {
  display: block;
  font-size: 18px;
  color: rgba(255, 255, 255, .65);
}

.Service_items_c .Service_items_c_r {
  width: calc(100% - 408px);
  float: right;
  padding: 40px 60px;
  height: 488px;
}

.Service_items_c .Service_items_c_r ul li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #e8ebf6;
}

.Service_items_c .Service_items_c_r ul li:nth-child(1) {
  padding: 0 40px 40px 40px;
  border-right: 1px solid #e8ebf6;
}

.Service_items_c .Service_items_c_r ul li:nth-child(2) {
  padding: 0 40px 40px 40px;
}

.Service_items_c .Service_items_c_r ul li:nth-child(3) {
  padding: 40px 40px 0 40px;
  border-right: 1px solid #e8ebf6;
  border-bottom: 0;
}

.Service_items_c .Service_items_c_r ul li:nth-child(4) {
  padding: 40px 40px 0 40px;
  border-bottom: 0;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_img {
  width: 68px;
  height: 68px;
  float: left;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_img img {
  max-height: 100%;
  max-width: 100%;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_text {
  width: calc(100% - 100px);
  float: right;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_text a.Service_items_c_r_name {
  font-size: 24px;
  color: #222;
  font-weight: normal;
  display: block;
}

.Service_items_c .Service_items_c_r ul li:hover .Service_items_c_r_text a.Service_items_c_r_name {
  color: #ff6b03;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_text p {
  font-size: 16px;
  font-weight: lighter;
  color: #999;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 52px;
  margin: 10px 0 35px;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_text .Service_items_c_r_btn {
  font-size: 18px;
  font-weight: lighter;
  color: #999;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_text .Service_items_c_r_btn:hover {
  color: #ff6b03;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_text .Service_items_c_r_btn img {
  display: inline-block;
  margin: -2px 0 0 8px;
}

.Service_items_c .Service_items_c_r ul li .Service_items_c_r_text .Service_items_c_r_btn:hover img {
  margin: -2px 0 0 18px;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {
  .Service_items {
    padding: 100px 0 80px;
  }

  .Service_items .Service_items_qhtit {
    margin: 50px auto;
  }

  .Service_items .Service_items_tit span {
    font-size: 22px;
  }

  .Service_items .Service_items_tit p {
    font-size: 40px;
  }

  .Service_items .Service_items_tit .r {
    font-size: 130px;
    top: -52px;
  }

  .Service_items .Service_items_qhtit span {
    height: 72px;
    line-height: 70px;
    font-size: 24px;
  }

  .Service_items .Service_items_con .Service_items_c,
  .Service_items_c .Service_items_c_l,
  .Service_items_c .Service_items_c_r {
    height: 468px;
  }

  .Service_items_c .Service_items_c_l {
    width: 360px;
    padding: 40px 0 0 40px;
  }

  .Service_items_c .Service_items_c_l b {
    font-size: 26px;
  }

  .Service_items_c .Service_items_c_l ul li a {
    font-size: 16px;
  }

  .Service_items_c .Service_items_c_r {
    width: calc(100% - 360px);
    padding: 40px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text a.Service_items_c_r_name {
    font-size: 22px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text .Service_items_c_r_btn {
    font-size: 16px;
  }
}

@media (max-width:1560px) {
  .Service_items .Service_items_tit .r {
    font-size: 120px;
    top: -44px;
  }

  .Service_items .Service_items_tit p {
    font-size: 44px;
  }
}

@media (max-width:1440px) {
  .Service_items {
    padding: 80px 0 60px;
  }

  .Service_items .Service_items_tit span {
    font-size: 18px;
  }

  .Service_items .Service_items_tit p {
    font-size: 36px;
  }

  .Service_items .Service_items_tit .r {
    font-size: 100px;
    top: -40px;
    background-size: 90px;
  }

  .Service_items .Service_items_qhtit {
    margin: 40px auto;
  }

  .Service_items .Service_items_qhtit span {
    height: 64px;
    line-height: 62px;
    font-size: 22px;
  }

  .Service_items .Service_items_qhtit span::before {
    height: 6px;
  }

  .Service_items .Service_items_qhtit span.on::before {
    opacity: 1;
    width: 6px;
  }

  .Service_items .Service_items_con .Service_items_c,
  .Service_items_c .Service_items_c_l,
  .Service_items_c .Service_items_c_r {
    height: 458px;
  }

  .Service_items_c .Service_items_c_l {
    width: 340px;
  }

  .Service_items_c .Service_items_c_l b {
    font-size: 24px;
  }

  .Service_items_c .Service_items_c_l ul li {
    margin-right: 15px;
  }

  .Service_items_c .Service_items_c_l ul li a {
    font-size: 14px;
  }

  .Service_items_c .Service_items_c_r {
    width: calc(100% - 340px);
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text a.Service_items_c_r_name {
    font-size: 20px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text p {
    font-size: 14px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text .Service_items_c_r_btn {
    font-size: 14px;
  }

}

@media (max-width:1366px) {
  .Service_items {
    padding: 80px 0 60px;
  }

  .Service_items .Service_items_tit .r {
    font-size: 96px;
    top: -34px;
  }

  .Service_items .Service_items_con .Service_items_c,
  .Service_items_c .Service_items_c_l,
  .Service_items_c .Service_items_c_r {
    height: 418px;
  }

  .Service_items_c .Service_items_c_l {
    width: 320px;
    padding: 30px 0 0 30px;
  }

  .Service_items_c .Service_items_c_r {
    width: calc(100% - 320px);
    padding: 30px;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(1),
  .Service_items_c .Service_items_c_r ul li:nth-child(2) {
    padding: 0 30px 30px 30px;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(3),
  .Service_items_c .Service_items_c_r ul li:nth-child(4) {
    padding: 30px 30px 0 30px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text {
    width: calc(100% - 90px);
  }

}

@media (max-width:1280px) {
  .Service_items .Service_items_tit span {
    font-size: 16px;
  }

  .Service_items .Service_items_tit p {
    font-size: 32px;
  }

  .Service_items .Service_items_tit .r {
    font-size: 90px;
    top: -30px;
    background-size: 80px;
  }

  .Service_items .Service_items_qhtit span {
    height: 52px;
    line-height: 50px;
    font-size: 20px;
  }

  .Service_items .Service_items_con .Service_items_c,
  .Service_items_c .Service_items_c_l,
  .Service_items_c .Service_items_c_r {
    height: 408px;
  }

  .Service_items_c .Service_items_c_l {
    width: 300px;
    padding: 30px 0 0 30px;
  }

  .Service_items_c .Service_items_c_r {
    width: calc(100% - 300px);
    padding: 30px;
  }

  .Service_items_c .Service_items_c_l b {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text a.Service_items_c_r_name {
    font-size: 18px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text p {
    margin: 10px auto 30px;
  }
}

@media (max-width:1200px) {

  .Service_items .Service_items_tit span {
    font-size: 14px;
  }

  .Service_items .Service_items_tit p {
    font-size: 30px;
  }

  .Service_items .Service_items_tit .r {
    font-size: 84px;
    top: -28px;
    background-size: 70px;
  }

  .Service_items .Service_items_qhtit {
    margin: 30px auto;
  }

  .Service_items .Service_items_qhtit span {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
  }

  .Service_items_c .Service_items_c_r {
    padding: 30px;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(1),
  .Service_items_c .Service_items_c_r ul li:nth-child(2) {
    padding: 0 20px 20px 20px;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(3),
  .Service_items_c .Service_items_c_r ul li:nth-child(4) {
    padding: 20px 20px 0 20px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_img {
    width: 64px;
    height: 64px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text {
    width: calc(100% - 78px);
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    height: 72px;
    line-height: 24px;
    margin: 10px 0 20px;
  }
}

@media (max-width:1080px) {
  .Service_items {
    padding: 60px 0 40px;
  }

  .Service_items .Service_items_qhtit span {
    border-radius: 0 10px;
  }

  .Service_items .Service_items_con .Service_items_c {
    border-radius: 0 20px;
  }

  .Service_items_c .Service_items_c_l {
    width: 300px;
    padding: 20px 0 0 20px;
    border-radius: 0 20px;
  }

  .Service_items_c .Service_items_c_l b {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(1) {
    padding: 0 20px 20px 0;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(2) {
    padding: 0 0 20px 20px;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(3) {
    padding: 20px 20px 20px 0;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(4) {
    padding: 20px 0 0 20px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_img {
    width: 60px;
    height: 60px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text {
    width: calc(100% - 70px);
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .Service_items {
    padding: 40px 0;
  }

  .Service_items .Service_items_tit .r {
    font-size: 60px;
    top: -14px;
  }

  .Service_items .Service_items_tit p {
    font-size: 24px;
  }

  .Service_items .Service_items_qhtit {
    margin: 20px auto;
  }

  .Service_items .Service_items_qhtit span:before {
    margin-right: 10px;
  }

  .Service_items .Service_items_con .Service_items_c.on {
    height: auto;
  }

  .Service_items_c .Service_items_c_l {
    width: 100%;
    height: 360px;
    padding: 40px 50% 40px 40px;
    background: #ff710a url(../images/Service_img01.png) no-repeat bottom right;
  }

  .Service_items_c .Service_items_c_l b {
    font-size: 24px;
  }

  .Service_items_c .Service_items_c_l ul li a {
    font-size: 16px;
  }

  .Service_items_c .Service_items_c_r {
    width: 100%;
    padding: 10px 0;
    height: auto;
  }

  .Service_items_c .Service_items_c_r ul li {
    width: 100%;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(1) {
    padding: 30px;
    border-right: 0;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(2) {
    padding: 30px;
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(3) {
    padding: 30px;
    border-right: 0;
    border-bottom: 1px solid #e8ebf6
  }

  .Service_items_c .Service_items_c_r ul li:nth-child(4) {
    padding: 30px;
    border-bottom: 0;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text a.Service_items_c_r_name {
    font-size: 20px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text p {
    height: auto;
    max-height: 72px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text .Service_items_c_r_btn {
    font-size: 14px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .Service_items {
    padding: 100px 0 20px;
  }

  .Service_items .Service_items_tit .r {
    left: 0;
    right: inherit;
    font-size: 48px;
    top: -80px;
    padding-bottom: 20px;
  }

  .Service_items .Service_items_tit .l {
    margin-top: -10px;
  }

  .Service_items .Service_items_tit p {
    font-size: 22px;
  }

  .Service_items .Service_items_qhtit {
    margin: 20px auto 0;
  }

  .Service_items .Service_items_qhtit span:before {
    margin-bottom: 3px;
  }

  .Service_items .Service_items_qhtit span {
    width: 48%;
    margin: 0 4% 20px 0;
  }

  .Service_items .Service_items_qhtit span:nth-child(2n+2) {
    margin: 0 0 20px;
  }

  .Service_items_c .Service_items_c_l {
    width: 100%;
    padding: 30px 0 0 30px;
  }

  .Service_items_c .Service_items_c_l b {
    font-size: 20px;
  }

  .Service_items_c .Service_items_c_l ul li a {
    font-size: 15px;
  }

  .Service_items_c .Service_items_c_r ul li {
    padding: 20px !important;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text p {
    font-size: 13px;
    line-height: 23px;
    height: auto;
    display: block;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: inherit;
    text-overflow: inherit;
    word-break: inherit;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text a.Service_items_c_r_name {
    font-size: 18px;
  }

  .Service_items_c .Service_items_c_r {
    padding: 0;
  }

  .Service_items .Service_items_con .Service_items_c {
    height: auto;
  }
}

@media (max-width:450px) {
  .Service_items_c .Service_items_c_l {
    height: 420px;
  }
}

@media (max-width:390px) {
  .Service_items .Service_items_tit p {
    font-size: 20px;
  }

  .Service_items .Service_items_qhtit span {
    height: 44px;
    line-height: 42px;
    font-size: 16px;
  }

  .Service_items .Service_items_tit .r {
    font-size: 45px;
  }
}

@media (max-width:375px) {
  .Service_items_c .Service_items_c_l {
    height: 400px;
  }

  .Service_items .Service_items_tit .r {
    font-size: 42px;
  }

  .Service_items .Service_items_tit span {
    font-size: 16px;
  }

  .Service_items .Service_items_tit p {
    font-size: 20px;
  }

  .Service_items .Service_items_qhtit span {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }

  .Service_items_c .Service_items_c_r ul li .Service_items_c_r_text a.Service_items_c_r_name {
    font-size: 16px;
  }
}

@media (max-width:320px) {
  .Service_items .Service_items_tit .r {
    font-size: 38px;
    padding-bottom: 30px;
  }
}

/*Service_items 结束*/

/*Classic_Cases 开始*/
.Idx_tit {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.Idx_tit b {
  display: block;
  font-size: 48px;
  font-weight: normal;
  color: #fff;
  position: relative;
  z-index: 2;
}

.Idx_tit p {
  font-size: 90px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.08;
  margin-top: -103px;
  position: relative;
  z-index: 1;
  font-weight: bold;
}

.Idx_tit1 b {
  color: #222;
}

.Idx_tit1 p {
  -webkit-text-stroke: 1px #eceff6;
  opacity: 0.6;
}

.Idx_tit2 {
  text-align: left;
}

.Idx_tit3 {
  float: left;
  width: 40%;
}

.Idx_tit4 p {
  margin-top: -127px;
  opacity: 1;
}

.Classic_Cases {
  width: 100%;
  background: url(../images/ClassicCases_Bg.jpg) no-repeat left top;
  background-size: cover;
  padding: 80px 0 120px;
  overflow: hidden;
}

.Classic_Cases_main {
  margin: 0 auto;
}

.Classic_Cases .Classic_Cases_qhtit {
  margin: 0 auto 50px;
  text-align: center;
}

.Classic_Cases .Classic_Cases_qhtit span {
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .45);
  color: rgba(255, 255, 255, 45);
  font-size: 18px;
  font-weight: lighter;
  margin-right: 40px;
  cursor: pointer;
  border-radius: 0 15px;
}

.Classic_Cases .Classic_Cases_qhtit span:nth-child(3) {
  margin-right: 0;
}

.Classic_Cases .Classic_Cases_qhtit span:hover {
  color: #fff;
  background: #ff710a;
  border: 1px solid #ff710a;
}

.Classic_Cases .Classic_Cases_qhtit span.on {
  color: #fff;
  background: #ff710a;
  border: 1px solid #ff710a;
}

.Classic_Cases .Classic_Cases_c {
  display: none;
}

.Classic_Cases .Classic_Cases_c.on {
  display: block;
}

.Classic_Cases_c ul li {
  width: 23.5%;
  height: auto;
  overflow: hidden;
  margin: 0 2% 35px 0;
  float: left;
  position: relative;
  border-radius: 0;
}

.Classic_Cases_c ul li:hover {
  border-radius: 0 30px;
}

.Classic_Cases_c ul li:first-child {
  width: 49%;
}

.Classic_Cases_c ul li:nth-child(3) {
  margin: 0 0 35px;
}

.Classic_Cases_c ul li:nth-child(7) {
  margin: 0 0 35px;
}

.Classic_Cases_c ul li .Classic_Cases_Img {
  width: 100%;
  height: 375px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.Classic_Cases_c ul li .Classic_Cases_Img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
}

.Classic_Cases_c ul li .Classic_Cases_Img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  margin: auto;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.Classic_Cases_c ul li:hover .Classic_Cases_Img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.Classic_Cases_c ul li .lyIdxCases_Mask {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to bottom, rgba(251, 116, 21, 1), rgba(246, 180, 97, 0.5));
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: 1;
}

.Classic_Cases_c ul li:hover .lyIdxCases_Mask {
  bottom: 0;
}

.Classic_Cases_c ul li .lyIdxCases_Mask .CasesMask_Con {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_Name {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #efefef;
  font-size: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  margin: 0 auto 25px;
}

.Classic_Cases_c ul li .lyIdxCases_Mask p {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: rgba(239, 239, 239, 0.75);
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  margin: 0 auto;
}

.Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_More {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  line-height: 52px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  margin: 40px auto 0;
  border: 3px solid #fff;
  border-radius: 0 15px 0 15px;
}

@media (max-width:1680px) {
  .lyIdx_Banner .swiper .swiper-slide .b_txt {
    font-size: 64px;
  }

  .Classic_Cases_c ul li .Classic_Cases_Img {
    height: 363px;
  }
}

@media (max-width:1600px) {
  .Idx_tit p {
    font-size: 72px;
    margin-top: -90px;
  }

  .Idx_tit b {
    font-size: 44px;
  }

  .Idx_tit4 p {
    font-size: 85px;
    margin-top: -115px;
  }

  .Classic_Cases_c ul li .Classic_Cases_Img {
    height: 346px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_Name {
    font-size: 26px;
    margin: 0 auto 12px;
  }
}

@media (max-width:1560px) {
  .lyIdx_Banner .swiper .swiper-slide .b_txt {
    font-size: 60px;
  }

  .Idx_tit b {
    font-size: 44px;
  }

  .Idx_tit p {
    font-size: 72px;
    margin-top: -85px;
  }

  .Idx_tit b {
    font-size: 40px;
  }

  .Classic_Cases_c ul li .Classic_Cases_Img {
    height: 337px;
  }
}

@media (max-width:1440px) {
  .lyIdx_Banner .swiper .swiper-slide .b_txt {
    font-size: 54px;
  }

  .Idx_tit b {
    font-size: 36px;
  }

  .Idx_tit p {
    font-size: 64px;
    margin-top: -76px;
  }

  .Classic_Cases {
    padding: 60px 0 100px;
  }

  .Classic_Cases_c ul li .Classic_Cases_Img {
    height: 318px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask .CasesMask_Con {
    padding: 20px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_Name {
    font-size: 24px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask p {
    font-size: 14px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_More {
    width: 50px;
    height: 50px;
    line-height: 42px;
    font-size: 32px;
    border: 2px solid #fff;
    border-radius: 0 10px 0 10px;
  }
}

@media (max-width:1366px) {
  .Idx_tit {
    margin-bottom: 20px;
  }

  .Idx_tit b {
    font-size: 32px;
  }

  .Idx_tit p {
    font-size: 56px;
    margin-top: -70px;
  }

  .Classic_Cases {
    padding: 60px 0 80px;
  }


  .Classic_Cases_c ul li {
    margin: 0 2% 30px 0;
  }

  .Classic_Cases_c ul li:nth-child(3) {
    margin: 0 0 30px;
  }

  .Classic_Cases_c ul li:nth-child(7) {
    margin: 0 0 30px;
  }

  .Classic_Cases_c ul li .Classic_Cases_Img {
    height: 302px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_Name {
    font-size: 22px;
    margin: 0 auto 8px;
  }

}

@media (max-width:1280px) {
  .lyIdx_Banner .swiper .swiper-slide .b_txt {
    font-size: 50px;
  }

  .Classic_Cases_c ul li:first-child {
    width: 100%;
  }

  .Classic_Cases_c ul li {
    width: 48.5%;
    margin: 0 3% 35px 0;
  }

  .Classic_Cases_c ul li:nth-child(5) {
    margin: 0 0 30px 0;
  }

  .Classic_Cases .Classic_Cases_qhtit span {
    width: 160px;
    height: 48px;
    line-height: 46px;
    font-size: 16px;
    margin-right: 30px;
  }

  .Classic_Cases .Classic_Cases_qhtit span:nth-child(3) {
    margin-right: 0;
  }
}

@media (max-width:1200px) {
  .Classic_Cases {
    padding: 60px 0 90px;
  }

  .Idx_tit b {
    font-size: 30px;
  }

  .Idx_tit p {
    font-size: 52px;
    margin-top: -64px;
  }

  .Idx_tit3 {
    width: 100%;
  }
}

@media (max-width:1080px) {
  .lyIdx_Banner .swiper .swiper-slide .b_txt {
    font-size: 44px;
    letter-spacing: 6px;
  }

  .Classic_Cases {
    padding: 40px 0 70px;
  }

  .Classic_Cases .Classic_Cases_qhtit span {
    border-radius: 0 10px;
  }

  .Classic_Cases_c ul li:hover {
    border-radius: 0 20px;
  }

}

@media (max-width:1024px) {
  .Classic_Cases {
    padding: 40px 0 60px;
  }

  .Idx_tit {
    margin-bottom: 10px;
  }
}

@media (max-width:920px) {
  .lyIdx_Banner .swiper .swiper-slide .b_txt {
    font-size: 40px;
    letter-spacing: 4px;
  }

  .Classic_Cases .Classic_Cases_qhtit {
    margin: 0 auto 30px;
  }

  .Classic_Cases .Classic_Cases_qhtit span {
    width: 32%;
    margin-right: 2%;
    font-size: 16px;
  }

  .Classic_Cases_c ul li {
    width: 48.5%;
    margin: 0 3% 30px 0;
  }

  .Classic_Cases_c ul li .Classic_Cases_Img {
    height: 330px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_Name {
    font-size: 24px;
    margin: 0 auto 15px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask p {
    font-size: 15px;
  }
}

@media (max-width:820px) {
  .Idx_tit b {
    font-size: 28px;
  }
}

@media (max-width:767px) {
  .lyIdx_Banner .swiper .swiper-slide .b_txt {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .Classic_Cases {
    padding: 30px 0 20px;
  }

  .Idx_tit {
    margin-bottom: 10px;
    float: inherit;
  }

  .Idx_tit p {
    font-size: 40px;
    margin-top: -46px;
  }

  .Idx_tit b {
    font-size: 22px;
  }

  .Idx_tit1 p {
    font-size: 30px;
    margin-top: -39px;
  }

  .Idx_tit4 p {
    font-size: 45px;
    margin-top: -60px;
  }

  .Classic_Cases .Classic_Cases_qhtit {
    margin: 0 auto 20px;
  }

  .Classic_Cases .Classic_Cases_qhtit span {
    font-size: 14px;
  }

  .Classic_Cases_c ul li:first-child {
    width: 100%;
  }

  .Classic_Cases_c ul li {
    width: 100%;
    margin: 0 0 20px !important;
  }

  .Classic_Cases_c ul li .Classic_Cases_Img {
    height: 300px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_Name {
    font-size: 22px;
    margin: 0 auto 10px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask p {
    font-size: 13px;
    height: auto;
    line-height: 23px;
  }

  .Classic_Cases_c ul li .lyIdxCases_Mask a.CasesMask_More {
    margin: 20px auto 0;
  }

}

@media (max-width:390px) {
  .Idx_tit1 p {
    font-size: 28px;
    margin-top: -37px;
  }

  .Classic_Cases .Classic_Cases_qhtit span {
    height: 44px;
    line-height: 42px;
  }
}

@media (max-width:320px) {
  .lyIdx_Banner .swiper .swiper-slide .b_txt {
    font-size: 20px;
    letter-spacing: 0;
  }

  .Idx_tit b {
    font-size: 20px;
  }

  .Idx_tit p {
    font-size: 36px;
    margin-top: -43px;
  }

  .Idx_tit1 p {
    font-size: 23px;
    margin-top: -36px;
  }

  .Classic_Cases .Classic_Cases_qhtit span {
    font-size: 13px;
  }

}

@media (max-width:280px) {}

/*Classic_Cases 结束*/

/*Idx_hbanner 开始*/
.Idx_hbanner {
  height: 150px;
  background: #fff;
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.05);
  padding: 35px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: -75px auto 0;
}

.Idx_hbanner .Idxh_l {
  width: 48%;
  float: left;
}

.Idx_hbanner .Idxh_l b {
  font-weight: normal;
  font-size: 30px;
  color: #222;
  display: block;
  margin-bottom: 15px;
}

.Idx_hbanner .Idxh_l b span {
  color: #ff6b03;
}

.Idx_hbanner .Idxh_l p {
  font-size: 18px;
  font-weight: lighter;
  color: #999;
}

.Idx_hbanner .Idxh_c {
  float: left;
}

.Idx_hbanner .Idxh_c a.Idxh_c_More {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  line-height: 75px;
  text-align: center;
  padding: 0;
  border: 2px solid #ff6b03;
  border-radius: 0 15px 0 15px;
  position: relative;
  background: #fff;
}

.Idx_hbanner .Idxh_c a.Idxh_c_More:before {
  content: "";
  width: 2px;
  height: 32px;
  background: #ff6b03;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.Idx_hbanner .Idxh_c a.Idxh_c_More:after {
  content: "";
  width: 32px;
  height: 2px;
  background: #ff6b03;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.Idx_hbanner .Idxh_c a.Idxh_c_More:hover {
  background: #ff6b03;
}

.Idx_hbanner .Idxh_c a.Idxh_c_More:hover:before,
.Idx_hbanner .Idxh_c a.Idxh_c_More:hover:after {
  background: #fff;
}

.Idx_hbanner .Idxh_r {
  float: right;
  width: 43%;
}

.Idx_hbanner .Idxh_r ul li {
  width: 50%;
  float: left;
  border-left: 1px solid #e1e5f4;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.Idx_hbanner .Idxh_r ul li .num {
  position: relative;
  line-height: 42px;
}

.Idx_hbanner .Idxh_r ul li .num b {
  font-family: BEBAS;
  font-size: 60px;
  color: #222;
  line-height: 40px;
  position: relative;
  z-index: 2;
}

.Idx_hbanner .Idxh_r ul li:nth-child(1) .num:before {
  content: "";
  background: url(../images/ico2.png) center center no-repeat;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 11px;
  left: -8px;
}

.Idx_hbanner .Idxh_r ul li:nth-child(2) .num:before {
  content: "";
  background: url(../images/ico3.png)center center no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 11px;
  left: -14px;
}

.Idx_hbanner .Idxh_r ul li .num span {
  font-size: 14px;
  font-weight: lighter;
  color: #777;
  display: inline-block;
  margin-left: 12px;
}

.Idx_hbanner .Idxh_r ul li p {
  font-size: 18px;
  font-weight: lighter;
  color: #777;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {
  .Idx_hbanner {
    height: auto;
  }

  .Idx_hbanner .Idxh_l b {
    font-size: 28px;
  }

  .Idx_hbanner .Idxh_l p,
  .Idx_hbanner .Idxh_r ul li p {
    font-size: 16px;
  }
}

@media (max-width:1560px) {
  .Idx_hbanner .Idxh_l b {
    font-size: 26px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More {
    width: 78px;
    height: 78px;
    line-height: 74px;
  }

  .Idx_hbanner .Idxh_r ul li .num b {
    font-size: 54px;
  }
}

@media (max-width:1440px) {
  .Idx_hbanner {
    margin: -69px auto 0;
  }

  .Idx_hbanner .Idxh_l b {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .Idx_hbanner .Idxh_l p,
  .Idx_hbanner .Idxh_r ul li p {
    font-size: 14px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More {
    width: 66px;
    height: 66px;
    line-height: 60px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More:before {
    height: 28px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More::after {
    width: 28px;
  }

  .Idx_hbanner .Idxh_r ul li .num {
    height: 42px;
  }

  .Idx_hbanner .Idxh_r ul li .num span {
    vertical-align: middle;
  }

  .Idx_hbanner .Idxh_r ul li p {
    line-height: 20px;
    margin-top: 6px;
  }
}

@media (max-width:1366px) {
  .Idx_hbanner {
    padding: 30px;
    margin-top: -70px;
  }

  .Idx_hbanner .Idxh_l b {
    font-size: 24px;
    margin-bottom: 10px;
  }


  .Idx_hbanner .Idxh_r {
    width: 42%;
  }

  .Idx_hbanner .Idxh_r ul li {
    padding: 0 0 0 50px;
  }

  .Idx_hbanner .Idxh_r ul li .num b {
    font-size: 54px;
  }
}

@media (max-width:1280px) {
  .Idx_hbanner {
    padding: 30px;
    margin-top: -64px;
  }

  .Idx_hbanner .Idxh_l b {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .Idx_hbanner .Idxh_r ul li .num b {
    font-size: 44px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More {
    width: 60px;
    height: 60px;
    line-height: 56px;
  }
}

@media (max-width:1200px) {
  .Idx_hbanner .Idxh_c a.Idxh_c_More:before {
    height: 24px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More:after {
    width: 24px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More {
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 0 10px;
  }

  .Idx_hbanner .Idxh_r ul li .num span {
    margin-top: -10px;
  }
}

@media (max-width:1080px) {}

@media (max-width:1024px) {
  .Idx_hbanner {
    padding: 20px;
    margin-top: -54px;
  }

  .Idx_hbanner .Idxh_l b {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More {
    width: 54px;
    height: 54px;
    line-height: 50px;
    margin: 7px 0;
  }

  .Idx_hbanner .Idxh_r {
    width: 40%;
  }

  .Idx_hbanner .Idxh_r ul li {
    padding: 0 0 0 40px;
  }

  .Idx_hbanner .Idxh_r ul li .num b {
    font-size: 42px;
  }

  .Idx_hbanner .Idxh_r ul li:nth-child(1) .num::before {
    width: 32px;
    height: 32px;
  }

  .Idx_hbanner .Idxh_r ul li:nth-child(1) .num:before {
    width: 30px;
    height: 30px;
  }

  .Idx_hbanner .Idxh_r ul li:nth-child(2) .num:before {
    width: 32px;
    height: 32px;
  }
}

@media (max-width:920px) {
  .Idx_hbanner {
    height: 120px;
    padding: 30px 28px;
  }

  .Idx_hbanner .Idxh_l b {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .Idx_hbanner .Idxh_l p {
    font-size: 16px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More {
    width: 50px;
    height: 50px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More:before {
    height: 24px;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More:after {
    width: 24px;
  }

  .Idx_hbanner .Idxh_r ul li {
    padding: 0 0 0 30px;
  }

  .Idx_hbanner .Idxh_r ul li .num b {
    font-size: 36px;
  }

  .Idx_hbanner .Idxh_r ul li .num span {
    margin-left: 8px;
  }

}

@media (max-width:820px) {}

@media (max-width:767px) {
  .Idx_hbanner {
    height: auto;
    margin: -20px auto 0;
    padding: 20px;
  }

  .Idx_hbanner .Idxh_l {
    width: calc(100% - 60px);
    margin-bottom: 20px;
    float: left;
  }

  .Idx_hbanner .Idxh_l b {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .Idx_hbanner .Idxh_l p {
    font-size: 13px;
  }

  .Idx_hbanner .Idxh_c {
    float: right;
  }

  .Idx_hbanner .Idxh_c a.Idxh_c_More {
    margin: 0;
  }

  .Idx_hbanner .Idxh_r {
    width: 100%;
    float: inherit;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*Idx_hbanner 结束*/

/*lyIdx_Advantage 开始*/
.lyIdx_Advantage {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
}

.lyIdx_Advantage .lyIdxAdv_Main {
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lyIdxAdv_Main .lyIdxAdv_List {
  width: 100%;
  height: auto;
}

.lyIdxAdv_List .swiper {
  width: 100%;
  overflow: hidden;
  padding: 0 15px 60px;
  position: relative;
}

.lyIdxAdv_List .swiper-slide {
  padding: 40px;
  background-color: #fff;
  background-image: none;
  border-radius: 0 30px;
  box-shadow: 0 12px 38px rgba(0, 0, 0, 0.04);
}

.lyIdxAdv_List .swiper-slide:hover {
  background-color: none;
  background-image: linear-gradient(to right, #feb450, #ff6b03);
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 120px;
  position: relative;
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i.AdvIco1 {
  background: url(../images/Advantage_ico1.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i.AdvIco2 {
  background: url(../images/Advantage_ico2.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i.AdvIco3 {
  background: url(../images/Advantage_ico3.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i.AdvIco4 {
  background: url(../images/Advantage_ico4.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyIdxAdv_List .swiper-slide:hover .lyIdxAdv_Con i.AdvIco1 {
  background: url(../images/Advantage_hico1.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyIdxAdv_List .swiper-slide:hover .lyIdxAdv_Con i.AdvIco2 {
  background: url(../images/Advantage_hico2.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyIdxAdv_List .swiper-slide:hover .lyIdxAdv_Con i.AdvIco3 {
  background: url(../images/Advantage_hico3.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyIdxAdv_List .swiper-slide:hover .lyIdxAdv_Con i.AdvIco4 {
  background: url(../images/Advantage_hico4.png) center center no-repeat;
  background-size: 100% 100%;
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con .lyIdxAdv_Tit {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-size: 30px;
  margin: 0 auto 30px;
  padding: 15px 0 0;
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con .lyIdxAdv_Tit span {
  color: #ff6b03;
}

.lyIdxAdv_List .swiper-slide .lyIdxAdv_Con p {
  width: 100%;
  height: 72px;
  overflow: hidden;
  line-height: 36px;
  color: #555;
  font-size: 18px;
  font-weight: lighter;
  text-align: justify;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lyIdxAdv_List .swiper-slide:hover .lyIdxAdv_Con .lyIdxAdv_Tit,
.lyIdxAdv_List .swiper-slide:hover .lyIdxAdv_Con .lyIdxAdv_Tit span,
.lyIdxAdv_List .swiper-slide:hover .lyIdxAdv_Con p {
  color: #fff;
}

/*分页器*/
.lyIdxAdv_List .swiper-pagination {
  height: 8px;
  bottom: 0 !important;
  text-align: center;
}

.lyIdxAdv_List .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 4px;
  display: inline-block;
  vertical-align: top;
}

.lyIdxAdv_List .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #ff6b03;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con .lyIdxAdv_Tit {
    font-size: 26px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con p {
    height: 64px;
    line-height: 32px;
    font-size: 16px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyIdx_Advantage {
    padding: 60px 0;
  }

  .lyIdxAdv_List .swiper {
    padding: 0 15px 40px;
  }

  .lyIdxAdv_List .swiper-slide {
    padding: 30px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con {
    padding: 0 0 0 100px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0 100px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i {
    width: 80px;
    height: 80px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con .lyIdxAdv_Tit {
    font-size: 24px;
    margin: 0 auto 20px;
    padding: 10px 0 0;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con p {
    height: 56px;
    line-height: 28px;
    font-size: 14px;
  }
}

@media (max-width:1366px) {
  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con .lyIdxAdv_Tit {
    font-size: 22px;
    margin: 0 auto 15px;
  }
}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .lyIdx_Advantage {
    padding: 40px 0;
  }

  .lyIdxAdv_List .swiper-slide {
    padding: 20px;
    border-radius: 0 20px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con {
    padding: 0 0 0 80px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i {
    width: 70px;
    height: 70px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con .lyIdxAdv_Tit {
    font-size: 20px;
    margin: 0 auto 10px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width:1024px) {
  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con p {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con .lyIdxAdv_Tit {
    font-size: 18px;
    padding: 5px 0 0;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i {
    width: 64px;
    height: 64px;
  }
}

@media (max-width:920px) {}

@media (max-width:820px) {
  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con {
    padding: 70px 0 0 0;
  }
}

@media (max-width:767px) {
  .lyIdx_Advantage {
    padding: 30px 0;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con i {
    width: 70px;
    height: 70px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con .lyIdxAdv_Tit {
    font-size: 16px;
    padding: 5px 0 0;
    margin: 0 auto 10px;
  }

  .lyIdxAdv_List .swiper-slide .lyIdxAdv_Con p {
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 3;
    height: 70px;
  }
}

@media (max-width:280px) {}

/*lyIdx_Advantage 结束*/

/*lyIdx_Partners 开始*/
.lyIdx_Partners {
  width: 100%;
  overflow: hidden;
  background: url(../images/Partners_Bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.lyIdxPartners_main {
  margin: 0 auto;
}

.lyIdx_Partners .lyIdxPartners_l {
  width: 40%;
  float: left;
}

.lyIdxPartners_l .Partners_Ms {
  font-size: 18px;
  font-weight: lighter;
  line-height: 36px;
  color: rgba(255, 255, 255, .45);
}

.lyIdxPartners_l .Partners_list {
  width: 100%;
  margin: 60px 0 0;
  padding: 0;
}

.Partners_list ul li {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, .15);
  position: relative;
}

.Partners_list ul li span {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  color: #fff;
  margin-bottom: -5px;
}

.Partners_list ul li p {
  position: relative;
}

.Partners_list ul li p b {
  font-size: 60px;
  font-family: Bebas;
  color: #fff;
}

.Partners_list ul li p em {
  font-size: 30px;
  color: rgba(255, 255, 255, .25);
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 115px;
  line-height: 20px;
}

.Partners_list ul li:nth-child(2) p em {
  font-size: 16px;
}

.Partners_list ul li:after {
  content: "";
  display: block;
  width: 150px;
  height: 2px;
  background: #ff6b03;
  position: absolute;
  left: 0;
  bottom: -2px;
  transition: all .4s ease;
}

.Partners_list ul li:hover p b {
  color: #ff6b03;
}

.Partners_list ul li:hover p em {
  color: #ff6b03;
}

.Partners_list ul li:hover:after {
  width: 100%;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {
  .lyIdxPartners_l .Partners_Ms {
    font-size: 16px;
    line-height: 32px;
  }

  .Partners_list ul li span {
    font-size: 16px;
  }

  .Partners_list ul li p b {
    font-size: 54px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyIdx_Partners {
    padding: 60px 0 40px;
  }

  .lyIdxPartners_l .Partners_Ms {
    font-size: 14px;
    line-height: 28px;
  }

  .lyIdxPartners_l .Partners_list {
    margin: 40px 0 0;
  }

  .Partners_list ul li span {
    font-size: 14px;
  }

  .Partners_list ul li p b {
    font-size: 48px;
  }

  .Partners_list ul li p em {
    font-size: 24px;
    top: 10px;
    left: 90px;
  }

  .Partners_list ul li:nth-child(2) p em {
    font-size: 14px;
  }

  .Partners_list ul li::after {
    width: 120px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {

  .lyIdx_Partners .lyIdxPartners_l {
    width: 50%;
  }

  .lyIdxPartners_l .Partners_Ms {
    font-size: 14px;
    line-height: 24px;
    margin: -10px 0 0;
  }

  .lyIdxPartners_l .Partners_list {
    margin: 30px 0 0;
  }
}

@media (max-width:1080px) {
  .lyIdx_Partners {
    padding: 40px 0 20px;
  }

  .Partners_list ul li {
    margin-bottom: 20px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {

  .lyIdx_Partners .lyIdxPartners_l {
    width: 64%;
  }

  .lyIdxPartners_l .Partners_Ms {
    font-size: 13px;
    line-height: 23px;
  }

  .lyIdxPartners_l .Partners_list {
    margin: 20px 0 0;
  }

  .Partners_list ul li span {
    font-size: 13px;
  }

  .Partners_list ul li p b {
    font-size: 36px;
  }

  .Partners_list ul li p em {
    font-size: 22px;
    left: 70px;
  }

  .Partners_list ul li:nth-child(2) p em {
    font-size: 13px;
  }

  .Partners_list ul li::after {
    width: 96px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/*lyIdx_Partners 结束*/

/*lyIdx_News 开始*/
.lyIdx_News {
  padding: 80px 0;
  overflow: hidden;
}

.lyIdxNews_tit {
  margin: 0 auto;
}

.lyIdxNews_tit .lyIdxNewstit_r {
  float: right;
  width: 57%;
  padding: 10px 0;
  position: relative;
  z-index: 1;
}

.lyIdxNewstit_r .News_tit {
  width: calc(100% - 180px);
  float: left;
}

.lyIdxNewstit_r .News_tit ul li {
  float: left;
  width: 20.25%;
  height: 50px;
  line-height: 50px;
  margin: 0 1% 0 0;
  border-radius: 0 15px 0 15px;
  background: #fff;
}

.lyIdxNewstit_r .News_tit ul li a:before,
.lyIdxNewstit_r .News_tit ul li.active a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 6px;
  background: #fff;
  margin-right: 10px;
  margin-bottom: 4px;
  opacity: 0;
  border-radius: 50px;
  transition: all .4s ease;
}

.lyIdxNewstit_r .News_tit ul li a {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  color: #222;
  text-align: center;
  position: relative;
}

.lyIdxNewstit_r .News_tit ul li:hover,
.lyIdxNewstit_r .News_tit ul li.active {
  background: #ff6b03;
}

.lyIdxNewstit_r .News_tit ul li:hover a,
.lyIdxNewstit_r .News_tit ul li.active a {
  color: #fff;
}

.lyIdxNewstit_r .News_tit ul li:hover a:before,
.lyIdxNewstit_r .News_tit ul li.active a:before {
  opacity: 1;
  width: 6px;
}

.lyIdxNewstit_r .News_tit ul li:first-child {
  width: 15%;
}

.lyIdxNewstit_r .News_tit ul li:last-child {
  margin: 0;
}

.lyIdxNewstit_r .News_btn {
  width: 160px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  background: #fff;
  border: 1px solid #e1e5f4;
  border-radius: 0 15px 0 15px;
  text-align: center;
  float: right;
  position: relative;
}

.lyIdxNewstit_r .News_btn:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff6b03;
  transition: all .4s ease;
  z-index: 1;
}

.lyIdxNewstit_r .News_btn a {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  position: relative;
  color: #222;
  z-index: 2;
}

.lyIdxNewstit_r .News_btn a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 24px;
  background: url(../images/jt05.png) no-repeat center center;
  margin: 0 0 -6px 15px;
  z-index: 2;
}

.lyIdxNewstit_r .News_btn:hover {
  border: 1px solid #ff6b03;
}

.lyIdxNewstit_r .News_btn:hover:after {
  width: 100%;
  top: 0;
}

.lyIdxNewstit_r .News_btn:hover a {
  color: #fff;
}

.lyIdxNewstit_r .News_btn:hover a:after {
  background: url(../images/jt07.png) no-repeat center center;
}

.lyIdx_News .lyIdxNews_list {
  width: 100%;
  padding-left: 8%;
}

.lyIdx_News .lyIdxNews_list .swiper {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide {
  background-image: linear-gradient(130deg, #fff, #f1f4ff);
  position: relative;
  padding: 40px;
  width: 334px;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide span {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #ff6b03;
  font-size: 14px;
  font-weight: lighter;
  text-align: center;
  color: #ff6b03;
  border-radius: 20px;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_Name {
  font-size: 22px;
  color: #222;
  line-height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 72px;
  margin: 30px 0 40px;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide p {
  font-size: 16px;
  font-weight: lighter;
  color: #777;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 60px;
  margin-bottom: 80px;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_time {
  font-size: 16px;
  font-weight: lighter;
  color: #777;
  background: url(../images/time01.png) no-repeat left center;
  padding-left: 30px;
  font-style: italic;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide:hover {
  background-image: linear-gradient(130deg, #ffbc59, #ff6b03);
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide:hover span {
  border: 1px solid #fff;
  color: #fff;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide:hover .lyIdxNews_Name {
  color: #fff;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide:hover p {
  color: rgba(255, 255, 255, .65);
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide:hover .lyIdxNews_time {
  color: #fff;
  background: url(../images/time02.png) no-repeat left center;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-slide:hover {
  border-radius: 0 30px 0 30px;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-scrollbar {
  width: 1600px;
  height: 2px;
  background: #e1e5f4;
  left: 0;
  bottom: 1px;
  opacity: 1 !important;
}

.lyIdx_News .lyIdxNews_list .swiper .swiper-scrollbar-drag {
  height: 4px;
  background: #ff710a;
  top: -1px;
}

@media (max-width:1680px) {
  .lyIdx_News .lyIdxNews_list {
    padding-left: 4%;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-scrollbar {
    width: 96%;
  }
}

@media (max-width:1600px) {
  .lyIdx_News .lyIdxNews_list {
    padding-left: 2.5%;
  }

  .lyIdxNews_tit .lyIdxNewstit_r {
    padding: 8px 0;
    width: 60%;
  }

  .lyIdxNewstit_r .News_tit ul li a:before,
  .lyIdxNewstit_r .News_tit ul li.active a:before {
    margin-right: 8px;
  }

  .lyIdxNewstit_r .News_btn a {
    font-size: 16px;
  }

  .lyIdxNewstit_r .News_btn {
    width: 150px;
  }

  .lyIdxNewstit_r .News_tit {
    width: calc(100% - 160px);
  }
}

@media (max-width:1560px) {
  .lyIdx_News {
    padding: 80px 0;
  }

  .lyIdxNews_tit .lyIdxNewstit_r {
    padding: 5px 0;
  }

  .lyIdxNewstit_r .News_tit ul li a {
    font-size: 16px;
  }
}

@media (max-width:1440px) {

  .lyIdx_News {
    padding: 60px 0;
  }

  .lyIdx_News .lyIdxNews_list .swiper {
    padding-bottom: 60px;
  }

  .lyIdxNews_tit {
    position: relative;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide {
    width: 320px;
    padding: 30px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_Name {
    font-size: 20px;
    line-height: 32px;
    height: 64px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide p {
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    margin-bottom: 60px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_time {
    font-size: 14px;
  }
}

@media (max-width:1366px) {
  .lyIdx_News {
    padding: 60px 0;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide {
    width: 300px;
    padding: 30px;
  }
}

@media (max-width:1280px) {

  .lyIdxNews_tit .lyIdxNewstit_r {
    padding: 0;
  }

  .lyIdxNewstit_r .News_btn {
    width: 140px;
  }

  .lyIdxNewstit_r .News_btn a {
    font-size: 16px;
  }

  .lyIdxNewstit_r .News_tit ul li a {
    font-size: 16px;
  }

  .lyIdxNewstit_r .News_tit {
    width: calc(100% - 150px);
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_Name {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide {
    width: 280px;
  }
}

@media (max-width:1200px) {
  .lyIdx_News {
    padding: 60px 0 40px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_Name {
    font-size: 18px;
    line-height: 30px;
  }

  .lyIdxNews_tit .lyIdxNewstit_r {
    width: 100%;
    margin: -10px 0 30px;
  }

  .lyIdx_News .lyIdxNews_list .swiper {
    padding-bottom: 40px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-scrollbar {
    width: 97%;
  }
}

@media (max-width:1080px) {
  .lyIdx_News {
    padding: 40px 0;
  }
}

@media (max-width:1024px) {
  .lyIdxNewstit_r .News_tit {
    width: calc(100% - 140px);
  }

  .lyIdxNewstit_r .News_tit ul li a {
    font-size: 16px;
  }

  .lyIdxNewstit_r .News_tit ul li {
    height: 45px;
    line-height: 45px;
  }

  .lyIdxNewstit_r .News_btn {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }

  .lyIdxNewstit_r .News_btn a {
    font-size: 16px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide {
    width: 250px;
    padding: 20px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_Name {
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 30px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide p {
    margin-bottom: 40px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide:hover {
    border-radius: 0 20px;
  }
}

@media (max-width:920px) {
  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_Name {
    font-size: 16px;
    line-height: 26px;
    height: 52px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyIdx_News {
    padding: 30px 0;
  }

  .lyIdxNews_tit .lyIdxNewstit_r {
    padding: 0;
  }

  .lyIdxNews_tit .lyIdxNewstit_r {
    width: 100%;
    margin: 0 auto;
    float: inherit;
    position: inherit;
    z-index: 9;
  }

  .lyIdxNewstit_r .News_tit {
    width: 100%;
    float: inherit;
  }

  .lyIdxNewstit_r .News_tit ul li {
    width: auto;
    height: 36px;
    line-height: 36px;
    border-radius: 0 10px;
    margin: 0 6px 6px 0;
  }

  .lyIdxNewstit_r .News_tit ul li:first-child {
    width: auto;
  }

  .lyIdxNewstit_r .News_tit ul li a {
    padding: 0 12px;
    font-size: 14px;
  }

  .lyIdxNewstit_r .News_tit ul li a::before,
  .lyIdxNewstit_r .News_tit ul li.active a::before {
    height: 4px;
  }

  .lyIdxNewstit_r .News_tit ul li:hover a::before,
  .lyIdxNewstit_r .News_tit ul li.active a::before {
    width: 4px;
  }

  .lyIdxNewstit_r .News_btn {
    width: 130px;
    height: 42px;
    line-height: 42px;
    float: inherit;
    position: absolute;
    top: -52px;
    right: 0;
    z-index: 9;
  }

  .lyIdxNewstit_r .News_btn a {
    font-size: 14px;
  }

  .lyIdx_News .lyIdxNews_list {
    margin-top: 10px;
  }

  .lyIdx_News .lyIdxNews_list .swiper {
    padding-bottom: 50px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide p {
    height: 46px;
    line-height: 23px;
    font-size: 13px;
    margin-bottom: 40px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide .lyIdxNews_time {
    font-size: 13px;
  }

  .lyIdx_News .lyIdxNews_list .swiper .swiper-slide span {
    width: 88px;
    font-size: 13px;
  }

}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyIdxNewstit_r .News_btn {
    width: 120px;
    height: 36px;
    line-height: 34px;
    top: -46px;
  }

  .lyIdxNewstit_r .News_btn a::after {
    background: url(../images/jt05.png) no-repeat center center;
    background-size: 100% 100%;
    margin: 0 0 -8px 6px;
  }

  .lyIdxNewstit_r .News_btn a {
    font-size: 13px;
  }

}

@media (max-width:280px) {}

/*lyIdx_News 结束*/

/*lyIdx_Contact 开始*/
.lyIdx_Contact {
  width: 100%;
  background: url(../images/Contact_Bg.jpg) no-repeat left top;
  padding: 90px 0 0;
  overflow: hidden;
}

.lyIdx_Contact_main {
  margin: 0 auto;
}

.lyIdx_Contact .lyIdxContact_Ms {
  font-size: 18px;
  font-weight: lighter;
  color: #777;
  text-align: center;
  margin-top: -10px;
}

.lyIdx_Contact .lyIdxContact_btn {
  text-align: center;
  margin: 40px auto 70px;
}

.lyIdx_Contact .lyIdxContact_btn ul li {
  width: 180px;
  height: 60px;
  display: inline-block;
  border-radius: 0 15px 0 15px;
  background: #fff;
  line-height: 60px;
}

.lyIdx_Contact .lyIdxContact_btn ul li a {
  display: block;
  font-size: 18px;
  font-weight: lighter;
  color: #222;
  position: relative;
}

.lyIdx_Contact .lyIdxContact_btn ul li:nth-child(1) {
  margin-right: 40px;
}

.lyIdx_Contact .lyIdxContact_btn ul li:nth-child(1) a:before {
  content: "";
  display: inline-block;
  background: url(../images/Contact_ico01.png) no-repeat center center;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  margin: 0 10px -12px 0;
  transition: all .4s ease;
}

.lyIdx_Contact .lyIdxContact_btn ul li:nth-child(2) a:before {
  content: "";
  display: inline-block;
  background: url(../images/Contact_ico02.png) no-repeat center center;
  background-size: 100% 100%;
  width: 36px;
  height: 36px;
  margin: 0 10px -12px 0;
  transition: all .4s ease;
}

.lyIdx_Contact .lyIdxContact_btn ul li:hover a:before {
  margin-right: 15px;
}

.lyIdx_Contact .lyIdxContact_btn {
  margin: 25px auto 40px;
}

.lyIdx_Contact .lyIdxContact_Img {
  text-align: center;
}

.lyIdx_Contact .lyIdxContact_Img img {
  max-height: 100%;
  max-width: 100%;
}

@media (max-width:1680px) {}

@media (max-width:1600px) {
  .lyIdx_Contact .lyIdxContact_Ms {
    font-size: 16px;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li {
    width: 160px;
    height: 50px;
    line-height: 50px;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li a {
    font-size: 16px;
  }
}

@media (max-width:1560px) {
  .lyIdx_Contact {
    padding: 80px 0 0;
  }
}

@media (max-width:1440px) {
  .lyIdx_Contact {
    padding: 60px 0 0;
  }

}

@media (max-width:1366px) {
  .lyIdx_Contact {
    padding: 60px 0 0;
  }

}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .lyIdx_Contact {
    padding: 60px 0 0;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li a {
    font-size: 16px;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li {
    width: 150px;
    height: 50px;
    line-height: 50px;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li:nth-child(1) a:before,
  .lyIdx_Contact .lyIdxContact_btn ul li:nth-child(2) a:before {
    width: 32px;
    height: 32px;
    margin: 0 8px -10px 0;
  }
}

@media (max-width:1080px) {
  .lyIdx_Contact {
    padding: 40px 0 0;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .lyIdx_Contact .lyIdxContact_btn ul li {
    height: 44px;
    line-height: 44px;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li a {
    font-size: 14px;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li:nth-child(1) a:before,
  .lyIdx_Contact .lyIdxContact_btn ul li:nth-child(2) a:before {
    width: 28px;
    height: 28px;
    margin: 0 5px -10px 0;
  }

}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyIdx_Contact {
    padding: 30px 0;
  }

  .lyIdx_Contact .lyIdxContact_Ms {
    font-size: 14px;
  }

  .lyIdx_Contact .lyIdxContact_btn {
    margin: 20px auto;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li {
    width: 36%;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li:nth-child(1) {
    margin-right: 3%;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li a {
    font-size: 14px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .lyIdx_Contact {
    padding: 30px 0 50px;
  }

  .lyIdx_Contact .lyIdxContact_Ms {
    font-size: 12px;
    margin: 0 auto;
  }

  .lyIdx_Contact .lyIdxContact_btn ul li {
    width: 40%;
  }
}

@media (max-width:280px) {}

/*lyIdx_Contact 结束*/