﻿.banner {
  position: relative; }
  .banner .swiper-button-next.swiper-button-white, .banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(../image/rt.png);
    right: 40px; }
  .banner .swiper-button-prev.swiper-button-white, .banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(../image/lf.png);
    left: 40px; }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 44px;
    height: 88px;
    margin-top: -22px;
    z-index: 10;
    background-size: contain; }
  .banner .swiper-pagination-bullet {
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 0;
    background: url(../image/anniu.png) transparent center center;
    opacity: .6; }
  .banner .swiper-pagination-bullet-active {
    opacity: 1; }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px; }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 39px; }

.banbox {
  position: absolute;
  left: 12%;
  top: 25.5%;
  z-index: 123;
  width: 670px; }
  .banbox b {
    display: inline-block;
    width: 70px;
    height: 10px;
    background: white;
    margin-right: 46px;
    vertical-align: top;
    margin-top: 30px; }

.banbox_cnt {
  display: inline-block;
  width: 550px; }
  .banbox_cnt h2 {
    font-size: 60px;
    font-family: Oswald;
    font-weight: bold;
    color: white;
    width: 400px; }
    .banbox_cnt h2 span {
      background-color: var(--everun-brand, #EC6B33);
      line-height: 68px;
      display: inline-block;
      margin-bottom: 5px;
      padding: 0 12px 0 6px; }
  .banbox_cnt p {
    text-shadow: 0px 2px 2px rgb(0 0 0 / 80%);
    font-size: 18px;
    font-family: Rubik;
    color: white;
    line-height: 30px;
    margin-top: 3px; }
  .banbox_cnt a {
    text-shadow: 0px 2px 2px rgb(0 0 0 / 60%);
    box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 60%);
    width: 260px;
    height: 65px;
    border: 2px solid white;
    text-align: center;
    font-size: 18px;
    font-family: Oswald;
    font-weight: bold;
    color: white;
    line-height: 65px;
    margin-top: 55px;
    display: block; }
    .banbox_cnt a i {
      margin-left: 18px; }

.set1 {
  background-color: #333; }

.pro_box {
  width: 20%;
  line-height: 120px;
  text-align: center;
  transition: all .4s; }
  .pro_box a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-family: Rubik; }
    .pro_box a i {
      margin-right: 15px; }
  .pro_box:hover {
    background-color: #000000;
    transition: all .4s; }

.set2 {
  background-color: #E6E6E6;
  position: relative; }

.lbabox {
  width: 56.2%;
  text-align: right; }

.lbabox img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  vertical-align: middle; }

.lbbbox {
  width: 43.8%; }

