/* waimaoWeb_Banner start */
.waimaoWeb_Banner {
  height: 900px;
  overflow: hidden;
  position: relative;
}

.waimaoWeb_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;
}

.waimaoWeb_Banner .ba_txt {
  padding-right: 45%;
  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%);
}

.waimaoWeb_Banner .ba_txt p {
  line-height: 72px;
  color: #242d30;
  font-size: 64px;
  margin-bottom: 30px;
}

.waimaoWeb_Banner .ba_txt span {
  line-height: 36px;
  color: #879da4;
  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;
  }
}

/* waimaoWeb_Banner end */


.waimaoWeb_container0 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.waimaoWeb_container {
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.waimaoWeb_title {
  margin-bottom: 40px;
}

.waimaoWeb_title p {
  line-height: 50px;
  color: #222;
  font-size: 48px;
  text-align: center;
  margin-bottom: -65px;
  position: relative;
  z-index: 1;
}

.waimaoWeb_title1 p {
  color: #fff;
}

.waimaoWeb_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;
}

.waimaoWeb_title1 span {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.08);
}

.waimaoWeb_title2 p,
.waimaoWeb_title2 span {
  text-align: left;
}


/* waimaoWeb_Part1 start */
.waimaoWeb_Part1 {
  overflow: hidden;
  padding: 80px 0 58px;
}

.waimaoWeb_Part1 .waimaoWebPart1_main {
  margin: 0 auto;
}

.waimaoWebPart1_list ul {
  margin: 0 -12px;
}

