/* xysWeb_Banner start */
.xysWeb_Banner {
  height: 900px;
  position: relative;
}

.xysWeb_Banner .ba_img {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
}

.ba_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.xysWeb_Banner .ba_txt {
  padding-right: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.xysWeb_Banner .ba_txt p {
  line-height: 72px;
  color: #fff;
  font-size: 64px;
  margin-bottom: 30px;
}

.xysWeb_Banner .ba_txt span {
  line-height: 36px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 22px;
}

.roll-down {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 9;
}

.roll-down i {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  background: url(../images/swiperDown_ico.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
  0% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }

  35% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }

  65% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}

/* xysWeb_Banner end */

.xysWeb_container0 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.xysWeb_container {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.xysWeb_title {
  margin-bottom: 40px;
}

.xysWeb_title p {
  line-height: 50px;
  color: #222;
  font-size: 48px;
  text-align: center;
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
}

.xysWeb_title1 p {
  color: #fff;
}

.xysWeb_title span {
  display: block;
  line-height: 80px;
  font-size: 90px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #eceff6;
  font-weight: bold;
  text-align: center;
}

.xysWeb_title1 span {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}

.xysWeb_title2 p,
.xysWeb_title2 span {
  text-align: left;
}


/* xysWeb_Part1 start */
.xysWeb_Part1 {
  overflow: hidden;
  padding: 80px 0;
}

.xysWeb_Part1 .xysWebPart1_main {
  margin: 0 auto;
}

.xysWebPart1_main .xysWebPart1_list {
  margin-top: 60px;
}

.xysWebPart1_list ul li {
  width: 25%;
  padding: 0 40px;
  float: left;
}

.xysWebPart1_list ul li i {
  display: block;
  width: 132px;
  height: 132px;
  overflow: hidden;
  margin: 0 auto;
}

.xysWebPart1_list ul li i img {
  display: block;
  width: 100%;
  height: 100%;
}

.xysWebPart1_list ul li:hover i {
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.xysWebPart1_list ul li:hover i img {
  transform: rotateY(-180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
}

.xysWebPart1_list ul li p {
  line-height: 36px;
  color: #777;
  font-size: 22px;
  font-weight: lighter;
  text-align: center;
  margin-top: 10px;
}

/* xysWeb_Part1 end */



/* xysWeb_Part2 start */
.xysWeb_Part2 {
  background: url(../images/marketwebPart2_bg.jpg) center center no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  z-index: 9;
}

.xysWeb_Part2 .xysWebPart2_main {
  margin: 0 auto;
  position: relative;
}

.xysWebPart2_main .xysWebPart2_left {
  width: 40%;
  overflow: hidden;
  padding: 140px 0;
  float: left;
  position: sticky;
  top: 0;
}

.xysWebPart2_left span {
  display: block;
  line-height: 80px;
  font-size: 90px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1px #1e1f18;
  font-weight: bold;
  opacity: 0.07;
}

.xysWebPart2_left h3 {
  line-height: 72px;
  color: #222;
  font-size: 48px;
  margin: 20px 0;
}

.xysWebPart2_left p {
  line-height: 40px;
  color: #222;
  font-size: 24px;
  opacity: 0.55;
}

.xysWebPart2_left a.xysWebPart2_btn {
  display: block;
  width: 240px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  border-radius: 0 15px;
  background-image: linear-gradient(to right, #ffbd5a, #ff6b03);
  margin-top: 80px;
}

.xysWebPart2_left a.xysWebPart2_btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 12px;
  background: url(../images/jt15.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart2_left a.xysWebPart2_btn:hover i {
  margin: -2px 0 0 20px;
}

.xysWebPart2_main .xysWebPart2_list {
  width: 48%;
  overflow: hidden;
  padding: 140px 0;
  float: right;
}

.xysWebPart2_list ul li {
  display: block;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
  padding: 0 60px;
  border-radius: 0 30px;

}

.xysWebPart2_list ul li:last-child {
  margin-bottom: 0;
}

.xysWebPart2_list ul li .xysWebPart2_con {
  padding: 40px 0 80px;
  position: relative;
}

.xysWebPart2_list ul li h2 {
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #222;
  font-size: 28px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xysWebPart2_list ul li p {
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  color: #999;
  font-size: 18px;
  font-weight: lighter;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}

.xysWebPart2_list ul li em {
  position: absolute;
  left: 0;
  bottom: -20px;
  line-height: 80px;
  color: #e5e5e5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 108px;
  font-weight: bold;
  font-style: normal;
}

/* xysWeb_Part2 end */


/* xysWeb_Part3 start */
.xysWeb_Part3 {
  overflow: hidden;
  padding: 80px 0;
  background-color: #f8f8f8;
}

.xysWeb_Part3 .xysWebPart3_main {
  margin: 0 auto;
  position: relative;
}

.xysWebPart3_main .xysWebPart3_text {
  width: 40%;
  float: left;
}

.xysWebPart3_text ul li {
  margin-top: 40px;
}

.xysWebPart3_text ul li .xysWebPart3_tit {
  margin-bottom: 20px;
}

.xysWebPart3_tit i {
  display: block;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #ff6b03;
  font-family: "DINMittelschrift";
  font-size: 70px;
  position: relative;
  margin-right: 20px;
  float: left;
}

.xysWebPart3_tit i::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: #f8f8f8;
  border-left: 1px solid #a5a5a5;
  position: absolute;
  right: -40px;
  bottom: -30px;
  transform: rotate(39deg);
  -moz-transform: rotate(39deg);
  -ms-transform: rotate(39deg);
  -o-transform: rotate(39deg);
  -webkit-transform: rotate(39deg);
}

.xysWebPart3_tit h5 {
  line-height: 36px;
  color: #222;
  font-size: 26px;
  padding-top: 24px;
}

.xysWebPart3_text ul li p {
  line-height: 30px;
  color: #777;
  font-size: 16px;
  font-weight: lighter;
}

.xysWebPart3_btn {
  margin-top: 100px;
}

.xysWebPart3_btn a {
  display: block;
  width: 160px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  background-image: linear-gradient(to right, rgba(255, 191, 91, 1), rgba(255, 107, 3, 1));
  border-radius: 0 15px;
}

.xysWebPart3_btn a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(../images/jt13.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}

.xysWebPart3_btn a:hover i {
  margin: -2px 0 0 20px;
}

.xysWebPart3_main .xysWebPart3_img {
  width: 60%;
  overflow: hidden;
  float: right;
}

.xysWebPart3_img img {
  display: block;
  max-width: 100%;
}

/* xysWeb_Part3 end */


/* xysWeb_Part4 start */
.xysWeb_Part4 {
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/SEO_Bg1.jpg) center center no-repeat;
  background-size: cover;
}

.xysWeb_Part4 .xysWebPart4_main {
  margin: 0 auto;
  position: relative;
}

.xysWebPart4_tit {
  line-height: 36px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin: -20px auto 40px;
}

.xysWebPart4_con {
  line-height: 200px;
  color: rgba(255, 255, 255, 0.04);
  font-family: "BEBAS";
  font-size: 300px;
  text-align: center;
  margin-top: 80px;
  mask: linear-gradient(0deg, transparent, transparent 0, rgba(0, 0, 0, 1) 100%);
  -webkit-mask: linear-gradient(0deg, transparent, transparent 0, rgba(0, 0, 0, 1) 100%);
  -moz-mask: linear-gradient(0deg, transparent, transparent 0, rgba(0, 0, 0, 1) 100%);
  -ms-mask: linear-gradient(0deg, transparent, transparent 0, rgba(0, 0, 0, 1) 100%);
  -o-mask: linear-gradient(0deg, transparent, transparent 0, rgba(0, 0, 0, 1) 100%);
}

.xysWebPart4_img {
  margin: -220px auto 20px;
  text-align: center;
  position: relative;
  z-index: 10;
}

.xysWebPart4_img img {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

/* xysWeb_Part4 end */


/* xysWeb_Part7 start */
.xysWeb_Part7 {
  overflow: hidden;
  padding: 80px 0 50px;
}

.xysWeb_Part7 .xysWebPart7_main {
  margin: 0 auto;
  position: relative;
}

.xysWebPart7_list ul {
  margin: 0 -15px;
}

.xysWebPart7_list ul li {
  width: 50%;
  margin-bottom: 30px;
  padding: 0 15px;
  float: left;
}

.xysWebPart7_list ul li .xysWebPart7_con {
  overflow: hidden;
  padding: 40px;
  background-color: #f8f8f8;
  border-radius: 0 30px;
  position: relative;
}

.xysWebPart7_list ul li:hover .xysWebPart7_con {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #ff6b03, #ffbd5a);
}

.xysWebPart7_list ul li .xysWebPart7_con i {
  display: block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  float: left;
}

.xysWebPart7_list ul li .xysWebPart7_con i.ico1 {
  background: url(../images/xysWebPart7_ico01.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li .xysWebPart7_con i.ico2 {
  background: url(../images/xysWebPart7_ico02.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li .xysWebPart7_con i.ico3 {
  background: url(../images/xysWebPart7_ico03.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li .xysWebPart7_con i.ico4 {
  background: url(../images/xysWebPart7_ico04.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li .xysWebPart7_con i.ico5 {
  background: url(../images/xysWebPart7_ico05.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li .xysWebPart7_con i.ico6 {
  background: url(../images/xysWebPart7_ico06.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li:hover .xysWebPart7_con i.ico1 {
  background: url(../images/xysWebPart7_ico1.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li:hover .xysWebPart7_con i.ico2 {
  background: url(../images/xysWebPart7_ico2.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li:hover .xysWebPart7_con i.ico3 {
  background: url(../images/xysWebPart7_ico3.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li:hover .xysWebPart7_con i.ico4 {
  background: url(../images/xysWebPart7_ico4.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li:hover .xysWebPart7_con i.ico5 {
  background: url(../images/xysWebPart7_ico5.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li:hover .xysWebPart7_con i.ico6 {
  background: url(../images/xysWebPart7_ico6.png) center center no-repeat;
  background-size: 100% 100%;
}

.xysWebPart7_list ul li .xysWebPart7_txt {
  width: calc(100% - 140px);
  float: right;
}

.xysWebPart7_list ul li .xysWebPart7_txt h5 {
  line-height: 30px;
  color: #222;
  font-size: 24px;
  margin-bottom: 10px;
}

.xysWebPart7_list ul li:hover .xysWebPart7_txt h5 {
  color: #fff;
}

.xysWebPart7_list ul li .xysWebPart7_txt p {
  height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #777;
  font-size: 16px;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-break: break-all;
}

.xysWebPart7_list ul li:hover .xysWebPart7_txt p {
  color: rgba(255, 255, 255, 0.65);
}

/* xysWeb_Part7 end */


/* xysWeb_Part5 start */
.xysWeb_Part5 {
  overflow: hidden;
  padding: 80px 0;
}

.xysWeb_Part5 .xysWebPart5_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.xysWebPart_ms {
  line-height: 36px;
  color: #777;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: -20px auto 40px;
  padding: 0 8%;
}

.xysWebPart_ms1 {
  color: rgba(255, 255, 255, 0.45);
}

.xysWebPart5_list {
  width: 100%;
  height: 660px;
  overflow: hidden;
  position: relative;
}

.xysWebPart5_list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.xysWebPart5_list ul li {
  width: 180px;
  height: 52px;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  background-image: linear-gradient(to right, rgba(255, 191, 91, 1), rgba(255, 107, 3, 1));
  border-radius: 0 15px;
  position: absolute;
  z-index: 1;
}

.xysWebPart5_list ul li:nth-child(1) {
  left: 29%;
  top: 20px;
}

.xysWebPart5_list ul li:nth-child(2) {
  right: 29%;
  top: 20px;
}

.xysWebPart5_list ul li:nth-child(3) {
  margin-top: -26px;
  left: 12%;
  top: 36%;
}

.xysWebPart5_list ul li:nth-child(4) {
  margin-top: -26px;
  right: 12%;
  top: 36%;
}

.xysWebPart5_list ul li:nth-child(5) {
  left: 12%;
  top: 60%;
}

.xysWebPart5_list ul li:nth-child(6) {
  right: 12%;
  top: 60%;
}

.xysWebPart5_list ul li:nth-child(7) {
  left: 29%;
  bottom: 20px;
}

.xysWebPart5_list ul li:nth-child(8) {
  right: 29%;
  bottom: 20px;
}

.xysWebPart5_list ul li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 16px 0 0;
}

.xysWebPart5_list ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* xysWeb_Part5 end */


/* xysWeb_Part6 start */
.xysWeb_Part6 {
  overflow: hidden;
  padding: 80px 0;
  background-color: #f8f8f8;
}

.xysWeb_Part6 .xysWebPart6_main {
  margin: 0 auto;
}

.xysWebPart6_swiper {
  padding: 0 80px;
  position: relative;
}

.xysWebPart6_swiper .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.xysWebPart6_swiper .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 0 30px;
}

.xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
  height: 400px;
}

.xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.xysWebPart6_swiper .swiper .swiper-slide:hover .xysWebPart6_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_txt {
  padding: 20px 40px;
  background-color: #fff;
}

.txtFl {
  width: calc(100% - 100px);
  float: left;
}

.txtFr {
  width: auto;
  float: right;
}

.xysWebPart6_txt a.xysWebPart6_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.xysWebPart6_txt a.xysWebPart6_name:hover {
  color: #ff6b03;
}

.xysWebPart6_txt p {
  width: 100%;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  color: #999;
  font-size: 16px;
  font-weight: lighter;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 6px;
}

.xysWebPart6_txt a.xysWebPart6_btn {
  display: block;
  width: 64px;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  background-color: #ff6b03;
  border-radius: 32px;
}

.xysWebPart6_txt a.xysWebPart6_btn:hover {
  background-image: linear-gradient(to right, #ff6b03, #ffbd5a);
}

.xysWebPart6_txt span {
  display: block;
  width: 100%;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  color: #999;
  font-size: 16px;
  font-weight: lighter;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 6px;
}

.xysWebPart6_txt span i {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-right: 6px;
  float: left;
}

.xysWebPart6_txt span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.xysWebPart6_swiper .swiper-button-prev,
.xysWebPart6_swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid #bbb;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 99;
  opacity: 1;
}

.xysWebPart6_swiper .swiper-button-prev::after,
.xysWebPart6_swiper .swiper-button-next::after {
  display: none !important;
}

.xysWebPart6_swiper .swiper-button-prev {
  background: url(../images/arrowIco_left04.png) center center no-repeat;
  background-size: 20px 20px;
  left: -24px;
}

.xysWebPart6_swiper .swiper-button-next {
  background: url(../images/arrowIco_right04.png) center center no-repeat;
  background-size: 20px 20px;
  right: -24px;
}

.xysWebPart6_swiper .swiper-button-prev:hover {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/arrowIco_left4.png) center center no-repeat;
  background-size: 20px 20px;
}

.xysWebPart6_swiper .swiper-button-next:hover {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/arrowIco_right4.png) center center no-repeat;
  background-size: 20px 20px;
}

/* xysWeb_Part6 end */


@media (max-width:1680px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 788px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 70px;
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
  }

  .xysWebPart5_list {
    height: 600px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 390px;
  }

}

@media (max-width:1600px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 750px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 64px;
    color: #fff;
    font-size: 56px;
    margin-bottom: 30px;
  }

  .xysWeb_Banner .ba_txt span {
    line-height: 32px;
    font-size: 18px;
  }

  .xysWeb_title p {
    line-height: 50px;
    font-size: 44px;
    margin-bottom: -60px;
  }

  .xysWeb_title span {
    line-height: 70px;
    font-size: 72px;
  }

  .xysWebPart1_list ul li p {
    line-height: 34px;
    font-size: 20px;
  }

  .xysWebPart2_main .xysWebPart2_left {
    padding: 100px 0;
  }

  .xysWebPart2_left span {
    line-height: 70px;
    font-size: 72px;
  }

  .xysWebPart2_left h3 {
    line-height: 54px;
    font-size: 44px;
  }

  .xysWebPart2_left p {
    font-size: 22px;
  }

  .xysWebPart2_main .xysWebPart2_list {
    width: 50%;
    padding: 100px 0;
  }

  .xysWebPart5_list {
    height: 540px;
  }

  .xysWebPart5_list ul li:nth-child(1),
  .xysWebPart5_list ul li:nth-child(2) {
    top: 0;
  }

  .xysWebPart5_list ul li:nth-child(7),
  .xysWebPart5_list ul li:nth-child(8) {
    bottom: 0;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 374px;
  }

}

@media (max-width:1560px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 740px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 60px;
    color: #fff;
    font-size: 48px;
    margin-bottom: 25px;
  }

  .xysWeb_title {
    margin-bottom: 40px;
  }

  .xysWeb_title p {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: -60px;
  }

  .xysWebPart3_btn {
    margin-top: 60px;
  }

  .xysWebPart2_left h3 {
    line-height: 52px;
    font-size: 40px;
  }

  .xysWebPart2_left p {
    line-height: 36px;
    font-size: 20px;
  }

  .xysWebPart2_main .xysWebPart2_list {
    width: 50%;
  }

  .xysWebPart2_list ul li {
    padding: 0 40px;
  }

  .xysWebPart2_list ul li .xysWebPart2_con {
    padding: 30px 0 70px;
  }

  .xysWebPart5_list {
    height: 500px;
  }

  .xysWebPart5_list ul li:nth-child(3),
  .xysWebPart5_list ul li:nth-child(5) {
    left: 15%;
  }

  .xysWebPart5_list ul li:nth-child(4),
  .xysWebPart5_list ul li:nth-child(6) {
    right: 15%;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 360px;
  }

}

@media (max-width:1440px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 675px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 56px;
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
  }

  .roll-down {
    bottom: 20px;
  }

  .xysWeb_title p {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: -50px;
  }

  .xysWeb_title span {
    line-height: 60px;
    font-size: 64px;
  }

  .xysWebPart1_list ul li p {
    line-height: 32px;
    font-size: 18px;
  }

  .xysWebPart2_left span {
    line-height: 60px;
    font-size: 64px;
  }

  .xysWebPart3_text ul li {
    margin-top: 30px;
  }

  .xysWebPart4_tit {
    line-height: 32px;
    font-size: 22px;
  }

  .xysWebPart4_con {
    font-size: 270px;
  }

  .xysWebPart7_list ul li .xysWebPart7_txt h5 {
    font-size: 22px;
  }

  .xysWebPart_ms {
    line-height: 32px;
    font-size: 16px;
  }

  .xysWebPart5_list {
    height: 400px;
  }

  .xysWebPart5_list ul li {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0 10px;
  }

  .xysWebPart5_list ul li:nth-child(1),
  .xysWebPart5_list ul li:nth-child(7) {
    left: 32%;
  }

  .xysWebPart5_list ul li:nth-child(2),
  .xysWebPart5_list ul li:nth-child(8) {
    right: 32%;
  }

  .xysWebPart5_list ul li:nth-child(3),
  .xysWebPart5_list ul li:nth-child(5) {
    left: 20%;
  }

  .xysWebPart5_list ul li:nth-child(4),
  .xysWebPart5_list ul li:nth-child(6) {
    right: 20%;
  }

  .xysWebPart5_list ul li i {
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
  }

  .xysWebPart6_swiper {
    padding: 0 60px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 350px;
  }

}

@media (max-width:1366px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 640px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .xysWeb_Banner .ba_txt span {
    line-height: 30px;
    font-size: 16px;
  }

  .xysWeb_Part1 {
    padding: 60px 0;
  }

  .xysWebPart1_list ul li p {
    line-height: 32px;
    font-size: 18px;
  }

  .xysWebPart2_main .xysWebPart2_left,
  .xysWebPart2_main .xysWebPart2_list {
    padding: 80px 0;
  }

  .xysWebPart2_left h3 {
    line-height: 48px;
    font-size: 36px;
  }

  .xysWebPart2_left p {
    line-height: 32px;
    font-size: 18px;
  }

  .xysWebPart2_list ul li h2 {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }

  .xysWebPart2_list ul li p {
    font-size: 16px;
  }

  .xysWebPart2_list ul li em {
    line-height: 80px;
    font-size: 90px;
  }

  .xysWeb_Part3 {
    padding: 60px 0;
  }

  .xysWebPart3_tit i {
    height: 50px;
    line-height: 50px;
    font-size: 60px;
    margin-right: 20px;
  }

  .xysWebPart3_tit h5 {
    line-height: 30px;
    color: #222;
    font-size: 24px;
    padding-top: 20px;
  }

  .xysWeb_Part4 {
    padding: 60px 0;
  }

  .xysWebPart4_tit {
    line-height: 30px;
    font-size: 20px;
  }

  .xysWebPart4_con {
    margin-top: 60px;
  }

  .xysWebPart4_img {
    margin: -200px auto 0;
  }

  .xysWeb_Part7 {
    padding: 60px 0 30px;
  }

  .xysWeb_Part5 {
    padding: 60px 0;
  }

  .xysWebPart5_list {
    height: 380px;
  }

  .xysWeb_Part6 {
    padding: 60px 0;
  }

  .xysWebPart6_swiper {
    padding: 0 40px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 340px;
  }

}

@media (max-width:1280px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 600px;
  }

  .xysWebPart1_main .xysWebPart1_list {
    margin-top: 0;
  }

  .xysWebPart1_list ul li i {
    width: 96px;
    height: 96px;
  }

  .xysWebPart2_main .xysWebPart2_left,
  .xysWebPart2_main .xysWebPart2_list {
    padding: 60px 0;
  }

  .xysWebPart2_left p {
    line-height: 30px;
    font-size: 16px;
  }

  .xysWebPart2_left a.xysWebPart2_btn {
    width: 200px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 0 10px;
    margin-top: 60px;
  }

  .xysWebPart2_main .xysWebPart2_list {
    width: 54%;
  }

  .xysWebPart2_list ul li {
    padding: 0 30px;
    border-radius: 0 20px;
  }

  .xysWebPart2_list ul li .xysWebPart2_con {
    padding: 20px 0 60px;
  }

  .xysWebPart2_list ul li em {
    line-height: 72px;
    font-size: 84px;
    bottom: -20px;
  }

  .xysWebPart2_list ul li h2 {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
  }

  .xysWebPart2_list ul li p {
    height: 75px;
    line-height: 25px;
    font-size: 15px;
    margin-top: 10px;
  }

  .xysWebPart3_main .xysWebPart3_text {
    width: 43%;
  }

  .xysWebPart3_text ul li:first-child {
    margin-top: 0;
  }

  .xysWebPart3_tit i::after {
    right: -45px;
  }

  .xysWebPart3_tit h5 {
    font-size: 22px;
  }

  .xysWebPart3_text ul li p {
    line-height: 27px;
    font-size: 15px;
  }

  .xysWebPart3_btn a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 0 10px;
  }

  .xysWebPart3_btn a i {
    width: 14px;
    height: 14px;
    background: url(../images/jt15.png) center center no-repeat;
  }

  .xysWebPart3_main .xysWebPart3_img {
    width: 57%;
  }

  .xysWebPart_ms {
    padding: 0 4%;
  }

  .xysWebPart7_list ul li .xysWebPart7_con {
    padding: 30px;
    border-radius: 0 20px;
  }

  .xysWebPart7_list ul li .xysWebPart7_txt {
    width: calc(100% - 130px);
  }

  .xysWebPart5_list {
    height: 360px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide {
    border-radius: 0 20px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 320px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_txt {
    padding: 20px 30px;
  }

  .xysWebPart6_txt p,
  .xysWebPart6_txt a.xysWebPart6_btn,
  .xysWebPart6_txt span {
    font-size: 14px;
  }

}

@media (max-width:1200px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 563px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 44px;
    font-size: 36px;
    margin-bottom: 10px;
  }

  .xysWeb_title p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: -44px;
  }

  .xysWeb_title span {
    line-height: 50px;
    font-size: 54px;
  }

  .xysWeb_Part1 {
    padding: 60px 0;
  }

  .xysWebPart1_list ul {
    margin: 0 -20px;
  }

  .xysWebPart1_list ul li {
    padding: 0 20px;
  }

  .xysWebPart2_left span {
    line-height: 50px;
    font-size: 54px;
  }

  .xysWebPart2_left h3 {
    line-height: 44px;
    font-size: 32px;
  }

  .xysWebPart2_main .xysWebPart2_list {
    width: 56%;
  }

  .xysWebPart2_list ul li {
    margin-bottom: 30px;
  }

  .xysWebPart2_list ul li:last-child {
    margin-bottom: 0;
  }

  .xysWebPart3_text ul li .xysWebPart3_tit {
    margin-bottom: 15px;
  }

  .xysWebPart3_btn {
    margin-top: 40px;
  }

  .xysWebPart7_list ul {
    margin: 0 -10px;
  }

  .xysWebPart7_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .xysWebPart7_list ul li .xysWebPart7_con {
    padding: 20px;
    border-radius: 0 20px;
  }

  .xysWebPart7_list ul li .xysWebPart7_con i {
    width: 90px;
    height: 90px;
  }

  .xysWebPart7_list ul li .xysWebPart7_txt {
    width: calc(100% - 110px);
  }

  .xysWebPart7_list ul li .xysWebPart7_txt h5 {
    font-size: 20px;
  }

  .xysWebPart7_list ul li .xysWebPart7_txt p {
    height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .xysWebPart5_list {
    height: 340px;
  }

  .xysWebPart5_list ul li {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0 10px;
  }

  .xysWebPart5_list ul li i {
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 0;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 300px;
  }

  .xysWebPart6_txt a.xysWebPart6_name {
    font-size: 20px;
  }

}

@media (max-width:1080px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 506px;
  }

  .xysWebPart1_list ul li {
    padding: 0 10px;
  }

  .xysWebPart1_list ul li i {
    width: 80px;
    height: 80px;
  }

  .xysWebPart1_list ul li p {
    line-height: 26px;
    font-size: 16px;
  }

  .xysWebPart2_list ul li .xysWebPart2_con {
    padding: 20px 0 70px;
  }

  .xysWebPart2_list ul li h2 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }

  .xysWebPart2_list ul li p {
    height: auto;
    max-height: 72px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }

  .xysWebPart2_list ul li em {
    line-height: 70px;
    font-size: 80px;
    bottom: -20px;
  }

  .xysWebPart3_main .xysWebPart3_text {
    width: 45%;
  }

  .xysWebPart3_text ul li {
    margin-top: 27px;
  }

  .xysWebPart3_text ul li .xysWebPart3_tit {
    margin-bottom: 10px;
  }

  .xysWebPart3_tit i {
    height: 40px;
    line-height: 40px;
    font-size: 50px;
    margin-right: 12px;
  }

  .xysWebPart3_tit i::after {
    right: -50px;
  }

  .xysWebPart3_tit h5 {
    font-size: 20px;
    padding-top: 10px;
  }

  .xysWebPart3_text ul li p {
    line-height: 24px;
    font-size: 14px;
  }

  .xysWebPart3_main .xysWebPart3_img {
    width: 55%;
  }

  .xysWeb_Part7 {
    padding: 60px 0 40px;
  }

  .xysWebPart7_list ul li {
    width: 33.333333%;
  }

  .xysWebPart7_list ul li .xysWebPart7_con i {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    float: none;
  }

  .xysWebPart7_list ul li .xysWebPart7_txt {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .xysWebPart7_list ul li .xysWebPart7_txt h5 {
    font-size: 18px;
    text-align: center;
  }

  .xysWebPart7_list ul li .xysWebPart7_txt p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
  }

  .xysWebPart5_list {
    height: 300px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 270px;
  }

}

@media (max-width:1024px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 480px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .xysWebPart_ms {
    line-height: 24px;
    font-size: 14px;
  }

  .xysWebPart3_text ul li {
    margin-top: 20px;
  }

  .xysWebPart4_con {
    line-height: 180px;
    font-size: 240px;
  }

  .xysWebPart5_list ul li:nth-child(1),
  .xysWebPart5_list ul li:nth-child(7) {
    left: 30%;
  }

  .xysWebPart5_list ul li:nth-child(2),
  .xysWebPart5_list ul li:nth-child(8) {
    right: 30%;
  }

  .xysWebPart5_list ul li:nth-child(3),
  .xysWebPart5_list ul li:nth-child(5) {
    left: 16%;
  }

  .xysWebPart5_list ul li:nth-child(4),
  .xysWebPart5_list ul li:nth-child(6) {
    right: 16%;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 250px;
  }

}

@media (max-width:920px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 440px;
  }

  .xysWebPart2_left h3 {
    line-height: 40px;
    font-size: 30px;
  }

  .xysWebPart2_list ul li h2 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .xysWebPart7_list ul li {
    width: 50%;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 230px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_txt {
    padding: 16px 20px;
  }

  .xysWebPart6_txt a.xysWebPart6_name {
    font-size: 18px;
  }

}

@media (max-width:820px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 384px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .xysWeb_Banner .ba_txt span {
    line-height: 28px;
    font-size: 14px;
  }

  .xysWeb_title p {
    line-height: 40px;
    font-size: 28px;
    margin-bottom: -40px;
  }

  .xysWeb_title span {
    line-height: 40px;
    font-size: 48px;
  }

  .xysWeb_Part1 {
    padding: 40px 0;
  }

  .xysWebPart1_list ul li p {
    line-height: 24px;
    font-size: 14px;
  }

  .xysWebPart2_main .xysWebPart2_left,
  .xysWebPart2_main .xysWebPart2_list {
    padding: 40px 0;
  }

  .xysWebPart2_left span {
    line-height: 40px;
    font-size: 48px;
  }

  .xysWebPart2_left h3 {
    line-height: 40px;
    font-size: 28px;
    margin: 12px auto;
  }

  .xysWebPart2_left a.xysWebPart2_btn {
    margin-top: 40px;
  }

  .xysWebPart2_list ul li {
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .xysWebPart2_list ul li:last-child {
    margin-bottom: 0;
  }

  .xysWeb_Part3 {
    padding: 40px 0;
  }

  .xysWebPart3_main .xysWebPart3_img {
    width: 80%;
    margin: 0 auto -40px;
    float: none;
  }

  .xysWebPart3_main .xysWebPart3_text {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .xysWebPart4_tit {
    line-height: 30px;
    font-size: 18px;
  }

  .xysWebPart4_con {
    line-height: 160px;
    font-size: 220px;
    margin-top: 40px;
  }

  .xysWebPart4_img {
    margin: -160px auto 0;
  }

  .xysWeb_Part7 {
    padding: 40px 0 20px;
  }

  .xysWeb_Part5 {
    padding: 40px 0;
  }

  .xysWebPart5_list ul li:nth-child(1),
  .xysWebPart5_list ul li:nth-child(7) {
    left: 26%;
  }

  .xysWebPart5_list ul li:nth-child(2),
  .xysWebPart5_list ul li:nth-child(8) {
    right: 26%;
  }

  .xysWebPart5_list ul li:nth-child(3),
  .xysWebPart5_list ul li:nth-child(5) {
    left: 10%;
  }

  .xysWebPart5_list ul li:nth-child(4),
  .xysWebPart5_list ul li:nth-child(6) {
    right: 10%;
  }

  .xysWebPart_ms {
    padding: 0;
  }

  .xysWeb_Part6 {
    padding: 40px 0;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 200px;
  }

}

@media (max-width:767px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 260px;
  }

  .xysWeb_Banner .ba_txt {
    padding-right: 45%;
    top: 60%;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .xysWeb_Banner .ba_txt span {
    overflow: hidden;
    height: auto;
    max-height: 44px;
    line-height: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
  }

  .roll-down {
    display: none;
  }

  .xysWeb_title {
    margin-bottom: 20px;
  }

  .xysWeb_title p {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: -32px;
  }

  .xysWeb_title span {
    line-height: 40px;
    font-size: 40px;
  }

  .xysWeb_title1 p,
  .xysWeb_title1 span {
    text-align: center;
  }

  .xysWeb_Part1 {
    padding: 40px 0 20px;
  }

  .xysWebPart1_list ul {
    margin: 0 -10px;
  }

  .xysWebPart1_list ul li {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .xysWebPart1_list ul li p {
    overflow: hidden;
    height: 24px;
    margin-top: 10px;
  }

  .xysWebPart_ms {
    margin: -10px auto 20px;
  }

  .xysWebPart2_main .xysWebPart2_left {
    width: 100%;
    padding: 40px 0 20px;
    float: none;
    position: relative;
    top: inherit;
  }

  .xysWebPart2_left span {
    line-height: 40px;
    font-size: 40px;
  }

  .xysWebPart2_left h3 {
    line-height: 32px;
    font-size: 24px;
    margin: 10px auto;
  }

  .xysWebPart2_left p {
    line-height: 24px;
    font-size: 14px;
  }

  .xysWebPart2_left a.xysWebPart2_btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 20px;
  }

  .xysWebPart2_main .xysWebPart2_list {
    width: 100%;
    padding: 20px 0 40px;
    float: none;
  }

  .xysWebPart3_main .xysWebPart3_img {
    width: 100%;
  }

  .xysWebPart3_btn a {
    font-weight: normal;
    margin: 0 auto;
  }

  .xysWebPart4_con {
    line-height: 90px;
    font-size: 120px;
    margin-top: 40px;
  }

  .xysWebPart4_img {
    margin: -100px auto 0;
  }

  .xysWebPart7_list ul {
    margin: 0;
  }

  .xysWebPart7_list ul li {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    float: none;
  }

  .xysWebPart5_list {
    height: 200px;
  }

  .xysWebPart5_list ul li:nth-child(1),
  .xysWebPart5_list ul li:nth-child(7) {
    left: 12%;
  }

  .xysWebPart5_list ul li:nth-child(2),
  .xysWebPart5_list ul li:nth-child(8) {
    right: 12%;
  }

  .xysWebPart5_list ul li:nth-child(3),
  .xysWebPart5_list ul li:nth-child(5) {
    left: 0;
  }

  .xysWebPart5_list ul li:nth-child(4),
  .xysWebPart5_list ul li:nth-child(6) {
    right: 0;
  }

  .xysWebPart5_list ul li:nth-child(3),
  .xysWebPart5_list ul li:nth-child(4) {
    top: 40%;
  }

  .xysWebPart5_list ul li:nth-child(5),
  .xysWebPart5_list ul li:nth-child(6) {
    top: 56%;
  }

  .xysWebPart5_list ul li {
    width: 90px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 0 6px;
    font-weight: normal;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 180px;
  }

  .txtFl {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .txtFr {
    width: 100%;
    float: none;
  }

  .xysWebPart6_txt p {
    margin-top: 0;
  }

  .xysWebPart6_txt a.xysWebPart6_btn {
    float: left;
  }

  .xysWebPart6_txt span {
    width: auto;
    float: right;
  }

  .xysWebPart6_swiper .swiper-button-prev,
  .xysWebPart6_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .xysWebPart6_swiper .swiper-button-next {
    right: -10px;
  }

  .xysWebPart6_swiper .swiper-button-prev {
    left: -10px;
  }

}

@media (max-width:390px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 240px;
  }

  .xysWebPart4_tit {
    line-height: 26px;
    font-size: 16px;
    margin: 0 auto 20px;
  }

  .xysWebPart4_con {
    line-height: 80px;
    font-size: 110px;
    margin-top: 40px;
  }

  .xysWebPart5_list {
    height: 190px;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 170px;
  }
}

@media (max-width:320px) {

  .xysWeb_Banner,
  .xysWeb_Banner .ba_img {
    height: 220px;
  }

  .xysWeb_Banner .ba_txt p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .xysWeb_Banner .ba_txt span {
    line-height: 20px;
    font-size: 12px;
  }

  .xysWeb_title p {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: -30px;
  }

  .xysWeb_title span,
  .xysWebPart2_left span {
    line-height: 32px;
    font-size: 32px;
  }

  .xysWebPart2_left h3 {
    line-height: 30px;
    font-size: 22px;
    margin: 10px auto;
  }

  .xysWebPart_ms {
    margin: 0 auto 20px;
  }

  .xysWebPart3_main .xysWebPart3_img {
    margin: 0 auto -20px;
  }

  .xysWebPart4_con {
    line-height: 60px;
    font-size: 90px;
    margin-top: 20px;
  }

  .xysWebPart5_list {
    height: 170px;
  }

  .xysWebPart5_list ul li:nth-child(3),
  .xysWebPart5_list ul li:nth-child(4) {
    top: 42%;
  }

  .xysWebPart5_list ul li:nth-child(5),
  .xysWebPart5_list ul li:nth-child(6) {
    top: 54%;
  }

  .xysWebPart6_swiper {
    padding: 0;
  }

  .xysWebPart6_swiper .swiper .swiper-slide .xysWebPart6_img {
    height: 180px;
  }

}