.lbbcnt {
  width: 500px;
  padding-left: 72px;
  position: relative; }
  .lbbcnt b {
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 40px;
    height: 6px;
    background: #333333;
    z-index: 13; }
  .lbbcnt h3 {
    font-size: 24px;
    font-family: Rubik;
    color: #333333;
    line-height: 30px; }
  .lbbcnt h2 {
    font-size: 22px;
    font-family: Oswald;
    font-weight: bold;
    color: white;
    line-height: 36px;
    background-color: var(--everun-brand, #EC6B33);
    display: inline-block;
    padding: 0 3px;
    margin: 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%; }
  .lbbcnt p {
    font-size: 16px;
    font-family: Rubik;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box; }
  .lbbcnt a {
    width: 260px;
    height: 65px;
    background: var(--everun-brand, #EC6B33);
    text-align: center;
    line-height: 65px;
    display: block;
    font-size: 16px;
    font-family: Oswald;
    color: white;
    margin-top: 54px; }
    .lbbcnt a i {
      font-size: 15px;
      display: inline-block;
      margin-top: -6px;
      vertical-align: middle;
      margin-left: 18px; }
  .lbbcnt .lbprocnt {
    font-size: 0;
    padding: 19px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4); }
    .lbbcnt .lbprocnt > p:nth-child(1) {
      line-height: 18px;
      text-align: right;
      width: 124px;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 0; }
    .lbbcnt .lbprocnt > p:nth-child(2) {
      font-size: 30px;
      font-family: Oswald;
      color: var(--everun-brand, #EC6B33);
      line-height: 36px;
      width: 266px;
      margin-left: 38px;
      display: inline-block;
      vertical-align: top;
      font-weight: bold;
      margin-bottom: 0; }
  .lbbcnt > div.lbprocnt:nth-last-child(2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.4); }

.gallery-top {
  padding: 50px 0 40px;
  /*padding: 100px 0 40px;*/ }

.prosl {
  height: 190px;
  width: 290px;
  line-height: 190px;
  text-align: center;
  margin-right: 0;
  cursor: pointer; }
  .prosl h6 {
    width: 60%;
    margin: auto;
    line-height: 190px; }

.proacimg {
  position: absolute;
  width: 0;
  top: -30px;
  left: 0;
  z-index: 123;
  height: 30px;
  line-height: 30px;
  transition: width .4s; }

.proslbox {
  padding: 0 40px;
  position: relative; }
  .proslbox .swiper-slide-thumb-active {
    background-color: rgba(255, 255, 255, 0.6); }
    .proslbox .swiper-slide-thumb-active .proacimg {
      width: 100%;
      transition: width .4s; }
  .proslbox .swiper-container {
    padding-top: 40px; }
  .proslbox .swiper-button-prev, .proslbox .swiper-container-rtl .swiper-button-next {
    left: 0px; }
  .proslbox .swiper-button-next, .proslbox .swiper-container-rtl .swiper-button-prev {
    right: 0px; }
  .proslbox .swiper-button-next, .proslbox .swiper-button-prev {
    width: 28px;
    height: 49px;
    margin-top: -10px;
    background-size: 27px 49px;
    opacity: .1; }
  .proslbox .swiper-button-next.swiper-button-disabled, .proslbox .swiper-button-prev.swiper-button-disabled {
    opacity: 0.15; }

.probg {
  height: 200px;
  background-color: #D9D9D9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.set3 {
  background-color: var(--everun-brand, #EC6B33);
  height: 950px;
  transition: height .4s; }

.whyus {
  overflow-y: hidden;
  height: 100%; }

#myswp {
  right: auto;
  left: 30px;
  height: 65px;
  width: 160px;
  text-align: right;
  top: 50%;
  transform: translateY(-50%); }
  #myswp .swiper-pagination-bullet {
    font-size: 16px;
    font-family: Roboto Condensed;
    color: white;
    width: 160px;
    line-height: 28px;
    height: 30px;
    display: block;
    border-radius: 0;
    background: transparent;
    opacity: .4;
    text-align: left; }
  #myswp .swiper-pagination-bullet::before {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 4px;
    vertical-align: middle;
    transition: all .3s;
    margin-right: 15px;
    margin-top: -2px; }
  #myswp .swiper-pagination-bullet-active {
    opacity: 1;
    border:1px solid }

.whybox {
  text-align: right;
  width: 100%;
  height: 100%; }

.whyrt {
  width: 49.6%;
  display: inline-block; }

.whylfa {
  position: absolute;
  right: 50%;
  top: 50%;
  z-index: 123;
  width: 680px;
  transform: translateY(-50%);
  color: white;
  text-align: left; }
  .whylfa > h2 {
    font-size: 24px;
    font-family: Rubik;
    line-height: 26px; }
    .whylfa > h2 i {
      width: 40px;
      height: 6px;
      background: white;
      display: inline-block;
      margin-right: 17px;
      vertical-align: middle; }