.waimaoWebPart1_list ul li {
  width: 25%;
  margin-bottom: 24px;
  padding: 0 12px;
  float: left;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 24px;
  border-radius: 0 16px;
  background-color: #f8f8f8;
  position: relative;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, rgba(255, 107, 3, 0.9), rgba(255, 191, 91, 0.9));
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i {
  display: block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto 20px;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i.ico1 {
  background: url(../images/waimaoWebPart1_ico01.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con i.ico1 {
  background: url(../images/waimaoWebPart1_ico1.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i.ico2 {
  background: url(../images/waimaoWebPart1_ico02.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con i.ico2 {
  background: url(../images/waimaoWebPart1_ico2.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i.ico3 {
  background: url(../images/waimaoWebPart1_ico03.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con i.ico3 {
  background: url(../images/waimaoWebPart1_ico3.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i.ico4 {
  background: url(../images/waimaoWebPart1_ico04.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con i.ico4 {
  background: url(../images/waimaoWebPart1_ico4.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i.ico5 {
  background: url(../images/waimaoWebPart1_ico05.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con i.ico5 {
  background: url(../images/waimaoWebPart1_ico5.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i.ico6 {
  background: url(../images/waimaoWebPart1_ico06.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con i.ico6 {
  background: url(../images/waimaoWebPart1_ico6.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i.ico7 {
  background: url(../images/waimaoWebPart1_ico07.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con i.ico7 {
  background: url(../images/waimaoWebPart1_ico7.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con i.ico8 {
  background: url(../images/waimaoWebPart1_ico08.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con i.ico8 {
  background: url(../images/waimaoWebPart1_ico8.png) center center no-repeat;
  background-size: 100% 100%;
}

.waimaoWebPart1_list ul li .waimaoWebPart1_con h5 {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #222;
  font-size: 20px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto 10px;
}

.waimaoWebPart1_list ul li:hover .waimaoWebPart1_con h5 {
  color: #fff;
}

/* waimaoWeb_Part1 end */


/* waimaoWeb_Part2 start */
.waimaoWeb_Part2 {
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/SEO_Bg1.jpg) center center no-repeat;
  background-size: cover;
}

.waimaoWeb_Part2 .waimaoWebPart2_main {
  margin: 0 auto;
  position: relative;
}

/* waimaoWeb_Part2 end */


/* waimaoWeb_Part3 start */
.waimaoWeb_Part3 {
  overflow: hidden;
  padding: 80px 0;
  background: url(../images/waimaoWebPart4_bg.jpg) center center no-repeat;
  background-size: cover;
}

.waimaoWeb_Part3 .waimaoWebPart3_main {
  margin: 0 auto;
  position: relative;
}

.waimaoWebPart3_main .waimaoWebPart3_list {
  margin: 0 auto;
}

.waimaoWebPart3_list ul {
  margin: 0 -16px;
}

.waimaoWebPart3_list ul li {
  width: 25%;
  padding: 0 16px;
  float: left;
}

.waimaoWebPart3_list ul li .waimaoWebPart3_img {
  width: 100%;
  height: 617px;
}

.waimaoWebPart3_list ul li .waimaoWebPart3_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  position: relative;
}

.waimaoWebPart3_list ul li .waimaoWebPart3_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}


.waimaoWebPart3_list .waimaoWebPart3_btn {
  margin: 40px auto 0;
}

.waimaoWebPart3_btn a {
  display: block;
  width: 260px;
  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: 0 auto;
}

.waimaoWebPart3_btn a 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%;
}

.waimaoWebPart3_btn a:hover i {
  margin: -2px 0 0 20px;
}

/* waimaoWeb_Part3 end */


/* waimaoWeb_Part4 start */
.waimaoWeb_Part4 {
  padding: 80px 0;
  background: url(../images/websitePart4_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.waimaoWeb_Part4::before,
.waimaoWeb_Part4::after {
  content: '';
  display: block;
  width: 180px;
  height: 180px;
  overflow: hidden;
  position: absolute;
  left: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 1;
}

.waimaoWeb_Part4::before {
  background: url(../images/websitePart4_img01.png) center center no-repeat;
  background-size: 100% 100%;
  top: -60px;
  right: 3%;
}

.waimaoWeb_Part4::after {
  background: url(../images/websitePart4_img01.png) center center no-repeat;
  background-size: 100% 100%;
  bottom: -60px;
  left: 3%;
}

.waimaoWeb_Part4 .waimaoWebPart4_main {
  margin: 0 auto;
}

.waimaoWebPart4_list {
  margin-top: 80px;
  position: relative;
}

.waimaoWebPart4_list ul {
  margin: 0 -40px;
}

.waimaoWebPart4_list ul li {
  width: 25%;
  padding: 0 40px;
  float: left;
}

.waimaoWebPart4_con i {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 0 auto 40px;
  border-radius: 50%;
  transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.waimaoWebPart4_list ul li:hover .waimaoWebPart4_con i {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.waimaoWebPart4_con i.ico1 {
  background: #fff url(../images/waimaoPart4_ico01.png) center center no-repeat;
  background-size: 80px 80px;
}

.waimaoWebPart4_con i.ico2 {
  background: #fff url(../images/waimaoPart4_ico02.png) center center no-repeat;
  background-size: 80px 80px;
}

.waimaoWebPart4_con i.ico3 {
  background: #fff url(../images/waimaoPart4_ico03.png) center center no-repeat;
  background-size: 80px 80px;
}

.waimaoWebPart4_con i.ico4 {
  background: #fff url(../images/waimaoPart4_ico04.png) center center no-repeat;
  background-size: 80px 80px;
}


.waimaoWebPart4_list ul li:hover .waimaoWebPart4_con i.ico1 {
  background: #ff6b03 url(../images/waimaoPart4_ico1.png) center center no-repeat;
  background-size: 80px 80px;
}

.waimaoWebPart4_list ul li:hover .waimaoWebPart4_con i.ico2 {
  background: #ff6b03 url(../images/waimaoPart4_ico2.png) center center no-repeat;
  background-size: 80px 80px;
}

.waimaoWebPart4_list ul li:hover .waimaoWebPart4_con i.ico3 {
  background: #ff6b03 url(../images/waimaoPart4_ico3.png) center center no-repeat;
  background-size: 80px 80px;
}

.waimaoWebPart4_list ul li:hover .waimaoWebPart4_con i.ico4 {
  background: #ff6b03 url(../images/waimaoPart4_ico4.png) center center no-repeat;
  background-size: 80px 80px;
}

.waimaoWebPart4_con p {
  line-height: 32px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin: 0 auto 20px;
}

.waimaoWebPart4_con span {
  display: block;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  font-weight: lighter;
  text-align: center;
  margin: 0 auto;
}

/* waimaoWeb_Part4 end */


/* waimaoWeb_Part5 start */
.waimaoWeb_Part5 {
  overflow: hidden;
  padding: 80px 0;
}

.waimaoWeb_Part5 .waimaoWebPart5_main {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.waimaoWebPart_ms {
  line-height: 36px;
  color: #777;
  font-size: 18px;
  font-weight: lighter;
  text-align: center;
  margin: -20px auto 40px;
}

.waimaoWebPart5_list {
  width: 100%;
  height: 660px;
  overflow: hidden;
  position: relative;
}

.waimaoWebPart5_list img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.waimaoWebPart5_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;
}

.waimaoWebPart5_list ul li:nth-child(1) {
  left: 29%;
  top: 20px;
}

.waimaoWebPart5_list ul li:nth-child(2) {
  right: 29%;
  top: 20px;
}

.waimaoWebPart5_list ul li:nth-child(3) {
  margin-top: -26px;
  left: 12%;
  top: 36%;
}

.waimaoWebPart5_list ul li:nth-child(4) {
  margin-top: -26px;
  right: 12%;
  top: 36%;
}

.waimaoWebPart5_list ul li:nth-child(5) {
  left: 12%;
  top: 60%;
}

.waimaoWebPart5_list ul li:nth-child(6) {
  right: 12%;
  top: 60%;
}

.waimaoWebPart5_list ul li:nth-child(7) {
  left: 29%;
  bottom: 20px;
}

.waimaoWebPart5_list ul li:nth-child(8) {
  right: 29%;
  bottom: 20px;
}

.waimaoWebPart5_list ul li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 16px 0 0;
}

.waimaoWebPart5_list ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

/* waimaoWeb_Part5 end */


/* waimaoWeb_Part6 start */
.waimaoWeb_Part6 {
  overflow: hidden;
  padding: 80px 0;
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

.waimaoWeb_Part6 .waimaoWebPart6_main {
  margin: 0 auto;
}

.waimaoWebPart6_swiper {
  padding: 0 80px;
  position: relative;
}

.waimaoWebPart6_swiper .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.waimaoWebPart6_swiper .swiper .swiper-slide {
  overflow: hidden;
  border-radius: 0 30px;
}

.waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
  height: 400px;
}

.waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.waimaoWebPart6_swiper .swiper .swiper-slide:hover .waimaoWebPart6_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_txt {
  padding: 20px 40px;
  background-color: #fff;
}

.txtFl {
  width: calc(100% - 100px);
  float: left;
}

.txtFr {
  width: auto;
  float: right;
}

.waimaoWebPart6_txt a.waimaoWebPart6_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.waimaoWebPart6_txt a.waimaoWebPart6_name:hover {
  color: #ff6b03;
}

.waimaoWebPart6_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;
}

.waimaoWebPart6_txt a.waimaoWebPart6_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;
}

.waimaoWebPart6_txt a.waimaoWebPart6_btn:hover {
  background-image: linear-gradient(to right, #ff6b03, #ffbd5a);
}

.waimaoWebPart6_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;
}

.waimaoWebPart6_txt span i {
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin-right: 6px;
  float: left;
}

.waimaoWebPart6_txt span i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.waimaoWebPart6_swiper .swiper-button-prev,
.waimaoWebPart6_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;
}

.waimaoWebPart6_swiper .swiper-button-prev::after,
.waimaoWebPart6_swiper .swiper-button-next::after {
  display: none !important;
}

.waimaoWebPart6_swiper .swiper-button-prev {
  background: url(../images/arrowIco_left04.png) center center no-repeat;
  background-size: 20px 20px;
  left: -24px;
}

.waimaoWebPart6_swiper .swiper-button-next {
  background: url(../images/arrowIco_right04.png) center center no-repeat;
  background-size: 20px 20px;
  right: -24px;
}

.waimaoWebPart6_swiper .swiper-button-prev:hover {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/arrowIco_left4.png) center center no-repeat;
  background-size: 20px 20px;
}

.waimaoWebPart6_swiper .swiper-button-next:hover {
  border: 1px solid #ff6b03;
  background: #ff6b03 url(../images/arrowIco_right4.png) center center no-repeat;
  background-size: 20px 20px;
}

/* waimaoWeb_Part6 end */


@media (max-width:1680px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 788px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 70px;
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 596px;
  }

  .waimaoWebPart4_con i {
    width: 130px;
    height: 130px;
  }

  .waimaoWebPart4_con p {
    line-height: 30px;
    font-size: 24px;
  }

  .waimaoWebPart5_list {
    height: 600px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 390px;
  }

}

@media (max-width:1600px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 750px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 64px;
    color: #fff;
    font-size: 56px;
    margin-bottom: 30px;
  }

  .waimaoWeb_Banner .ba_txt span {
    line-height: 32px;
    font-size: 18px;
  }

  .waimaoWeb_title p {
    line-height: 50px;
    font-size: 44px;
    margin-bottom: -60px;
  }

  .waimaoWeb_title span {
    line-height: 70px;
    font-size: 72px;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con h5 {
    font-size: 22px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 566px;
  }

  .waimaoWebPart4_list {
    margin-top: 60px;
  }

  .waimaoWebPart5_list {
    height: 540px;
  }

  .waimaoWebPart5_list ul li:nth-child(1),
  .waimaoWebPart5_list ul li:nth-child(2) {
    top: 0;
  }

  .waimaoWebPart5_list ul li:nth-child(7),
  .waimaoWebPart5_list ul li:nth-child(8) {
    bottom: 0;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 374px;
  }

}

@media (max-width:1560px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 740px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 60px;
    color: #fff;
    font-size: 48px;
    margin-bottom: 25px;
  }

  .waimaoWeb_title {
    margin-bottom: 40px;
  }

  .waimaoWeb_title p {
    line-height: 50px;
    font-size: 40px;
    margin-bottom: -60px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 552px;
  }

  .waimaoWeb_Part4::before,
  .waimaoWeb_Part4::after {
    width: 160px;
    height: 160px;
  }

  .waimaoWeb_Part4::before {
    right: 1%;
  }

  .waimaoWeb_Part4::after {
    left: 1%;
  }

  .waimaoWebPart4_list {
    margin-top: 40px;
  }

  .waimaoWebPart4_con i {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    background-size: 60px 60px !important;
  }

  .waimaoWebPart4_con p {
    margin: 0 auto 15px;
  }

  .waimaoWebPart5_list {
    height: 500px;
  }

  .waimaoWebPart5_list ul li:nth-child(3),
  .waimaoWebPart5_list ul li:nth-child(5) {
    left: 15%;
  }

  .waimaoWebPart5_list ul li:nth-child(4),
  .waimaoWebPart5_list ul li:nth-child(6) {
    right: 15%;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 360px;
  }

}

@media (max-width:1440px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 675px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 56px;
    color: #fff;
    font-size: 44px;
    margin-bottom: 20px;
  }

  .roll-down {
    bottom: 20px;
  }

  .waimaoWeb_title p {
    line-height: 40px;
    font-size: 36px;
    margin-bottom: -50px;
  }

  .waimaoWeb_title span {
    line-height: 60px;
    font-size: 64px;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con p {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
  }

  .waimaoWebPart_ms {
    line-height: 30px;
    font-size: 16px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 518px;
  }

  .waimaoWebPart4_list ul {
    margin: 0 -20px;
  }

  .waimaoWebPart4_list ul li {
    padding: 0 20px;
  }

  .waimaoWebPart4_con p {
    font-size: 22px;
  }

  .waimaoWebPart4_con span {
    line-height: 24px;
    font-size: 14px;
  }

  .waimaoWebPart4_list .swiper-button-prev,
  .waimaoWebPart4_list .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .waimaoWebPart4_list .swiper-button-prev {
    left: -40px;
  }

  .waimaoWebPart4_list .swiper-button-next {
    right: -40px;
  }

  .waimaoWebPart5_list {
    height: 400px;
  }

  .waimaoWebPart5_list ul li {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0 10px;
  }

  .waimaoWebPart5_list ul li:nth-child(1),
  .waimaoWebPart5_list ul li:nth-child(7) {
    left: 32%;
  }

  .waimaoWebPart5_list ul li:nth-child(2),
  .waimaoWebPart5_list ul li:nth-child(8) {
    right: 32%;
  }

  .waimaoWebPart5_list ul li:nth-child(3),
  .waimaoWebPart5_list ul li:nth-child(5) {
    left: 20%;
  }

  .waimaoWebPart5_list ul li:nth-child(4),
  .waimaoWebPart5_list ul li:nth-child(6) {
    right: 20%;
  }

  .waimaoWebPart5_list ul li i {
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0;
  }

  .waimaoWebPart6_swiper {
    padding: 0 60px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 350px;
  }

}

@media (max-width:1366px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 640px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 50px;
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
  }

  .waimaoWeb_Banner .ba_txt span {
    line-height: 30px;
    font-size: 16px;
  }

  .waimaoWeb_Part1 {
    padding: 60px 0 36px;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con h5 {
    font-size: 20px;
  }

  .waimaoWeb_Part2,
  .waimaoWeb_Part3,
  .waimaoWeb_Part4 {
    padding: 60px 0;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 490px;
  }

  .waimaoWebPart4_con i {
    width: 108px;
    height: 108px;
    margin: 0 auto 30px;
    background-size: 54px 54px !important;
  }

  .waimaoWebPart4_con p {
    font-size: 18px;
    margin: 0 auto 10px;
  }

  .waimaoWebPart4_con span {
    line-height: 25px;
    font-size: 15px;
  }

  .waimaoWeb_Part5 {
    padding: 60px 0;
  }

  .waimaoWebPart5_list {
    height: 380px;
  }

  .waimaoWeb_Part6 {
    padding: 60px 0;
  }

  .waimaoWebPart6_swiper {
    padding: 0 40px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 340px;
  }
}

@media (max-width:1280px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 600px;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con h5 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }

  .waimaoWebPart3_list ul {
    margin: 0 -15px;
  }

  .waimaoWebPart3_list ul li {
    padding: 0 15px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 460px;
  }

  .waimaoWebPart3_btn a {
    width: 230px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-radius: 0 10px;
  }

  .waimaoWebPart4_con i {
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
    background-size: 54px 54px !important;
  }

  .waimaoWebPart4_con span {
    line-height: 24px;
    font-size: 14px;
  }

  .waimaoWebPart5_list {
    height: 360px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide {
    border-radius: 0 20px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 320px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_txt {
    padding: 20px 30px;
  }

  .waimaoWebPart6_txt p,
  .waimaoWebPart6_txt a.waimaoWebPart6_btn,
  .waimaoWebPart6_txt span {
    font-size: 14px;
  }

}

@media (max-width:1200px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 563px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 44px;
    font-size: 36px;
    margin-bottom: 10px;
  }

  .waimaoWeb_title p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: -44px;
  }

  .waimaoWeb_title span {
    line-height: 50px;
    font-size: 54px;
  }

  .waimaoWeb_Part1 {
    padding: 60px 0 40px;
  }

  .waimaoWebPart1_list ul {
    margin: 0 -10px;
  }

  .waimaoWebPart1_list ul li {
    margin-bottom: 20px;
    padding: 0 10px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 430px;
  }

  .waimaoWebPart5_list {
    height: 340px;
  }

  .waimaoWebPart5_list ul li {
    width: 120px;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    border-radius: 0 10px;
  }

  .waimaoWebPart5_list ul li i {
    width: 16px;
    height: 16px;
    margin: -2px 6px 0 0;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 300px;
  }

  .waimaoWebPart6_txt a.waimaoWebPart6_name {
    font-size: 20px;
  }

}

@media (max-width:1080px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 506px;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con {
    padding: 20px;
  }

  .waimaoWebPart3_list ul {
    margin: 0 -10px;
  }

  .waimaoWebPart3_list ul li {
    padding: 0 10px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 395px;
  }

  .waimaoWeb_Part4::before,
  .waimaoWeb_Part4::after {
    width: 120px;
    height: 120px;
  }

  .waimaoWebPart4_con i {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    background-size: 50px 50px !important;
  }

  .waimaoWebPart5_list {
    height: 300px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 270px;
  }

}

@media (max-width:1024px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 480px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 10px;
  }

  .waimaoWebPart_ms {
    line-height: 24px;
    font-size: 14px;
  }

  .waimaoWebPart1_list ul li {
    width: 50%;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con i {
    margin: 4px 20px 4px 0;
    float: left;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con h5 {
    text-align: left;
    margin: 0 0 4px;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con p {
    text-align: left;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 372px;
  }

  .waimaoWeb_Part4 {
    padding: 40px 0;
  }

  .waimaoWebPart5_list ul li:nth-child(1),
  .waimaoWebPart5_list ul li:nth-child(7) {
    left: 30%;
  }

  .waimaoWebPart5_list ul li:nth-child(2),
  .waimaoWebPart5_list ul li:nth-child(8) {
    right: 30%;
  }

  .waimaoWebPart5_list ul li:nth-child(3),
  .waimaoWebPart5_list ul li:nth-child(5) {
    left: 16%;
  }

  .waimaoWebPart5_list ul li:nth-child(4),
  .waimaoWebPart5_list ul li:nth-child(6) {
    right: 16%;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 250px;
  }

}

@media (max-width:920px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 440px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 330px;
  }

  .waimaoWeb_Part4::before,
  .waimaoWeb_Part4::after {
    width: 100px;
    height: 100px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 230px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_txt {
    padding: 16px 20px;
  }

  .waimaoWebPart6_txt a.waimaoWebPart6_name {
    font-size: 18px;
  }

}

@media (max-width:820px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 384px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 36px;
    font-size: 28px;
    margin-bottom: 10px;
  }

  .waimaoWeb_Banner .ba_txt span {
    line-height: 28px;
    font-size: 14px;
  }

  .waimaoWeb_title p {
    line-height: 40px;
    font-size: 28px;
    margin-bottom: -40px;
  }

  .waimaoWeb_title span {
    line-height: 40px;
    font-size: 48px;
  }

  .waimaoWeb_Part1 {
    padding: 40px 0 20px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 294px;
  }

  .waimaoWebPart4_list ul {
    margin: 0 -10px;
  }

  .waimaoWebPart4_list ul li {
    padding: 0 10px;
  }

  .waimaoWeb_Part5 {
    padding: 40px 0;
  }

  .waimaoWebPart5_list ul li:nth-child(1),
  .waimaoWebPart5_list ul li:nth-child(7) {
    left: 26%;
  }

  .waimaoWebPart5_list ul li:nth-child(2),
  .waimaoWebPart5_list ul li:nth-child(8) {
    right: 26%;
  }

  .waimaoWebPart5_list ul li:nth-child(3),
  .waimaoWebPart5_list ul li:nth-child(5) {
    left: 10%;
  }

  .waimaoWebPart5_list ul li:nth-child(4),
  .waimaoWebPart5_list ul li:nth-child(6) {
    right: 10%;
  }

  .waimaoWebPart_ms {
    line-height: 25px;
    font-size: 15px;
  }

  .waimaoWeb_Part6 {
    padding: 40px 0;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 200px;
  }

}

@media (max-width:767px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 260px;
  }

  .waimaoWeb_Banner .ba_txt {
    padding-right: 45%;
    top: 60%;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 26px;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .waimaoWeb_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;
  }

  .waimaoWeb_title {
    margin-bottom: 20px;
  }

  .waimaoWeb_title p {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: -32px;
  }

  .waimaoWeb_title span {
    line-height: 40px;
    font-size: 40px;
  }

  .waimaoWeb_title1 p,
  .waimaoWeb_title1 span {
    text-align: center;
  }

  .waimaoWeb_Part1 {
    padding: 40px 0 20px;
  }

  .waimaoWebPart_ms {
    margin: -10px auto 20px;
  }

  .waimaoWebPart1_list ul {
    margin: 0;
  }

  .waimaoWebPart1_list ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .waimaoWeb_Part2,
  .waimaoWeb_Part3,
  .waimaoWeb_Part4 {
    padding: 40px 0;
  }

  .waimaoWebPart3_list ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 304px;
  }

  .waimaoWebPart3_list .waimaoWebPart3_btn {
    margin: 0 auto;
  }

  .waimaoWebPart3_btn a {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .waimaoWeb_Part4::before,
  .waimaoWeb_Part4::after {
    width: 60px;
    height: 60px;
  }

  .waimaoWeb_Part4::before {
    top: -20px;
  }

  .waimaoWeb_Part4::after {
    bottom: -20px;
  }

  .waimaoWebPart4_list {
    margin-top: 0;
  }

  .waimaoWebPart4_list ul {
    margin: 0;
  }

  .waimaoWebPart4_list ul li {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    float: none;
  }

  .waimaoWebPart5_list {
    height: 200px;
  }

  .waimaoWebPart5_list ul li:nth-child(1),
  .waimaoWebPart5_list ul li:nth-child(7) {
    left: 12%;
  }

  .waimaoWebPart5_list ul li:nth-child(2),
  .waimaoWebPart5_list ul li:nth-child(8) {
    right: 12%;
  }

  .waimaoWebPart5_list ul li:nth-child(3),
  .waimaoWebPart5_list ul li:nth-child(5) {
    left: 0;
  }

  .waimaoWebPart5_list ul li:nth-child(4),
  .waimaoWebPart5_list ul li:nth-child(6) {
    right: 0;
  }

  .waimaoWebPart5_list ul li:nth-child(3),
  .waimaoWebPart5_list ul li:nth-child(4) {
    top: 40%;
  }

  .waimaoWebPart5_list ul li:nth-child(5),
  .waimaoWebPart5_list ul li:nth-child(6) {
    top: 56%;
  }

  .waimaoWebPart5_list ul li {
    width: 90px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    border-radius: 0 6px;
    font-weight: normal;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 180px;
  }

  .txtFl {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .txtFr {
    width: 100%;
    float: none;
  }

  .waimaoWebPart6_txt p {
    margin-top: 0;
  }

  .waimaoWebPart6_txt a.waimaoWebPart6_btn {
    float: left;
  }

  .waimaoWebPart6_txt span {
    width: auto;
    float: right;
  }

  .waimaoWebPart6_swiper .swiper-button-prev,
  .waimaoWebPart6_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .waimaoWebPart6_swiper .swiper-button-next {
    right: -10px;
  }

  .waimaoWebPart6_swiper .swiper-button-prev {
    left: -10px;
  }

}

@media (max-width:390px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 240px;
  }

  .waimaoWeb_title p {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: -30px;
  }

  .waimaoWeb_title span {
    line-height: 36px;
    font-size: 36px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 285px;
  }

  .waimaoWebPart5_list {
    height: 190px;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 170px;
  }
}

@media (max-width:320px) {

  .waimaoWeb_Banner,
  .waimaoWeb_Banner .ba_img {
    height: 220px;
  }

  .waimaoWeb_Banner .ba_txt p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .waimaoWeb_Banner .ba_txt span {
    line-height: 20px;
    font-size: 12px;
  }

  .waimaoWeb_title p {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: -30px;
  }

  .waimaoWeb_title span,
  .waimaoWebPart2_left span {
    line-height: 32px;
    font-size: 32px;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con i {
    margin: 0 auto 10px;
    float: none;
  }

  .waimaoWebPart1_list ul li .waimaoWebPart1_con h5,
  .waimaoWebPart1_list ul li .waimaoWebPart1_con p {
    text-align: center;
  }

  .waimaoWebPart3_list ul {
    margin: 0 -6px;
  }

  .waimaoWebPart3_list ul li {
    margin-bottom: 12px;
    padding: 0 6px;
  }

  .waimaoWebPart3_list ul li .waimaoWebPart3_img {
    height: 230px;
  }

  .waimaoWebPart3_list .waimaoWebPart3_btn {
    margin: 8px auto 0;
  }

  .waimaoWebPart5_list {
    height: 170px;
  }

  .waimaoWebPart5_list ul li:nth-child(3),
  .waimaoWebPart5_list ul li:nth-child(4) {
    top: 42%;
  }

  .waimaoWebPart5_list ul li:nth-child(5),
  .waimaoWebPart5_list ul li:nth-child(6) {
    top: 54%;
  }

  .waimaoWebPart6_swiper {
    padding: 0;
  }

  .waimaoWebPart6_swiper .swiper .swiper-slide .waimaoWebPart6_img {
    height: 180px;
  }

}


.Reason_Con .Reason_img {
  width: 45%;
  float: left;
  height: 550px;
}

.Reason_Con .Reason_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 30px 0 30px;
}

.Reason_list {
  width: 48%;
  float: right;
}

.Reason_list ul li {
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0 30px;
}

.Reason_list ul li:last-child {
  border: 0;
}

.Reason_list ul li p {
  height: 60px;
  line-height: 60px;
}

.Reason_list ul li p a {
  display: block;
  width: 86%;
  padding: 0;
  overflow: hidden;
  line-height: 60px;
  color: rgba(255, 255, 255, .45);
  font-size: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 45px;
}

.Reason_list ul li p a em {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border: 2px solid rgba(255, 255, 255, .45);
  border-radius: 100%;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 16px;
  left: 0;
}

.Reason_list ul li p span {
  display: block;
  width: 14%;
  height: 100%;
  background: url(../images/jt10.png) center center no-repeat;
  cursor: pointer;
  float: left;
  opacity: .5;
}

.Reason_list ul li div {
  display: none;
  margin: 0 auto 15px;
}

.Reason_list ul li div .text {
  display: block;
  font-size: 16px;
  font-weight: lighter;
  color: rgba(255, 255, 255, .45);
  line-height: 30px;
  margin-top: 10px;
}

.Reason_list ul li.on p span {
  background: url(../images/jt09.png) center center no-repeat;
  opacity: 1;
}

.Reason_list ul li.on {
  border-top: 1px solid #fff;
}

.Reason_list ul li.on p a {
  color: #fff;
}

.Reason_list ul li.on p a em {
  border: 2px solid #fff;
}

@media (max-width:1680px) {


  .SEO_Reason {
    padding: 80px 0;
  }

  .SEO_tit span {
    font-size: 17px;
  }

  .SEO_tit span em {
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
  }

  .SEO_tit p {
    font-size: 44px;
  }

  .SEO_tit3 p {
    font-size: 30px;
  }

  .Reason_list ul li p a {
    font-size: 28px;
  }
}

@media (max-width:1600px) {
  .SEO_tit {
    margin: 0 auto 40px;
  }

  .SEO_tit span {
    font-size: 16px;
  }

  .SEO_tit span em {
    width: 6px;
    height: 6px;
    margin: 0 8px 0 0;
  }

  .SEO_tit p {
    font-size: 40px;
  }

  .SEO_tit3 p {
    font-size: 28px;
  }

  .Reason_list ul li p a {
    font-size: 28px;
  }

  .Reason_Con .Reason_img {
    height: 500px;
  }

  .Reason_list {
    width: 50%;
  }

  .Reason_list ul li {
    padding: 20px 0;
  }

  .Reason_list ul li p {
    height: 48px;
    line-height: 48px;
  }

  .Reason_list ul li p a {
    line-height: 46px;
    font-size: 24px;
  }

  .Reason_list ul li p a em {
    top: 9px;
  }

  .Reason_list ul li div {
    margin: 0 auto 10px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .SEO_Reason {
    padding: 60px 0;
  }

  .SEO_tit span {
    font-size: 14px;
  }

  .SEO_tit p {
    font-size: 36px;
  }

  .SEO_tit3 p {
    font-size: 26px;
  }

  .SEO_tit i {
    font-size: 14px;
    line-height: 26px;
  }

  .Reason_list {
    width: 52%;
  }

  .Reason_Con .Reason_img {
    height: 440px;
  }

  .Reason_list ul li {
    padding: 18px 0;
  }

  .Reason_list ul li p {
    height: 48px;
    line-height: 48px;
  }

  .Reason_list ul li p a {
    line-height: 46px;
    font-size: 22px;
    padding-left: 40px;
  }

  .Reason_list ul li p a em {
    width: 24px;
    height: 24px;
    line-height: 20px;
    font-size: 14px;
    top: 12px;
  }

  .Reason_list ul li div .text {
    font-size: 14px;
    line-height: 26px;
    margin-top: 10px;
  }

}

@media (max-width:1366px) {
  .SEO_Reason {
    padding: 70px 0;
  }

  .SEO_tit p {
    font-size: 32px;
  }

  .Reason_Con .Reason_img {
    height: 400px;
  }

  .Reason_list ul li {
    padding: 17px 0;
  }

  .Reason_list ul li p {
    height: 40px;
    line-height: 40px;
  }

  .Reason_list ul li p a {
    line-height: 40px;
    font-size: 20px;
    padding-left: 40px;
  }

  .Reason_list ul li p a em {
    width: 22px;
    height: 22px;
    line-height: 18px;
    font-size: 14px;
    top: 10px;
  }

  .Reason_list ul li p span,
  .Reason_list ul li.on p span {
    background-size: 20px 20px;
  }

  .Reason_list ul li div .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }

}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .SEO_Reason {
    padding: 60px 0 50px;
  }

  .SEO_tit {
    margin: 0 auto 30px;
  }

  .SEO_tit p {
    font-size: 30px;
  }

  .SEO_tit3 p {
    font-size: 24px;
  }

  .Reason_list ul li {
    padding: 12px 0;
  }

  .Reason_list ul li p a {
    font-size: 18px;
  }

  .Reason_Con .Reason_img {
    height: 360px;
  }

  .Reason_list ul li p span {
    background-size: 20px 20px;
  }

  .Reason_list ul li.on p span {
    background: url(../images/jt09.png) center center no-repeat;
    background-size: 20px 20px;
  }
}

@media (max-width:1080px) {

  .SEO_tit p {
    font-size: 28px;
  }

  .Reason_Con .Reason_img {
    height: 340px;
  }

  .Reason_list ul li p span,
  .Reason_list ul li.on p span {
    background-size: 16px 16px;
  }

}

@media (max-width:1024px) {
  .SEO_Reason {
    padding: 40px 0;
  }

  .SEO_tit {
    margin: 0 auto 20px;
  }

  .SEO_tit p {
    font-size: 26px;
  }

  .SEO_tit3 p {
    font-size: 22px;
  }

  .Reason_list ul li {
    padding: 8px 0;
  }

  .Reason_list ul li p a {
    font-size: 17px;
  }
}

@media (max-width:920px) {
  .SEO_Reason {
    padding: 40px 0 30px;
  }

  .SEO_tit {
    margin: 0 auto 25px;
  }

  .SEO_tit p {
    font-size: 24px;
  }

  .Reason_Con .Reason_img {
    width: 100%;
    height: 350px;
  }

  .Reason_list {
    width: 100%;
    margin-top: 40px;
  }

  .Reason_list ul li {
    padding: 20px 0;
  }

  .Reason_list ul li p a {
    width: 90%;
    font-size: 18px;
  }

  .Reason_list ul li p a em {
    font-size: 14px;
  }

  .Reason_list ul li p span {
    width: 10%;
  }

  .Reason_list ul li div .text {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width:820px) {
  .Reason_Con .Reason_img img {
    border-radius: 0 20px;
  }
}

@media (max-width:767px) {
  .SEO_Reason {
    padding: 20px 0;
  }

  .SEO_tit {
    margin: 0 auto 20px;
  }

  .SEO_tit p {
    font-size: 22px;
  }

  .SEO_tit span {
    font-weight: normal;
  }

  .SEO_tit i {
    font-size: 14px;
    line-height: 24px;
  }

  .SEO_tit3 p {
    font-size: 16px;
    line-height: 24px;
  }

  .SEO_tit3 img {
    width: 48px;
    margin-top: 20px;
  }

  .Reason_Con .Reason_img {
    height: 240px;
  }

  .Reason_list {
    margin-top: 20px;
  }

  .Reason_list ul li {
    padding: 10px 0;
  }

  .Reason_list ul li p a {
    font-size: 16px;
  }

  .Reason_list ul li p span {
    background-size: 14px 14px;
  }

  .Reason_list ul li.on p span {
    background: url(../images/jt09.png) center center no-repeat;
    background-size: 14px 14px;
  }

  .Reason_list ul li div .text {
    font-weight: normal;
  }

}

@media (max-width:390px) {}

@media (max-width:320px) {
  .Reason_Con .Reason_img {
    height: 200px;
  }

  .Reason_list ul li p a {
    padding-left: 32px;
  }
}

@media (max-width:280px) {}