.whylfbox {
  padding-left: 59px; }
  .whylfbox > h2 {
    font-size: 0;
    margin-top: 23px;
    margin-bottom: 66px; }
    .whylfbox > h2 span {
      font-size: 36px;
      font-family: Oswald;
      font-weight: bold;
      color: white;
      line-height: 40px;
      background-color: #1A1A1A;
      margin-bottom: 5px;
      display: inline-block;
      padding: 0 2px; }
  .whylfbox p {
    font-size: 16px;
    font-family: Rubik;
    line-height: 24px;
    margin-top: 15px; }
  .whylfbox a,
  .whylfbox a.why-more {
    display: block;
    width: 260px;
    height: 65px;
    border: 0;
    border-radius: 0;
    background-color: var(--everun-why-more, #EC6B33);
    text-align: center;
    line-height: 65px;
    font-weight: 700;
    font-size: 16px;
    font-family: Oswald;
    color: #fff;
    margin-top: 100px;
    transition: none; }
    .whylfbox a:hover,
    .whylfbox a:focus,
    .whylfbox a:active,
    .whylfbox a.why-more:hover,
    .whylfbox a.why-more:focus,
    .whylfbox a.why-more:active {
      background-color: var(--everun-why-more, #EC6B33);
      color: #fff;
      text-decoration: none;
      opacity: 1;
      box-shadow: none; }
    .whylfbox a i {
      margin-left: 18px; }

.whylficon {
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  width: 49.7%; }
  .whylficon h2 {
    font-size: 0;
    width: 100%;
    display: block; }
    .whylficon h2 i {
      display: inline-block;
      width: 67px;
      height: 67px;
      line-height: 67px; }
    .whylficon h2 span {
      font-size: 18px;
      font-family: Rubik;
      font-weight: bold;
      line-height: 24px;
      display: inline-block;
      width: calc(100% - 67px);
      padding-left: 20px;
      vertical-align: middle; }

.set4 {
  background-color: #E6E6E6; }

.newstop {
  margin-top: 130px; }
  .newstop h2, .newstop p, .newstop a {
    display: inline-block;
    vertical-align: top; }
  .newstop h2 {
    font-size: 36px;
    font-family: Rubik;
    color: #333333;
    line-height: 40px;
    position: relative; }
    .newstop h2 i {
      width: 40px;
      height: 6px;
      background: #333333;
      display: inline-block;
      position: absolute;
      left: -60px;
      top: 50%;
      margin-top: -3px; }
  .newstop p {
    font-size: 16px;
    font-family: Rubik;
    color: #666666;
    line-height: 24px;
    width: 30.5%;
    margin: 0 13.67%; }
  .newstop a {
    width: 260px;
    height: 65px;
    background: var(--everun-brand, #EC6B33);
    text-align: center;
    line-height: 65px;
    font-size: 16px;
    font-family: Oswald;
    font-weight: bold;
    color: #fff;
    display: inline-block; }
    .newstop a i {
      font-size: 15px;
      display: inline-block;
      margin-top: -5px;
      vertical-align: middle;
      margin-left: 18px; }

.newscnt {
  margin-top: 80px;
  margin-bottom: 120px; }
  .newscnt .newsbox {
    width: 31.2%; }
    .newscnt .newsbox h4 {
      font-size: 16px;
      font-family: Rubik;
      color: #333333;
      line-height: 24px;
      margin-top: 30px; }
      .newscnt .newsbox h4 i {
        width: 30px;
        height: 4px;
        background: #333333;
        display: inline-block;
        vertical-align: middle;
        margin-right: 8px;
        margin-bottom: 10px; }
    .newscnt .newsbox h2 {
      font-size: 24px;
      font-family: Rubik;
      color: #333333;
      line-height: 27px; }
    .newscnt .newsbox p {
      font-size: 16px;
      font-family: Rubik;
      color: #666666;
      line-height: 24px;
      margin-top: 15px; }
    .newscnt .newsbox a {
      font-size: 16px;
      font-family: Oswald;
      color: var(--everun-brand, #EC6B33);
      line-height: 24px;
      display: inline-block;
      margin-top: 40px; }
      .newscnt .newsbox a i {
        margin-left: 18px; }
  .newscnt > div:nth-child(2) {
    margin: 0 3.2%; }

.set5 h2 {
  font-size: 36px;
  font-family: Rubik;
  color: #333333;
  line-height: 40px;
  position: relative;
  margin-top: 115px;
  margin-bottom: 35px; }
  .set5 h2 i {
    width: 40px;
    height: 6px;
    background: #333333;
    display: inline-block;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -3px; }

.whatbox {
  margin-top: 48px;
  margin-bottom: 80px; }
  .whatbox h4 {
    display: inline-block;
    font-size: 36px;
    font-family: Oswald;
    font-weight: bold;
    color: white;
    line-height: 36px;
    background-color: var(--everun-brand, #EC6B33);
    vertical-align: middle; }
  .whatbox h3 {
    display: inline-block;
    width: 60px;
    height: 49px;
    margin: 0 1% 0 10%; }
  .whatbox p {
    display: inline-block;
    font-size: 16px;
    font-family: Rubik;
    color: #333333;
    line-height: 24px;
    width: 55%;
    vertical-align: top;
    height: 120px; }

.whatlb .whatbg {
  height: 80px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 80px;
  text-align: center;
  bottom: auto;
  top: 59.5%; }
.whatlb .swiper-pagination-bullet {
  width: 27px;
  height: 27px;
  display: inline-block;
  border-radius: 0;
  background: url(../image/anniu.png) transparent center center;
  opacity: .6;
  vertical-align: middle;
  margin: 0 12px; }
.whatlb .swiper-pagination-bullet-active {
  opacity: 1; }
.whatlb .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px; }

.myswprt, .myswplf {
  display: none; }

.vidobox {
  position: relative; }

.vidoply {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 84px;
  height: 84px;
  z-index: 123; }

.vi_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999999;
  display: none; }

.vdobox {
  width: 70%;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.myg {
  width: 30px;
  height: 30px;
  position: absolute;
  text-align: center;
  right: -10px;
  top: -9px;
  background: #ff1783;
  border-radius: 100%;
  line-height: 20px;
  padding: 5px; }

.zdf {
  z-index: -123; }
@media screen and (max-width: 1680px) and (min-width: 1450px)
{
     #myswp {
    right: 30px;
    left: auto; }
}
@media screen and (max-width: 1450px) and (min-width: 1200px) {
  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 25px;
    height: 50px;
    margin-top: -22px; }

  .banbox_cnt h2 {
    font-size: 46px; }
    .banbox_cnt h2 span {
      line-height: 50px; }

  .banbox_cnt a {
    height: 55px;
    line-height: 55px;
    margin-top: 30px; }

  .banbox {
    left: 10%;
    top: 17.5%; }

  .banbox b {
    width: 60px;
    height: 6px;
    margin-right: 30px; }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 20px; }

  .pro_box {
    line-height: 100px; }

  .prosl h6 {
    line-height: 160px; }

  .prosl {
    height: 160px;
    line-height: 160px; }

  .probg {
    height: 170px; }

  #myswp {
    right: 30px;
    left: auto; }

  #myswp .swiper-pagination-bullet::after {
    content: '';
    display: inline-block;
    background-color: #fff;
    width: 30px;
    height: 4px;
    vertical-align: middle;
    transition: all .3s;
    margin-left: 14px;
    margin-top: -2px; }

  #myswp .swiper-pagination-bullet::before {
    display: none; }

  .whylfa {
    width: 48%; }

  #myswp .swiper-pagination-bullet {
    text-align: right; }

  .whylfbox > h2 {
    margin-bottom: 35px; }
    .whylfbox > h2 span {
      font-size: 32px;
      line-height: 35px; }

  .whylficon {
    padding-right: 5px;
    width: 47.7%; }

  .whylfbox a {
    margin-top: 35px; }

  .newstop p {
    width: 40.5%;
    margin: 0 4.2%; }

  .newstop h2 {
    margin-left: 50px; }

  .newstop {
    margin-top: 90px; }

  .newscnt {
    margin-top: 65px;
    margin-bottom: 100px; }

  .set5 h2 {
    margin-top: 90px;
    margin-left: 50px; }

  .whatbox h3 {
    margin: 0 1% 0 13%; }

  .whatlb .whatbg {
    top: 57.8%; } }
.phpro {
  display: none; }

@media screen and (max-width: 1450px) and (min-width: 1200px) {
  .whatlb .whatbg {
    top: 59.5%; }

  .pro_box a {
    font-size: 16px; } }
@media screen and (max-width: 1199px) and (min-width: 1030px) {
  .vidoply {
    width: 54px;
    height: 54px; }

  .banner .swiper-button-next.swiper-button-white, .banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 20px; }

  .banner .swiper-button-prev.swiper-button-white, .banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 20px; }

  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 22px;
    height: 44px; }

  .banbox {
    left: 9%;
    top: 17.5%;
    width: 500px; }
    .banbox b {
      display: none; }

  .banbox_cnt {
    width: 500px; }
    .banbox_cnt h2 {
      font-size: 0; }
      .banbox_cnt h2 span {
        font-size: 32px;
        line-height: 48px; }
    .banbox_cnt p {
      line-height: 24px; }
    .banbox_cnt a {
      height: 50px;
      line-height: 50px;
      margin-top: 35px; }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 10px; }

  .pro_box {
    line-height: 86px; }

  .gallery-top {
    padding: 50px 0 20px; }

  .lbabox {
    padding-top: 5%; }

  .lbbbox {
    padding-right: 10px; }

  .lbbcnt {
    padding-left: 50px;
    width: 100%; }
    .lbbcnt b {
      width: 30px; }
    .lbbcnt p {
      margin-bottom: 20px; }
    .lbbcnt .lbprocnt {
      padding: 12px 0; }
      .lbbcnt .lbprocnt > p:nth-child(2) {
        font-size: 28px;
        width: 200px;
        margin-left: 38px; }
    .lbbcnt a {
      height: 55px;
      line-height: 55px;
      margin-top: 37px; }

  .prosl h6 {
    line-height: 140px; }

  .prosl {
    height: 140px;
    line-height: 140px; }

  .probg {
    height: 150px; }

  .proslbox .swiper-container {
    padding-top: 30px; }

  .proacimg {
    top: -28px; }

  .whylfa {
    width: 48%; }

  .whylfbox > h2 {
    margin-top: 20px;
    margin-bottom: 10px; }
    .whylfbox > h2 span {
      font-size: 30px;
      line-height: 34px; }

  .whylfbox p {
    margin-top: 10px; }

  .whylficon {
    width: 100%;
    padding-right: 20px; }
    .whylficon h2 i {
      width: 44px;
      height: 44px;
      line-height: 44px; }

  .whylfbox a {
    height: 50px;
    line-height: 50px;
    margin-top: 20px; }

  #myswp {
    display: none; }

  .myswprt, .myswplf {
    display: block; }

  .newstop {
    margin-top: 60px; }
    .newstop h2 {
      font-size: 32px; }
      .newstop h2 i {
        display: none; }
    .newstop p {
      width: 43.5%;
      margin: 0 2.67%; }
    .newstop a {
      height: 55px;
      line-height: 55px; }

  .newscnt {
    margin-top: 40px;
    margin-bottom: 60px; }

  .newscnt .newsbox h2 {
    font-size: 20px;
    line-height: 24px; }

  .set5 h2 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 25px; }
    .set5 h2 i {
      display: none; }

  .whatlb .whatbg {
    top: 52.5%; }

  .whatbox {
    margin-top: 35px;
    margin-bottom: 60px; }

  .whatbox h3 {
    margin: 0 1% 0 6%; }

  .whatbox p {
    height: 150px; }

  .pro_box a {
    font-size: 14px; }

  .pro_box a i {
    margin-right: 5px; }
    .pro_box a i img {
      width: 30px; } }
@media screen and (max-width: 1029px) and (min-width: 768px) {
  .vdobox {
    height: 420px; }

  .vidoply {
    width: 44px;
    height: 44px; }

  .banner .swiper-button-next.swiper-button-white, .banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 20px; }

  .banner .swiper-button-prev.swiper-button-white, .banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 20px; }

  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 22px;
    height: 44px; }

  .banbox {
    width: 560px; }
    .banbox b {
      display: none; }

  .banbox_cnt {
    width: 550px; }
    .banbox_cnt p {
      display: none; }
    .banbox_cnt a {
      width: 230px;
      height: 50px;
      font-size: 16px;
      line-height: 48px;
      margin-top: 40px; }

  .banbox_cnt h2 {
    font-size: 0; }
    .banbox_cnt h2 span {
      line-height: 36px;
      font-size: 30px; }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    display: none; }

  .pro_box a {
    font-size: 12px; }

  .pro_box a i {
    margin-right: 0px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle; }

  .pro_box {
    width: 20%;
    line-height: 54px; }

  .gallery-top {
    padding: 40px 0 20px; }

  .lbabox {
    width: 51.2%;
    margin-top: 50px; }

  .lbbbox {
    width: 46.8%; }

  .lbbcnt {
    width: 100%;
    padding-left: 30px; }
    .lbbcnt b {
      width: 25px;
      height: 3px; }
    .lbbcnt h2 {
      font-size: 30px;
      line-height: 33px;
      margin: 10px 0; }
    .lbbcnt p {
      font-size: 15px;
      margin-bottom: 15px; }
    .lbbcnt .lbprocnt {
      padding: 10px 0; }
      .lbbcnt .lbprocnt > p:nth-child(2) {
        font-size: 24px;
        line-height: 36px;
        width: 50%;
        margin-left: 20px; }
    .lbbcnt a {
      height: 50px;
      line-height: 50px;
      font-size: 16px;
      margin-top: 30px; }

  .prosl {
    height: 150px;
    line-height: 150px; }

  .prosl h6 {
    width: 80%;
    line-height: 150px; }

  .proacimg {
    top: -20px;
    height: 20px;
    line-height: 20px; }

  .probg {
    height: 155px; }

  .whylfa {
    width: 48%; }

  .whylfbox {
    padding-left: 20px; }

  .whylfbox > h2 {
    margin-top: 20px;
    margin-bottom: 10px; }
    .whylfbox > h2 span {
      font-size: 30px;
      line-height: 34px; }

  .whylfbox p {
    display: none; }

  .whylficon {
    width: 100%;
    padding-right: 20px; }
    .whylficon h2 i {
      width: 44px;
      height: 44px;
      line-height: 44px; }

  .whylfbox a {
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 20px; }

  .whylfbox > h2 span {
    font-size: 21px;
    line-height: 30px; }

  #myswp {
    display: none; }

  .myswprt, .myswplf {
    display: block; }

  .whyus .swiper-button-prev, .whyus .swiper-container-rtl .swiper-button-next {
    left: 0; }
  .whyus .swiper-button-next, .whyus .swiper-container-rtl .swiper-button-prev {
    right: 0px; }

  .newstop {
    margin-top: 50px; }
    .newstop h2 {
      font-size: 28px;
      line-height: 46px; }
    .newstop p {
      font-size: 14px;
      line-height: 20px;
      width: 44.5%;
      margin: 0px 1.3%; }
    .newstop a {
      width: 190px;
      height: 50px;
      line-height: 50px;
      font-size: 16px; }

  .newscnt {
    margin-top: 30px;
    margin-bottom: 45px; }

  .newscnt .newsbox h4 {
    font-size: 14px;
    margin-top: 24px; }

  .newscnt .newsbox h4 i {
    margin-bottom: 4px; }

  .newscnt .newsbox h2 {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px; }

  .newscnt .newsbox p {
    font-size: 14px;
    line-height: 22px; }

  .newscnt .newsbox a {
    margin-top: 30px; }

  .set5 h2 {
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 20px; }

  .whatbox {
    margin-top: 30px;
    margin-bottom: 50px; }

  .whatbox h3 {
    display: none; }

  .whatbox p {
    font-size: 14px;
    line-height: 20px;
    width: 57%;
    height: 130px;
    margin-left: 3%; }

  .whatlb .whatbg {
    height: 65px;
    line-height: 65px;
    top: 50%; } }
@media screen and (max-width: 767px) {
  .phpro {
    display: block; }

  .gallery-top, .proslbox {
    display: none; }

  .vdobox {
    height: 270px; }

  .vidoply {
    width: 42px;
    height: 42px; }

  .indexbanner img {
    height: 230px;
    object-fit: cover; }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction {
    bottom: 5px; }

  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

  .banner .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background-size: contain; }

  .banner .swiper-button-next.swiper-button-white, .banner .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    right: 10px; }

  .banner .swiper-button-prev.swiper-button-white, .banner .swiper-container-rtl .swiper-button-next.swiper-button-white {
    left: 10px; }

  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 17px;
    height: 34px;
    margin-top: -12px; }

  .banbox {
    left: 11%;
    top: 23.5%;
    width: 62%; }
    .banbox b {
      display: none; }

  .banbox_cnt {
    width: 100%; }
    .banbox_cnt h2 {
      font-size: 0;
      width: 100%; }
      .banbox_cnt h2 span {
        line-height: 24px;
        padding: 0 2px 0 6px;
        font-size: 20px; }
    .banbox_cnt p {
      display: none; }

  .banbox_cnt a {
    width: 75%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 20px; }

  .pro_box {
    width: 50%;
    line-height: 20px;
    text-align: left; }

  .pro_box a {
    font-size: 13px;
    padding: 10px 0; }

  .pro_box a i {
    display: block;
    width: 20px;
    float: left;
    margin-right: 5px;
    height: 24px;
    line-height: 20px;
    vertical-align: middle; }

  .gallery-top {
    padding: 30px 0 0px; }

  .lbabox {
    width: 100%;
    text-align: center; }

  .lbabox img,
  .phpro .lbabox img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto; }

  .lbbbox {
    width: 100%; }

  .lbbcnt {
    width: 100%;
    padding: 20px; }
    .lbbcnt b {
      display: none; }

  .lbbcnt h2 {
    font-size: 28px;
    line-height: 32px;
    margin: 10px 0; }

  .lbbcnt p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }

  .lbbcnt .lbprocnt {
    padding: 10px 0;
    display: none; }

  .lbbcnt .lbprocnt > p:nth-child(2) {
    font-size: 24px;
    line-height: 32px;
    width: 50%;
    margin-left: 20px; }

  .lbbcnt a {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 30px; }

  .proslbox {
    padding: 0 25px;
    position: relative; }

  .proslbox .swiper-button-next, .proslbox .swiper-button-prev {
    width: 20px;
    height: 30px;
    background-size: 20px 27px; }

  .prosl {
    height: 70px;
    line-height: 70px; }

  .proacimg {
    top: -7px;
    height: 10px;
    line-height: 10px; }

  .prosl h6 {
    width: 100%;
    line-height: 70px; }

  .probg {
    height: 0; }

  .whylfa {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: auto;
    transform: translateY(0); }

  .whyrt {
    width: 100%;
    display: block; }
    .whyrt img {
      height: 200px;
      object-fit: cover;
      width: 100%; }

  .newstop {
    margin-top: 40px; }
    .newstop h2 {
      font-size: 24px;
      line-height: 30px; }
    .newstop p {
      width: 100%;
      margin: 10px; }
    .newstop a {
      width: 200px;
      height: 50px;
      line-height: 50px; }

  .newscnt {
    margin-top: 40px;
    margin-bottom: 60px; }

  .newscnt .newsbox {
    width: 100%;
    margin-top: 20px; }

  .newscnt > div:nth-child(2) {
    margin: 0;
    margin-top: 20px; }

  .newscnt .newsbox a {
    margin-top: 10px;
    margin-bottom: 15px; }

  .set5 h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 35px; }

  .whatbox {
    margin-top: 30px;
    margin-bottom: 40px; }
    .whatbox h4 {
      font-size: 26px;
      line-height: 30px;
      margin-right: 20%; }
    .whatbox h3 {
      width: 30px;
      height: 25px;
      margin: 0 1% 0 2%; }
    .whatbox p {
      font-size: 14px;
      width: 85%;
      height: 200px; }

  .whatlb .whatbg {
    height: 40px;
    line-height: 40px;
    top: 24.5%; }

  .whatlb .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background-size: contain; }

  .whylfa > h2 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
    padding-left: 20px; }

  .whylfbox {
    padding-left: 30px; }

  .whylfbox > h2 {
    margin-top: 20px;
    margin-bottom: 10px; }
    .whylfbox > h2 span {
      font-size: 30px;
      line-height: 34px; }

  .whylfbox p {
    margin-top: 10px;
    display: none; }

  .whylficon {
    width: 100%;
    padding-right: 20px; }
    .whylficon h2 i {
      width: 34px;
      height: 38px;
      line-height: 34px; }
    .whylficon h2 span {
      font-size: 14px;
      font-weight: 500; }

  .whylfbox a {
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-bottom: 40px; }

  .whylfbox > h2 span {
    font-size: 21px;
    line-height: 30px; }

  #myswp {
    display: none; }

  .whybox {
    height: auto; }

  .myswprt, .myswplf {
    display: block; }

  .whyus .swiper-button-prev, .whyus .swiper-container-rtl .swiper-button-next {
    left: 0;
    top: 18%; }
  .whyus .swiper-button-next, .whyus .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    top: 18%; }

  .set2 {
    padding: 20px 0; }

  .newscnt .newsbox h2 {
    font-size: 20px; }

  .whatbox h3 {
    display: none; }

  .set3 {
    height: 600px; } }

/*# sourceMappingURL=index.css.map */
