@charset "utf-8";
/* CSS Document */
@media (min-width: 1499px) {
  body,
  html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    -webkit-font-smoothing: antialiased; /*抗锯齿效果*/
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
  }
  body {
    margin: 0 auto;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #292929;
    font-family: "Microsoft YaHei", "微软雅黑";
  }
  * img {
    display: block;
    border: none;
  }
  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
  }
  /*p{text-align:justify;text-justify:inter-ideograph;}*/
  .clearfix {
    clear: both;
  }
  .mob {
    display: none;
  }
  .pc {
    display: block;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .commen {
    width: 1500px;
    margin: 0 auto;
  }
  .commen1 {
    width: 1200px;
    margin: 0 auto;
  }
  .ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  @font-face {
    font-family: "mb";
    src: url("../font/Montserrat-SemiBold.woff") format("woff"),
      url("../font/Montserrat-SemiBold.ttf") format("truetype"),
      url("../font/Montserrat-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "ml";
    src: url("../font/Montserrat-Light.woff") format("woff"),
      url("../font/Montserrat-Light.ttf") format("truetype"),
      url("../font/Montserrat-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "meb";
    src: url("../font/Montserrat-ExtraBold.woff") format("woff"),
      url("../font/Montserrat-ExtraBold.ttf") format("truetype"),
      url("../font/Montserrat-ExtraBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  /*公司信息列表页*/
  .company-list {
    background-color: #f8f8f8;
    padding-bottom: 80px;
  }
  .company-list .company-content {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
  }
  .company-list .company-content .company-img {
    width: 50%;
    border-radius: 16px;
    overflow: hidden;
  }
  .company-list .company-content .company-img img {
    width: 100%;
    display: block;
  }
  .company-list .company-content .company-text {
    width: 50%;
    padding: 20px 5%;
  }
  .company-list .company-common-text h3 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    line-height: 26px;
    font-weight: bold;
  }
  .company-list .company-common-text .info {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    line-height: 26px;
  }
  .company-list .company-common-text .info img {
    margin-top: 4px;
  }
  .company-list .company-common-text .info div {
    flex: 1;
    margin-left: 12px;
  }
  .company-list .company-common-text .info div a {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    display: block;
    font-weight: bold;
    line-height: 30px;
  }
  .company-list .company-common-text .info div p {
    color: #000000;
    font-family: ml;
    font-weight: bold;
    font-size: 16px;
  }
  .company-list ul {
    margin-top: 34px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
  }
  .company-list ul li {
    list-style: none;
    width: 32.2%;
    margin-left: 1.7%;
    margin-bottom: 1.7%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
  }
  .company-list ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .company-list ul li .tel a:nth-child(2) {
    padding-left: 32px;
    position: relative;
  }
  .company-list ul li .tel a:nth-child(2)::before {
    content: "/";
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    color: #cacaca;
    width: 32px;
    text-align: center;
    font-size: 14px;
  }
  .company-list ul li .lxyca {
    min-height: 300px;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    background-color: #6eb92b;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #6eb92b;
    border-radius: 5px;
  }

  /*top*/
  .top {
    width: 1642px;
    position: fixed;
    left: 50%;
    margin-left: -821px;
    top: 57px;
    background-color: #fafafa;
    height: 80px;
    border-radius: 20px;
    padding: 0 51px 0 73px;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .topx {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
  }
  .logo {
    width: 182px;
    margin-top: 25px;
  }
  .logo img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .logo img:hover {
    transform: scale(1.05);
  }
  .nav {
    z-index: 100;
    height: 99px;
  }
  .nava {
    transition: all ease 0.3s;
    height: 99px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
  }
  .nava:nth-child(2) {
    margin-left: 78px;
  }
  .nava:nth-child(3) {
    margin-left: 67px;
  }
  .nava:nth-child(4) {
    margin-left: 63px;
  }
  .nava:nth-child(5) {
    margin-left: 48px;
  }
  .nava:nth-child(6) {
    margin-left: 55px;
  }
  .nava > p {
    transition: all ease 0.3s;
    text-align: center;
    line-height: 80px;
    background-image: url(../img/g9.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 126px 0px;
  }
  .nava > p a {
    font-size: 16px;
    color: #000000;
    transition: all ease 0.3s;
    font-family: ml;
    text-transform: capitalize;
    display: block;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .nava:hover > p {
    background-size: 126px 10px;
  }
  .nava:hover > p a {
    color: #6eb92b;
    font-weight: bold;
  }
  .navaa > p a {
    color: #6eb92b;
    font-weight: bold;
  }
  .navaa > p {
    background-size: 126px 10px;
  }
  .navb {
    width: 100%;
    position: absolute;
    z-index: 1001;
    top: 80px;
    left: 0%;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
    display: none;
  }
  .navb1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 60px 0 68px;
  }
  .navb1_a {
    transition: all ease 0.3s;
  }
  /*	.navb1_a:hover{transform: translateY(-6px);}*/
  .navb1_a img {
    float: left;
  }
  .navb1_a p {
    float: left;
    font-size: 18px;
    color: #000000;
    font-family: mb;
    text-transform: capitalize;
    line-height: 49px;
    margin-left: 16px;
    transition: all ease 0.3s;
    text-align: left;
  }
  .navb1_a p a {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    text-transform: capitalize;
    transition: all ease 0.3s;
  }
  .navb1_a p a:hover {
    color: #6eb92b;
  }
  .navb1_a p span {
    display: block;
    margin-top: 7px;
  }
  .navb1_a p span a {
    display: block;
    line-height: 35px;
    font-size: 16px;
    font-family: ml;
    text-align: left;
    transition: all ease 0.3s;
  }
  .navb1_a p span a:hover {
    color: #6eb92b;
    font-weight: bold;
  }
  .navb1_a:hover p {
    color: #6eb92b;
  }
  .topa {
    margin-top: 28px;
    margin-left: 76px;
  }
  .topa_a {
    padding-left: 43px;
    padding-bottom: 28px;
  }
  .topa_a > img {
    width: 24px;
    cursor: pointer;
  }
  .navb2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 40px 0 55px;
  }
  .navb2_a {
    width: 267px;
    height: 205px;
    border-radius: 20px;
    background-color: #f8f8f8;
    text-align: left;
    padding: 53px 0 0 38px;
  }
  .navb2_a h6 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    line-height: 15px;
  }
  .navb2_a h6 a {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    transition: all ease 0.3s;
  }
  .navb2_a h6 a:hover {
    color: #6eb92b;
  }
  .navb2_a p {
    line-height: 32px;
    margin-top: 23px;
  }
  .navb2_a p a {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .navb2_a p a:hover {
    color: #6eb92b;
  }
  .navb2_b {
    padding-top: 30px;
    text-align: left;
  }
  .navb2_b h6 {
    line-height: 15px;
  }
  .navb2_b h6 a {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    transition: all ease 0.3s;
  }
  .navb2_b h6 a:hover {
    color: #6eb92b;
  }
  .navb2_b p {
    line-height: 32px;
    margin-top: 23px;
  }
  .navb2_b p a {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .navb2_b p a:hover {
    color: #6eb92b;
  }
  .topa_b {
    position: relative;
  }
  .topa_a1 {
    position: absolute;
    width: 124px;
    height: 94px;
    border-radius: 10px;
    background-color: #f7f7f7;
    top: 59px;
    left: -7px;
    padding: 4px 14px 0 14px;
  }
  .topa_a1::after {
    position: absolute;
    content: "";
    background-image: url(../img/g14.png);
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -7px;
    top: -7px;
  }
  .topa_a1 p {
    line-height: 44px;
    border-bottom: 1px solid #dedede;
    text-align: center;
  }
  .topa_a1 p:nth-child(2) {
    border: none;
  }
  .topa_a1 p a {
    font-size: 12px;
    color: #000000;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .topa_a1 p a:hover {
    color: #6eb92b;
  }
  .topa_a2 {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 80px;
    display: none;
    padding: 70px 0 67px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
  }
  .topa_a3x {
    display: flex;
    justify-content: center;
  }
  .topa_a2m {
    display: flex;
    justify-content: center;
  }
  .topa_a2x {
    margin: 0 115px;
  }
  .topa_a2x h6 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    line-height: 14px;
  }
  .topa_a2x p {
    line-height: 36px;
    margin-top: 18px;
  }
  .topa_a2x p a {
    font-size: 16px;
    color: #666666;
    display: block;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .topa_a2x p a:hover {
    color: #6eb92b;
    text-decoration: underline;
  }
  .topa_a3 {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 80px;
    display: none;
    padding: 40px 0 45px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
  }
  .topa_a3 img {
    width: 26px;
    height: 26px;
    margin-top: 7px;
  }
  .topa_a3 input.input1 {
    width: 544px;
    margin: 0 47px 0 38px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666666;
    font-family: ml;
  }
  .topa_a3 input.input2 {
    width: 135px;
    line-height: 39px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    font-family: mb;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 30px;
    cursor: pointer;
  }

  /*banner*/
  .ban {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .imgbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    left: 0%;
    margin-left: 0%;
  }
  .imgbox a {
    height: 100%;
  }
  .ban_bj {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .imgbox img {
    width: 104%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    margin-left: -2%;
  }
  .ban_w {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 364px;
  }
  .ban_w h6 {
    font-size: 40px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-family: mb;
    text-transform: uppercase;
    letter-spacing: 6px;
  }
  .ban_w p {
    font-size: 30px;
    color: #fff;
    font-family: ml;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 27px;
    letter-spacing: 2px;
  }
  .ban_w h5 {
    font-size: 100px;
    color: #fff;
    font-family: meb;
    line-height: 72px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 39px;
    letter-spacing: 5px;
  }
  .boy {
    width: 1200px;
  }
  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 5%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }
  .bt-b {
    background: url(../img/yi07.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .bt-b:hover {
    background: url(../img/yi09.png);
    opacity: 1;
  }
  .bt-k {
    width: 47px;
    height: 109px;
    position: absolute;
    right: 5%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }
  .bt-f {
    background: url(../img/yi06.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .bt-f:hover {
    background: url(../img/yi08.png);
    opacity: 1;
  }
  .keyword {
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    bottom: 20px;
  }
  .keyword p {
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    float: left;
  }
  .keyword p a {
    font-size: 14px;
    color: #fff;
    transition: all ease 0.3s;
    margin-left: 12px;
    display: inline-block;
  }
  .keyword p a:hover {
    color: #bd9f63;
  }
  #swiper-pagination_bana {
    position: absolute;
    left: 50%;
    margin-left: -132px;
    bottom: 50px;
  }
  #swiper-pagination_bana .swiper-pagination-bullet {
    cursor: pointer;
    width: 54px;
    height: 5px;
    background-color: #fff;
    border-radius: 1px;
    margin: 0 6px;
    float: left;
    text-align: center;
    transition: all ease 0.3s;
    opacity: 0.5;
    outline: none;
  }
  #swiper-pagination_bana .swiper-pagination-bullet-active {
    opacity: 1;
  }

  /*解决SOLUTIONS*/
  .jj {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/g16.png);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: top center;
    padding-top: 83px;
  }
  .bt p {
    text-align: center;
    font-size: 38px;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .bt h2 {
    text-align: center;
    font-size: 38px;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .bt h1 {
    text-align: center;
    font-size: 38px;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .bt span {
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin: 0 auto;
    margin-top: 31px;
  }
  .jja {
    width: 100%;
    margin-top: 46px;
  }
  .jjb {
    width: 33.33333333%;
    background-image: url(../img/g1.jpg);
    height: 768px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 230px 3.5% 0 3.71%;
    transition: all ease 0.3s;
    background-color: #000;
  }
  .jjb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .jjb:nth-child(2) {
    background-image: url(../img/g2.jpg);
  }
  .jjb:nth-child(3) {
    background-image: url(../img/g3.jpg);
  }
  .jjb:nth-child(4) {
    background-image: url(../img/g4.jpg);
    padding-top: 230px;
  }
  .jjb h5 {
    font-size: 28px;
    color: #fff;
    font-family: meb;
    line-height: 22px;
    position: relative;
    z-index: 2;
  }
  .jjb h6 {
    font-size: 30px;
    color: #fff;
    font-family: mb;
    line-height: 36px;
    margin-top: 29px;
    position: relative;
    z-index: 2;
    width: 120%;
  }
  .jjb span {
    display: block;
    width: 42px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 22px;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
  }
  .jjb p {
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    font-family: ml;
    opacity: 0;
    margin-top: -80px;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
  }
  .jjb:hover::after {
    opacity: 0.5;
  }
  .jjb:hover span {
    width: 100%;
  }
  .jjb:hover p {
    opacity: 0.7;
    margin-top: 32px;
  }
  /*支持Support*/
  .zc {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/g5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 135px 0 157px;
  }
  .zca {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }
  .zca_a {
    width: 200px;
    text-align: center;
  }
  .zca_a img {
    width: 70%;
    transition: all ease 0.3s;
    display: inline-block;
  }
  .zca_a h6 {
    text-align: center;
    font-size: 22px;
    font-family: mb;
    color: #000000;
    line-height: 17px;
    margin-top: 33px;
    text-transform: uppercase;
  }
  .zca_a p {
    text-align: center;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    font-family: ml;
    margin-top: 23px;
    width: 120%;
    margin-left: -10%; /*hyphens: auto;*/
  }
  .zca_a:hover img {
    transform: scale(1.05);
  }
  .bka {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/g6.jpg);
    background-size: 1920px auto;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 180px;
    height: 899px;
  }
  .bka .bt p {
    color: #fff;
  }
  .bka .bt span {
    background-color: #fff;
  }
  .bka .bt h6 {
    font-size: 24px;
    color: #fff;
    font-family: ml;
    line-height: 18px;
    margin-top: 27px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
  }
  .bkaa {
    display: flex;
    justify-content: space-between;
    margin-top: 99px;
  }
  .bkaa_a {
    width: 318px;
  }
  .bkaa_a img {
    width: 107px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .bkaa_a h6 {
    font-size: 44px;
    color: #fff;
    font-family: meb;
    text-align: center;
    text-transform: uppercase;
    margin-top: 36px;
  }
  .bkaa_a h6 span {
    font-size: 22px;
  }
  .bkaa_a p {
    width: 120%;
    margin-left: -10%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: ml;
    margin-top: 6px;
    letter-spacing: 1px;
  }
  .bkaa_a:hover img {
    transform: scale(1.1);
  }
  /*媒体MEDIA*/
  .xw {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .xw .bt {
    margin-top: 20px;
  }
  .xw .bt p {
    text-align: left;
    font-weight: bold;
  }
  .xw .bt span {
    margin-left: 0;
  }
  .xw_m {
    width: 180px;
    height: 60px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    transition: all ease 0.3s;
  }
  .xw_m a {
    font-size: 16px;
    color: #6eb92b;
    font-family: ml;
    transition: all ease 0.3s;
    display: block;
  }
  .xw_m:hover {
    background-color: #6eb92b;
    transform: translateX(-6px);
  }
  .xw_m:hover a {
    color: #fff;
  }
  .xwb {
    width: 100%;
    margin-top: 31px;
  }
  .xwc {
    width: 44%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 558px;
  }
  .xwc img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.6s;
  }
  .xwc img:nth-child(1) {
    position: relative;
  }
  .xwc img.on {
    opacity: 1;
  }
  .xwd {
    width: 46%;
  }
  .xwda {
    width: 100%;
    padding: 14px 0 70px 0;
  }
  .xwda h6 {
    font-size: 16px;
    color: #11131f;
    opacity: 0.5;
    line-height: 17px;
    font-family: mb;
  }
  .xwda span {
    display: block;
    width: 44px;
    height: 1px;
    background-color: #cccccc;
    margin-top: 17px;
  }
  .xwda p {
    font-size: 22px;
    color: #000000;
    opacity: 0.9;
    font-family: ml;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .xwda:hover p {
    color: #6eb92b;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    background-image: url(../img/g8.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto;
    margin-top: 32px;
    padding: 200px 0 70px;
  }
  .yja {
    width: 100%;
  }
  .yja h6 {
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    text-transform: uppercase;
  }
  .yja h6 img {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 11px;
  }
  .yja p {
    width: 276px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 22.5px;
    margin: 0 auto;
    margin-top: 22px;
    transition: all ease 0.3s;
    font-size: 16px;
    color: #fff;
    font-family: ml;
    cursor: pointer;
  }
  .yja p:hover {
    transform: scale(1.05);
  }
  .yjb {
    margin-top: 28px;
  }
  .yjb > img {
    width: 159px;
    display: none;
  }
  .yjb_a {
    margin-top: 55px;
  }
  .yjb_a:nth-child(2) {
    width: 270px;
  }
  .yjb_a:nth-child(3) {
    width: 246px;
  }
  .yjb_a:nth-child(4) {
    width: 232px;
  }
  .yjb_a:nth-child(5) p:nth-child(2) {
    margin-right: 62px;
  }
  .yjb_a h6 {
    line-height: 13px;
    opacity: 0.9;
  }
  .yjb_a h6 a {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .yjb_a h6 a:hover {
    color: #6eb92b;
  }
  .yjb_a p {
    line-height: 30px;
    margin-top: 28px;
  }
  .yjb_a p a {
    font-size: 12px;
    color: #4d4d4d;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .yjb_a p a:hover {
    color: #6eb92b;
  }
  .yjc {
    margin-top: 70px;
  }
  .yjca {
    padding-right: 3px;
  }
  .yjca_a {
    width: 37px;
    height: 30px;
    position: relative;
    margin-left: 24px;
  }
  .yjca_a img {
    width: 100%;
  }
  .yjca_a img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .yjca_a:hover img.t2 {
    opacity: 1;
  }
  .yjcb {
    text-align: right;
    margin-top: 58px;
  }
  .yjcb h6 {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    line-height: 12px;
  }
  .yjcb p {
    font-size: 16px;
    color: #adadad;
    font-family: mb;
    line-height: 30px;
    margin-top: 17px;
    cursor: pointer;
  }
  .yjcb p a {
    font-size: 16px;
    color: #adadad;
    font-family: mb;
    transition: all ease 0.3s;
  }
  .yjcb p span:hover {
    color: #6eb92b;
  }
  .yjcb p a:hover {
    color: #6eb92b;
  }
  .yjcc {
    font-size: 20px;
    margin-bottom: 13%;
    margin-left: 24px;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .yjx {
    width: 100%;
    background-color: #ededed;
  }
  .yjx p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    opacity: 0.5;
    line-height: 80px;
    height: 80px;
    letter-spacing: 1px;
    font-family: ml;
    font-weight: bold;
  }
  /*订阅弹框*/
  .sytk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
  }
  .sytka {
    width: 1200px;
    height: 800px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -400px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .sytkb {
    width: 100%;
    background-image: url(../img/g36.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 120px;
  }
  .sytkb p {
    line-height: 120px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    font-family: mb;
    letter-spacing: 1px;
  }
  .sytkc {
    width: 100%;
    padding: 64px 72px 0 72px;
  }
  .sytkc > h6 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    line-height: 18px;
  }
  .sytkc > p {
    font-size: 14px;
    color: #666666;
    line-height: 13px;
    margin-top: 18px;
    font-family: ml;
  }
  .sytkc_a {
    width: 100%;
    margin-top: 32px;
  }
  .sytkc_a input {
    width: 100%;
    display: block;
    line-height: 52px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-top: 21px;
    font-size: 14px;
    padding-left: 42px;
    color: #666666;
    font-family: ml;
  }
  .sytkc_a select {
    width: 100%;
    display: block;
    line-height: 52px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-top: 21px;
    font-size: 14px;
    padding-left: 42px;
    color: #000000;
    font-family: ml;
    background-image: url(../img/g66.png);
    background-repeat: no-repeat;
    background-position: right 43px center;
    font-weight: bold;
  }
  .sytkc .lxyea_b {
    margin-top: 30px;
  }
  .sytkc .lxyea_c {
    margin-top: 30px;
  }
  .sytkc .lxyea_c input {
    width: 276px;
    line-height: 52px;
    height: 52px;
    font-family: ml;
  }
  .dy_close {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
  }
  /*订阅信息提交失败的提示*/
  .tssb {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10000;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .tssba {
    width: 260px;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    position: fixed;
    left: 50%;
    margin-left: -130px;
    top: 50%;
    margin-top: -73px;
    height: 146px;
  }
  .tssba h6 {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #f8f8f8;
    border-radius: 2px 2px 0 0;
    cursor: move;
    font-family: ml;
  }
  .tssba p {
    position: relative;
    padding: 20px;
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    font-family: ml;
  }
  .tssba img {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 16px;
  }
  .tssba span {
    border-color: #4898d5;
    background-color: #2e8ded;
    height: 28px;
    line-height: 28px;
    margin: 0 12px;
    padding: 0 15px;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    display: block;
    float: right;
    font-size: 12px;
    color: #fff;
    font-family: ml;
  }
  .tssb_lx .tssba {
    height: 200px;
    margin-top: -100px;
  }

  /*****************************************内页开始******************************************/

  /*我们的故事Our Story*/
  .nban {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .nban_img {
    width: 100%;
    position: relative;
  }
  .nban_img > img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
  }
  .nban_img > h2 {
    position: absolute;
    left: 0;
    top: 410px;
    text-align: center;
    width: 100%;
    font-size: 56px;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .nban_img > h5 {
    position: absolute;
    left: 139px;
    top: 290px;
    text-align: center;
    width: 100%;
    font-size: 56px;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .nban_img > h1 {
    position: absolute;
    left: 3.5%;
    top: 290px;
    text-align: center;
    width: 100%;
    font-size: 56px;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .nei {
    width: 100%;
    overflow: hidden;
  }
  .fenl {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #e1e1e1;
    height: 100px;
  }
  .fenl .commen {
    display: flex;
    justify-content: space-around;
  }
  .fenl p {
    line-height: 100px;
    transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    cursor: pointer;
  }
  .fenl p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #6eb92b;
    left: 0;
    bottom: 0;
    border-radius: 2.5px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .fenl p::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 10px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -12.5px;
    bottom: -10px;
    opacity: 0;
    transition: all ease 0.3s;
    background-image: url(../img/g57.png);
  }
  .fenl h1 {
    line-height: 100px;
    transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    cursor: pointer;
  }
  .fenl h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #6eb92b;
    left: 0;
    bottom: 0;
    border-radius: 2.5px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .fenl h1::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 10px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -12.5px;
    bottom: -10px;
    opacity: 0;
    transition: all ease 0.3s;
    background-image: url(../img/g57.png);
  }
  .fenl p a {
    font-size: 20px;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    transition: all ease 0.3s;
    display: block;
  }
  .fenl h1 a {
    font-size: 20px;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    display: block;
  }
  .fenl .on::after {
    opacity: 1;
  }
  .fenl .on::before {
    opacity: 1;
    bottom: 0;
  }
  .fenl .on {
    background-size: 108px 10px;
    font-family: mb;
    color: #6eb92b;
  }
  .fenl .on a {
    font-family: mb;
    color: #6eb92b;
  }
  .fenl p:hover {
    background-size: 108px 10px;
    font-family: mb;
    color: #6eb92b;
  }
  .fenl p:hover::after {
    opacity: 1;
  }
  .fenl p:hover::before {
    opacity: 1;
    bottom: 0;
  }
  .fenl p:hover a {
    font-family: mb;
    color: #6eb92b;
  }
  .mbx {
    background-image: url(../img/g32.png);
    background-repeat: no-repeat;
    background-size: 13px 11px;
    background-position: left center;
    padding-left: 24px;
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 11px;
    margin-top: 60px;
  }
  .mbx a {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .mbx a:hover {
    color: #6eb92b;
  }
  .gy1a {
    width: 100%;
    margin-top: 24px;
  }
  .gy1aa {
    width: 53.066%;
    margin-top: 59px;
  }
  .gy1aa h6 {
    font-size: 30px;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
    line-height: 23px;
  }
  .gy1aa p {
    padding-left: 83px;
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-family: ml;
    margin-top: 53px;
    text-align: justify;
  }
  .gy1aa p span {
    font-family: mb;
    color: #000000;
    opacity: 0.9;
  }
  .gy1aa p::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 81px;
    background-color: #6eb92b;
    left: 0;
    top: 8px;
  }
  .gy1ab {
    width: 32.2%;
    margin-right: 4.2%;
  }
  .gy1ab img {
    width: 100%;
  }
  .gy1ab p {
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    line-height: 24px;
    margin-top: 29px;
  }
  .gy1ab p span {
    display: block;
    font-family: mb;
    opacity: 0.9;
  }
  .gy1b {
    width: 100%;
    margin-top: 53px;
  }
  .gy1b_a {
    width: 21.2%;
    height: 186px;
    padding: 50px 60px 0 60px;
    background-color: #edeff1;
    border-radius: 20px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .gy1b_a:nth-child(2) {
    margin: 0 1.333%;
  }
  .gy1b_at {
    width: 60px;
    position: relative;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .gy1b_at img {
    width: 100%;
  }
  .gy1b_at img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .gy1b_a p {
    font-size: 15px;
    color: #fff;
    font-family: ml;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
    transition: all ease 0.3s;
  }
  .gy1b_a p span {
    display: block;
    font-size: 18px;
    font-family: mb;
    margin-bottom: 8px;
    color: #222222;
  }
  .gy1b_a p m {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy1b_b {
    width: 54.866%;
    background-color: #6eb92b;
    padding-top: 55px;
  }
  .gy1b_b .gy1b_at {
    width: 65px;
    float: left;
  }
  .gy1b_b .gy1b_at img.t2 {
    opacity: 1;
  }
  .gy1b_b p {
    float: right;
    width: calc(100% - 120px);
    text-align: left;
    margin-top: -4px;
  }
  .gy1b_b p span {
    color: #fff;
    font-size: 24px;
  }
  .gy1b_b p m {
    opacity: 1;
  }
  .gy1c {
    width: 100%;
    margin-top: 116px;
  }
  .gy1c_t {
    width: 48.6%;
  }
  .gy1c_t img {
    width: 100%;
  }
  .gy1c_w {
    width: 46.333%;
    margin-top: 51px;
  }
  .gy1c_w h6 {
    font-family: mb;
    color: #000000;
    font-size: 30px;
    opacity: 0.9;
    text-transform: uppercase;
  }
  .gy1c_w span {
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 32px;
  }
  .gy1c_w p {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    margin-top: 39px;
    text-align: justify;
  }
  .gy1d {
    width: 100%;
    background-color: #fafafa;
    padding: 68px 0 70px 0;
    margin-top: 61px;
  }
  .gy1d .commen {
    display: flex;
    justify-content: space-between;
  }
  .gy1d_a {
    min-width: 279px;
  }
  .gy1d_a img {
    width: 107px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .gy1d_a:hover img {
    transform: scale(1.1);
  }
  .gy1d_a h6 {
    text-align: center;
    font-size: 45px;
    color: #2f2f2f;
    font-family: meb;
    line-height: 35px;
    margin-top: 35px;
    text-transform: uppercase;
  }
  .gy1d_a h6 span {
    font-size: 22px;
  }
  .gy1d_a p {
    font-size: 14px;
    color: #737373;
    line-height: 16px;
    font-family: ml;
    margin-top: 19px;
    text-align: center;
  }
  .gy1e {
    width: 100%;
    background-image: url(../img/g12.jpg);
    background-repeat: no-repeat;
    background-size: auto 656px;
    background-position: center bottom;
    margin-top: 95px;
    padding-bottom: 183px;
  }
  .bta p {
    font-size: 30px;
    line-height: 23px;
  }
  .bta h2 {
    font-size: 30px;
    line-height: 23px;
  }
  .bta h1 {
    font-size: 30px;
    line-height: 23px;
  }
  .bta span {
    display: none;
  }
  .gy1ea {
    width: 100%;
    margin-top: 57px;
    position: relative;
  }
  .gy1eaa {
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: all ease 0.3s;
  }
  .gy1eaa.onx {
    opacity: 1;
    transition: all ease 0.3s;
    z-index: 110;
  }
  .gy1eaa:nth-child(1) {
    position: relative;
  }
  .gy1eaa_w {
    width: 41.6%;
  }
  .gy1eaa_w h6 {
    font-size: 105px;
    color: #6eb92b;
    font-family: meb;
    line-height: 79px;
    margin-top: 22px;
    margin-bottom: 50px;
  }
  .gy1eaa_wp {
    height: 220px;
    overflow-y: auto;
  }
  .gy1eaa_wp::-webkit-scrollbar-track-piece {
    width: 4px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  .gy1eaa_wp::-webkit-scrollbar {
    width: 4px;
    background-color: #6eb92b;
    border-radius: 5px;
  }
  .gy1eaa_wp::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #282828;
    border-radius: 5px;
  }
  .gy1eaa_wp::-webkit-scrollbar-thumb:hover {
    width: 4px;
    background-color: #6eb92b;
    border-radius: 5px;
  }
  .gy1eaa_w p {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    position: relative;
    font-family: ml;
    margin-top: 24px;
    padding-left: 52px;
  }
  .gy1eaa_w p::after {
    width: 10px;
    height: 10px;
    border: 3px solid #6eb92b;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
  }
  .gy1eaa_t {
    width: 48.533%;
    border-radius: 22px;
    overflow: hidden;
  }
  .gy1eaa_t img {
    width: 100%;
    border-radius: 20px;
  }
  .gy1eb {
    width: 100%;
    margin-top: 70px;
    position: relative;
  }
  .gy1ec {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .gy1ec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
    left: 0;
    bottom: 10px;
  }
  .gy1ed_a {
    cursor: pointer;
    padding-bottom: 5px;
  }
  .gy1ed_a p {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    text-align: center;
    line-height: 16px;
    transition: all ease 0.3s;
  }
  .gy1ed_a span {
    display: block;
    margin: 0 auto;
    width: 13px;
    height: 13px;
    position: relative;
    background-color: #c1c1c1;
    border-radius: 50%;
    margin-top: 15px;
    z-index: 2;
    transition: all ease 0.3s;
  }
  .gy1ed_a span::after {
    width: 16px;
    height: 10px;
    position: absolute;
    content: "";
    left: -20px;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy1ed_a span::before {
    width: 16px;
    height: 10px;
    position: absolute;
    content: "";
    right: -20px;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy1eb_z {
    background-image: url(../img/g39.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    left: -51px;
    bottom: -3px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy1eb_z:hover {
    background-image: url(../img/g39-1.png);
  }
  .gy1eb_y:hover {
    background-image: url(../img/g40-1.png);
  }
  .gy1eb_y {
    background-image: url(../img/g40.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    right: -51px;
    bottom: -3px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy1ed_a.on p {
    color: #6eb92b;
    font-family: mb;
  }
  .gy1ed_a.on span {
    background-color: #fff;
    border: 3px solid #6eb92b;
    width: 21px;
    height: 21px;
    margin-top: 7px;
    top: 4px;
  }
  .gy1ed_a.on span::after {
    opacity: 1;
  }
  .gy1ed_a.on span::before {
    opacity: 1;
  }
  .gy1f {
    width: 100%;
    margin-top: 19px;
  }
  .gy1fa {
    width: 106%;
    margin-left: -3%;
    margin-top: 50px;
    position: relative;
  }
  .gy1fa_a {
    width: 100%;
    overflow: hidden;
  }
  .gy1fb_a {
    width: 100%;
  }
  .gy1fb_a img {
    width: 169px;
    margin: 0 auto;
  }
  .gy1fb_a p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 24px;
    width: 110%;
    margin-left: -5%;
    margin-top: 25px;
  }
  .gy1fa_z {
    background-image: url(../img/g39.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    left: -20px;
    top: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy1fa_z:hover {
    background-image: url(../img/g39-1.png);
  }
  .gy1fa_y:hover {
    background-image: url(../img/g40-1.png);
  }
  .gy1fa_y {
    background-image: url(../img/g40.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    right: -20px;
    top: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy1f_ul {
    display: table;
    margin: 0 auto;
    margin-top: 52px;
  }
  .gy1f_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #d3eabf;
    margin: 0 22.5px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .gy1f_ul li.on {
    background-color: #6eb92b;
  }

  /*我们的方法Our Approaches*/
  .gy2a {
    width: 100%;
    margin-top: 31px;
  }
  .gy2a_w {
    width: 50.2%;
    margin-top: 70px;
  }
  .gy2a_w h6 {
    font-size: 30px;
    color: #000000;
    line-height: 23px;
    font-family: mb;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .gy2a_w h6 span {
    color: #6eb92b;
  }
  .gy2a_w > span {
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 40px;
  }
  .gy2a_w p {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    margin-top: 54px;
    text-align: justify;
  }
  .gy2a_w p span {
    font-family: mb;
    color: #222222;
  }
  .gy2a_t {
    width: 56.7333%;
    margin-right: -14.0666%;
    position: relative;
  }
  .gy2a_ta {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy2a_ta.onx {
    opacity: 1;
    transition: all ease 0.3s;
  }
  .gy2a_ta:nth-child(1) {
    position: relative;
  }
  .gy2a_ta img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .gy2a_ta p {
    width: 80%;
    text-align: center;
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 75px;
    font-size: 22px;
    color: #fff;
    font-family: ml;
  }
  .gy2a_z {
    background-image: url(../img/g50.png);
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
    position: absolute;
    left: 7.05%;
    bottom: 40px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy2a_z:hover {
    background-image: url(../img/g50-1.png);
  }
  .gy2a_y {
    background-image: url(../img/g51.png);
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
    position: absolute;
    right: 7.05%;
    bottom: 40px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy2a_y:hover {
    background-image: url(../img/g51-1.png);
  }
  .gy2b {
    width: 100%;
    margin-top: 100px;
  }
  .gy2b_t {
    width: 65.6%;
    border-radius: 15px;
    overflow: hidden;
  }
  .gy2b_t img {
    width: 100%;
  }
  .gy2b_t.fl {
    margin-left: -14%;
  }
  .gy2b .gy2a_w {
    width: 41.333%;
    margin-top: 79px;
  }
  .gy2c {
    width: 100%;
    margin-top: 100px;
  }
  .gy2c_t {
    width: 65.6%;
    border-radius: 15px;
    overflow: hidden;
  }
  .gy2c_t img {
    width: 100%;
  }
  .gy2c_t.fr {
    margin-right: -14%;
  }
  .gy2c_t.fl {
    margin-left: -14%;
  }
  .gy2c .gy2a_w {
    width: 41.333%;
    margin-top: 79px;
  }
  .gy2d {
    width: 101.466%;
    margin-left: -0.733%;
  }
  .gy2d .gy1b_a {
    width: 14.454%;
    margin: 0 0.56%;
    height: 208px;
    padding: 50px 5px 0 5px;
    background-color: #efecec;
  }
  .gy2d .gy1b_a .gy1b_at {
    width: 42px;
    margin-bottom: 16px;
  }
  .gy2d .gy1b_a p span {
    font-family: ml;
  }
  .gy2d .gy1b_b {
    width: 36.465%;
    padding: 55px 40px 0 40px;
    background-color: #6eb92b;
  }
  .gy2d .gy1b_b p span {
    font-family: mb;
  }
  .gy2d .gy1b_b p br {
    display: none;
  }
  .gy2d .gy1b_b p m {
    opacity: 0.6;
  }
  .gy2d .gy1b_b .gy1b_at {
    width: 56px;
  }
  .gy2d .gy1b_b p {
    width: calc(100% - 92px);
  }
  .gy2a_w > h5 {
    width: 46.14%;
    height: 56px;
    border: 1px solid #6eb92b;
    background-color: transparent;
    text-align: center;
    transition: all ease 0.3s;
    line-height: 54px;
    border-radius: 27.5px;
    margin-top: 56px;
  }
  .gy2a_w > h5 a {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .gy2a_w > h5:hover {
    background-color: #6eb92b;
    transform: translateY(-5px);
  }
  .gy2a_w > h5:hover a {
    color: #fff;
  }

  /*我们的文化Our Culture*/
  .gyy2 {
    margin-top: 64px;
  }
  .gy2b_t.fr {
    margin-right: -14%;
  }
  .gy3a .gy2a_w {
    margin-top: 117px;
  }
  .gy3b .gy2a_w {
    margin-top: 111px;
  }
  .gy3c {
    width: 100%;
    margin-top: 126px;
  }
  .gy3ca {
    width: 100%;
    margin-top: 43px;
  }
  .gy3ca_1 {
    width: 102.8%;
    margin-left: -1.4%;
    overflow: hidden;
  }
  .gy3cb_a {
    width: 91.828%;
    margin: 0 auto;
  }
  .gy3cb_at {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }
  .gy3cb_at img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .gy3cb_at iframe {
    height: 265px;
    background-size: cover;
  }
  .gy3cb_at video {
    width: 100%;
    transition: all ease 0.3s;
    height: 265px;
    display: block;
    background-color: #000;
  }
  .gy3cb_a p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 24px;
    margin-top: 39px;
  }
  .gy3ca_z {
    background-image: url(../img/g39.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    left: -50px;
    top: 42%;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-top: -16px;
  }
  .gy3ca_z:hover {
    background-image: url(../img/g39-1.png);
  }
  .gy3ca_y:hover {
    background-image: url(../img/g40-1.png);
  }
  .gy3ca_y {
    background-image: url(../img/g40.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    right: -50px;
    top: 42%;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-top: -16px;
  }
  .gy3c_ul {
    display: table;
    margin: 0 auto;
    margin-top: 47px;
  }
  .gy3c_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #d3eabf;
    margin: 0 22.5px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .gy3c_ul li.on {
    background-color: #6eb92b;
  }
  .gy3cb_a:hover .gy3cb_at img {
    transform: scale(1.05);
  }

  /*案例cases*/
  .all {
    width: 100%;
    margin-top: 15px;
  }
  .list {
    overflow: auto;
  }
  .alla {
    width: 48.666%;
    background-color: #f8f8f8;
    border-radius: 20px;
    margin-top: 42px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .alla_t {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 353px;
  }
  .alla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .alla_w {
    width: 100%;
    padding: 49px 70px 60px 57px;
  }
  .alla_w h5 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .alla_w p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 16px;
  }
  .alla_w h6 {
    font-size: 14px;
    color: #000000;
    font-family: mb;
    line-height: 13px;
    transition: all ease 0.3s;
    margin-top: 26px;
  }
  .alla_w h6 img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 18px;
    transition: all ease 0.3s;
    opacity: 0;
  }
  .alla:hover {
    background-color: #f8fbf4;
  }
  .alla:hover .alla_t img {
    transform: scale(1.05);
  }
  .alla:hover .alla_w h6 {
    color: #6eb92b;
  }
  .alla:hover .alla_w h6 img {
    opacity: 1;
    margin-left: 12px;
  }
  .more {
    margin-top: 80px;
  }
  .more a {
    width: 180px;
    height: 60px;
    text-align: center;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin: 0 auto;
    line-height: 56px;
    font-size: 16px;
    color: #6eb92b;
    font-family: mb;
    display: block;
  }
  .more p {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    display: block;
    text-align: center;
  }
  .altc {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 999;
    overflow: auto;
    display: none;
  }
  .altc::-webkit-scrollbar-track-piece {
    width: 0px;
  }
  .altc::-webkit-scrollbar {
    width: 0px;
  }
  .altc::-webkit-scrollbar-thumb {
    width: 0px;
  }
  .altca {
    width: 1400px;
    margin: 0 auto;
    margin-top: 10%;
    height: auto;
    margin-bottom: 40px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
  }
  .altcb {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 30px;
  }
  .altcb_t {
    width: 70%;
    height: 735px;
    display: inline-block;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
  }
  .altcb_t img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .altcb_t img.imga {
    opacity: 1;
  }
  .altcb_t img:nth-child(1) {
    position: relative;
  }
  .altcb_t_l {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 2%;
    z-index: 100;
  }
  .altcb_t_l img {
    opacity: 1;
  }
  .altcb_t_r {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 2%;
    z-index: 100;
  }
  .altcb_t_r img {
    opacity: 1;
  }
  .altcb_tul {
    position: absolute;
    left: 50%;
    margin-left: -104px;
    bottom: 30px;
  }
  .altcb_tul li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #f8f8f8;
    opacity: 0.3;
    margin: 0 20px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .altcb_tul li.on {
    background-color: #6eb92b;
    opacity: 1;
  }
  .altcb_w {
    padding: 40px 20px 0;
    float: right;
    width: 29%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 999;
  }
  .altcb_wa {
    width: 100%;
    float: none;
  }
  .altcb_wa h6 {
    height: 64px;
    overflow: hidden;
    font-size: 26px;
    color: #000000;
    font-family: mb;
    margin-top: 40px;
  }
  .altcb_wa h5 {
    font-size: 18px;
    color: #6eb92b;
    font-family: mb;
    line-height: 33px;
    width: 70%;
    float: left;
    margin-top: -115px;
    letter-spacing: 1px;
  }
  .altcb_wa h3 {
    float: right;
    display: block;
    width: 160px;
    height: 36px;
    line-height: 32px;
    border: 2px solid #6eb92b;
    font-size: 12px;
    color: #666666;
    text-align: center;
    font-family: ml;
    border-radius: 18px;
    margin-top: 5px;
  }
  .altcb_wa p {
    padding-right: 15px;
    overflow: overlay;
    height: 200px;
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    font-family: ml;
    margin-top: 30px;
  }
  .altcb_wb {
    width: 100%;
    float: none;
    margin-top: 20px;
    height: 340px;
    overflow: overlay;
  }
  .altcb_wb h6 {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    font-family: mb;
  }
  .altcb_wba {
    width: 43.511%;
    margin-top: 19px;
    margin-left: 4.233%;
  }
  .altcb_wba:nth-child(3n + 2) {
    margin-left: 0;
  }
  .altcb_wbat {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .altcb_wbat img {
    width: 80%;
    transition: all ease 0.3s;
    margin: 0 auto;
  }
  .altcb_wba p {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    text-align: center;
    margin-top: 17px;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .altcb_wba:hover .altcb_wbat img {
    transform: scale(1.05);
  }
  .altcb_wba:hover p {
    color: #6eb92b;
  }
  .altc_z {
    background-image: url(../img/g59.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: fixed;
    left: 6%;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .altc_z:hover {
    background-image: url(../img/g59-1.png);
  }
  .altc_y {
    background-image: url(../img/g60.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: fixed;
    right: 6%;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .altc_y:hover {
    background-image: url(../img/g60-1.png);
  }
  .guanb {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
  }

  /*联系我们Contact US*/
  .nei_lx {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
  }

  .lxya {
    width: 100%;
    margin-top: 44px;
  }
  .lxyb {
    width: 94.933%;
    margin-top: 7px;
    position: relative;
  }
  .lxyb > img {
    width: 100%;
    mix-blend-mode: multiply;
  }
  .lxyba {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .lxyba_a {
    width: 11px;
    position: absolute;
    cursor: pointer;
    height: 11px;
  }
  .lxyba_a span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #6eb92b;
    display: block;
    transition: all ease 0.3s;
  }
  .lxyba_a p {
    font-size: 13px;
    color: #000000;
    font-family: ml;
    width: 200px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    line-height: 10px;
    margin-top: 4px;
    transition: all ease 0.3s;
  }
  .lxyba_1 {
    top: 38.59%;
    left: 16.08%;
  }
  .lxyba_2 {
    top: 51.845%;
    left: 16.432%;
  }
  .lxyba_3 {
    bottom: 13.91%;
    left: 30.828%;
  }
  .lxyba_4 {
    bottom: 22.812%;
    left: 33.988%;
  }
  .lxyba_5 {
    top: 26.342%;
    left: 45.22%;
  }
  .lxyba_6 {
    top: 32.55%;
    left: 48.244%;
  }
  .lxyba_7 {
    top: 37.583%;
    left: 48.665%;
  }
  .lxyba_8 {
    top: 28.18%;
    left: 51.404%;
  }
  .lxyba_9 {
    top: 34.395%;
    left: 52.668%;
  }
  .lxyba_10 {
    top: 39.429%;
    right: 45.014%;
  }
  .lxyba_11 {
    top: 31.208%;
    right: 43.328%;
  }
  .lxyba_12 {
    top: 54.02%;
    right: 30.266%;
  }
  .lxyba_13 {
    top: 52.34%;
    right: 26.755%;
  }
  .lxyba_14 {
    top: 58.38%;
    right: 24.08%;
  }
  .lxyba_15 {
    bottom: 14.17%;
    right: 15.51%;
  }
  .lxybx {
    width: 23px;
    position: absolute;
    top: 42.11%;
    right: 22.4%;
  }
  .lxybx img {
    width: 100%;
  }
  .lxybx p {
    font-size: 13px;
    color: #000000;
    font-family: mb;
    width: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    line-height: 10px;
    margin-top: 6px;
    text-align: center;
  }
  .lxyb ol .active span {
    box-shadow: 0 0 15px 0 #6eb92b;
    transform: scale(1.4);
  }
  .lxyb ol .active p {
    color: #6eb92b;
  }
  .lxyba_a:hover span {
    box-shadow: 0 0 15px 0 #6eb92b;
    transform: scale(1.4);
  }
  .lxyba_a:hover p {
    color: #6eb92b;
  }
  .lxya {
    padding-top: 40px;
  }
  .lxsj {
    margin: 40px;
  }

  .lxyc {
    position: relative;
    margin-bottom: 50px;
  }
  .lxyc .contact-prev,
  .lxyc .contact-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: auto;
    cursor: pointer;
    outline: none;
  }
  .lxyc .contact-prev img,
  .lxyc .contact-next img {
    width: 36px;
  }
  .lxyc .contact-prev {
    left: -40px;
  }
  .lxyc .contact-next {
    right: -40px;
  }
  .lxyc .contact-container {
    position: relative;
    width: 100% !important;
  }
  .lxyc .contact-container .lxyca {
    opacity: 0.4;
  }
  .lxyc .contact-container .swiper-slide-active .lxyca {
    opacity: 1;
  }
  .lxyca {
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 20px;
    padding: 48px 40px 49px 50px;
    min-height: 350px;
  }
  .lxyca h5 {
    font-size: 24px;
    color: #000000;
    font-family: mb;
  }
  .lxyca h6 {
    background-image: url(../img/g63.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 30px;
    font-size: 0.82rem;
    color: #000000;
    font-family: mb;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
  }
  .lxyca h6 a {
    font-size: 14px;
    color: #000000;
    font-family: mb;
    display: block;
    line-height: 24px;
  }
  .lxyca h6 span {
    display: none;
  }
  .lxyca p {
    background-image: url(../img/g64.png);
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding-left: 32px;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    margin-top: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 24px;
  }
  .lxyca p a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    font-family: ml;
  }
  .lxyca p span {
    display: inline-block;
    color: #cacaca;
    text-align: center;
    width: 32px;
  }
  .lxyca p.pa {
    background-image: url(../img/g65.png);
    background-position: left top 2px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .lxyd {
    width: 100%;
    background-image: url(../img/g35.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 423px;
    height: 423px;
    background-position: center;
    padding-top: 139px;
  }
  .lxyd h6 {
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-family: mb;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .lxyd p {
    width: 234px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #6eb92b;
    border-radius: 32.5px;
    margin: 0 auto;
    margin-top: 56px;
    transition: all ease 0.3s;
  }
  .lxyd p a {
    font-size: 14px;
    color: #fff;
    font-family: ml;
    display: block;
  }
  .lxyd p:hover {
    transform: translateY(-6px);
  }
  .lxye {
    width: 100%;
    padding-top: 139px;
    background-color: #fff;
    padding-bottom: 70px;
  }
  .lxye .bt p {
    text-align: left;
  }
  .lxye .bt span {
    margin-left: 0;
  }
  .lxyea {
    width: 100%;
    margin-top: 14px;
  }
  .lxyea .input1 {
    width: 48%;
    display: block;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    border-bottom: 2px solid #e5e5e5;
    height: 65px;
    line-height: 65px;
    margin-top: 16px;
    font-weight: bold;
  }
  .lxyea select {
    width: 100%;
    display: block;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    border-bottom: 2px solid #e5e5e5;
    height: 65px;
    line-height: 65px;
    margin-top: 16px;
    font-weight: bold;
    background-image: url(../img/g66.png);
    background-repeat: no-repeat;
    background-position: right center;
  }
  .lxyea select option .lxyea_a {
    width: 100%;
  }
  .lxyea_a p {
    line-height: 65px;
    margin-top: 16px;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    font-family: ml;
  }
  .lxyea_a textarea {
    height: 300px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    padding: 20px;
    background-color: #f8f8f8;
    width: 100%;
  }
  .lxyea_b {
    margin-top: 41px;
  }
  .lxyea_b p {
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 52px;
    font-family: ml;
    font-weight: bold;
  }
  .lxyea_b input.lxyea_ba {
    width: 234px;
    height: 52px;
    border-radius: 26px;
    background-color: #f7f7f7;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    margin-left: 31px;
    display: block;
    float: left;
    margin-bottom: 33px;
  }
  .lxyea_b img {
    width: 123px;
    height: 38px;
    float: left;
    margin-top: 7px;
    margin-left: 31px;
    cursor: pointer;
  }
  .lxyea_c {
    margin-top: 49px;
  }
  .lxyea_c input {
    width: 235px;
    height: 67px;
    line-height: 63px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #6eb92b;
    font-size: 16px;
    color: #6eb92b;
    font-family: mb;
    float: left;
    border-radius: 32px;
    background-color: #fff;
    transition: all ease 0.3s;
  }
  .lxyea_c input.lxyea_ca {
    margin-left: 47px;
    background-color: #6eb92b;
    color: #fff;
  }
  .lxyea_b input.lxyea_bb {
    -webkit-appearance: checkbox;
    position: relative;
    top: 2px;
  }
  .lxyea_b label {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    letter-spacing: 0.6px;
    padding-left: 2px;
    font-weight: bold;
  }
  .lxyea_b label a {
    color: #6eb92b;
    font-family: mb;
    font-size: 14px;
  }
  .lxyea_c input:hover {
    transform: translateY(-6px);
  }

  /*经销商distributor*/
  .jxs {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
    z-index: 999;
  }
  .nei_xw {
    margin-top: 124px;
  }
  .top_jxs {
    width: 1500px;
    margin: 0 auto;
    height: 124px;
  }
  .top_jxs .logo {
    margin-top: 46px;
  }
  .top_jxs .nava > p {
    line-height: 124px;
  }
  .top_jxs .topa {
    margin-top: 50px;
  }
  .top_jxs .topa_a2 {
    top: 124px;
  }
  .top_jxs .topa_a3 {
    top: 124px;
  }
  .top_jxs .navb {
    top: 124px;
  }
  .jxsa {
    width: 100%;
    margin-top: 59px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
  }
  .jxsa .bt {
    margin-top: 10px;
  }
  .jxsa .bt p {
    text-align: left;
  }
  .jxsa .bt span {
    margin-left: 0;
  }
  .jxsb {
    width: 48.2666%;
    margin-right: 3.8666%;
  }
  .jxsb h2 {
    font-size: 22px;
    color: #000000;
    font-family: ml;
    line-height: 18px;
  }
  .jxsb p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-family: ml;
    margin-top: 22px;
  }
  .jxsb p a {
    font-size: 16px;
    color: #000000;
    font-family: mb;
  }
  .jxsb select {
    width: 100%;
    line-height: 56px;
    height: 60px;
    border: 2px solid #6eb92b;
    padding-left: 40px;
    border-radius: 30px;
    margin-top: 40px;
    font-size: 16px;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
    background-image: url(../img/g68.png);
    background-repeat: no-repeat;
    background-position: right 43px center;
  }
  .jxsc {
    width: 100%;
  }
  .jxsd {
    width: 100%;
  }
  .jxsda {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    margin-bottom: 46px;
  }
  .jxsda > a {
    float: left;
    width: 211px;
  }
  .jxsda > a img {
    width: 100%;
  }
  .jxsda_w {
    width: 64.533%;
    margin-top: 6px;
  }
  .jxsda_w h5 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    line-height: 17px;
    margin-bottom: 21px;
  }
  .jxsda_w p {
    background-image: url(../img/g69.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 32px;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 29px;
    margin-top: 16px;
    letter-spacing: 1px;
  }
  .jxsda_w p a {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .jxsda_w p span {
    display: inline-block;
    color: #cacaca;
    text-align: center;
    width: 32px;
  }
  .jxsda_w p b {
    color: #000000;
    font-family: mb;
  }
  .jxsda_w p.pa {
    background-image: url(../img/g63.png);
    background-position: left top 7px;
  }
  .jxsda_w p.pb {
    background-image: url(../img/g64.png);
    background-position: left top 4px;
    letter-spacing: -1px;
  }
  .jxsda_w p.pc {
    background-image: url(../img/g65.png);
    background-position: left top 4px;
    letter-spacing: 0.4px;
  }

  /*隐私Privacy*/
  .ysy {
    max-width: 1374px;
    margin: 0 auto;
    margin-top: 260px;
  }
  .ysy h6 {
    font-size: 30px;
    color: #000000;
    font-family: mb;
    line-height: 32px;
    margin-bottom: 56px;
  }
  .ysy h6 span {
    color: #6eb92b;
  }
  .ysy h1 {
    font-size: 30px;
    color: #000000;
    font-family: mb;
    line-height: 32px;
    margin-bottom: 56px;
  }
  .ysy h1 span {
    color: #6eb92b;
  }
  .ysy p {
    position: relative;
    padding-left: 82px;
    padding-right: 92px;
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 36px;
    text-align: justify;
  }
  .ysy > div span {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    display: inline-block;
    margin-top: 44px;
  }
  .ysy > div span:nth-child(1) {
    margin-top: 0;
  }
  .ysy > div::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 81px;
    background-color: #6eb92b;
    left: 0;
    top: 10px;
  }

  /*下载download*/
  .xzss {
    width: 474px;
    height: 60px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin-top: 60px;
  }
  .xzss .inputa {
    font-size: 14px;
    color: #7f7f7f;
    font-family: ml;
    width: 400px;
    line-height: 56px;
    padding-left: 26px;
    border-radius: 30px;
  }
  .xzss .inputb {
    background-image: url(../img/g70.png);
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    float: right;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -2px;
  }
  .xzya {
    width: 100%;
    margin-top: 31px;
  }
  .xzya_a {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .xzya_a h6 {
    float: left;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    line-height: 63px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .xzya_a p {
    float: left;
    width: 116px;
    height: 26px;
    border-radius: 12px;
    border: 1px solid #6eb92b;
    text-align: center;
    line-height: 24px;
    margin-top: 16px;
    margin-left: 49px;
    font-size: 12px;
    color: #6eb92b;
  }
  .xzya_a img {
    float: right;
    margin-top: 23px;
  }
  .xzya_a:hover h6 {
    color: #6eb92b;
    margin-left: 8px;
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 78px;
  }
  .ym p {
    margin: 0 15px;
    transition: all ease 0.3s;
    float: left;
  }
  .ym p a {
    width: 41px;
    height: 41px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #000000;
    display: block;
    transition: all ease 0.3s;
  }
  .ym span {
    float: left;
    margin: 0 15px;
    font-size: 16px;
    color: #000000;
    display: block;
  }
  .ym p.a a {
    background-image: url(../img/g72.png);
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-position: center;
  }
  .ym p.a:hover a {
    background-image: url(../img/g72-1.png);
  }
  .ym p.b a {
    background-image: url(../img/g73.png);
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-position: center;
  }
  .ym p.b:hover a {
    background-image: url(../img/g73-1.png);
  }
  .ym p:hover a {
    color: #fff;
    background-color: #6eb92b;
    border-color: #6eb92b;
  }
  .ym p.on a {
    color: #fff;
    background-color: #6eb92b;
    border-color: #6eb92b;
  }
  .ym h6 {
    float: left;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    line-height: 41px;
    font-weight: bold;
    margin-left: 50px;
  }
  .ym input.inputa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    text-align: center;
    margin: 0 19px 0 11px;
    background-color: #f8f8f8;
    display: block;
    float: left;
  }
  .ym input.inputb {
    font-size: 16px;
    color: #6eb92b;
    line-height: 40px;
    font-family: mb;
    float: left;
    display: block;
    background-color: transparent;
    cursor: pointer;
  }

  /*加入我们join*/
  .jrya {
    width: 100%;
    margin-top: 67px;
  }
  .jrya_w {
    width: 50.5333%;
    margin-top: 35px;
  }
  .jrya_w h6 {
    font-size: 30px;
    color: #000000;
    line-height: 23px;
    font-family: mb;
    letter-spacing: 1px;
  }
  .jrya_w h6 span {
    color: #6eb92b;
  }
  .jrya_w h2 {
    font-size: 30px;
    color: #000000;
    line-height: 23px;
    font-family: mb;
    letter-spacing: 1px;
  }
  .jrya_w h2 span {
    color: #6eb92b;
  }
  .jrya_w > span {
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 40px;
  }
  .jrya_w p {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    margin-top: 37px;
    text-align: justify;
  }
  .jrya_t {
    width: 43.8666%;
  }
  .jrya_t img {
    width: 100%;
  }
  .jryb {
    width: 100%;
    margin-top: 93px;
  }
  .jryb .bta p {
    text-transform: capitalize;
  }
  .jryb_a {
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 49px;
    padding-left: 90px;
    border-bottom: 1px solid #e5e5e5;
  }
  .jryb_a p {
    float: left;
    font-size: 18px;
    color: #000000;
    font-family: mb;
    line-height: 74px;
  }
  .jryb_a p:nth-child(1) {
    width: 26.95%;
  }
  .jryb_a p:nth-child(2) {
    width: 28.93%;
  }
  .jryb_a p:nth-child(3) {
    width: 36.24%;
  }
  .jryc {
    width: 100%;
  }
  .jryca {
    width: 100%;
  }
  .jryca_a {
    width: 100%;
    background-color: #ffffff;
    padding-left: 90px;
    cursor: pointer;
  }
  .jryca:nth-child(2n) .jryca_a {
    background-color: #f2f2f2;
  }
  .jryca_a p {
    float: left;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    padding: 30px 0;
  }
  .jryca_a p:nth-child(1) {
    width: 26.95%;
  }
  .jryca_a p:nth-child(2) {
    width: 28.93%;
  }
  .jryca_a p:nth-child(3) {
    width: 36.24%;
  }
  .jryca_a img {
    float: left;
    margin-top: 31px;
    transition: all ease 0.3s;
  }
  .jryca_b {
    width: 100%;
    background-color: #f8f8f8;
    padding: 11px 87px 57px 87px;
    display: none;
  }
  .jryca_b h6 {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    line-height: 19px;
    margin-top: 35px;
  }
  .jryca_b p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    margin-top: 17px;
    width: 92%;
  }
  .jryca_b h5 {
    width: 365px;
    height: 60px;
    line-height: 56px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    margin-top: 44px;
    transition: all ease 0.3s;
  }
  .jryca_b h5 a {
    font-size: 16px;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
    display: block;
  }
  .jryca_b span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 14px;
    margin-top: 18px;
    letter-spacing: 0.6px;
  }
  .jryca_b span a {
    font-family: mb;
    color: #6eb92b;
    font-size: 14px;
  }
  .jryca_b h5:hover {
    background-color: #6eb92b;
    transform: translateY(-5px);
  }
  .jryca_b h5:hover a {
    color: #fff;
  }

  /*媒体列表页MEDIA list*/
  .fenl_xw .commen {
    justify-content: center;
  }
  .fenl_xw .commen h1 {
    margin: 0 140px;
  }
  .fenl_xw .commen p {
    margin: 0 140px;
  }
  .xwl {
    width: 100%;
  }
  .xwla {
    width: 100%;
    margin-top: 50px;
  }
  .xwla_t {
    width: 417px;
    overflow: hidden;
    border-radius: 20px;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
    height: 353px;
  }
  .xwla_w {
    width: 64.666%;
    margin-right: 2%;
    margin-top: 65px;
  }
  .xwla_w h6 {
    font-size: 14px;
    color: #11131f;
    line-height: 15px;
    opacity: 0.5;
  }
  .xwla_w h3 {
    font-size: 14px;
    color: #11131f;
    line-height: 15px;
    opacity: 0.5;
  }
  .xwla_w h5 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    line-height: 27px;
    height: 27px;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;white-space: normal;overflow: hidden;
    margin-top: 24px;
    transition: all ease 0.3s;
  }
  .xwla_w p {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 19px;
  }
  .xwla_w span {
    font-size: 14px;
    color: #000000;
    font-family: mb;
    margin-top: 43px;
    display: block;
    transition: all ease 0.3s;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.05);
  }
  .xwla:hover .xwla_w h5 {
    color: #6eb92b;
  }
  .xwla:hover .xwla_w span {
    color: #6eb92b;
  }

  /*新闻内页*/
  .xwna {
    width: 100%;
    margin-top: 72px;
  }
  .xwna_a {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 29px;
  }
  .xwna_a p {
    font-size: 16px;
    color: #11131f;
    font-family: ml;
    line-height: 17px;
  }
  .xwna_a h1 {
    font-size: 26px;
    color: #000000;
    font-family: mb;
    line-height: 48px;
    margin-top: 17px;
  }
  .xwna_a h3 {
    font-size: 14px;
    color: #11131f;
    font-family: ml;
    line-height: 17px;
    margin-top: 15px;
  }
  .xwna_b {
    width: 100%;
  }
  .xwna_b p {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 36px;
    font-family: ml;
    text-align: justify;
  }
  .xwna_b img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 38px;
  }
  .xwna_c {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 43px;
  }
  .xwna_c p {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.3s;
    letter-spacing: 0.7px;
  }
  .xwna_c p a {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
    letter-spacing: 0.7px;
  }
  .xwna_c p:hover {
    color: #6eb92b;
    font-family: mb;
  }
  .xwna_c p:hover a {
    color: #6eb92b;
    font-family: mb;
  }
  .fenx {
    width: 100%;
    margin-top: 100px;
  }
  .fenx p {
    float: left;
    line-height: 26px;
    font-family: ml;
    font-weight: bold;
    font-size: 14px;
    color: #c8c8c8;
  }
  .fxa {
    width: 32px;
    height: 26px;
    position: relative;
    margin-left: 10px;
    margin-right: 5px;
  }
  .fxa img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .fxa img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .fxa:hover .t2 {
    opacity: 1;
  }
  .fxa:hover .t1 {
    opacity: 0;
  }

  /*产品列表页PRODUCT list*/
  .cpl {
    width: 100%;
    margin-top: 47px;
  }
  .cplz {
    position: relative;
    background-color: #fff;
    z-index: 996;
  }
  .cplzx {
    position: fixed;
    top: 115px;
  }
  .cplzw {
    position: fixed;
    bottom: 500px;
  }
  .cplz_a {
    margin-bottom: 14px;
  }
  .cplz_a h6 {
    line-height: 68px;
    padding: 0 54px 0 43px;
    margin-left: -43px;
    transition: all ease 0.3s;
    background-color: #fff;
    display: inline-block;
    border-radius: 34px;
  }
  .cplz_a h6 a {
    font-size: 18px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .cplz_a p {
    line-height: 45px;
    display: none;
    padding: 25px 0 18px;
  }
  .cplz_a p a {
    font-size: 15px;
    color: #666666;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .cplz_a.on h6 {
    background-color: #fef7f7;
  }
  .cplz_a.on h6 a {
    font-family: mb;
    color: #6eb92b;
  }
  .cplz_a.on p {
    display: block;
  }
  .cplz_a p a.ona {
    color: #6eb92b;
  }
  .cplz_a p a:hover {
    color: #6eb92b;
  }
  .cply {
    width: 71%;
    margin-top: -45px;
  }
  .cplya {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 19px;
  }
  .cplya:nth-child(1) {
    border: none;
  }
  .cplya_a {
    width: 100%;
    margin-bottom: 49px;
  }
  .cplya_a p {
    font-size: 30px;
    color: #000000;
    font-family: mb;
    line-height: 23px;
    text-transform: uppercase;
  }
  .cplya_a span {
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    display: block;
    margin-top: 40px;
  }
  .cplya_b {
    width: 100%;
  }
  .cplya_b > h6 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    margin-top: 17px;
  }
  .cplya_ba {
    width: 33.33%;
    background-color: #fff;
    padding: 36px 0 31px;
    border-radius: 20px;
    transition: all ease 0.3s;
    position: relative;
  }
  .cplya_ba h6 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .cplya_bap {
    display: table;
    margin: 0 auto;
    margin-top: 9px;
    height: 26px;
    overflow: hidden;
  }
  .cplya_bap p {
    line-height: 26px;
    background-color: #f8f8f8;
    border-radius: 12px;
    font-size: 12px;
    color: #666666;
    font-family: ml;
    padding: 0 12px;
    margin: 0 5px;
    float: left;
  }
  .cplya_ba a > img {
    width: 66%;
    margin: 0 auto;
    margin-top: 5px;
    transition: all ease 0.3s;
  }
  .cplya_ba a > p {
    text-align: center;
    font-size: 14px;
    color: #6eb92b;
    font-family: mb;
    margin-top: 8px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cplya_ba a > p img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 12px;
  }
  .cplya_ba:hover {
    background-color: #fafafa;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
  }
  .cplya_ba:hover a > p {
    opacity: 1;
  }
  .cplya_ba:hover a > img {
    transform: scale(1.05);
  }

  /*产品内页PRODUCT*/
  .cpna {
    width: 1600px;
    position: absolute;
    left: 50%;
    margin-left: -750px;
    top: 216px;
  }
  .cpna_a {
    margin-top: 140px;
    width: 55%;
  }
  .cpna_a h6 {
    font-size: 22px;
    color: #fff;
    font-family: ml;
  }
  .cpna_a h1 {
    font-size: 62px;
    color: #fff;
    font-family: meb;
    line-height: 80px;
    margin-top: 18px;
  }
  .cpna_a p {
    float: left;
    line-height: 30px;
    background-color: rgba(248, 248, 248, 0.3);
    font-size: 14px;
    color: #fff;
    border-radius: 15px;
    margin-right: 20px;
    padding: 0 20px;
    margin-top: 48px;
  }
  .cpna_t {
    width: 40.6%;
  }
  .cpna_t img {
    width: 100%;
  }
  .nei_cp {
    background-color: #fafafa;
    padding-top: 1px;
  }
  .cpnb {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 70px;
  }
  .cpnba.mob {
    display: none;
  }
  .cpnba {
    width: 102%;
    margin-left: -1%;
    display: flex;
    justify-content: center;
  }
  .cpnba_a {
    width: 31.045%;
    margin: 0 1.144%;
    min-height: 346px;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 59px 34px 59px;
    transition: all ease 0.3s;
  }
  .cpnba_a h6 {
    font-size: 24px;
    color: #000000;
    font-family: mb;
  }
  .cpnba_a span {
    display: block;
    width: 44px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 22px;
    margin-bottom: 31px;
  }
  .cpnba_a p {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    margin-top: 21px;
    font-weight: bold;
  }
  .cpnba_a:hover {
    background-color: #f3f7ef;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  .cpnc {
    width: 100%; /*background-image: url(../img/g48.jpg);*/
    height: 700px;
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center;
    padding-top: 219px;
    margin-bottom: 107px;
  }
  .cpnc .bt p {
    color: #fff;
  }
  .cpnc_a {
    width: 100%;
    margin-top: 39px;
  }
  .cpnc_a h6 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .cpnc_a p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: ml;
    line-height: 30px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 17px;
  }
  .cpnd {
    width: 100%;
    margin-top: 60px;
  }
  .cpnd_t {
    width: 67.733%;
    height: 540px;
    border-radius: 20px;
    overflow: hidden;
  }
  .cpnd_t img {
    width: 100%;
  }

  .cpnd_t video {
    width: 100%;
    height: 540px;
  }
  .cpnd_t.fl {
    margin-left: -14%;
  }
  .cpnd_t.fr {
    margin-right: -14%;
  }
  .cpnd_w {
    width: 40%;
    margin-top: 137px;
  }
  .cpnd_w.fr {
    margin-right: -20px;
  }
  .cpnd_w h5 {
    font-size: 30px;
    color: #333333;
    font-family: mb;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .cpnd_w h5 span {
    color: #6eb92b;
  }
  .cpnd_w h6 {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    margin-top: 41px;
    letter-spacing: 1px;
  }
  .cpnd_w p {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    margin-top: 12px;
  }
  .cpne {
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
    background-image: url(../img/g51.jpg);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: top center;
    padding-top: 95px;
  }
  .cpnea {
    width: 100%;
    background-color: #fafafa;
    border-radius: 20px;
    margin-top: 60px;
  }
  .cpnea_a {
    height: 274px;
    padding: 51px 10px 0 99px;
    width: 50%;
    border-radius: 20px;
  }
  .cpnea_a h6 {
    font-size: 22px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .cpnea_a > span {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #6eb92b;
    margin-top: 27px;
    margin-bottom: 29px;
  }
  .cpnea_a p {
    margin-top: 16px;
  }
  .cpnea_a p a {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .cpnea_a p a m {
    width: 5px;
    height: 5px;
    background-color: #6eb92b;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -3px;
  }
  .cpnea_a p a span {
    display: inline-block;
    margin-left: 20px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpnea_a p:hover a {
    color: #6eb92b;
  }
  .cpnea_a p:hover a span {
    opacity: 1;
    margin-left: 15px;
  }
  .cpnea_b {
    background-color: #ecf3e5;
  }
  .cpnea_b h6 {
    color: #6eb92b;
  }
  .cpxz {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
  }
  .cpxza {
    width: 100%;
    margin-top: 29px;
    border-bottom: 1px solid #e5e5e5;
  }
  .cpxza p {
    width: 33.333%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    line-height: 84px;
    position: relative;
    float: left;
    cursor: pointer;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .cpxza p::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    bottom: -1px;
    height: 3px;
    background-color: #6eb92b;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpxza p.on {
    color: #6eb92b;
    font-family: mb;
  }
  .cpxza p.on::after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .cpxzb {
    width: 100%;
    margin-top: 18px;
  }
  .cpxzc {
    width: 100%;
  }
  .fanh {
    width: 316px;
    height: 60px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    border-radius: 30px;
    border: 2px solid #6eb92b;
    transition: all ease 0.3s;
  }
  .fanh a {
    font-size: 16px;
    color: #6eb92b;
    display: block;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .fanh:hover {
    background-color: #6eb92b;
    transform: translateY(-6px);
  }
  .fanh:hover a {
    color: #fff;
  }

  /*常见问题FAQ*/
  .cjy {
    width: 100%;
    margin-top: 35px;
  }
  .cjya {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .cjya_a {
    width: 100%;
    padding: 16px 0;
    cursor: pointer;
  }
  .cjya_a p {
    float: left;
    width: 80%;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 30px;
  }
  .cjya.on .cjya_a p {
    font-family: mb;
    color: #6eb92b;
  }
  .cjya_a span {
    display: block;
    float: right;
    background-image: url(../img/g66.png);
    width: 15px;
    height: 10px;
    background-size: 100% 100%;
    margin-top: 9px;
    transition: all ease 0.3s;
  }
  .cjya.on .cjya_a span {
    background-image: url(../img/g80.png);
  }
  .cjya_b {
    width: 100%;
    display: none;
    padding-bottom: 30px;
  }
  .cjya_b h6 {
    font-size: 16px;
    color: #000000;
    font-family: mb;
    margin-top: 32px;
  }
  .cjya_b p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    margin-top: 17px;
  }
  .cjya_b p img {
    width: 100%;
  }
  /*解决方案Solutions*/
  .nban_img > h6 {
    position: absolute;
    left: 146px;
    top: 350px;
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: ml;
    opacity: 0.6;
    letter-spacing: 1px;
  }
  .nban_img > p {
    position: absolute;
    left: 3.5%;
    top: 350px;
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: ml;
    opacity: 0.6;
    letter-spacing: 1px;
  }
  .jjya {
    width: 100%;
    margin-top: 77px;
  }
  .jjyaa-h {
    height: 150px;
  }
  .jjyaa {
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    width: 1500px;
    margin: 0 auto;
    margin-top: 46px;
    overflow: auto;
    padding-bottom: 10px;
    position: absolute;
    margin-top: -130px;
  }
  .jjyaa.pofx {
    transition: all 0.3s;
    padding: 0 11% 1%;
    border-bottom: 1px solid #dbdbdb;
    position: fixed;
    top: 6%;
    z-index: 10;
    background-color: #fff;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    margin-top: 1%;
  }

  .jjyaa_a {
    float: left;
    cursor: pointer;
  }
  .jjyaa_a img {
    width: 80px;
    margin: 0 auto;
  }
  .jjyaa_a p {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    text-align: center;
    margin-top: 24px;
    transition: all ease 0.3s;
  }
  .jjyaa_a.on p {
    color: #6eb92b;
  }
  .jjyab {
    width: 100%;
    margin-top: 35px;
  }
  .jjyab_a {
    width: 100%;
    background-color: #f8f8f8;
    padding: 6px 0 38px 190px;
    border-radius: 20px;
    position: relative;
  }
  .jjyab_a img {
    position: absolute;
    width: 56px;
    left: 14%;
    top: -28px;
  }
  .nei .jjyab:nth-child(6) .jjyab_a img {
    left: 48.5%;
  }
  .nei .jjyab:nth-child(8) .jjyab_a img {
    left: 82%;
  }
  .jjyab_a p {
    position: relative;
    width: 50%;
    font-size: 16px;
    color: #3b3b3b;
    font-family: ml;
    float: left;
    padding-left: 33px;
    margin-top: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .jjyab_a p::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6eb92b;
    border-radius: 50%;
    left: 0;
    top: 7px;
  }
  .jjyb {
    width: 100%;
    margin-top: 30px;
  }
  .jjybt {
    width: 67.733%;
    border-radius: 22px;
    overflow: hidden;
  }
  .jjybt.fl {
    margin-left: -14%;
  }
  .jjybt.fr {
    margin-right: -14%;
  }
  .jjybt img {
    width: 100%;
  }
  .jjybt iframe {
    width: 100%;
    height: 535px;
  }
  .jjybt video {
    width: 100%;
    height: 540px;
    margin-left: 0%;
    border-radius: 22px;
  }
  .jjybt.fr video {
    margin-left: 0%;
  }
  .jjybw {
    width: 39%;
    margin-top: 135px;
  }
  .jjybw h5 {
    font-size: 30px;
    color: #6eb92b;
    font-family: mb;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .jjybw h6 {
    font-size: 22px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
  }
  .jjybw p {
    font-size: 14px;
    color: #3b3b3b;
    font-family: ml;
    line-height: 24px;
    position: relative;
    padding-left: 31px;
    margin-top: 13px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .jjybw p::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6eb92b;
    border-radius: 50%;
    left: 0;
    top: 7px;
  }

  .jjyb1 .jjybw img {
    max-width: 100%;
    margin-top: 135px;
  }
  .jjyb2 .jjybw {
    margin-top: 84px;
  }
  .jjyb2 .jjybw h5 {
    font-size: 36px;
  }
  .jjybw table {
    width: 100%;
    margin-top: 57px;
  }
  .jjybw table tr {
    background-color: #f0f8e9;
  }
  .jjybw table tr:nth-child(2n) {
    background-color: #f8fbf4;
  }
  .jjybw table tr td {
    font-size: 14px;
    color: #3b3b3b;
    font-family: ml;
    border-top: 2px solid #f8fbf4;
    height: 60px;
    padding-left: 40px;
  }
  .jjybw table tr td:last-child {
    padding-right: 30px;
  }
  .jjybw table tr td b {
    font-family: mb;
    font-size: 16px;
  }
  .jjyb3 .jjybw {
    margin-top: 184px;
  }
  .jjyb3 .jjybw h5 {
    font-size: 33px;
  }
  .jjyc {
    width: 1920px;
    margin: auto;
    margin-top: 158px;
    background-image: url(../img/g58.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 300px 0 300px;
    position: relative;
  }
  .jjyc .bta {
    margin-top: -385px;
  }
  .jjyc .bta p {
    color: #000;
    font-size: 33px;
  }
  .jjyca {
    display: table;
    margin: 0 auto;
    margin-top: 115px;
  }
  .jjyca p {
    min-width: 325px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    font-size: 16px;
    color: #333;
    font-family: ml;
    float: left;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 26px;
    border-radius: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
    border: 2px solid #6eb92b;
  }
  .jjyca p.on {
    background-color: #6eb92b;
    color: #fff;
  }
  .jjycb {
    width: 100%;
    position: relative;
    margin-top: 0;
    height: 0;
  }
  .jjycc {
    width: 80%;
    margin: 0 auto;
  }
  .jjycc img {
    width: 60%;
    margin-top: 0;
    margin-left: 10%;
    position: absolute;
  }
  .jjycb_z {
    background-image: url(../img/g59.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .jjycb_z:hover {
    background-image: url(../img/g59-1.png);
  }
  .jjycb_y {
    background-image: url(../img/g60.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    right: 0%;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .jjycb_y:hover {
    background-image: url(../img/g60-1.png);
  }
  .jjyd {
    width: 100%;
    background-image: url(../img/g59.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 43px 0;
  }
  .jjyd .commen {
    display: flex;
    justify-content: space-between;
  }
  .jjyd_a {
  }
  .jjyd_a img {
    width: 165px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .jjyd_a h6 {
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    margin-top: 15px;
    transition: all ease 0.3s;
  }
  .jjyd_a p {
    display: table;
    margin: 0 auto;
    margin-top: 12px;
  }
  .jjyd_a p span {
    display: block;
    float: left;
    line-height: 22px;
    background-color: #f8f8f8;
    font-size: 12px;
    color: #666666;
    padding: 0 12px;
    margin: 0 4px;
    border-radius: 11px;
  }
  .jjyd_a:hover img {
    transform: scale(1.05);
  }
  .jjyd_a:hover h6 {
    color: #6eb92b;
  }
  .jjye {
    width: 100%;
    margin-top: 100px;
  }
  .jjye .bta p {
    text-align: left;
  }
  .jjye .bta span {
    margin-left: 0;
  }
  .jjye_m p {
    width: 200px;
    height: 60px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    transition: all ease 0.3s;
    margin-top: -11px;
  }
  .jjye_m p a {
    font-size: 16px;
    color: #6eb92b;
    font-family: ml;
    transition: all ease 0.3s;
    display: block;
    font-weight: bold;
  }
  .jjye_m p:hover {
    background-color: #6eb92b;
    transform: translateX(-6px);
  }
  .jjye_m p:hover a {
    color: #fff;
  }
  .jjyea {
    width: 100%;
    margin-top: 60px;
  }
  .jjyeb {
    width: 100%;
    display: flex;
  }
  .jjyeb_a {
    width: 32.2%;
    margin-left: 1.5%;
    background-color: #f8f8f8;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease 0.3s;
  }
  .jjyeb .jjyeb_a:nth-child(1) {
    margin-left: 0;
  }
  .jjyeb_at {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }
  .jjyeb_at img {
    width: 100%;
    transition: all ease 0.3s;
    height: 362px;
  }
  .jjyeb h6 {
    height: 90px;
    line-height: 90px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
    letter-spacing: 1px;
  }
  .jjyeb_a:hover {
    background-color: #f8f8f8;
  }
  .jjyeb_a:hover .jjyeb_at img {
    transform: scale(1.05);
  }
  .jjyeb_a:hover h6 {
    color: #6eb92b;
    font-family: mb;
  }
  .jjye_ul {
    display: table;
    margin: 0 auto;
    margin-top: 67px;
  }
  .jjye_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #e5e5e5;
    margin: 0 23px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .jjye_ul li.on {
    background-color: #6eb92b;
  }

  /*Support 支持*/
  .zcya {
    width: 100%;
    margin-top: 82px;
    text-align: center;
  }
  .zcya h6 {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 30px;
    color: #000000;
    line-height: 48px;
    font-family: mb;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .zcya h6 span {
    margin-left: 47%;
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .zcya p {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    font-family: ml;
  }
  .zcya img {
    width: 100%;
    margin-top: 56px;
    border-radius: 20px;
    overflow: hidden;
  }
  .zcyb {
    width: 100%;
    margin-top: 108px;
    margin-bottom: 120px;
  }
  .zcyb > p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    font-family: ml;
    margin-top: 46px;
  }
  .zcyc {
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 90px;
  }
  .zcyct {
    width: 65.6%;
    overflow: hidden;
  }
  .zcyct img {
    width: 100%;
  }
  .zcyct.fl {
    margin-left: -14%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  .zcyct.fr {
    margin-right: -14%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
  .zcycw {
    width: 41.666%;
    margin-top: 90px;
  }
  .zcycw h6 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    letter-spacing: 1px;
  }
  .zcycw p {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    margin-top: 25px;
  }
  .zcycw a {
    display: block;
    float: left;
    min-width: 130px;
    text-align: center;
    border: 2px solid #6eb92b;
    border-radius: 21.5px;
    height: 43px;
    line-height: 39px;
    font-size: 16px;
    color: #6eb92b;
    margin-right: 35px;
    padding: 0 32px;
    font-family: ml;
    transition: all ease 0.3s;
    margin-top: 60px;
  }
  .zcycw a:hover {
    background-color: #6eb92b;
    color: #fff;
    transform: translateY(-6px);
  }
  .zcyc1 {
    background-color: #fff;
  }
  .zcyc1 .zcycw {
    margin-top: 142px;
  }
  .zcyc1 .zcycw a {
    margin-top: 88px;
    min-width: 378px;
  }
  .zcyc2 {
    margin-bottom: 75px;
  }
  .zcyc2 .zcycw {
    margin-top: 125px;
  }
  .zcyc2 .zcycw a {
    min-width: 276px;
  }

  /*训练training*/
  .xlya {
    width: 100%;
    margin-top: 45px;
  }
  .xlyat {
    width: 45.8%;
  }
  .xlyat img {
    width: 100%;
  }
  .xlyaw {
    width: 48.2%;
    margin-top: 72px;
  }
  .xlyaw h6 {
    font-size: 30px;
    color: #000000;
    font-family: mb;
  }
  .xlyaw p {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 26px;
    margin-top: 33px;
    text-align: justify;
  }
  .xlyaw p a {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 26px;
    transition: all ease 0.3s;
  }
  .xlyaw p a:hover {
    color: #6eb92b;
  }
  .xlyb {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
    margin-top: 58px;
  }
  .xlyb p {
    width: 33.333%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    line-height: 84px;
    position: relative;
    float: left;
    cursor: pointer;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .xlyb p::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    bottom: -3px;
    height: 5px;
    background-color: #6eb92b;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .xlyb p.on {
    color: #6eb92b;
    font-family: mb;
  }
  .xlyb p.on::after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .xlyc {
    width: 100%;
    margin-top: 15px;
  }
  .xlyca {
    width: 100%;
  }
  .xlyc_a {
    width: 100%;
  }
  .xlyc_aa {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
  }
  .xlyc_aa p {
    float: left;
    line-height: 85px;
    font-size: 22px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
  }
  .xlyc_aa span {
    display: block;
    float: right;
    background-image: url(../img/g66.png);
    width: 15px;
    height: 10px;
    background-size: 100% 100%;
    margin-top: 37px;
    transition: all ease 0.3s;
  }
  .xlyc_a.on .xlyc_aa {
    border: none;
  }
  .xlyc_a.on .xlyc_aa p {
    color: #6eb92b;
    font-family: mb;
  }
  .xlyc_a.on .xlyc_aa span {
    background-image: url(../img/g80.png);
  }
  .xlyc_ab {
    width: 100%;
    display: none;
  }
  .xlyc_ab .list {
    width: 100%;
    background-color: #f8f8f8;
  }
  .xlyc_ab1 {
    width: 89.333%;
    margin: 0 auto;
    border-top: 1px solid #dfdfdf;
    padding: 55px 0 60px;
  }
  .xlyc_ab1:nth-child(1) {
    border: none;
  }
  .xlyc_abz {
    width: 80%;
  }
  .xlyc_abz h5 {
    font-size: 14px;
    color: #6eb92b;
    font-family: mb;
    margin-bottom: 13px;
  }
  .xlyc_abz h4 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    float: left;
    line-height: 31px;
  }
  .xlyc_abz h6 {
    width: 204px;
    height: 31px;
    line-height: 29px;
    border: 1px solid #6eb92b;
    float: left;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    color: #6eb92b;
    font-family: ml;
    margin-left: 43px;
    margin-bottom: 10px;
  }
  .xlyc_abz p {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    background-image: url(../img/g88.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding-left: 31px;
    margin-top: 21px;
  }
  .xlyc_abz p.fl {
    width: 403px;
  }
  .xlyc_abz p.p1 {
    background-image: url(../img/g89.png);
  }
  .xlyc_abz p.p2 {
    background-image: url(../img/g90.png);
  }
  .xlyc_abz p.p3 {
    background-image: url(../img/g91.png);
  }
  .xlyc_abz p.p4 {
    background-image: url(../img/g92.png);
  }
  .xlyc_abz p span {
    font-family: mb;
    display: inline-block;
    margin-left: 18px;
  }
  .xlyc_aby p {
    width: 234px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 26.5px;
  }
  .xlyc_aby p a {
    font-size: 14px;
    color: #fff;
    font-family: mb;
    display: block;
    margin-top: 36px;
  }
  .xlyc_ayc1 {
    display: none;
  }
  .xlyc_ayc2 {
    display: none;
  }
  .xlyc_ayc3 {
    display: none;
  }
  .xlyc .more {
    margin-top: 59px;
  }
  .xlyc .more a {
    width: 240px;
    height: 60px;
    margin: 0 auto;
    border: 2px solid #6eb92b;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #6eb92b;
    font-family: ml;
    border-radius: 30px;
  }

  /*担保Training*/
  .nban_db h1 {
    top: 323px;
  }
  .nban_dba {
    width: 1500px;
    position: absolute;
    left: 50%;
    margin-left: -750px;
    top: 436px;
  }
  .nban_dba_a {
    width: calc(100% - 250px);
    height: 72px;
    border: 1px solid #e4dedf;
    border-radius: 35.5px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nban_dba_a .input1 {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 102px;
    line-height: 70px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-family: ml;
    background-color: transparent;
    background-image: url(../img/g93.png);
    background-repeat: no-repeat;
    background-position: left 62px center;
    display: block;
  }
  .nban_dba_a .input2 {
    line-height: 70px;
    font-size: 16px;
    color: #fff;
    font-family: mb;
    background-color: transparent;
    margin-right: 55px;
    display: block;
    cursor: pointer;
  }
  .nban_dba > h6 {
    width: 219px;
    height: 72px;
    line-height: 72px;
    background-color: #6eb92b;
    border-radius: 35.5px;
    float: right;
    text-align: center;
  }
  .nban_dba > h6 a {
    font-size: 14px;
    color: #fff;
    font-family: mb;
    display: block;
    letter-spacing: 1px;
  }
  .nban_dbb {
    width: 100%;
    margin-top: 62px;
  }
  .nban_dbc {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px 0;
    border-radius: 20px;
  }
  .nban_dbc_a {
    width: 20%;
    height: 63px;
    border-left: 1px solid #d9d8d8;
    padding-top: 10px;
  }
  .nban_dbc_a h6 {
    text-align: center;
    font-size: 14px;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
  }
  .nban_dbc_a p {
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    margin-top: 12px;
    font-weight: bold;
  }
  .nban_dbb > p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: ml;
    margin-top: 27px;
  }
  .dbyb {
    width: 100%;
    margin-top: 54px;
  }
  .dbyc {
    width: 105%;
    margin-left: -2.5%;
    border-bottom: 3px solid #e5e5e5;
    margin-top: 9px;
  }
  .dbyc_p {
    display: flex;
    justify-content: space-between;
  }
  .dbyc p {
    font-size: 18px;
    color: #000000;
    padding: 0 15px;
    font-family: ml;
    font-weight: bold;
    cursor: pointer;
    line-height: 83px;
    position: relative;
    top: 3px;
  }
  .dbyc p.on {
    border-bottom: 5px solid #6eb92b;
  }
  .dbyd {
    width: 100%;
    margin-top: 110px;
    margin-bottom: 60px;
  }
  .dbye {
    width: 100%;
  }
  .dbyet {
    width: 45.7333%;
  }
  .dbyet img {
    width: 100%;
  }
  .dbyew.fr {
    width: 54.666%;
    margin-right: -4.666%;
  }
  .dbyew h6 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
  }
  .dbyew p {
    word-break: break-all;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    font-family: ml;
    margin-top: 31px;
    letter-spacing: 1px;
    text-align: justify;
  }
  .dbyew p b {
    color: #000;
    font-weight: bold;
  }
  .dbyew table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
  }
  .dbyew table td {
    font-size: 16px;
    color: #666666;
    height: 40px;
    border: 1px solid #000;
    font-family: ml;
    padding: 10px;
  }
  .fhdb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 1001;
    display: none;
    background-color: #e2f1d5;
    border-radius: 8px;
  }
  .fhdb img {
    width: 100%;
    transition: all ease 0.6s;
  }
  .fhdb:hover img:nth-child(1) {
    margin-top: -50px;
  }
  /*cookie弹出框*/
  .cookie {
    position: fixed;
    width: 100%;
    z-index: 1002;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
  }
  .cookie_a {
    width: 100%;
    background-color: #ededed;
    height: 250px;
    padding-top: 78px;
  }
  .cookie_aa {
    width: 78%;
  }
  .cookie_aa h6 {
    font-size: 22px;
    color: #000000;
    font-family: ml;
  }
  .cookie_aa p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
  }
  .cookie_aa p a {
    color: #000000;
    font-family: mb;
    text-decoration: underline;
    font-size: 14px;
  }
  .cookie_ab h6 {
    width: 180px;
    height: 43px;
    line-height: 43px;
    background-color: #80b645;
    border-radius: 21.5px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: ml;
    cursor: pointer;
  }
  .cookie_ab p {
    width: 180px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #d5d5d5;
    border-radius: 21.5px;
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    cursor: pointer;
    margin-top: 16px;
  }
  /*404*/
  .a404 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    margin-top: -300px;
  }
  .a404_a {
    width: 1000px;
    margin: 0 auto;
  }
  .a404_a img {
    width: 100%;
  }
  .a404_b {
    display: table;
    margin: 0 auto;
    margin-top: 40px;
  }
  .a404_b h6 {
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #80b645;
    border-radius: 28px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 0 20px;
  }
  .a404_b h6 a {
    font-size: 16px;
    color: #fff;
    font-family: ml;
    display: block;
  }
  .a404_b p {
    width: 220px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d5d5d5;
    border-radius: 28px;
    text-align: center;
    cursor: pointer;
    margin-top: 18px;
    float: left;
    margin: 0 20px;
    transition: all ease 0.3s;
  }
  .a404_b p a {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .a404_b p:hover {
    background-color: #80b645;
  }
  .a404_b p:hover a {
    color: #fff;
  }

  /*搜索结果页*/
  .ssjg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
  }
  .ssjga {
    width: 100%;
  }
  .ssjga > p {
    font-size: 14px;
    color: #999;
    line-height: 50px;
    float: left;
    background-color: #ededed;
    width: 90px;
    text-align: center;
  }
  .ssjga > p a {
    color: #999;
    font-size: 14px;
    font-family: ml;
    font-weight: bold;
    display: block;
    transition: all ease 0.3s;
  }
  .ssjga p:hover a {
    color: #000;
  }
  .ssjga_a {
    width: 400px;
    float: left;
    height: 50px;
    border: solid 1px #ccc;
    overflow: hidden;
    line-height: 50px;
    margin-left: 40px;
  }
  .ssjga_a .input1 {
    width: 310px;
    height: 50px;
    line-height: 50px;
    float: left;
    padding-left: 15px;
    color: #888;
    font-size: 14px;
    font-family: ml;
  }
  .ssjga_a .input2 {
    float: right;
    width: 56px;
    height: 50px;
    background: url(../img/g1.png) no-repeat center;
    cursor: pointer;
  }
  .ssjga_b {
    width: 100%;
    margin-top: 20px;
  }
  .ssjga_b p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .ssjga_b p span {
    display: inline-block;
    margin: 0 10px;
  }
  .ssjgx {
    width: 100%;
    margin-top: 30px;
  }
  .ssjgz {
    width: 180px;
    padding-top: 32px;
    border-right: 1px solid #ededed;
  }
  .ssjgz h3 {
    font-size: 16px;
    font-family: mb;
    color: #635b5b;
    margin-bottom: 18px;
  }
  .ssjgz p {
  }
  .ssjgz p a {
    font-size: 14px;
    font-family: ml;
    color: #635b5b;
    display: block;
    padding: 10px;
    transition: all ease 0.3s;
  }
  .ssjgz p a:hover {
    color: #000;
  }
  .ssjgz p a.on {
    color: #000;
  }
  .ssjgy {
    width: calc(100% - 220px);
  }
  .ssjgy .xwla {
    margin: 0;
  }
  .ssjgy .xwla_w {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
  }
  .ssjgy .xwla_w h5 {
    width: 90%;
    float: left;
    -webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;white-space: normal;overflow: hidden;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    margin: 0;
    font-family: ml;
    font-weight: bold;
  }
  .ssjgy .xwla_w span {
    float: right;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
  }

  @media screen and (min-width: 1930px) and (max-width: 2900px) {
    .imgbox img {
      width: 107%;
      height: 100%;
      object-fit: cover;
      vertical-align: middle;
      margin-left: -3.5%;
    }
  }

  @media screen and (min-width: 1500px) and (max-width: 1600px) {
    .top {
      width: 92%;
      left: 4%;
      margin-left: 0;
      box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
    }
    .topx {
      width: 100%;
      left: 0;
      margin-left: 0;
      top: 0;
      border-radius: 0;
    }
    .zca_a p {
      width: 102%;
      margin-left: -1%;
    }
    .altcb_wa span {
      width: 140px;
    }
    .altcb_wa p {
      margin-top: 25px;
      line-height: 26px;
    }
    .sytka {
      height: 720px;
      margin-top: -360px;
    }
    .sytkb {
      height: 100px;
    }
    .sytkb p {
      line-height: 100px;
    }
    .sytkc {
      width: 100%;
      padding: 44px 72px 0 72px;
    }
    .sytkc .lxyea_b input {
      margin-bottom: 20px;
    }
    .cpnd_w.fr {
      margin-right: 0px;
    }
    .cpna_a {
      margin-left: 1%;
    }
    .dbyew.fr {
      width: 51%;
      margin-right: 0.5%;
    }
    .top {
      width: 94%;
      position: fixed;
      left: 3%;
      margin-left: -0;
    }
    .bkaa_a {
      width: 360px;
    }
    .bkaa_a p {
      width: 110%;
      margin-left: -5%;
    }
    .gy1fa {
      width: 98%;
      margin-left: 1%;
    }
    .altcb_wa h5 {
      font-size: 24px;
    }
    .altcb_wa h3 {
      width: 140px;
    }
  }
}

@media screen and (min-width: 1000px) and (max-width: 1499px) {
  body,
  html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    -webkit-font-smoothing: antialiased; /*抗锯齿效果*/
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #858585;
  }
  * img {
    display: block;
    border: none;
  }
  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "微软雅黑";
    -webkit-appearance: none;
    border: none;
  }
  .clearfix {
    clear: both;
  }
  .mob {
    display: none;
  }
  .pc {
    display: block;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .commen1 {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
  }
  .commen {
    width: 96%;
    margin: 0 auto;
  }
  .ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  @font-face {
    font-family: "mb";
    src: url("../font/Montserrat-SemiBold.woff") format("woff"),
      url("../font/Montserrat-SemiBold.ttf") format("truetype"),
      url("../font/Montserrat-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "ml";
    src: url("../font/Montserrat-Light.woff") format("woff"),
      url("../font/Montserrat-Light.ttf") format("truetype"),
      url("../font/Montserrat-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "meb";
    src: url("../font/Montserrat-ExtraBold.woff") format("woff"),
      url("../font/Montserrat-ExtraBold.ttf") format("truetype"),
      url("../font/Montserrat-ExtraBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    background-color: #6eb92b;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #6eb92b;
    border-radius: 5px;
  }

  /*top*/
  .top {
    width: 92%;
    position: fixed;
    left: 4%;
    top: 50px;
    background-color: #fafafa;
    height: 80px;
    border-radius: 20px;
    padding: 0 2% 0 3%;
    z-index: 999;
    transition: all ease 0.3s;
  }
  .topx {
    width: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    border-radius: 0;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
  }
  .logo {
    width: 160px;
    margin-top: 30px;
  }
  .logo img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .logo img:hover {
    transform: scale(1.05);
  }
  .nav {
    z-index: 100;
    height: 99px;
  }
  .nava {
    transition: all ease 0.3s;
    height: 99px;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    margin-left: 17px;
  }
  .nava:nth-child(1) {
    margin-left: 0px;
  }
  .nava > p {
    transition: all ease 0.3s;
    text-align: center;
    line-height: 80px;
    background-image: url(../img/g9.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 126px 0px;
  }
  .nava > p a {
    font-size: 16px;
    color: #000000;
    transition: all ease 0.3s;
    font-family: ml;
    text-transform: capitalize;
    display: block;
    font-weight: bold;
  }
  .nava:hover > p {
    background-size: 126px 10px;
  }
  .nava:hover > p a {
    color: #6eb92b;
    font-weight: bold;
  }
  .navaa > p a {
    color: #6eb92b;
    font-weight: bold;
  }
  .navaa > p {
    background-size: 126px 10px;
  }
  .navb {
    width: 100%;
    position: absolute;
    z-index: 1001;
    top: 80px;
    left: 0%;
    background-color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
    display: none;
  }
  .navb1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 60px 0 68px;
  }
  .navb1_a {
    transition: all ease 0.3s;
  }
  /*	.navb1_a:hover{transform: translateY(-6px);}*/
  .navb1_a img {
    float: left;
  }
  .navb1_a p {
    float: left;
    font-size: 16px;
    color: #000000;
    font-family: mb;
    text-transform: capitalize;
    line-height: 49px;
    margin-left: 16px;
    transition: all ease 0.3s;
    text-align: left;
  }
  .navb1_a p a {
    font-size: 16px;
    color: #000000;
    font-family: mb;
    text-transform: capitalize;
    transition: all ease 0.3s;
  }
  .navb1_a p a:hover {
    color: #6eb92b;
  }
  .navb1_a p span {
    display: block;
    margin-top: 7px;
  }
  .navb1_a p span a {
    display: block;
    line-height: 35px;
    font-size: 14px;
    font-family: ml;
    text-align: left;
    transition: all ease 0.3s;
  }
  .navb1_a p span a:hover {
    color: #6eb92b;
    font-weight: bold;
  }
  .navb1_a:hover p {
    color: #6eb92b;
  }
  .topa {
    margin-top: 28px;
    margin-left: -1%;
  }
  .topa_a {
    padding-left: 30px;
    padding-bottom: 28px;
  }
  .topa_a > img {
    width: 24px;
    cursor: pointer;
  }
  .navb2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 40px 0 55px;
  }
  .navb2_a {
    width: 240px;
    height: 205px;
    border-radius: 20px;
    background-color: #f8f8f8;
    text-align: left;
    padding: 53px 0 0 30px;
  }
  .navb2_a h6 {
    font-size: 16px;
    color: #000000;
    font-family: mb;
    line-height: 15px;
  }
  .navb2_a h6 a {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    transition: all ease 0.3s;
  }
  .navb2_a h6 a:hover {
    color: #6eb92b;
  }
  .navb2_a p {
    line-height: 32px;
    margin-top: 23px;
  }
  .navb2_a p a {
    font-size: 12px;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .navb2_a p a:hover {
    color: #6eb92b;
  }
  .navb2_b {
    padding-top: 30px;
    text-align: left;
  }
  .navb2_b h6 {
    line-height: 15px;
  }
  .navb2_b h6 a {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    transition: all ease 0.3s;
  }
  .navb2_b h6 a:hover {
    color: #6eb92b;
  }
  .navb2_b p {
    line-height: 32px;
    margin-top: 23px;
  }
  .navb2_b p a {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .navb2_b p a:hover {
    color: #6eb92b;
  }
  .topa_b {
    position: relative;
  }
  .topa_a1 {
    position: absolute;
    width: 124px;
    height: 94px;
    border-radius: 10px;
    background-color: #f7f7f7;
    top: 59px;
    left: -17px;
    padding: 4px 14px 0 14px;
  }
  .topa_a1::after {
    position: absolute;
    content: "";
    background-image: url(../img/g14.png);
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -7px;
    top: -7px;
  }
  .topa_a1 p {
    line-height: 44px;
    border-bottom: 1px solid #dedede;
    text-align: center;
  }
  .topa_a1 p:nth-child(2) {
    border: none;
  }
  .topa_a1 p a {
    font-size: 12px;
    color: #000000;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .topa_a1 p a:hover {
    color: #6eb92b;
  }
  .topa_a2 {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 80px;
    display: none;
    padding: 70px 0 67px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
  }
  .topa_a2x {
    margin: 0 115px;
  }
  .topa_a3x {
    display: flex;
    justify-content: center;
  }
  .topa_a2m {
    display: flex;
    justify-content: center;
  }
  .topa_a2x h6 {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    line-height: 14px;
  }
  .topa_a2x p {
    line-height: 36px;
    margin-top: 18px;
  }
  .topa_a2x p a {
    font-size: 14px;
    color: #666666;
    display: block;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .topa_a2x p a:hover {
    color: #6eb92b;
    text-decoration: underline;
  }
  .topa_a3 {
    position: absolute;
    width: 100%;
    background-color: #fff;
    left: 0;
    top: 80px;
    display: none;
    padding: 40px 0 45px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
  }
  .topa_a3 img {
    width: 26px;
    height: 26px;
    margin-top: 7px;
  }
  .topa_a3 input.input1 {
    width: 544px;
    margin: 0 47px 0 38px;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    color: #666666;
    font-family: ml;
  }
  .topa_a3 input.input2 {
    width: 135px;
    line-height: 39px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    font-family: mb;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 30px;
    cursor: pointer;
  }

  /*banner*/
  .ban {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .imgbox {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .imgbox a {
    height: 100%;
  }
  .ban_bj {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .imgbox img {
    width: 102%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
  }
  .ban_w {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-top: 304px;
  }
  .ban_w h6 {
    font-size: 30px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    font-family: mb;
    text-transform: uppercase;
    letter-spacing: 5px;
  }
  .ban_w p {
    font-size: 24px;
    color: #fff;
    font-family: ml;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 25px;
    letter-spacing: 1px;
  }
  .ban_w h5 {
    font-size: 80px;
    color: #fff;
    font-family: meb;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 34px;
    letter-spacing: 4px;
  }
  .boy {
    width: 1200px;
  }
  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 5%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }
  .bt-b {
    background: url(../img/yi07.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .bt-b:hover {
    background: url(../img/yi09.png);
    opacity: 1;
  }
  .bt-k {
    width: 47px;
    height: 109px;
    position: absolute;
    right: 5%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }
  .bt-f {
    background: url(../img/yi06.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .bt-f:hover {
    background: url(../img/yi08.png);
    opacity: 1;
  }
  .keyword {
    position: absolute;
    width: 1400px;
    left: 50%;
    margin-left: -700px;
    bottom: 20px;
  }
  .keyword p {
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    float: left;
  }
  .keyword p a {
    font-size: 12px;
    color: #fff;
    transition: all ease 0.3s;
    margin-left: 12px;
    display: inline-block;
  }
  .keyword p a:hover {
    color: #bd9f63;
  }
  #swiper-pagination_bana {
    position: absolute;
    left: 50%;
    margin-left: -132px;
    bottom: 40px;
  }
  #swiper-pagination_bana .swiper-pagination-bullet {
    cursor: pointer;
    width: 54px;
    height: 5px;
    background-color: #fff;
    border-radius: 1px;
    margin: 0 6px;
    float: left;
    text-align: center;
    transition: all ease 0.3s;
    opacity: 0.5;
    outline: none;
  }
  #swiper-pagination_bana .swiper-pagination-bullet-active {
    opacity: 1;
  }

  /*公司信息列表页*/
  .company-list {
    background-color: #f8f8f8;
    padding-bottom: 80px;
  }
  .company-list .company-content {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 16px;
    overflow: hidden;
    background-color: #fff;
  }
  .company-list .company-content .company-img {
    width: 50%;
    border-radius: 16px;
    overflow: hidden;
  }
  .company-list .company-content .company-img img {
    width: 100%;
    display: block;
  }
  .company-list .company-content .company-text {
    width: 50%;
    padding: 20px 5%;
  }
  .company-list .company-common-text h3 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    line-height: 26px;
    font-weight: bold;
  }
  .company-list .company-common-text .info {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    line-height: 26px;
  }
  .company-list .company-common-text .info img {
    margin-top: 4px;
  }
  .company-list .company-common-text .info div {
    flex: 1;
    margin-left: 12px;
  }
  .company-list .company-common-text .info div a {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    display: block;
    font-weight: bold;
    line-height: 30px;
  }
  .company-list .company-common-text .info div p {
    color: #000000;
    font-family: ml;
    font-weight: bold;
    font-size: 16px;
  }
  .company-list ul {
    margin-top: 34px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
  }
  .company-list ul li {
    list-style: none;
    width: 32.2%;
    margin-left: 1.7%;
    margin-bottom: 1.7%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
  }
  .company-list ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .company-list ul li .tel a:nth-child(2) {
    padding-left: 32px;
    position: relative;
  }
  .company-list ul li .tel a:nth-child(2)::before {
    content: "/";
    position: absolute;
    left: 0;
    top: -2px;
    bottom: 0;
    color: #cacaca;
    width: 32px;
    text-align: center;
    font-size: 14px;
  }

  .company-list ul li .lxyca {
    min-height: 300px;
  }

  /*解决SOLUTIONS*/
  .jj {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/g16.png);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: top center;
    padding-top: 80px;
  }
  .bt p {
    text-align: center;
    font-size: 30px;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .bt h2 {
    text-align: center;
    font-size: 30px;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .bt h1 {
    text-align: center;
    font-size: 30px;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  .bt span {
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin: 0 auto;
    margin-top: 31px;
  }
  .jja {
    width: 100%;
    margin-top: 42px;
  }
  .jjb {
    width: 33.33333333%;
    background-image: url(../img/g1.jpg);
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 80px 3.2% 0 3.2%;
    transition: all ease 0.3s;
    background-color: #000;
  }
  .jjb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .jjb:nth-child(2) {
    background-image: url(../img/g2.jpg);
  }
  .jjb:nth-child(3) {
    background-image: url(../img/g3.jpg);
  }
  .jjb:nth-child(4) {
    background-image: url(../img/g4.jpg);
    padding-top: 80px;
  }
  .jjb h5 {
    font-size: 20px;
    color: #fff;
    font-family: meb;
    line-height: 20px;
    position: relative;
    z-index: 2;
  }
  .jjb h6 {
    font-size: 18px;
    color: #fff;
    font-family: mb;
    line-height: 26px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
    width: 120%;
  }
  .jjb span {
    display: block;
    width: 42px;
    height: 4px;
    background-color: #6eb92b;
    margin-top: 20px;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
  }
  .jjb p {
    transition: all ease 0.3s;
    overflow: hidden;
    height: 0;
    font-size: 12px;
    color: #fff;
    line-height: 25px;
    font-family: ml;
    opacity: 0;
    margin-top: -70px;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
  }
  .jjb:hover::after {
    opacity: 0.5;
  }
  .jjb:hover span {
    width: 100%;
  }
  .jjb:hover p {
    opacity: 0.7;
    height: auto;
    margin-top: 25px;
  }
  /*支持Support*/
  .zc {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/g5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0 130px;
  }
  .zca {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .zca_a {
    width: 160px;
    text-align: center;
  }
  .zca_a img {
    width: 100px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .zca_a h6 {
    text-align: center;
    font-size: 18px;
    font-family: mb;
    color: #000000;
    line-height: 17px;
    margin-top: 30px;
    text-transform: uppercase;
  }
  .zca_a p {
    text-align: center;
    font-size: 13px;
    color: #000000;
    line-height: 22px;
    font-family: ml;
    margin-top: 20px;
    width: 120%;
    margin-left: -10%;
  }
  .zca_a:hover img {
    transform: scale(1.05);
  }
  .bka {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/g6.jpg);
    background-size: 1500px auto;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 130px;
    height: 760px;
  }
  .bka .bt p {
    color: #fff;
  }
  .bka .bt span {
    background-color: #fff;
  }
  .bka .bt h6 {
    font-size: 18px;
    color: #fff;
    font-family: ml;
    line-height: 18px;
    margin-top: 27px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2.5px;
  }
  .bkaa {
    display: flex;
    justify-content: space-between;
    margin-top: 99px;
  }
  .bkaa_a {
    width: 270px;
  }
  .bkaa_a img {
    width: 107px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .bkaa_a h6 {
    font-size: 35px;
    color: #fff;
    font-family: meb;
    text-align: center;
    text-transform: uppercase;
    margin-top: 36px;
  }
  .bkaa_a h6 span {
    font-size: 18px;
  }
  .bkaa_a p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: ml;
    margin-top: 6px;
    letter-spacing: 1px;
  }
  .bkaa_a:hover img {
    transform: scale(1.1);
  }
  /*媒体MEDIA*/
  .xw {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .xw .bt {
    margin-top: 20px;
  }
  .xw .bt p {
    text-align: left;
    font-weight: bold;
  }
  .xw .bt span {
    margin-left: 0;
  }
  .xw_m {
    width: 180px;
    height: 60px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    transition: all ease 0.3s;
  }
  .xw_m a {
    font-size: 15px;
    color: #6eb92b;
    font-family: ml;
    transition: all ease 0.3s;
    display: block;
  }
  .xw_m:hover {
    background-color: #6eb92b;
    transform: translateX(-6px);
  }
  .xw_m:hover a {
    color: #fff;
  }
  .xwb {
    width: 100%;
    margin-top: 31px;
  }
  .xwc {
    width: 44.5%;
    border-radius: 20px;
    overflow: hidden;
    height: 464px;
  }
  .xwc img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.6s;
  }
  .xwc img:nth-child(1) {
    position: relative;
  }
  .xwc img.on {
    opacity: 1;
  }
  .xwd {
    width: 46%;
  }
  .xwda {
    width: 100%;
    padding: 14px 0 3% 0;
  }
  .xwda h6 {
    font-size: 14px;
    color: #11131f;
    opacity: 0.5;
    line-height: 17px;
    font-family: mb;
  }
  .xwda span {
    display: block;
    width: 44px;
    height: 1px;
    background-color: #cccccc;
    margin-top: 15px;
  }
  .xwda p {
    font-size: 16px;
    color: #000000;
    opacity: 0.9;
    font-family: ml;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 2%;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .xwda:hover p {
    color: #6eb92b;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    background-image: url(../img/g8.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px auto;
    margin-top: 20px;
    padding: 170px 0 70px;
  }
  .yja {
    width: 100%;
  }
  .yja h6 {
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-family: ml;
    text-transform: uppercase;
  }
  .yja h6 img {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 11px;
  }
  .yja p {
    width: 276px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 22.5px;
    margin: 0 auto;
    margin-top: 22px;
    transition: all ease 0.3s;
    font-size: 15px;
    color: #fff;
    font-family: ml;
    cursor: pointer;
  }
  .yja p:hover {
    transform: scale(1.05);
  }
  .yjb {
    margin-top: 28px;
  }
  .yjb > img {
    width: 159px;
    display: none;
  }
  .yjb_a {
    margin-top: 55px;
  }
  .yjb_a:nth-child(2) {
    width: 175px;
  }
  .yjb_a:nth-child(3) {
    width: 180px;
  }
  .yjb_a:nth-child(4) {
    width: 140px;
  }
  .yjb_a:nth-child(5) p:nth-child(2) {
    margin-right: 22px;
  }
  .yjb_a h6 {
    line-height: 13px;
    opacity: 0.9;
  }
  .yjb_a h6 a {
    font-size: 16px;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .yjb_a h6 a:hover {
    color: #6eb92b;
  }
  .yjb_a p {
    line-height: 30px;
    margin-top: 28px;
  }
  .yjb_a p a {
    font-size: 12px;
    color: #4d4d4d;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .yjb_a p a:hover {
    color: #6eb92b;
  }
  .yjc {
    margin-top: 80px;
  }
  .yjca {
    padding-right: 3px;
  }
  .yjca_a {
    width: 37px;
    height: 30px;
    position: relative;
    margin-left: 16px;
  }
  .yjca_a img {
    width: 100%;
  }
  .yjca_a img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .yjca_a:hover img.t2 {
    opacity: 1;
  }
  .yjcb {
    text-align: right;
    margin-top: 58px;
  }
  .yjcb h6 {
    font-size: 15px;
    color: #000000;
    font-family: ml;
    line-height: 12px;
  }
  .yjcb p {
    font-size: 15px;
    color: #adadad;
    font-family: mb;
    line-height: 30px;
    margin-top: 17px;
  }
  .yjcb p a {
    font-size: 15px;
    color: #adadad;
    font-family: mb;
    transition: all ease 0.3s;
  }
  .yjcb p span:hover {
    color: #6eb92b;
  }
  .yjcb p a:hover {
    color: #6eb92b;
  }
  .yjcc {
    font-size: 16px;
    margin-bottom: 10%;
    margin-left: 22px;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .yjx {
    width: 100%;
    background-color: #ededed;
  }
  .yjx p {
    text-align: center;
    font-size: 15px;
    color: #000000;
    opacity: 0.5;
    line-height: 70px;
    height: 70px;
    letter-spacing: 1px;
    font-family: ml;
    font-weight: bold;
  }
  /*订阅弹框*/
  .sytk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
  }
  .sytka {
    width: 92%;
    height: 640px;
    position: absolute;
    left: 4%;
    top: 50%;
    margin-top: -320px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .sytkb {
    width: 100%;
    background-image: url(../img/g36.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
  }
  .sytkb p {
    line-height: 90px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    font-family: mb;
    letter-spacing: 1px;
  }
  .sytkc {
    width: 100%;
    padding: 35px 5% 0 5%;
  }
  .sytkc > h6 {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    line-height: 18px;
  }
  .sytkc > p {
    font-size: 14px;
    color: #666666;
    line-height: 13px;
    margin-top: 15px;
    font-family: ml;
  }
  .sytkc_a {
    width: 100%;
    margin-top: 22px;
  }
  .sytkc_a input {
    width: 100%;
    display: block;
    line-height: 50px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-top: 15px;
    font-size: 14px;
    padding-left: 32px;
    color: #666666;
    font-family: ml;
  }
  .sytkc_a select {
    width: 100%;
    display: block;
    line-height: 50px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-top: 15px;
    font-size: 14px;
    padding-left: 32px;
    color: #000000;
    font-family: ml;
    background-image: url(../img/g66.png);
    background-repeat: no-repeat;
    background-position: right 40px center;
    font-weight: bold;
  }
  .sytkc .lxyea_b {
    margin-top: 20px;
  }
  .sytkc .lxyea_b input.lxyea_ba {
    margin-bottom: 20px;
  }
  .sytkc .lxyea_c {
    margin-top: 20px;
  }
  .sytkc .lxyea_c input {
    width: 246px;
    line-height: 50px;
    height: 50px;
    font-family: ml;
  }
  .dy_close {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 20px;
  }

  /*****************************************内页开始******************************************/

  /*我们的故事Our Story*/
  .nban {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .nban_img {
    width: 100%;
    position: relative;
  }
  .nban_img > img {
    width: 110%;
    position: relative;
    margin-left: -5%;
  }
  .nban_img > h5 {
    position: absolute;
    left: 3.5%;
    top: 30%;
    text-align: center;
    width: 100%;
    font-size: 36px;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .nban_img > h2 {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 36px;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .nban_img > h1 {
    position: absolute;
    left: 3.5%;
    top: 30%;
    text-align: center;
    width: 100%;
    font-size: 36px;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 3px;
  }
  .nei {
    width: 100%;
    overflow: hidden;
  }
  .fenl {
    width: 100%;
    background-color: #fafafa;
    border-bottom: 1px solid #e1e1e1;
    height: 80px;
  }
  .fenl .commen {
    display: flex;
    justify-content: space-around;
  }
  .fenl p {
    line-height: 80px;
    transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    cursor: pointer;
  }
  .fenl p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #6eb92b;
    left: 0;
    bottom: 0;
    border-radius: 2.5px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .fenl p::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 10px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -12.5px;
    bottom: -10px;
    opacity: 0;
    transition: all ease 0.3s;
    background-image: url(../img/g57.png);
  }
  .fenl h1 {
    line-height: 80px;
    transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    cursor: pointer;
  }
  .fenl h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #6eb92b;
    left: 0;
    bottom: 0;
    border-radius: 2.5px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .fenl h1::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 10px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -12.5px;
    bottom: -10px;
    opacity: 0;
    transition: all ease 0.3s;
    background-image: url(../img/g57.png);
  }
  .fenl p a {
    font-size: 18px;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    transition: all ease 0.3s;
    display: block;
  }
  .fenl h1 a {
    font-size: 18px;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    display: block;
  }
  .fenl .on::after {
    opacity: 1;
  }
  .fenl .on::before {
    opacity: 1;
    bottom: 0;
  }
  .fenl .on {
    background-size: 108px 10px;
    font-family: mb;
    color: #6eb92b;
  }
  .fenl .on a {
    font-family: mb;
    color: #6eb92b;
  }
  .fenl p:hover {
    background-size: 108px 10px;
    font-family: mb;
    color: #6eb92b;
  }
  .fenl p:hover::after {
    opacity: 1;
  }
  .fenl p:hover::before {
    opacity: 1;
    bottom: 0;
  }
  .fenl p:hover a {
    font-family: mb;
    color: #6eb92b;
  }
  .mbx {
    background-image: url(../img/g32.png);
    background-repeat: no-repeat;
    background-size: 13px 11px;
    background-position: left center;
    padding-left: 24px;
    font-size: 12px;
    color: #666666;
    font-family: ml;
    line-height: 11px;
    margin-top: 50px;
  }
  .mbx a {
    font-size: 12px;
    color: #666666;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .mbx a:hover {
    color: #6eb92b;
  }
  .gy1a {
    width: 100%;
    margin-top: 24px;
  }
  .gy1aa {
    width: 53.066%;
    margin-top: 50px;
  }
  .gy1aa h6 {
    font-size: 24px;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
    line-height: 22px;
  }
  .gy1aa p {
    padding-left: 50px;
    position: relative;
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    font-family: ml;
    margin-top: 53px;
    text-align: justify;
  }
  .gy1aa p span {
    font-family: mb;
    color: #000000;
    opacity: 0.9;
  }
  .gy1aa p::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 81px;
    background-color: #6eb92b;
    left: 0;
    top: 8px;
  }
  .gy1ab {
    width: 36%;
    margin-right: 2.2%;
  }
  .gy1ab img {
    width: 100%;
  }
  .gy1ab p {
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    line-height: 24px;
    margin-top: 29px;
  }
  .gy1ab p span {
    display: block;
    font-family: mb;
    opacity: 0.9;
  }
  .gy1b {
    width: 100%;
    margin-top: 53px;
  }
  .gy1b_a {
    width: 21.2%;
    height: 186px;
    padding: 50px 1% 0 1%;
    background-color: #edeff1;
    border-radius: 20px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .gy1b_a:nth-child(2) {
    margin: 0 1.333%;
  }
  .gy1b_at {
    width: 55px;
    position: relative;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .gy1b_at img {
    width: 100%;
  }
  .gy1b_at img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .gy1b_a p {
    font-size: 13px;
    color: #fff;
    font-family: ml;
    line-height: 24px;
    text-align: center;
    margin-top: 8px;
    transition: all ease 0.3s;
  }
  .gy1b_a p span {
    display: block;
    font-size: 18px;
    font-family: mb;
    margin-bottom: 8px;
    color: #222222;
  }
  .gy1b_a p m {
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy1b_b {
    width: 54.866%;
    background-color: #6eb92b;
    padding: 55px 2.5% 0 3.5%;
  }
  .gy1b_b .gy1b_at {
    width: 55px;
    float: left;
  }
  .gy1b_b .gy1b_at img.t2 {
    opacity: 1;
  }
  .gy1b_b p {
    float: right;
    width: calc(100% - 110px);
    text-align: left;
    margin-top: -4px;
  }
  .gy1b_b p span {
    color: #fff;
    font-size: 18px;
  }
  .gy1b_b p m {
    opacity: 1;
  }
  .gy1c {
    width: 100%;
    margin-top: 116px;
  }
  .gy1c_t {
    width: 48.6%;
  }
  .gy1c_t img {
    width: 100%;
  }
  .gy1c_w {
    width: 46.333%;
    margin-top: 1%;
  }
  .gy1c_w h6 {
    font-family: mb;
    color: #000000;
    font-size: 26px;
    opacity: 0.9;
    text-transform: uppercase;
  }
  .gy1c_w span {
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 3%;
  }
  .gy1c_w p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 24px;
    margin-top: 3%;
    text-align: justify;
  }
  .gy1d {
    width: 100%;
    background-color: #fafafa;
    padding: 60px 0;
    margin-top: 60px;
  }
  .gy1d .commen {
    display: flex;
    justify-content: space-between;
  }
  .gy1d_a {
    min-width: 279px;
  }
  .gy1d_a img {
    width: 90px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .gy1d_a:hover img {
    transform: scale(1.1);
  }
  .gy1d_a h6 {
    text-align: center;
    font-size: 36px;
    color: #2f2f2f;
    font-family: meb;
    line-height: 32px;
    margin-top: 25px;
    text-transform: uppercase;
  }
  .gy1d_a h6 span {
    font-size: 18px;
  }
  .gy1d_a p {
    font-size: 13px;
    color: #737373;
    line-height: 16px;
    font-family: ml;
    margin-top: 12px;
    text-align: center;
  }
  .gy1e {
    width: 100%;
    background-image: url(../img/g12.jpg);
    background-repeat: no-repeat;
    background-size: auto 470px;
    background-position: center bottom;
    margin-top: 95px;
    padding-bottom: 123px;
  }
  .bta p {
    font-size: 28px;
    line-height: 23px;
  }
  .bta h2 {
    font-size: 28px;
    line-height: 23px;
  }
  .bta h1 {
    font-size: 28px;
    line-height: 23px;
  }
  .bta span {
    display: none;
  }
  .gy1ea {
    width: 100%;
    margin-top: 57px;
  }
  .gy1eaa {
    width: 100%;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all ease 0.3s;
  }
  .gy1eaa.onx {
    opacity: 1;
    transition: all ease 0.3s;
    z-index: 100;
  }
  .gy1eaa:nth-child(1) {
    position: relative;
  }
  .gy1eaa_w {
    width: 45%;
  }
  .gy1eaa_w h6 {
    font-size: 60px;
    color: #6eb92b;
    font-family: meb;
    line-height: 70px;
    margin-top: 22px;
    margin-bottom: 5%;
  }
  .gy1eaa_wp {
    height: 205px;
    overflow-y: auto;
  }
  .gy1eaa_wp::-webkit-scrollbar-track-piece {
    width: 4px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  .gy1eaa_wp::-webkit-scrollbar {
    width: 4px;
    background-color: #6eb92b;
    border-radius: 5px;
  }
  .gy1eaa_wp::-webkit-scrollbar-thumb {
    width: 4px;
    background-color: #282828;
    border-radius: 5px;
  }
  .gy1eaa_wp::-webkit-scrollbar-thumb:hover {
    width: 4px;
    background-color: #6eb92b;
    border-radius: 5px;
  }
  .gy1eaa_w p {
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    position: relative;
    font-family: ml;
    margin-top: 12px;
    padding-left: 50px;
  }
  .gy1eaa_w p::after {
    width: 10px;
    height: 10px;
    border: 3px solid #6eb92b;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 3px;
    top: 3px;
  }
  .gy1eaa_t {
    width: 48.533%;
    border-radius: 22px;
    overflow: hidden;
  }
  .gy1eaa_t img {
    width: 100%;
    border-radius: 20px;
  }
  .gy1eb {
    width: 100%;
    margin-top: 70px;
    position: relative;
  }
  .gy1ec {
    width: calc(100% - 70px);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .gy1ec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
    left: 0;
    bottom: 10px;
  }
  .gy1ed_a {
    cursor: pointer;
    padding-bottom: 5px;
  }
  .gy1ed_a p {
    font-size: 16px;
    color: #000000;
    font-family: ml;
    text-align: center;
    line-height: 16px;
    transition: all ease 0.3s;
  }
  .gy1ed_a span {
    display: block;
    margin: 0 auto;
    width: 13px;
    height: 13px;
    position: relative;
    background-color: #c1c1c1;
    border-radius: 50%;
    margin-top: 15px;
    z-index: 2;
    transition: all ease 0.3s;
  }
  .gy1ed_a span::after {
    width: 16px;
    height: 10px;
    position: absolute;
    content: "";
    left: -20px;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy1ed_a span::before {
    width: 16px;
    height: 10px;
    position: absolute;
    content: "";
    right: -20px;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy1eb_z {
    background-image: url(../img/g39.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    left: -9px;
    bottom: -3px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy1eb_y {
    background-image: url(../img/g40.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    right: -9px;
    bottom: -3px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy1eb_z:hover {
    background-image: url(../img/g39-1.png);
  }
  .gy1eb_y:hover {
    background-image: url(../img/g40-1.png);
  }
  .gy1ed_a.on p {
    color: #6eb92b;
    font-family: mb;
  }
  .gy1ed_a.on span {
    background-color: #fff;
    border: 3px solid #6eb92b;
    width: 21px;
    height: 21px;
    margin-top: 7px;
    top: 4px;
  }
  .gy1ed_a.on span::after {
    opacity: 1;
  }
  .gy1ed_a.on span::before {
    opacity: 1;
  }
  .gy1f {
    width: 100%;
    margin-top: 9px;
  }
  .gy1fa {
    width: 102%;
    margin-left: -1%;
    margin-top: 50px;
    position: relative;
  }
  .gy1fa_a {
    width: 100%;
    overflow: hidden;
  }
  .gy1fb_a {
    width: 100%;
  }
  .gy1fb_a img {
    width: 120px;
    margin: 0 auto;
  }
  .gy1fb_a p {
    text-align: center;
    font-size: 12px;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    width: 110%;
    margin-left: -5%;
    margin-top: 15px;
  }
  .gy1fa_z {
    background-image: url(../img/g39.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    left: -0px;
    top: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy1fa_z:hover {
    background-image: url(../img/g39-1.png);
  }
  .gy1fa_y:hover {
    background-image: url(../img/g40-1.png);
  }
  .gy1fa_y {
    background-image: url(../img/g40.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    right: -0px;
    top: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy1f_ul {
    display: table;
    margin: 0 auto;
    margin-top: 52px;
  }
  .gy1f_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #d3eabf;
    margin: 0 22.5px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .gy1f_ul li.on {
    background-color: #6eb92b;
  }

  /*我们的方法Our Approaches*/
  .gy2a {
    width: 100%;
    margin-top: 31px;
  }
  .gy2a_w {
    width: 50.2%;
    margin-top: 2%;
  }
  .gy2a_w h6 {
    font-size: 24px;
    color: #000000;
    line-height: 23px;
    font-family: mb;
    text-transform: uppercase;
  }
  .gy2a_w h6 span {
    color: #6eb92b;
  }
  .gy2a_w > span {
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 4%;
  }
  .gy2a_w p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 25px;
    margin-top: 5%;
    text-align: justify;
  }
  .gy2a_w p span {
    font-family: mb;
    color: #222222;
  }
  .gy2a_t {
    width: 56.7333%;
    margin-right: -14.0666%;
    position: relative;
  }
  .gy2a_ta {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy2a_ta.onx {
    opacity: 1;
    transition: all ease 0.3s;
  }
  .gy2a_ta:nth-child(1) {
    position: relative;
  }
  .gy2a_ta img {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .gy2a_ta p {
    width: 80%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 75px;
    font-size: 18px;
    color: #fff;
    font-family: ml;
  }
  .gy2a_z {
    background-image: url(../img/g50.png);
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
    position: absolute;
    left: 4%;
    bottom: 40px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy2a_z:hover {
    background-image: url(../img/g50-1.png);
  }
  .gy2a_y {
    background-image: url(../img/g51.png);
    width: 41px;
    height: 41px;
    background-size: 100% 100%;
    position: absolute;
    right: 21%;
    bottom: 40px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy2a_y:hover {
    background-image: url(../img/g51-1.png);
  }
  .gy2b {
    width: 100%;
    margin-top: 100px;
  }
  .gy2b_t {
    width: 65.6%;
    overflow: hidden;
    border-radius: 15px;
  }
  .gy2b_t img {
    width: 100%;
  }
  .gy2b_t.fl {
    margin-left: -14%;
  }
  .gy2b .gy2a_w {
    width: 41.333%;
    margin-top: 2%;
  }
  .gy2c {
    width: 100%;
    margin-top: 100px;
  }
  .gy2c_t {
    width: 65.6%;
    border-radius: 15px;
    overflow: hidden;
  }
  .gy2c_t img {
    width: 100%;
  }
  .gy2c_t.fr {
    margin-right: -14%;
  }
  .gy2c_t.fl {
    margin-left: -14%;
  }
  .gy2c .gy2a_w {
    width: 41.333%;
    margin-top: 4%;
  }
  .gy2d {
    width: 101.466%;
    margin-left: -0.733%;
  }
  .gy2d .gy1b_a {
    width: 14.454%;
    margin: 0 0.56%;
    height: 208px;
    padding: 50px 5px 0 5px;
    background-color: #efecec;
  }
  .gy2d .gy1b_a .gy1b_at {
    width: 42px;
    margin-bottom: 16px;
  }
  .gy2d .gy1b_a p span {
    font-family: ml;
    font-size: 16px;
  }
  .gy2d .gy1b_b {
    width: 36.465%;
    padding: 55px 3% 0 2%;
    background-color: #6eb92b;
  }
  .gy2d .gy1b_b p span {
    font-family: mb;
  }
  .gy2d .gy1b_b p br {
    display: none;
  }
  .gy2d .gy1b_b p m {
    opacity: 0.6;
  }
  .gy2d .gy1b_b .gy1b_at {
    width: 50px;
  }
  .gy2d .gy1b_b p {
    width: calc(100% - 85px);
  }
  .gy2a_w > h5 {
    width: 46.14%;
    height: 56px;
    border: 1px solid #6eb92b;
    background-color: transparent;
    text-align: center;
    transition: all ease 0.3s;
    line-height: 54px;
    border-radius: 27.5px;
    margin-top: 3%;
  }
  .gy2a_w > h5 a {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .gy2a_w > h5:hover {
    background-color: #6eb92b;
    transform: translateY(-5px);
  }
  .gy2a_w > h5:hover a {
    color: #fff;
  }

  /*我们的文化Our Culture*/
  .gyy2 {
    margin-top: 64px;
  }
  .gy2b_t.fr {
    margin-right: -14%;
    overflow: hidden;
    border-radius: 15px;
  }
  .gy3a .gy2a_w {
    margin-top: 7%;
  }
  .gy3b .gy2a_w {
    margin-top: 3%;
  }
  .gy3c {
    width: 100%;
    margin-top: 126px;
  }
  .gy3ca {
    width: 100%;
    margin-top: 43px;
  }
  .gy3ca_1 {
    width: 98%;
    margin-left: 1%;
    overflow: hidden;
  }
  .gy3cb_a {
    width: 91.828%;
    margin: 0 auto;
  }
  .gy3cb_at {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }
  .gy3cb_at img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .gy3cb_at iframe {
    height: 187px;
    background-size: cover;
  }
  .gy3cb_at video {
    width: 100%;
    transition: all ease 0.3s;
    height: 187px;
    display: block;
    background-color: #000;
  }
  .gy3cb_a p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 24px;
    margin-top: 39px;
  }
  .gy3ca_z {
    background-image: url(../img/g39.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    left: -10px;
    top: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-top: -36px;
  }
  .gy3ca_z:hover {
    background-image: url(../img/g39-1.png);
  }
  .gy3ca_y:hover {
    background-image: url(../img/g40-1.png);
  }
  .gy3ca_y {
    background-image: url(../img/g40.png);
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    position: absolute;
    right: -10px;
    top: 50%;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-top: -36px;
  }
  .gy3c_ul {
    display: table;
    margin: 0 auto;
    margin-top: 47px;
  }
  .gy3c_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #d3eabf;
    margin: 0 22.5px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .gy3c_ul li.on {
    background-color: #6eb92b;
  }
  .gy3cb_a:hover .gy3cb_at img {
    transform: scale(1.05);
  }

  /*案例cases*/
  .all {
    width: 100%;
    margin-top: 15px;
  }
  .list {
    overflow: auto;
  }
  .alla {
    width: 48.666%;
    background-color: #f8f8f8;
    border-radius: 20px;
    margin-top: 42px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .alla_t {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 21rem;
  }
  .alla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .alla_w {
    width: 100%;
    padding: 7%;
  }
  .alla_w h5 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .alla_w p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 12px;
  }
  .alla_w h6 {
    font-size: 14px;
    color: #000000;
    font-family: mb;
    line-height: 13px;
    transition: all ease 0.3s;
    margin-top: 20px;
  }
  .alla_w h6 img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 18px;
    transition: all ease 0.3s;
    opacity: 0;
  }
  .alla:hover {
    background-color: #f8fbf4;
  }
  .alla:hover .alla_t img {
    transform: scale(1.05);
  }
  .alla:hover .alla_w h6 {
    color: #6eb92b;
  }
  .alla:hover .alla_w h6 img {
    opacity: 1;
    margin-left: 12px;
  }
  .more {
    margin-top: 80px;
  }
  .more a {
    width: 180px;
    height: 60px;
    text-align: center;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin: 0 auto;
    line-height: 56px;
    font-size: 16px;
    color: #6eb92b;
    font-family: mb;
    display: block;
  }
  .more p {
    font-size: 16px;
    color: #000000;
    font-family: mb;
    display: block;
    text-align: center;
  }
  .altc {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 999;
    overflow: auto;
    display: none;
  }
  .altc::-webkit-scrollbar-track-piece {
    width: 0px;
  }
  .altc::-webkit-scrollbar {
    width: 0px;
  }
  .altc::-webkit-scrollbar-thumb {
    width: 0px;
  }
  .altca {
    width: 1000px;
    margin: 0 auto;
    margin-top: 6%;
    height: auto;
    margin-bottom: 30px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
  }
  .altcb {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 22px;
  }
  .altcb_t {
    width: 70%;
    height: 520px;
    display: inline-block;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
  }
  .altcb_t img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .altcb_t img.imga {
    opacity: 1;
  }
  .altcb_t img:nth-child(1) {
    position: relative;
  }
  .altcb_t_l {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 2%;
    z-index: 100;
  }
  .altcb_t_l img {
    opacity: 1;
  }
  .altcb_t_r {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 2%;
    z-index: 100;
  }
  .altcb_t_r img {
    opacity: 1;
  }
  .altcb_tul {
    position: absolute;
    left: 50%;
    margin-left: -84px;
    bottom: 40px;
  }
  .altcb_tul li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #f8f8f8;
    opacity: 0.3;
    margin: 0 15px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .altcb_tul li.on {
    background-color: #6eb92b;
    opacity: 1;
  }
  .altcb_w {
    width: 29%;
    padding: 40px 20px 0;
    display: inline-block;
    float: right;
    margin: 0 auto;
    position: relative;
    z-index: 999;
  }
  .altcb_wa {
    width: 100%;
    float: none;
  }
  .altcb_wa h6 {
    height: 50px;
    overflow: hidden;
    font-size: 20px;
    color: #000000;
    font-family: mb;
    margin-top: 46px;
  }
  .altcb_wa h5 {
    font-size: 14px;
    color: #6eb92b;
    font-family: mb;
    line-height: 30px;
    width: calc(100% - 60px);
    float: left;
    margin-top: -115px;
    letter-spacing: 1px;
  }
  .altcb_wa h3 {
    float: right;
    display: block;
    width: 120px;
    height: 36px;
    line-height: 32px;
    border: 2px solid #6eb92b;
    font-size: 12px;
    color: #666666;
    text-align: center;
    font-family: ml;
    border-radius: 18px;
    margin-top: 5px;
  }
  .altcb_wa p {
    padding-right: 10px;
    height: 120px;
    overflow: overlay;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    font-family: ml;
    margin-top: 20px;
  }
  .altcb_wb {
    height: 220px;
    overflow: overlay;
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .altcb_wb h6 {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    font-family: mb;
  }
  .altcb_wba {
    width: 43.511%;
    margin-top: 19px;
    margin-left: 4.233%;
  }
  .altcb_wba:nth-child(3n + 2) {
    margin-left: 0;
  }
  .altcb_wbat {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .altcb_wbat img {
    width: 80%;
    transition: all ease 0.3s;
    margin: 0 auto;
  }
  .altcb_wba p {
    font-size: 12px;
    color: #000000;
    font-family: ml;
    text-align: center;
    margin-top: 17px;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .altcb_wba:hover .altcb_wbat img {
    transform: scale(1.05);
  }
  .altcb_wba:hover p {
    color: #6eb92b;
  }
  .altc_z {
    background-image: url(../img/g59.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: fixed;
    left: 6%;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .altc_z:hover {
    background-image: url(../img/g59-1.png);
  }
  .altc_y {
    background-image: url(../img/g60.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: fixed;
    right: 6%;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .altc_y:hover {
    background-image: url(../img/g60-1.png);
  }
  .guanb {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    z-index: 1000;
  }

  /*联系我们Contact US*/
  .nei_lx {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
  }
  .lxya {
    width: 100%;
    margin-top: 44px;
  }
  .lxyb {
    width: 100%;
    margin-top: 7px;
    position: relative;
  }
  .lxyb > img {
    width: 100%;
    mix-blend-mode: multiply;
  }
  .lxyba {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .lxyba_a {
    width: 11px;
    position: absolute;
    cursor: pointer;
    height: 11px;
  }
  .lxyba_a span {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #6eb92b;
    display: block;
    transition: all ease 0.3s;
  }
  .lxyba_a p {
    font-size: 12px;
    color: #000000;
    font-family: ml;
    width: 200px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    line-height: 10px;
    margin-top: 4px;
    transition: all ease 0.3s;
  }
  .lxyba_1 {
    top: 38.59%;
    left: 16.08%;
  }
  .lxyba_2 {
    top: 51.845%;
    left: 16.432%;
  }
  .lxyba_3 {
    bottom: 13.91%;
    left: 30.828%;
  }
  .lxyba_4 {
    bottom: 22.812%;
    left: 33.988%;
  }
  .lxyba_5 {
    top: 26.342%;
    left: 45.22%;
  }
  .lxyba_6 {
    top: 32.55%;
    left: 48.244%;
  }
  .lxyba_7 {
    top: 37.583%;
    left: 48.665%;
  }
  .lxyba_8 {
    top: 28.18%;
    left: 51.404%;
  }
  .lxyba_9 {
    top: 34.395%;
    left: 52.668%;
  }
  .lxyba_10 {
    top: 39.429%;
    right: 45.014%;
  }
  .lxyba_11 {
    top: 31.208%;
    right: 43.328%;
  }
  .lxyba_12 {
    top: 54.02%;
    right: 30.266%;
  }
  .lxyba_13 {
    top: 52.34%;
    right: 26.755%;
  }
  .lxyba_14 {
    top: 58.38%;
    right: 24.08%;
  }
  .lxyba_15 {
    bottom: 13.57%;
    right: 15.51%;
  }
  .lxybx {
    width: 23px;
    position: absolute;
    top: 42.11%;
    right: 22.4%;
  }
  .lxybx img {
    width: 100%;
  }
  .lxybx p {
    font-size: 12px;
    color: #000000;
    font-family: mb;
    width: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    line-height: 10px;
    margin-top: 6px;
    text-align: center;
  }

  .lxyba_a:hover span {
    box-shadow: 0 0 15px 0 #6eb92b;
    transform: scale(1.3);
  }
  .lxyba_a:hover p {
    color: #6eb92b;
  }

  .lxyb ol .active span {
    box-shadow: 0 0 15px 0 #6eb92b;
    transform: scale(1.4);
  }
  .lxyb ol .active p {
    color: #6eb92b;
  }

  .lxyc {
    position: relative;
    margin-bottom: 50px;
  }
  .lxyc .contact-prev,
  .lxyc .contact-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: auto;
    cursor: pointer;
    outline: none;
  }
  .lxyc .contact-prev img,
  .lxyc .contact-next img {
    width: 36px;
  }
  .lxyc .contact-prev {
    left: -40px;
  }
  .lxyc .contact-next {
    right: -40px;
  }
  .lxyc .contact-container {
    position: relative;
    width: 100% !important;
    height: 31rem;
  }
  .lxyc .contact-container .lxyca {
    opacity: 0.4;
  }
  .lxyc .contact-container .swiper-slide-active .lxyca {
    opacity: 1;
  }
  .lxyca {
    height: 100%;
    transition: all 0.5s;
    background-color: #fff;
    border-radius: 20px;
    padding: 48px 40px 49px 50px;
    min-height: 350px;
  }
  .lxyca h5 {
    font-size: 24px;
    color: #000000;
    font-family: mb;
  }
  .lxyca h6 {
    background-image: url(../img/g63.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 30px;
    font-size: 0.82rem;
    color: #000000;
    font-family: mb;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
  }
  .lxyca h6 a {
    font-size: 14px;
    color: #000000;
    font-family: mb;
    display: block;
    line-height: 24px;
  }
  .lxyca h6 span {
    display: none;
  }
  .lxyca p {
    background-image: url(../img/g64.png);
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding-left: 32px;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    margin-top: 12px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 24px;
  }
  .lxyca p a {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    font-family: ml;
  }
  .lxyca p span {
    display: inline-block;
    color: #cacaca;
    text-align: center;
    width: 32px;
  }
  .lxyca p.pa {
    background-image: url(../img/g65.png);
    background-position: left top 2px;
    font-size: 14px;
    letter-spacing: 0;
  }

  .lxyd {
    width: 100%;
    background-image: url(../img/g35.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 423px;
    height: 423px;
    background-position: center;
    padding-top: 139px;
  }
  .lxyd h6 {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-family: mb;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .lxyd p {
    width: 234px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #6eb92b;
    border-radius: 32.5px;
    margin: 0 auto;
    margin-top: 56px;
    transition: all ease 0.3s;
  }
  .lxyd p a {
    font-size: 14px;
    color: #fff;
    font-family: ml;
    display: block;
  }
  .lxyd p:hover {
    transform: translateY(-6px);
  }
  .lxye {
    width: 100%;
    padding-top: 139px;
    background-color: #fff;
    padding-bottom: 70px;
  }
  .lxye .bt p {
    text-align: left;
  }
  .lxye .bt span {
    margin-left: 0;
  }
  .lxyea {
    width: 100%;
    margin-top: 14px;
  }
  .lxyea .input1 {
    width: 48%;
    display: block;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    border-bottom: 2px solid #e5e5e5;
    height: 65px;
    line-height: 65px;
    margin-top: 16px;
    font-weight: bold;
  }
  .lxyea select {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    border-bottom: 2px solid #e5e5e5;
    height: 65px;
    line-height: 65px;
    margin-top: 16px;
    font-weight: bold;
    background-image: url(../img/g66.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
  }
  .lxyea select option .lxyea_a {
    width: 100%;
  }

  .lxyea_a p {
    line-height: 65px;
    margin-top: 16px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    font-family: ml;
  }
  .lxyea_a textarea {
    height: 300px;
    line-height: 30px;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    padding: 20px;
    background-color: #f8f8f8;
    width: 100%;
  }
  .lxyea_b {
    margin-top: 41px;
  }
  .lxyea_b p {
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 52px;
    font-family: ml;
    font-weight: bold;
  }
  .lxyea_b input.lxyea_ba {
    width: 150px;
    height: 52px;
    border-radius: 26px;
    background-color: #f7f7f7;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin-left: 31px;
    display: block;
    float: left;
    margin-bottom: 33px;
  }
  .lxyea_b img {
    width: 110px;
    height: 38px;
    float: left;
    margin-top: 7px;
    margin-left: 31px;
    cursor: pointer;
  }
  .lxyea_c {
    margin-top: 46px;
  }
  .lxyea_c input {
    width: 210px;
    height: 60px;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #6eb92b;
    font-size: 16px;
    color: #6eb92b;
    font-family: mb;
    float: left;
    border-radius: 32px;
    background-color: #fff;
    transition: all ease 0.3s;
  }
  .lxyea_c input.lxyea_ca {
    margin-left: 30px;
    background-color: #6eb92b;
    color: #fff;
  }
  .lxyea_b input.lxyea_bb {
    -webkit-appearance: checkbox;
    position: relative;
    top: 2px;
  }
  .lxyea_b label {
    font-size: 12px;
    color: #000000;
    font-family: ml;
    letter-spacing: 0.6px;
    padding-left: 2px;
    font-weight: bold;
  }
  .lxyea_b label a {
    color: #6eb92b;
    font-family: mb;
    font-size: 14px;
  }
  .lxyea_c input:hover {
    transform: translateY(-6px);
  }

  /*经销商distributor*/
  .jxs {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 5px 16px 0 rgb(0 0 0 / 6%);
    z-index: 999;
  }
  .nei_xw {
    margin-top: 124px;
  }
  .top_jxs {
    width: 96%;
    margin: 0 auto;
    height: 124px;
  }
  .top_jxs .logo {
    margin-top: 46px;
  }
  .top_jxs .nava > p {
    line-height: 124px;
  }
  .top_jxs .topa {
    margin-top: 50px;
  }
  .top_jxs .topa_a2 {
    top: 124px;
  }
  .top_jxs .topa_a3 {
    top: 124px;
  }
  .top_jxs .navb {
    top: 124px;
  }
  .jxsa {
    width: 100%;
    margin-top: 59px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 60px;
  }
  .jxsa .bt {
    margin-top: 10px;
  }
  .jxsa .bt p {
    text-align: left;
  }
  .jxsa .bt span {
    margin-left: 0;
  }
  .jxsb {
    width: 48.2666%;
    margin-right: 2%;
    min-width: 650px;
  }
  .jxsb h2 {
    font-size: 21px;
    color: #000000;
    font-family: ml;
    line-height: 18px;
  }
  .jxsb p {
    font-size: 15px;
    color: #666666;
    line-height: 30px;
    font-family: ml;
    margin-top: 22px;
  }
  .jxsb p a {
    font-size: 15px;
    color: #000000;
    font-family: mb;
  }
  .jxsb select {
    width: 100%;
    line-height: 56px;
    height: 60px;
    border: 2px solid #6eb92b;
    padding-left: 40px;
    border-radius: 30px;
    margin-top: 40px;
    font-size: 15px;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
    background-image: url(../img/g68.png);
    background-repeat: no-repeat;
    background-position: right 43px center;
    background-color: transparent;
  }
  .jxsc {
    width: 100%;
  }
  .jxsd {
    width: 100%;
  }
  .jxsda {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
    margin-bottom: 46px;
  }
  .jxsda > a {
    float: left;
    width: 200px;
  }
  .jxsda > a img {
    width: 100%;
  }
  .jxsda_w {
    width: 64.533%;
    margin-top: 6px;
  }
  .jxsda_w h5 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    line-height: 17px;
    margin-bottom: 21px;
  }
  .jxsda_w p {
    background-image: url(../img/g69.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 32px;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 29px;
    margin-top: 16px;
    letter-spacing: 1px;
  }
  .jxsda_w p a {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .jxsda_w p span {
    display: inline-block;
    color: #cacaca;
    text-align: center;
    width: 32px;
  }
  .jxsda_w p b {
    color: #000000;
    font-family: mb;
  }
  .jxsda_w p.pa {
    background-image: url(../img/g63.png);
    background-position: left top 7px;
  }
  .jxsda_w p.pb {
    background-image: url(../img/g64.png);
    background-position: left top 4px;
    letter-spacing: -1px;
  }
  .jxsda_w p.pc {
    background-image: url(../img/g65.png);
    background-position: left top 4px;
    letter-spacing: 0.4px;
  }

  /*隐私Privacy*/
  .ysy {
    max-width: 1374px;
    width: 92%;
    margin: 0 auto;
    margin-top: 180px;
  }
  .ysy h6 {
    font-size: 28px;
    color: #000000;
    font-family: mb;
    line-height: 32px;
    margin-bottom: 56px;
  }
  .ysy h6 span {
    color: #6eb92b;
  }
  .ysy h1 {
    font-size: 28px;
    color: #000000;
    font-family: mb;
    line-height: 32px;
    margin-bottom: 56px;
  }
  .ysy h1 span {
    color: #6eb92b;
  }
  .ysy p {
    position: relative;
    padding-left: 70px;
    padding-right: 5%;
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    text-align: justify;
  }
  .ysy > div span {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    display: inline-block;
    margin-top: 44px;
  }
  .ysy > div span:nth-child(1) {
    margin-top: 0;
  }
  .ysy > div::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 81px;
    background-color: #6eb92b;
    left: 0;
    top: 10px;
  }

  /*下载download*/
  .xzss {
    width: 474px;
    height: 60px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin-top: 50px;
  }
  .xzss .inputa {
    font-size: 14px;
    color: #7f7f7f;
    font-family: ml;
    width: 400px;
    line-height: 56px;
    padding-left: 26px;
    border-radius: 30px;
  }
  .xzss .inputb {
    background-image: url(../img/g70.png);
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    float: right;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -2px;
  }
  .xzya {
    width: 100%;
    margin-top: 31px;
  }
  .xzya_a {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .xzya_a h6 {
    float: left;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    line-height: 63px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .xzya_a p {
    float: left;
    width: 116px;
    height: 26px;
    border-radius: 12px;
    border: 1px solid #6eb92b;
    text-align: center;
    line-height: 24px;
    margin-top: 16px;
    margin-left: 49px;
    font-size: 12px;
    color: #6eb92b;
  }
  .xzya_a img {
    float: right;
    margin-top: 23px;
  }
  .xzya_a:hover h6 {
    color: #6eb92b;
    margin-left: 8px;
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 78px;
  }
  .ym p {
    margin: 0 15px;
    transition: all ease 0.3s;
    float: left;
  }
  .ym p a {
    width: 41px;
    height: 41px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    text-align: center;
    line-height: 39px;
    font-size: 16px;
    color: #000000;
    display: block;
    transition: all ease 0.3s;
  }
  .ym span {
    float: left;
    margin: 0 15px;
    font-size: 16px;
    color: #000000;
    display: block;
  }
  .ym p.a a {
    background-image: url(../img/g72.png);
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-position: center;
  }
  .ym p.a:hover a {
    background-image: url(../img/g72-1.png);
  }
  .ym p.b a {
    background-image: url(../img/g73.png);
    background-repeat: no-repeat;
    background-size: 9px 15px;
    background-position: center;
  }
  .ym p.b:hover a {
    background-image: url(../img/g73-1.png);
  }
  .ym p:hover a {
    color: #fff;
    background-color: #6eb92b;
    border-color: #6eb92b;
  }
  .ym p.on a {
    color: #fff;
    background-color: #6eb92b;
    border-color: #6eb92b;
  }
  .ym h6 {
    float: left;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    line-height: 41px;
    font-weight: bold;
    margin-left: 50px;
  }
  .ym input.inputa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 14px;
    color: #000;
    line-height: 40px;
    text-align: center;
    margin: 0 19px 0 11px;
    background-color: #f8f8f8;
    display: block;
    float: left;
  }
  .ym input.inputb {
    font-size: 16px;
    color: #6eb92b;
    line-height: 40px;
    font-family: mb;
    float: left;
    display: block;
    background-color: transparent;
    cursor: pointer;
  }

  /*加入我们join*/
  .jrya {
    width: 100%;
    margin-top: 67px;
  }
  .jrya_w {
    width: 50.5333%;
    margin-top: 1%;
  }
  .jrya_w h6 {
    font-size: 28px;
    color: #000000;
    line-height: 23px;
    font-family: mb;
    letter-spacing: 1px;
  }
  .jrya_w h6 span {
    color: #6eb92b;
  }
  .jrya_w h2 {
    font-size: 28px;
    color: #000000;
    line-height: 23px;
    font-family: mb;
    letter-spacing: 1px;
  }
  .jrya_w h2 span {
    color: #6eb92b;
  }
  .jrya_w > span {
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 30px;
  }
  .jrya_w p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 24px;
    margin-top: 37px;
    text-align: justify;
  }
  .jrya_t {
    width: 43.8666%;
  }
  .jrya_t img {
    width: 100%;
  }
  .jryb {
    width: 100%;
    margin-top: 93px;
  }
  .jryb .bta p {
    text-transform: capitalize;
  }
  .jryb_a {
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 49px;
    padding-left: 70px;
    border-bottom: 1px solid #e5e5e5;
  }
  .jryb_a p {
    float: left;
    font-size: 18px;
    color: #000000;
    font-family: mb;
    line-height: 74px;
  }
  .jryb_a p:nth-child(1) {
    width: 26.95%;
  }
  .jryb_a p:nth-child(2) {
    width: 28.93%;
  }
  .jryb_a p:nth-child(3) {
    width: 36.24%;
  }
  .jryc {
    width: 100%;
  }
  .jryca {
    width: 100%;
  }
  .jryca_a {
    width: 100%;
    background-color: #ffffff;
    padding-left: 70px;
    cursor: pointer;
  }
  .jryca:nth-child(2n) .jryca_a {
    background-color: #f2f2f2;
  }
  .jryca_a p {
    float: left;
    line-height: 20px;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    padding: 30px 0;
  }
  .jryca_a p:nth-child(1) {
    width: 26.95%;
  }
  .jryca_a p:nth-child(2) {
    width: 28.93%;
  }
  .jryca_a p:nth-child(3) {
    width: 36.24%;
  }
  .jryca_a img {
    float: left;
    margin-top: 31px;
    transition: all ease 0.3s;
  }
  .jryca_b {
    width: 100%;
    background-color: #f8f8f8;
    padding: 11px 70px 57px 70px;
    display: none;
  }
  .jryca_b h6 {
    font-size: 16px;
    color: #000000;
    font-family: mb;
    line-height: 19px;
    margin-top: 30px;
  }
  .jryca_b p {
    font-size: 12px;
    color: #666666;
    font-family: ml;
    line-height: 26px;
    margin-top: 15px;
    width: 100%;
  }
  .jryca_b h5 {
    width: 365px;
    height: 60px;
    line-height: 56px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    margin-top: 44px;
    transition: all ease 0.3s;
  }
  .jryca_b h5 a {
    font-size: 16px;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
    display: block;
  }
  .jryca_b span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 14px;
    margin-top: 12px;
    letter-spacing: 0.6px;
  }
  .jryca_b span a {
    font-family: mb;
    color: #6eb92b;
    font-size: 12px;
  }
  .jryca_b h5:hover {
    background-color: #6eb92b;
    transform: translateY(-5px);
  }
  .jryca_b h5:hover a {
    color: #fff;
  }

  /*媒体列表页MEDIA list*/
  .fenl_xw .commen {
    justify-content: center;
  }
  .fenl_xw .commen h1 {
    margin: 0 140px;
  }
  .fenl_xw .commen p {
    margin: 0 120px;
  }
  .xwl {
    width: 100%;
  }
  .xwla {
    width: 100%;
    margin-top: 50px;
  }
  .xwla_t {
    width: 400px;
    overflow: hidden;
    border-radius: 20px;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
    height: 339px;
  }
  .xwla_w {
    width: calc(96% - 400px);
    margin-top: 67px;
  }
  .xwla_w h6 {
    font-size: 14px;
    color: #11131f;
    line-height: 15px;
    opacity: 0.5;
  }
  .xwla_w h3 {
    font-size: 14px;
    color: #11131f;
    line-height: 15px;
    opacity: 0.5;
  }
  .xwla_w h5 {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    line-height: 27px;
    height: 27px;
    -webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;white-space: normal;overflow: hidden;
    margin-top: 24px;
    transition: all ease 0.3s;
  }
  .xwla_w p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 18px;
  }
  .xwla_w span {
    font-size: 14px;
    color: #000000;
    font-family: mb;
    margin-top: 30px;
    display: block;
    transition: all ease 0.3s;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.05);
  }
  .xwla:hover .xwla_w h5 {
    color: #6eb92b;
  }
  .xwla:hover .xwla_w span {
    color: #6eb92b;
  }

  /*新闻内页*/
  .xwna {
    width: 100%;
    margin-top: 72px;
  }
  .xwna_a {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 29px;
  }
  .xwna_a p {
    font-size: 16px;
    color: #11131f;
    font-family: ml;
    line-height: 17px;
  }
  .xwna_a h1 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
    line-height: 40px;
    margin-top: 17px;
  }
  .xwna_a h3 {
    font-size: 14px;
    color: #11131f;
    font-family: ml;
    line-height: 17px;
    margin-top: 15px;
  }
  .xwna_b {
    width: 100%;
  }
  .xwna_b p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-top: 30px;
    font-family: ml;
    text-align: justify;
  }
  .xwna_b img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .xwna_c {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    padding-top: 35px;
  }
  .xwna_c p {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.3s;
    letter-spacing: 0.7px;
  }
  .xwna_c p a {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
    letter-spacing: 0.7px;
  }
  .xwna_c p:hover {
    color: #6eb92b;
    font-family: mb;
  }
  .xwna_c p:hover a {
    color: #6eb92b;
    font-family: mb;
  }
  .fenx {
    width: 100%;
    margin-top: 80px;
  }
  .fenx p {
    float: left;
    line-height: 26px;
    font-family: ml;
    font-weight: bold;
    font-size: 16px;
    color: #c8c8c8;
  }
  .fxa {
    width: 32px;
    height: 26px;
    position: relative;
    margin-left: 10px;
    margin-right: 5px;
  }
  .fxa img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .fxa img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .fxa:hover .t2 {
    opacity: 1;
  }
  .fxa:hover .t1 {
    opacity: 0;
  }

  /*产品列表页PRODUCT list*/
  .cpl {
    width: 100%;
    margin-top: 47px;
  }
  .cplz {
  }
  .cplzx {
    position: fixed;
    top: 110px;
  }
  .cplz_a {
    margin-bottom: 14px;
  }
  .cplz_a h6 {
    line-height: 68px;
    padding: 0 30px 0 30px;
    margin-left: -30px;
    transition: all ease 0.3s;
    background-color: #fff;
    display: inline-block;
    border-radius: 34px;
  }
  .cplz_a h6 a {
    font-size: 17px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .cplz_a p {
    line-height: 45px;
    display: none;
    padding: 15px 0 15px;
  }
  .cplz_a p a {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .cplz_a.on h6 {
    background-color: #fef7f7;
  }
  .cplz_a.on h6 a {
    font-family: mb;
    color: #6eb92b;
  }
  .cplz_a.on p {
    display: block;
  }
  .cplz_a p a.ona {
    color: #6eb92b;
  }
  .cplz_a p a:hover {
    color: #6eb92b;
  }
  .cply {
    width: 71%;
    margin-top: -45px;
  }
  .cplya {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 19px;
  }
  .cplya:nth-child(1) {
    border: none;
  }
  .cplya_a {
    width: 100%;
    margin-bottom: 40px;
  }
  .cplya_a p {
    font-size: 28px;
    color: #000000;
    font-family: mb;
    line-height: 23px;
    text-transform: uppercase;
  }
  .cplya_a span {
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    display: block;
    margin-top: 30px;
  }
  .cplya_b {
    width: 100%;
  }
  .cplya_b > h6 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    margin-top: 12px;
  }
  .cplya_ba {
    width: 33.33%;
    background-color: #fff;
    padding: 36px 0 31px;
    border-radius: 20px;
    transition: all ease 0.3s;
    position: relative;
  }
  .cplya_ba h6 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .cplya_bap {
    display: table;
    margin: 0 auto;
    margin-top: 9px;
    height: 26px;
    overflow: hidden;
  }
  .cplya_bap p {
    line-height: 26px;
    background-color: #f8f8f8;
    border-radius: 12px;
    font-size: 12px;
    color: #666666;
    font-family: ml;
    padding: 0 0px;
    margin: 0 2px;
    float: left;
  }
  .cplya_ba a > img {
    width: 66%;
    margin: 0 auto;
    margin-top: 5px;
    transition: all ease 0.3s;
  }
  .cplya_ba a > p {
    text-align: center;
    font-size: 16px;
    color: #6eb92b;
    font-family: mb;
    margin-top: 8px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cplya_ba a > p img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 12px;
  }
  .cplya_ba:hover {
    background-color: #fafafa;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
  }
  .cplya_ba:hover a > p {
    opacity: 1;
  }
  .cplya_ba:hover a > img {
    transform: scale(1.05);
  }

  /*产品内页PRODUCT*/
  .cpna {
    width: 92%;
    position: absolute;
    left: 2%;
    top: 150px;
  }
  .cpna_a {
    margin-top: 5%;
  }
  .cpna_a h6 {
    font-size: 18px;
    color: #fff;
    font-family: ml;
  }
  .cpna_a h1 {
    font-size: 42px;
    color: #fff;
    font-family: meb;
    line-height: 70px;
    margin-top: 18px;
  }
  .cpna_a p {
    float: left;
    line-height: 30px;
    background-color: rgba(248, 248, 248, 0.3);
    font-size: 12px;
    color: #fff;
    border-radius: 15px;
    margin-right: 20px;
    padding: 0 22px;
    margin-top: 48px;
  }
  .cpna_t {
    width: 33.6%;
  }
  .cpna_t img {
    width: 100%;
  }
  .nei_cp {
    background-color: #fafafa;
    padding-top: 1px;
  }
  .cpnb {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 65px;
  }
  .cpnba.mob {
    display: none;
  }
  .cpnba {
    width: 102%;
    margin-left: -1%;
    display: flex;
    justify-content: center;
  }
  .cpnba_a {
    width: 31.045%;
    margin: 0 1.144%;
    min-height: 320px;
    margin-top: 50px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 3% 34px 4%;
    transition: all ease 0.3s;
  }
  .cpnba_a h6 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
  }
  .cpnba_a span {
    display: block;
    width: 44px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 22px;
    margin-bottom: 31px;
  }
  .cpnba_a p {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    margin-top: 21px;
    font-weight: bold;
  }
  .cpnba_a:hover {
    background-color: #f3f7ef;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  .cpnc {
    width: 100%;
    background-image: url(../img/g48.jpg);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: center;
    padding-top: 14%;
    margin-bottom: 90px;
    padding-bottom: 17.5%;
  }
  .cpnc .bt p {
    color: #fff;
  }
  .cpnc_a {
    width: 100%;
    margin-top: 30px;
  }
  .cpnc_a h6 {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .cpnc_a p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: ml;
    line-height: 28px;
    max-width: 700px;
    margin: 0 auto;
    margin-top: 17px;
  }
  .cpnd {
    width: 100%;
    margin-top: 60px;
  }
  .cpnd_t {
    width: 67.733%;
    height: 443px;
    border-radius: 20px;
    overflow: hidden;
  }

  .cpnd_t video {
    width: 100%;
    height: 540px;
  }
  .cpnd_t img {
    width: 100%;
  }
  .cpnd_t.fl {
    margin-left: -14%;
  }
  .cpnd_t.fr {
    margin-right: -14%;
  }
  .cpnd_w {
    width: 40%;
    margin-top: 3%;
  }
  .cpnd_w.fr {
    margin-right: -20px;
  }
  .cpnd_w h5 {
    font-size: 26px;
    color: #333333;
    font-family: mb;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .cpnd_w h5 span {
    color: #6eb92b;
  }
  .cpnd_w h6 {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    margin-top: 41px;
    letter-spacing: 1px;
  }
  .cpnd_w p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
    margin-top: 12px;
  }
  .cpne {
    width: 100%;
    margin-top: 100px;
    overflow: hidden;
    background-image: url(../img/g51.jpg);
    background-repeat: no-repeat;
    background-size: 1920px auto;
    background-position: top center;
    padding-top: 95px;
  }
  .cpnea {
    width: 100%;
    background-color: #fafafa;
    border-radius: 20px;
    margin-top: 60px;
  }
  .cpnea_a {
    height: 274px;
    padding: 51px 10px 0 5%;
    width: 50%;
    border-radius: 20px;
  }
  .cpnea_a h6 {
    font-size: 20px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .cpnea_a > span {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #6eb92b;
    margin-top: 27px;
    margin-bottom: 29px;
  }
  .cpnea_a p {
    margin-top: 16px;
  }
  .cpnea_a p a {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .cpnea_a p a m {
    width: 5px;
    height: 5px;
    background-color: #6eb92b;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -3px;
  }
  .cpnea_a p a span {
    display: inline-block;
    margin-left: 20px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpnea_a p:hover a {
    color: #6eb92b;
  }
  .cpnea_a p:hover a span {
    opacity: 1;
    margin-left: 15px;
  }
  .cpnea_b {
    background-color: #ecf3e5;
  }
  .cpnea_b h6 {
    color: #6eb92b;
  }
  .cpxz {
    width: 100%;
    overflow: hidden;
    margin-top: 100px;
  }
  .cpxza {
    width: 100%;
    margin-top: 29px;
    border-bottom: 1px solid #e5e5e5;
  }
  .cpxza p {
    width: 33.333%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    line-height: 84px;
    position: relative;
    float: left;
    cursor: pointer;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .cpxza p::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    bottom: -1px;
    height: 3px;
    background-color: #6eb92b;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpxza p.on {
    color: #6eb92b;
    font-family: mb;
  }
  .cpxza p.on::after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .cpxzb {
    width: 100%;
    margin-top: 18px;
  }
  .cpxzc {
    width: 100%;
  }
  .fanh {
    width: 316px;
    height: 60px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
    border-radius: 30px;
    border: 2px solid #6eb92b;
    transition: all ease 0.3s;
  }
  .fanh a {
    font-size: 16px;
    color: #6eb92b;
    display: block;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .fanh:hover {
    background-color: #6eb92b;
    transform: translateY(-6px);
  }
  .fanh:hover a {
    color: #fff;
  }

  /*常见问题FAQ*/
  .cjy {
    width: 100%;
    margin-top: 35px;
  }
  .cjya {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .cjya_a {
    width: 100%;
    padding: 16px 0;
    cursor: pointer;
  }
  .cjya_a p {
    float: left;
    width: 90%;
    font-size: 15px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 30px;
  }
  .cjya.on .cjya_a p {
    font-family: mb;
    color: #6eb92b;
  }
  .cjya_a span {
    display: block;
    float: right;
    background-image: url(../img/g66.png);
    width: 15px;
    height: 10px;
    background-size: 100% 100%;
    margin-top: 9px;
    transition: all ease 0.3s;
  }
  .cjya.on .cjya_a span {
    background-image: url(../img/g80.png);
  }
  .cjya_b {
    width: 100%;
    display: none;
    padding-bottom: 30px;
  }
  .cjya_b h6 {
    font-size: 16px;
    color: #000000;
    font-family: mb;
    margin-top: 28px;
  }
  .cjya_b p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 26px;
    margin-top: 15px;
  }
  .cjya_b p img {
    width: 100%;
  }
  /*解决方案Solutions*/
  .nban_img > h6 {
    position: absolute;
    left: 6.5%;
    top: calc(30% + 70px);
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: ml;
    opacity: 0.6;
    letter-spacing: 1px;
  }
  .nban_img > p {
    position: absolute;
    left: 3.5%;
    top: calc(30% + 70px);
    text-align: left;
    width: 100%;
    font-size: 18px;
    color: #fff;
    font-family: ml;
    opacity: 0.6;
    letter-spacing: 1px;
  }
  .jjya {
    width: 100%;
    margin-top: 77px;
  }
  .jjyaa-h {
    height: 170px;
  }
  .jjyaa {
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    width: 86%;
    margin: 0 auto;
    margin-top: 46px;
    overflow: auto;
    transition: all ease 0.3s;
    padding-bottom: 10px;
    position: absolute;
    margin-top: -150px;
  }
  .jjyaa.pofx {
    transition: all 0.3s;
    padding: 0 7% 1%;
    border-bottom: 1px solid #dbdbdb;
    position: fixed;
    top: 4%;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    margin-left: -7%;
    transition: all ease 0.3s;
    margin-top: 3%;
  }

  .jjyaa_a {
    float: left;
    cursor: pointer;
  }
  .jjyaa_a img {
    width: 70px;
    margin: 0 auto;
  }
  .jjyaa_a p {
    font-size: 18px;
    color: #000000;
    font-family: mb;
    text-align: center;
    margin-top: 24px;
    transition: all ease 0.3s;
  }
  .jjyaa_a.on p {
    color: #6eb92b;
  }
  .jjyab {
    width: 100%;
    margin-top: 25px;
  }
  .jjyab_a {
    width: 100%;
    background-color: #f8f8f8;
    padding: 6px 0 38px 8%;
    border-radius: 20px;
    position: relative;
  }
  .jjyab_a img {
    position: absolute;
    width: 56px;
    left: 16%;
    top: -28px;
  }
  .nei .jjyab:nth-child(6) .jjyab_a img {
    left: 46.5%;
  }
  .nei .jjyab:nth-child(8) .jjyab_a img {
    left: 80%;
  }
  .jjyab_a p {
    position: relative;
    width: 50%;
    font-size: 14px;
    color: #3b3b3b;
    font-family: ml;
    float: left;
    padding-left: 33px;
    margin-top: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .jjyab_a p::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6eb92b;
    border-radius: 50%;
    left: 0;
    top: 7px;
  }
  .jjyb {
    width: 100%;
    margin-top: 30px;
  }
  .jjybt {
    width: 67.733%;
    border-radius: 22px;
    overflow: hidden;
  }
  .jjybt.fl {
    margin-left: -14%;
  }
  .jjybt.fr {
    margin-right: -14%;
  }
  .jjybt img {
    width: 100%;
  }
  .jjybt iframe {
    width: 100%;
    height: 443px;
  }
  .jjybt video {
    width: 100%;
    height: 443px;
    margin-left: 8%;
  }
  .jjybt.fr video {
    margin-left: 0%;
  }
  .jjybw {
    width: 39%;
    margin-top: 7%;
  }
  .jjybw h5 {
    font-size: 26px;
    color: #6eb92b;
    font-family: mb;
    line-height: 36px;
    letter-spacing: 1px;
  }
  .jjybw h5 br {
    display: none;
  }
  .jjybw h6 {
    font-size: 20px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .jjybw p {
    font-size: 14px;
    color: #3b3b3b;
    font-family: ml;
    line-height: 24px;
    position: relative;
    padding-left: 31px;
    margin-top: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
  }
  .jjybw p::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6eb92b;
    border-radius: 50%;
    left: 0;
    top: 7px;
  }
  .jjyb1 .jjybw {
    margin-top: 5%;
  }
  .jjyb1 .jjybw img {
    max-width: 100%;
    margin-top: 4%;
  }
  .jjyb2 .jjybw {
    margin-top: 2%;
  }
  .jjyb2 .jjybw h5 {
    font-size: 26px;
  }
  .jjybw table {
    width: 100%;
    margin-top: 4%;
  }
  .jjybw table tr {
    background-color: #f0f8e9;
  }
  .jjybw table tr:nth-child(2n) {
    background-color: #f8fbf4;
  }
  .jjybw table tr td {
    font-size: 14px;
    color: #3b3b3b;
    font-family: ml;
    border-top: 2px solid #f8fbf4;
    height: 60px;
    padding-left: 20px;
  }
  .jjybw table tr td:last-child {
    padding-right: 10px;
  }
  .jjybw table tr td b {
    font-family: mb;
    font-size: 15px;
  }
  .jjyb3 .jjybw {
    margin-top: 6%;
  }
  .jjyb3 .jjybw h5 {
    font-size: 26px;
  }
  .jjyc {
    width: 100%;
    margin-top: 158px;
    background-image: url(../img/g58.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20% 0;
    position: relative;
  }
  .jjyc .bta {
    margin-top: -28%;
  }
  .jjyc .bta p {
    color: #000;
    font-size: 28px;
  }
  .jjyca {
    display: table;
    margin: 0 auto;
    margin-top: 80px;
  }
  .jjyca p {
    min-width: 280px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    font-family: ml;
    float: left;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
    border: 2px solid #6eb92b;
  }
  .jjyca p.on {
    background-color: #6eb92b;
    color: #fff;
  }
  .jjycb {
    width: 100%;
    position: relative;
    margin-top: 0;
    height: 0px;
  }
  .jjycc {
    width: 80%;
    margin: 0 auto;
  }
  .jjycc img {
    width: 60%;
    margin-top: 0%;
    margin-left: 10%;
    position: absolute;
  }
  .jjycb_z {
    background-image: url(../img/g59.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .jjycb_z:hover {
    background-image: url(../img/g59-1.png);
  }
  .jjycb_y {
    background-image: url(../img/g60.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    position: absolute;
    right: 0%;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .jjycb_y:hover {
    background-image: url(../img/g60-1.png);
  }
  .jjyd {
    width: 100%;
    background-image: url(../img/g59.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 0;
  }
  .jjyd .commen {
    display: flex;
    justify-content: space-between;
  }
  .jjyd_a {
  }
  .jjyd_a img {
    width: 150px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .jjyd_a h6 {
    text-align: center;
    font-size: 16px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    margin-top: 15px;
    transition: all ease 0.3s;
  }
  .jjyd_a p {
    display: table;
    margin: 0 auto;
    margin-top: 12px;
  }
  .jjyd_a p span {
    display: block;
    float: left;
    line-height: 22px;
    background-color: #f8f8f8;
    font-size: 12px;
    color: #666666;
    padding: 0 12px;
    margin: 4px;
    border-radius: 11px;
  }
  .jjyd_a:hover img {
    transform: scale(1.05);
  }
  .jjyd_a:hover h6 {
    color: #6eb92b;
  }
  .jjye {
    width: 100%;
    margin-top: 100px;
  }
  .jjye .bta p {
    text-align: left;
  }
  .jjye .bta span {
    margin-left: 0;
  }
  .jjye_m p {
    width: 200px;
    height: 60px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    transition: all ease 0.3s;
    margin-top: -11px;
  }
  .jjye_m p a {
    font-size: 16px;
    color: #6eb92b;
    font-family: ml;
    transition: all ease 0.3s;
    display: block;
    font-weight: bold;
  }
  .jjye_m p:hover {
    background-color: #6eb92b;
    transform: translateX(-6px);
  }
  .jjye_m p:hover a {
    color: #fff;
  }
  .jjyea {
    width: 100%;
    margin-top: 60px;
  }
  .jjyeb {
    width: 100%;
    display: flex;
  }
  .jjyeb_a {
    width: 32.2%;
    margin-left: 1.5%;
    background-color: #f8f8f8;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease 0.3s;
  }
  .jjyeb .jjyeb_a:nth-child(1) {
    margin-left: 0;
  }
  .jjyeb_at {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }
  .jjyeb_at img {
    width: 100%;
    transition: all ease 0.3s;
    height: 253px;
  }
  .jjyeb h6 {
    height: 80px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
    letter-spacing: 1px;
  }
  .jjyeb_a:hover {
    background-color: #f8f8f8;
  }
  .jjyeb_a:hover .jjyeb_at img {
    transform: scale(1.05);
  }
  .jjyeb_a:hover h6 {
    color: #6eb92b;
    font-family: mb;
  }
  .jjye_ul {
    display: table;
    margin: 0 auto;
    margin-top: 67px;
  }
  .jjye_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #e5e5e5;
    margin: 0 23px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .jjye_ul li.on {
    background-color: #6eb92b;
  }

  /*Support 支持*/
  .zcya {
    width: 100%;
    margin-top: 82px;
    text-align: center;
  }
  .zcya h6 {
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    font-family: mb;
    text-transform: uppercase;
  }
  .zcya h6 span {
    margin-left: 47%;
    display: block;
    width: 81px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .zcya p {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-family: ml;
  }
  .zcya img {
    width: 100%;
    margin-top: 56px;
    border-radius: 20px;
    overflow: hidden;
  }
  .zcyb {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .zcyb > p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-family: ml;
    margin-top: 40px;
  }
  .zcyc {
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 90px;
  }
  .zcyct {
    width: 65.6%;
    overflow: hidden;
  }
  .zcyct img {
    width: 100%;
  }
  .zcyct.fl {
    margin-left: -14%;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
  }
  .zcyct.fr {
    margin-right: -14%;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
  }
  .zcycw {
    width: 42%;
    margin-top: 2%;
  }
  .zcycw h6 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    letter-spacing: 1px;
  }
  .zcycw p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 28px;
    margin-top: 22px;
    margin-bottom: 5%;
  }
  .zcycw a {
    display: block;
    float: left;
    min-width: 100px;
    text-align: center;
    border: 2px solid #6eb92b;
    border-radius: 21px;
    height: 43px;
    line-height: 39px;
    font-size: 14px;
    color: #6eb92b;
    margin-right: 20px;
    padding: 0 10px;
    font-family: ml;
    transition: all ease 0.3s;
    margin-top: 15px;
  }
  .zcycw a:hover {
    background-color: #6eb92b;
    color: #fff;
    transform: translateY(-6px);
  }
  .zcyc1 {
    background-color: #fff;
  }
  .zcyc1 .zcycw {
    margin-top: 3%;
  }
  .zcyc1 .zcycw a {
    margin-top: 2%;
    min-width: 358px;
  }
  .zcyc2 {
    margin-bottom: 75px;
  }
  .zcyc2 .zcycw {
    margin-top: 5%;
  }
  .zcyc2 .zcycw a {
    min-width: 276px;
  }

  /*训练training*/
  .xlya {
    width: 100%;
    margin-top: 45px;
  }
  .xlyat {
    width: 45.8%;
  }
  .xlyat img {
    width: 100%;
  }
  .xlyaw {
    width: 48.2%;
    margin-top: 0%;
  }
  .xlyaw h6 {
    font-size: 22px;
    color: #000000;
    font-family: mb;
  }
  .xlyaw p {
    font-size: 14px;
    color: #666666;
    font-family: ml;
    line-height: 26px;
    margin-top: 33px;
    text-align: justify;
  }
  .xlyaw p a {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    line-height: 26px;
    transition: all ease 0.3s;
  }
  .xlyaw p a:hover {
    color: #6eb92b;
  }
  .xlyb {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
    margin-top: 58px;
  }
  .xlyb p {
    width: 33.333%;
    text-align: center;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    line-height: 84px;
    position: relative;
    float: left;
    cursor: pointer;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .xlyb p::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    bottom: -3px;
    height: 5px;
    background-color: #6eb92b;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .xlyb p.on {
    color: #6eb92b;
    font-family: mb;
  }
  .xlyb p.on::after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .xlyc {
    width: 100%;
    margin-top: 15px;
  }
  .xlyca {
    width: 100%;
  }
  .xlyc_a {
    width: 100%;
  }
  .xlyc_aa {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
  }
  .xlyc_aa p {
    float: left;
    line-height: 85px;
    font-size: 18px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
  }
  .xlyc_aa span {
    display: block;
    float: right;
    background-image: url(../img/g66.png);
    width: 15px;
    height: 10px;
    background-size: 100% 100%;
    margin-top: 37px;
    transition: all ease 0.3s;
  }
  .xlyc_a.on .xlyc_aa {
    border: none;
  }
  .xlyc_a.on .xlyc_aa p {
    color: #6eb92b;
    font-family: mb;
  }
  .xlyc_a.on .xlyc_aa span {
    background-image: url(../img/g80.png);
  }
  .xlyc_ab {
    width: 100%;
    display: none;
  }
  .xlyc_ab .list {
    width: 100%;
    background-color: #f8f8f8;
  }
  .xlyc_ab1 {
    width: 92%;
    margin: 0 auto;
    border-top: 1px solid #dfdfdf;
    padding: 55px 0 60px;
  }
  .xlyc_ab1:nth-child(1) {
    border: none;
  }
  .xlyc_abz {
    width: calc(100% - 220px);
  }
  .xlyc_abz h5 {
    font-size: 14px;
    color: #6eb92b;
    font-family: mb;
    margin-bottom: 13px;
  }
  .xlyc_abz h4 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
    float: left;
    line-height: 31px;
  }
  .xlyc_abz h6 {
    width: 204px;
    height: 31px;
    line-height: 29px;
    border: 1px solid #6eb92b;
    float: left;
    text-align: center;
    border-radius: 15px;
    font-size: 12px;
    color: #6eb92b;
    font-family: ml;
    margin-left: 43px;
    margin-bottom: 10px;
  }
  .xlyc_abz p {
    font-size: 13px;
    color: #000000;
    font-family: ml;
    background-image: url(../img/g88.png);
    background-repeat: no-repeat;
    background-position: left top 2px;
    padding-left: 31px;
    margin-top: 21px;
  }
  .xlyc_abz p.fl {
    width: 320px;
  }
  .xlyc_abz p.p1 {
    background-image: url(../img/g89.png);
  }
  .xlyc_abz p.p2 {
    background-image: url(../img/g90.png);
  }
  .xlyc_abz p.p3 {
    background-image: url(../img/g91.png);
  }
  .xlyc_abz p.p4 {
    background-image: url(../img/g92.png);
  }
  .xlyc_abz p span {
    font-family: mb;
    display: inline-block;
    margin-left: 18px;
  }
  .xlyc_aby p {
    width: 200px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 26.5px;
  }
  .xlyc_aby p a {
    font-size: 14px;
    color: #fff;
    font-family: mb;
    display: block;
    margin-top: 36px;
  }
  .xlyc_ayc1 {
    display: none;
  }
  .xlyc_ayc2 {
    display: none;
  }
  .xlyc_ayc3 {
    display: none;
  }
  .xlyc .more {
    margin-top: 35px;
  }
  .xlyc .more a {
    width: 240px;
    height: 60px;
    margin: 0 auto;
    border: 2px solid #6eb92b;
    line-height: 54px;
    text-align: center;
    font-size: 16px;
    color: #6eb92b;
    font-family: ml;
    border-radius: 30px;
    margin-top: 35px;
  }

  /*担保Training*/
  .nban_db h1 {
    top: 160px;
  }
  .nban_dba {
    width: 96%;
    position: absolute;
    left: 2%;
    top: 220px;
  }
  .nban_dba_a {
    width: calc(100% - 250px);
    height: 62px;
    border: 1px solid #e4dedf;
    border-radius: 35.5px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nban_dba_a .input1 {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 80px;
    line-height: 60px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    font-family: ml;
    background-color: transparent;
    background-image: url(../img/g93.png);
    background-repeat: no-repeat;
    background-position: left 42px center;
    display: block;
  }
  .nban_dba_a .input2 {
    line-height: 62px;
    font-size: 16px;
    color: #fff;
    font-family: mb;
    background-color: transparent;
    margin-right: 5%;
    display: block;
    cursor: pointer;
  }
  .nban_dba > h6 {
    width: 219px;
    height: 62px;
    line-height: 62px;
    background-color: #6eb92b;
    border-radius: 35.5px;
    float: right;
    text-align: center;
  }
  .nban_dba > h6 a {
    font-size: 14px;
    color: #fff;
    font-family: mb;
    display: block;
    letter-spacing: 1px;
  }
  .nban_dbb {
    width: 100%;
    margin-top: 32px;
  }
  .nban_dbc {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px 0;
    border-radius: 20px;
  }
  .nban_dbc_a {
    width: 20%;
    height: 63px;
    border-left: 1px solid #d9d8d8;
    padding-top: 10px;
  }
  .nban_dbc_a h6 {
    text-align: center;
    font-size: 14px;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
  }
  .nban_dbc_a p {
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-family: ml;
    margin-top: 12px;
    font-weight: bold;
  }
  .nban_dbb > p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: ml;
    margin-top: 20px;
  }
  .dbyb {
    width: 100%;
    margin-top: 54px;
  }
  .dbyc {
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
    margin-top: 9px;
    overflow-x: auto;
  }
  .dbyc_p {
    width: 130%;
    display: flex;
    justify-content: space-between;
  }
  .dbyc::-webkit-scrollbar-track-piece {
    width: 0px;
    height: 3px;
  }
  .dbyc::-webkit-scrollbar {
    width: 0px;
    height: 3px;
  }
  .dbyc::-webkit-scrollbar-thumb {
    width: 0px;
    height: 3px;
  }
  .dbyc p {
    font-size: 16px;
    color: #000000;
    padding: 0 15px;
    font-family: ml;
    font-weight: bold;
    cursor: pointer;
    line-height: 83px;
    position: relative;
    top: 3px;
  }
  .dbyc p.on {
    border-bottom: 5px solid #6eb92b;
  }
  .dbyd {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;
  }
  .dbye {
    width: 100%;
  }
  .dbyet {
    width: 45.7333%;
  }
  .dbyet img {
    width: 100%;
  }
  .dbyew.fr {
    width: 50%;
  }
  .dbyew h6 {
    font-size: 20px;
    color: #000000;
    font-family: mb;
  }
  .dbyew p {
    word-break: break-all;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    font-family: ml;
    margin-top: 28px;
    text-align: justify;
  }
  b {
    color: #000;
    font-weight: bold;
  }
  .dbyew table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
  }
  .dbyew table td {
    font-size: 14px;
    color: #666666;
    height: 40px;
    border: 1px solid #000;
    font-family: ml;
    padding: 10px;
  }
  .fhdb {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    z-index: 1001;
    display: none;
    background-color: #e2f1d5;
    border-radius: 8px;
  }
  .fhdb img {
    width: 100%;
    transition: all ease 0.6s;
  }
  .fhdb:hover img:nth-child(1) {
    margin-top: -50px;
  }

  /*cookie弹出框*/
  .cookie {
    position: fixed;
    width: 100%;
    z-index: 1002;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
  }
  .cookie_a {
    width: 100%;
    background-color: #ededed;
    height: 200px;
    padding-top: 60px;
  }
  .cookie_aa {
    width: 78%;
  }
  .cookie_aa h6 {
    font-size: 20px;
    color: #000000;
    font-family: ml;
  }
  .cookie_aa p {
    font-size: 13px;
    color: #666666;
    font-family: ml;
    line-height: 30px;
  }
  .cookie_aa p a {
    color: #000000;
    font-family: mb;
    text-decoration: underline;
    font-size: 14px;
  }
  .cookie_ab h6 {
    width: 180px;
    height: 43px;
    line-height: 43px;
    background-color: #80b645;
    border-radius: 21.5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    font-family: ml;
    cursor: pointer;
  }
  .cookie_ab p {
    width: 180px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #d5d5d5;
    border-radius: 21.5px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    font-family: ml;
    cursor: pointer;
    margin-top: 16px;
  }

  /*404*/
  .a404 {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 50%;
    margin-top: -300px;
  }
  .a404_a {
    width: 1000px;
    margin: 0 auto;
  }
  .a404_a img {
    width: 100%;
  }
  .a404_b {
    display: table;
    margin: 0 auto;
    margin-top: 40px;
  }
  .a404_b h6 {
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #80b645;
    border-radius: 28px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin: 0 20px;
  }
  .a404_b h6 a {
    font-size: 16px;
    color: #fff;
    font-family: ml;
    display: block;
  }
  .a404_b p {
    width: 220px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d5d5d5;
    border-radius: 28px;
    text-align: center;
    cursor: pointer;
    margin-top: 18px;
    float: left;
    margin: 0 20px;
    transition: all ease 0.3s;
  }
  .a404_b p a {
    font-size: 14px;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .a404_b p:hover {
    background-color: #80b645;
  }
  .a404_b p:hover a {
    color: #fff;
  }

  /*搜索结果页*/
  .ssjg {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 200px;
  }
  .ssjga {
    width: 100%;
  }
  .ssjga > p {
    font-size: 14px;
    color: #999;
    line-height: 50px;
    float: left;
    background-color: #ededed;
    width: 90px;
    text-align: center;
  }
  .ssjga > p a {
    color: #999;
    font-size: 14px;
    font-family: ml;
    font-weight: bold;
    display: block;
    transition: all ease 0.3s;
  }
  .ssjga p:hover a {
    color: #000;
  }
  .ssjga_a {
    width: 400px;
    float: left;
    height: 50px;
    border: solid 1px #ccc;
    overflow: hidden;
    line-height: 50px;
    margin-left: 40px;
  }
  .ssjga_a .input1 {
    width: 310px;
    height: 50px;
    line-height: 50px;
    float: left;
    padding-left: 15px;
    color: #888;
    font-size: 14px;
    font-family: ml;
  }
  .ssjga_a .input2 {
    float: right;
    width: 56px;
    height: 50px;
    background: url(../img/g1.png) no-repeat center;
    cursor: pointer;
  }
  .ssjga_b {
    width: 100%;
    margin-top: 20px;
  }
  .ssjga_b p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .ssjga_b p span {
    display: inline-block;
    margin: 0 10px;
  }
  .ssjgx {
    width: 100%;
    margin-top: 30px;
  }
  .ssjgz {
    width: 180px;
    padding-top: 32px;
    border-right: 1px solid #ededed;
  }
  .ssjgz h3 {
    font-size: 16px;
    font-family: mb;
    color: #635b5b;
    margin-bottom: 18px;
  }
  .ssjgz p {
  }
  .ssjgz p a {
    font-size: 14px;
    font-family: ml;
    color: #635b5b;
    display: block;
    padding: 10px;
    transition: all ease 0.3s;
  }
  .ssjgz p a:hover {
    color: #000;
  }
  .ssjgz p a.on {
    color: #000;
  }
  .ssjgy {
    width: calc(100% - 220px);
  }
  .ssjgy .xwla {
    margin: 0;
  }
  .ssjgy .xwla_w {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 20px;
  }
  .ssjgy .xwla_w h5 {
    width: 90%;
    float: left;
    -webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;white-space: normal;overflow: hidden;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
    margin: 0;
    font-family: ml;
    font-weight: bold;
  }
  .ssjgy .xwla_w span {
    float: right;
    display: block;
    font-size: 14px;
    line-height: 30px;
    margin: 0;
  }

  @media (min-width: 1050px) {
    .nava {
      margin-left: 22px;
    }
    .nava:nth-child(1) {
      margin-left: 0px;
    }
  }

  @media (min-width: 1100px) {
    .nava {
      margin-left: 27px;
    }
    .nava:nth-child(1) {
      margin-left: 0px;
    }
    .jjb h5 {
      font-size: 22px;
    }
    .jjb h6 {
      font-size: 20px;
    }
    .xwda {
      padding: 14px 0 5% 0;
    }
    .yjb_a:nth-child(2) {
      width: 195px;
    }
    .yjb_a:nth-child(3) {
      width: 200px;
    }
    .yjb_a:nth-child(4) {
      width: 160px;
    }
    .yjb_a:nth-child(5) p:nth-child(2) {
      margin-right: 32px;
    }
    .gy1c_w {
      margin-top: 1.5%;
    }
    .gy1c_w span {
      margin-top: 4%;
    }
    .gy1c_w p {
      font-size: 16px;
      line-height: 26px;
      margin-top: 3.5%;
    }
    .gy1e {
      background-size: auto 490px;
    }
    .cpna_a {
      margin-top: 6%;
    }
    .cpna_a h6 {
      font-size: 24px;
    }
    .cpna_a h1 {
      font-size: 55px;
      line-height: 70px;
    }
    .cpnd_w {
      margin-top: 4%;
    }
    .zcya h6 {
      font-size: 26px;
    }
    .zcycw a {
      min-width: 120px;
      margin-right: 20px;
      padding: 0 10px;
    }
    .zcycw {
      margin-top: 1.5%;
    }
    .zcyc1 .zcycw {
      margin-top: 6%;
    }
    .zcyc2 .zcycw {
      margin-top: 4%;
    }
    .xlyc_aby p {
      width: 220px;
    }
    .gy3cb_at video {
      height: 180px;
    }
    .gy3cb_at iframe {
      height: 180px;
    }
  }

  @media (min-width: 1150px) {
    .nava {
      margin-left: 33px;
    }
    .nava:nth-child(1) {
      margin-left: 0px;
    }
    .ban_w {
      padding-top: 334px;
    }
    .nban_img > h2 {
      font-size: 40px;
    }
    .cpnd_w {
      margin-top: 5%;
    }
    .gy3cb_at video {
      height: 211px;
    }
    .gy3cb_at iframe {
      height: 211px;
    }
  }

  @media (min-width: 1199px) {
    .nava {
      margin-left: 40px;
    }
    .nava:nth-child(1) {
      margin-left: 0px;
    }
    .xwda {
      padding: 14px 0 7% 0;
    }
    .yjb_a:nth-child(2) {
      width: 215px;
    }
    .yjb_a:nth-child(3) {
      width: 220px;
    }
    .yjb_a:nth-child(4) {
      width: 200px;
    }
    .gy1ab {
      width: 33.2%;
      margin-right: 3.2%;
    }
    .gy1c_w {
      margin-top: 2.5%;
    }
    .gy1c_w span {
      margin-top: 5%;
    }
    .gy1c_w p {
      font-size: 14px;
      line-height: 26px;
      margin-top: 3.5%;
    }
    .gy1e {
      background-size: auto 520px;
    }
    .gy1eaa_w h6 {
      font-size: 70px;
      margin-bottom: 5%;
    }
    .gy2a_w p {
      margin-top: 6%;
    }
    .gy2b .gy2a_w {
      margin-top: 6%;
    }
    .gy2a_w > h5 {
      margin-top: 6%;
    }
    .gy3a .gy2a_w {
      margin-top: 8%;
    }
    .gy3b .gy2a_w {
      margin-top: 5%;
    }
    .logo {
      margin-top: 25px;
    }
    .lxyea_b input.lxyea_ba {
      width: 200px;
    }
    .jrya_w p {
      line-height: 26px;
    }
    .cpna_a {
      margin-top: 8%;
    }
    .cpna_a h1 {
      font-size: 45px;
      line-height: 66px;
    }
    .cpnd_w {
      margin-top: 6%;
    }
    .jjyb3 .jjybw {
      margin-top: 8%;
    }
    .jjyab:nth-child(6) .jjyab_a img {
      left: 48%;
    }
    .jjyab:nth-child(8) .jjyab_a img {
      left: 78.5%;
    }
    .zcycw a {
      margin-right: 25px;
      padding: 0 22px;
    }
    .zcycw {
      margin-top: 5%;
    }
    .zcyc1 .zcycw {
      margin-top: 8%;
    }
    .zcyc2 .zcycw {
      margin-top: 9%;
    }
    .xlyc_abz p {
      font-size: 15px;
    }
    .nban_db h1 {
      top: 200px;
    }
    .nban_dba {
      top: 260px;
    }
    .dbyc_p {
      width: 120%;
    }
    .zcya h6 {
      letter-spacing: 1px;
    }
    .topa {
      margin-left: 2%;
    }
    .bkaa_a p {
      width: 120%;
      margin-left: -10%;
    }
    .gy1fb_a p {
      font-size: 13px;
    }
    .gy3cb_at video {
      height: 207px;
    }
    .gy3cb_at iframe {
      height: 207px;
    }
    .xlyaw {
      margin-top: 2%;
    }
  }

  @media (min-width: 1299px) {
    .nava {
      margin-left: 60px;
    }
    .nava:nth-child(1) {
      margin-left: 0px;
    }
    .jjb p {
      font-size: 16px;
      line-height: 27px;
    }
    .zca_a {
      width: 190px;
    }
    .zca_a h6 {
      font-size: 22px;
    }
    .zca_a p {
      font-size: 15px;
    }
    .xwda p {
      font-size: 18px;
      line-height: 36px;
      margin-top: 3%;
    }
    .yjb_a:nth-child(2) {
      width: 235px;
    }
    .yjb_a:nth-child(3) {
      width: 240px;
    }
    .yjb_a:nth-child(4) {
      width: 220px;
    }
    .yjca_a {
      margin-left: 22px;
    }
    .nban_img > h2 {
      font-size: 52px;
    }
    .gy1aa p {
      line-height: 30px;
    }
    .gy1ab {
      width: 32.2%;
      margin-right: 4.2%;
    }
    .gy1c_w p {
      line-height: 28px;
      margin-top: 4.5%;
    }
    .gy1e {
      background-size: auto 550px;
    }
    .gy1eaa_w h6 {
      font-size: 100px;
      margin-bottom: 11%;
    }
    .gy2a_w p {
      line-height: 30px;
    }
    .gy2b .gy2a_w {
      margin-top: 5%;
    }
    .cpnba_a h6 {
      font-size: 22px;
    }
    .cpnd_w {
      margin-top: 8%;
    }
    .dbyc_p {
      width: 100%;
    }
    .gy3cb_at video {
      height: 215px;
    }
    .gy3cb_at iframe {
      height: 215px;
    }
    .cplya_bap p {
      padding: 0 6px;
    }
  }

  @media (min-width: 1365px) {
    .altc_z {
      left: 10px;
    }
    .altc_y {
      right: 10px;
    }
    .jrya_w p {
      line-height: 30px;
    }
    .cpna_a {
      margin-top: 10%;
    }
    .cpna_a h1 {
      font-size: 56px;
      line-height: 72px;
    }
    .cpnd_w {
      margin-top: 9%;
    }
    .cpnea_a {
      padding: 51px 10px 0 6%;
    }
    .jjyab_a {
      padding-left: 12%;
    }
    .jjybw {
      margin-top: 9%;
    }
    .jjyb1 .jjybw {
      margin-top: 9%;
    }
    .jjyb2 .jjybw {
      margin-top: 4%;
    }
    .jjyb3 .jjybw {
      margin-top: 12%;
    }
    .jjyeb h6 {
      font-size: 17px;
    }
    .zcya h6 {
      font-size: 29px;
    }
    .zcycw {
      margin-top: 4%;
    }
    .zcyc2 .zcycw {
      margin-top: 8%;
    }
    .xlyaw {
      margin-top: 1%;
    }
    .xlyaw h6 {
      font-size: 24px;
    }
    .nban_dbb {
      margin-top: 42px;
    }
    .nban_dbc {
      padding: 40px 0;
    }
    .nban_db h1 {
      top: 220px;
    }
    .nban_dba {
      top: 310px;
    }
    .jjb {
      height: 580px;
      padding: 120px 3.2% 0 3.2%;
    }
    .jjb:nth-child(4) {
      padding-top: 120px;
    }
    .jrya_w {
      margin-top: 2%;
    }
    .commen1 {
      max-width: 1200px;
      width: 86%;
      margin: 0 auto;
    }
    .commen {
      width: 86%;
      margin: 0 auto;
    }
    .xwda {
      padding: 14px 0 4% 0;
    }
    yjb_a:nth-child(2) {
      width: 215px;
    }
    .yjb_a:nth-child(3) {
      width: 220px;
    }
    .yjb_a:nth-child(4) {
      width: 210px;
    }
    .gy1c_w {
      margin-top: 1%;
    }
    .gy2b .gy2a_w {
      margin-top: 4%;
    }
    .jjyb3 .jjybw {
      margin-top: 10%;
    }
    .jjyd .commen {
      width: 92%;
    }
    .cpnd_w {
      margin-top: 7%;
    }
    .zcya h6 {
      font-size: 26px;
    }
    .dbyc {
      width: 110%;
      margin-left: -5%;
    }
    .gy1fb_a p {
      font-size: 14px;
    }
    .gy3ca_1 {
      width: 102%;
      margin-left: -1%;
    }
    .gy3ca_z {
      left: -50px;
    }
    .gy3ca_y {
      right: -50px;
    }
    .gy1d_a p {
      font-size: 15px;
    }
    .gy1aa p {
      font-size: 15px;
    }
    .gy1b_a p {
      font-size: 15px;
    }
    .gy2a_w p {
      font-size: 15px;
      line-height: 28px;
      margin-top: 6%;
    }
    .gy2a_w > h5 a {
      font-size: 15px;
    }
    .jrya_w p {
      font-size: 15px;
    }
    .jryca_b h6 {
      font-size: 19px;
    }
    .jryca_b p {
      font-size: 15px;
    }
    .jjyab_a p {
      font-size: 15px;
    }
  }

  @media (min-width: 1399px) {
    .gy1aa p {
      line-height: 31px;
      font-size: 18px;
    }
    .gy1eaa_w {
      width: 42%;
    }
    .gy2a_w > h5 {
      margin-top: 8%;
    }
    .gy3cb_at video {
      height: 217px;
    }
    .gy3cb_at iframe {
      height: 217px;
    }
  }
}

@media (max-width: 999px) {
  body,
  html {
    padding: 0;
    background: #fff;
    font-family: HELVETICANEUELTPRO-THEX, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    max-width: 920px;
    margin: 0 auto;
  }
  body {
    overflow-x: hidden;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
  }
  * img {
    display: block;
    border: none;
  }
  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    -webkit-appearance: none;
    outline: none;
    border: none;
  }
  p {
  }
  .pc {
    display: none;
  }
  .mob {
    display: block;
  }
  .ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .clearfix {
    clear: both;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .commen {
    width: 91%;
    margin: 0 auto;
  }
  .commen1 {
    width: 91%;
    margin: 0 auto;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  @font-face {
    font-family: "mb";
    src: url("../font/Montserrat-SemiBold.woff") format("woff"),
      url("../font/Montserrat-SemiBold.ttf") format("truetype"),
      url("../font/Montserrat-SemiBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "ml";
    src: url("../font/Montserrat-Light.woff") format("woff"),
      url("../font/Montserrat-Light.ttf") format("truetype"),
      url("../font/Montserrat-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "meb";
    src: url("../font/Montserrat-ExtraBold.woff") format("woff"),
      url("../font/Montserrat-ExtraBold.ttf") format("truetype"),
      url("../font/Montserrat-ExtraBold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

/*手机banner*/
	.sjban{width: 100%;margin-top: 64px;}
	.sjban .swiper-container{width: 100%;}
	.sjban .swiper-slide{width: 100%;}
	.sjban .swiper-slide img{width: 100%;}
	#swiper-pagination_ban{bottom: 6%;}
	#swiper-pagination_ban .swiper-pagination-bullet{background-color: #fff;width: 7px;height: 7px;margin: 0 3px;transition: all ease 0.3s;}
	#swiper-pagination_ban .swiper-pagination-bullet-active{background-color: #6eb92b;width: 20px;border-radius: 20px;}
/*手机nav*/
	.sjdhgd{width: 100%;background-size: 100% 100%;position: fixed;z-index: 999;top: 0;left: 0;background-color: #fff;box-shadow: 0 0 30px 0 rgba(110,185,43,0.5);}
	.sjdh{margin: 0 auto;width: 100%;padding: 20px 1%;transition: all ease 0.4s;}
	.sjdha{width: 100%;}
	.sjdha_t1{width: 120px;overflow: hidden;margin-right: calc(50% - 60px);}
	.sjdha_t1 img{width: 100%;}
	.sjdha_t2{width: 30px;position: absolute;right: 4%;top: calc(50% - 13px);}
	.sjdha_t2 img{width: 100%;}
	.huakuai{position: fixed;top: 0;right: -100%;z-index: 100001;transition: all .4s cubic-bezier(.4,0,0,1);width: 100%;background: rgba(0,0,0,0.5);height: 100%;}
	.sjdhb{width: 82%;background: #fff;overflow-y: scroll;height: 100%;float: right;position: relative;}
	.guanbi{width: 100%;}
	.guanbi img{width: 22px;height: 22px;margin: 5%;float: right;}
	.sjdhb_a{width: 100%;position: relative;border-bottom: 1px solid #f1f2f3;}
	.sjdhb_a h6{line-height: 48px;width: 100%;padding-left: 18px;text-transform: uppercase;transition: all ease 0.3s;}
	.sjdhb_a h6 a{font-size: 1rem;color: #222222;transition: all ease 0.3s;font-family: ml;font-weight: bold;}
	.sjdhb_a h6 span{font-size: 0.8rem;display: inline-block;margin-left: 7px;color: #b6b6b6;}
	.sjdhb_ah1 h6{background: #f6f6f6;}
	.sjdhb_ah1 h6 a{color: #6eb92b;}
	.sjdhb_aa{width: 100%;}
	.sjdhb_p{width: 100%;line-height: 28px;padding-left: 37px;text-transform: uppercase;margin: 8px 0;}
	.sjdhb_p a{font-size: 1rem;color: #222222;font-family: ml;font-weight: bold;}
	.sjdhb_pa a{color: #6eb92b;}
	.sjtopx{margin-left: 5%;}
	.sjtopx .topa_a{}
	.topa_a1sj{position: absolute;width: 124px;height: 94px;border-radius: 10px;background-color: #f7f7f7;top: 100%;right: 6.4%;padding: 4px 14px 0 14px;display: none;}
	.topa_a1sj::after{position: absolute;content: "";background-image: url(../img/g14.png);width: 14px;height: 14px;background-size: 100% 100%;left: 50%;margin-left: -7px;top: -7px;}
	.topa_a1sj p{line-height: 44px;border-bottom: 1px solid #dedede;text-align: center;}
	.topa_a1sj p:nth-child(2){border: none;}
	.topa_a1sj p a{font-size: 0.85rem;color: #000000;font-family: ml;transition: all ease 0.3s;}
	.topa_a1sj p a:hover{color: #6eb92b;}
	.topa_a2sj{position: absolute;width: 100%;background-color: #f7f7f7;left: 0;top: 100%;display: flex;justify-content:space-around;padding: 30px 5%;display: none;}
	.topa_a2x h6{font-size: 1.05rem;color: #000000;font-family: mb;line-height: 14px;}
	.topa_a2x p{line-height: 32px;margin-top: 15px;}
	.topa_a2x p a{font-size: 0.88rem;color: #666666;display: block;font-family: ml;transition: all ease 0.3s;}
	.topa_a2x p a:hover{color: #6eb92b;text-decoration: underline;}
	.topa_a3sj{position: absolute;width: 100%;background-color: #f7f7f7;left: 0;top: 100%;display: flex;justify-content:center;padding: 30px 5%;display: none;}
	.topa_a3sj img{width: 24px;height: 24px;margin-top: 10px;margin-left: -4px;float: left;}
	.topa_a3sj input.input1{width: calc(96% - 124px);margin: 0 2%;line-height: 40px;height: 40px;border-bottom: 1px solid #e5e5e5;font-size: 0.75rem;color: #666666;font-family: ml;background-color: transparent;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.topa_a3sj input.input2{width: 100px;line-height: 39px;height: 40px;font-size: 0.95rem;color: #fff;font-family: mb;text-align: center;background-color: #6eb92b;border-radius: 30px;cursor: pointer;float: right;}
	.jiaj{position: absolute;right: 5%;top: 24px;transform: translateY(-50%);width: 12px;height: 12px;}
	.jiaj::after,.jiaj::before{content: "";position: absolute;left: 50%;top: 0;margin-left: -1px;width: 2px;height: 100%;background: #000;transition: all .36s;}
	.jiaj::before{transform: rotate(90deg);transition: all ease 0.3s;}
	.sjdhb_ah1 .jiaj::after{transform: rotate(90deg);}

	.yyan{left: 0;bottom: 25px;width: 100%;padding-top:10%;padding-bottom:8px;}
	.yyan h6{text-align: center;font-size: 0.9rem;color: #000;font-family: ml;font-weight: bold;}
	.yyan h6 img{display: inline-block;position: relative;top: 5px;margin-right: 6px;}
	/*.yyan_h{width: 100%;height: 100%;background-color: #fff;position: absolute;right: -100%;top: 0;padding-top: 30px;transition: all ease 0.3s;}*/	.yyan_h{width: 82%;background-color: #fff;position: fixed;right: -100%;top:0;bottom:0;padding-top: 30px;transition: all ease 0.3s;}
	
	.yyan_h h5{font-size: 1.05rem;color: #000;line-height: 30px;font-family: ml;font-weight: bold;margin-bottom: 10px;padding: 0 18px;}
	.yyan_h{width: 82%;}
	.yyan_ha{width: 100%;border-bottom: 1px solid #f1f2f3;}
	.yyan_ha h6{font-size: 1.05rem;color: #000;line-height: 50px;font-family: ml;font-weight: bold;position: relative;padding: 0 18px;transition: all ease 0.3s;}
	.yyan_ha p{line-height: 36px;padding: 10px 0 10px 30px;}
	.yyan_ha p a{display: block;font-size: 0.9rem;color: #000;font-family: ml;font-weight: bold;transition: all ease 0.3s;}
	.yyan_ha p a:hover{color: #6eb92b;}
	.jia_h{position: absolute;right: 5%;top: 26px;transform: translateY(-50%);width: 12px;height: 12px;}
	.jia_h::after,.jia_h::before{content: "";position: absolute;left: 50%;top: 0;margin-left: -1px;width: 2px;height: 100%;background: #000;transition: all .36s;}
	.jia_h::before{transform: rotate(90deg);transition: all ease 0.3s;}
	.yyan_haa .jia_h::after{transform: rotate(90deg);}
	.yyan_haa h6{background: #f6f6f6;color: #6eb92b;}
/**手机底部导航**/
	.dan-xia{width:100%;background-color: #fbfbfb;position: fixed;left: 0;bottom: 0;z-index: 1000;background-size: 100% 100%;box-shadow: 0 0 20px -5px #000;}
	.dan-xib{width: 25%;padding-top: 10px;height: 72px;}
	.dan-xid img{width: 32px;margin: 0 auto;}
	.dan-xid p{ color:#000000;text-align: center;font-size: 0.85rem;line-height: 22px;margin-top: 4px;}
	.dhgd_d{width: 49px;position: absolute;left: calc(50% - 22px);top: -22px;animation: bounce_a 2s infinite;}
	.dhgd_d img{width: 100%;}
	@keyframes bounce_a {
	  0%, 20%, 53%, 80%, 100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
				transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		-webkit-transform: translate3d(0,0,0);
				transform: translate3d(0,0,0);
	  }

	  40%, 43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
				transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -14px, 0);
				transform: translate3d(0, -14px, 0);
	  }

	  70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
				transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		-webkit-transform: translate3d(0, -6px, 0);
				transform: translate3d(0, -6px, 0);
	  }

	  90% {
		-webkit-transform: translate3d(0,-1px,0);
				transform: translate3d(0,-1px,0);
	  }
	}

	.bounce_a {
	  -webkit-animation-name: bounce_a;
			  animation-name: bounce_a;
	  -webkit-transform-origin: center bottom;
		  -ms-transform-origin: center bottom;
			  transform-origin: center bottom;
	}

	.flip li.ppp{background-color: #25a374;}
  /*解决SOLUTIONS*/
  .jj {
    width: 100%;
    overflow: hidden;
    padding-top: 12%;
  }
  .bt p {
    text-align: center;
    font-size: 1.25rem;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    word-break: break-all;
  }
  .bt p m {
    display: block;
  }
  .bt h2 {
    text-align: center;
    font-size: 1.25rem;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }
  .bt h1 {
    text-align: center;
    font-size: 1.25rem;
    font-family: mb;
    color: #191919;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: bold;
  }
  .bt span {
    display: block;
    width: 70px;
    height: 5px;
    background-color: #6eb92b;
    margin: 0 auto;
    margin-top: 12px;
  }
  .jja {
    width: 100%;
    margin-top: 10%;
    background-color: #000;
  }
  .jjb {
    opacity: 0.8;
    width: 100%;
    background-image: url(../img/g1.jpg);
    background-size: cover;
    background-position: 100% 94%;
    background-repeat: no-repeat;
    position: relative;
    padding: 8% 6%;
    transition: all ease 0.3s;
    background-color: #000;
  }
  .jjb::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0;
    top: 0;
    opacity: 0.2;
    transition: all ease 0.3s;
  }
  .jjb:nth-child(2) {
    background-image: url(../img/g2.jpg);
  }
  .jjb:nth-child(3) {
    background-image: url(../img/g3.jpg);
  }
  .jjb:nth-child(4) {
    background-image: url(../img/g4.jpg);
  }
  .jjb h5 {
    font-size: 1.05rem;
    color: #fff;
    font-family: meb;
    line-height: 20px;
    position: relative;
    z-index: 2;
  }
  .jjb h6 {
    font-size: 1.05rem;
    color: #fff;
    font-family: mb;
    margin-top: 10px;
    position: relative;
    z-index: 2;
  }
  .jjb h6 br {
    display: none;
  }
  .jjb span {
    display: block;
    width: 42px;
    height: 4px;
    background-color: #6eb92b;
    margin-top: 15px;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
  }
  .jjb p {
    font-size: 0.78rem;
    color: #fff;
    line-height: 20px;
    font-family: ml;
    opacity: 1;
    margin-top: 4%;
    transition: all ease 0.3s;
    position: relative;
    z-index: 2;
    text-align: justify;
  }
  /*支持Support*/
  .zc {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/g5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10% 0 6%;
  }
  .zca {
    width: 100%;
    margin-top: 3%;
    overflow: hidden;
    padding-bottom: 10px;
  }
  .zca_a {
    width: 50%;
    float: left;
    padding: 0 5%;
  }
  .zca_a:nth-child(5) {
    margin-left: 25%;
  }
  .zca_a:nth-child(5) p {
    width: 120%;
    margin-left: -10%;
  }
  .zca_a img {
    width: 85px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .zca_a h6 {
    text-align: center;
    font-size: 1rem;
    font-family: mb;
    color: #000000;
    line-height: 17px;
    margin-top: 15px;
    text-transform: uppercase;
  }
  .zca_a p {
    text-align: center;
    font-size: 0.78rem;
    color: #000000;
    line-height: 20px;
    font-family: ml;
    margin-top: 10px;
    height: 50px;
  }
  .zca_a:hover img {
    transform: scale(1.05);
  }
  .bka {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/g6.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 12% 0;
  }
  .bka .bt p {
    color: #fff;
  }
  .bka .bt span {
    background-color: #fff;
  }
  .bka .bt h6 {
    font-size: 1rem;
    color: #fff;
    font-family: ml;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  .bkaa {
    width: 108%;
    margin-left: -4%;
    margin-top: 8%;
    overflow: auto;
  }
  .bkaa_a {
    width: 33.33%;
    padding: 0 5%;
    float: left;
  }
  .bkaa_a img {
    width: 62px;
    margin: 0 auto;
  }
  .bkaa_a h6 {
    font-size: 1.4rem;
    color: #fff;
    font-family: meb;
    text-align: center;
    text-transform: uppercase;
    margin-top: 26px;
  }
  .bkaa_a h6 span {
    font-size: 1rem;
  }
  .bkaa_a p {
    text-align: center;
    font-size: 0.68rem;
    color: #fff;
    font-family: ml;
    margin-top: 6px;
    line-height: 16px;
  }
  /*媒体MEDIA*/
  .xw {
    width: 100%;
    overflow: hidden;
    margin-top: 8%;
  }
  .xw .bt {
    margin-top: 0px;
  }
  .xw .bt p {
    text-align: left;
    font-weight: bold;
  }
  .xw .bt span {
    margin-left: 0;
  }
  .xw_m {
    width: 140px;
    height: 42px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    transition: all ease 0.3s;
  }
  .xw_m a {
    font-size: 0.9rem;
    color: #6eb92b;
    font-family: ml;
    transition: all ease 0.3s;
    display: block;
  }
  .xw_m:hover {
    background-color: #6eb92b;
    transform: translateX(-6px);
  }
  .xw_m:hover a {
    color: #fff;
  }
  .xwb {
    width: 100%;
    margin-top: 31px;
  }
  .xwc {
    width: 46.333%;
    border-radius: 10px;
    overflow: hidden;
  }
  .xwc img {
    width: 100%;
  }
  .xwd {
    width: 100%;
  }
  .xwda {
    width: 100%;
    padding: 14px 0 3% 0;
  }
  .xwda h6 {
    font-size: 0.85rem;
    color: #11131f;
    opacity: 0.5;
    line-height: 17px;
    font-family: mb;
  }
  .xwda span {
    display: block;
    width: 44px;
    height: 1px;
    background-color: #cccccc;
    margin-top: 17px;
  }
  .xwda p {
    font-size: 0.9rem;
    color: #000000;
    opacity: 0.9;
    font-family: ml;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 2%;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .xwda:hover p {
    color: #6eb92b;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    margin-top: 10%;
    padding: 9% 0;
  }
  .yja {
    width: 100%;
  }
  .yja h6 {
    text-align: center;
    font-size: 0.88rem;
    color: #000000;
    font-family: ml;
    text-transform: uppercase;
  }
  .yja h6 img {
    display: inline-block;
    position: relative;
    top: 6px;
    margin-right: 11px;
  }
  .yja p {
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 22px;
    margin: 0 auto;
    margin-top: 20px;
    transition: all ease 0.3s;
    font-size: 0.88rem;
    color: #fff;
    font-family: ml;
    cursor: pointer;
  }
  .yja p:hover {
    transform: scale(1.05);
  }

  .yjc {
    margin-top: 30px;
    float: none;
    width: 100%;
  }
  .yjca {
    padding-right: 3px;
  }
  .yjca_a {
    width: 32px;
    height: 28px;
    position: relative;
    margin-right: 17px;
  }
  .yjca_a img {
    width: 100%;
  }
  .yjca_a img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .yjca_a:hover img.t2 {
    opacity: 1;
  }
  .yjcb {
    margin-top: 30px;
  }
  .yjcb h6 {
    font-size: 0.88rem;
    color: #000000;
    font-family: ml;
    line-height: 12px;
  }
  .yjcb p {
    font-size: 0.88rem;
    color: #adadad;
    font-family: mb;
    line-height: 28px;
    margin-top: 12px;
  }
  .yjcb p a {
    font-size: 0.88rem;
    color: #adadad;
    font-family: mb;
  }
  .yjcb p span:hover {
    color: #6eb92b;
  }
  .yjcb p a:hover {
    color: #6eb92b;
  }
  .yjcc {
    display: none;
  }
  .yjx {
    width: 100%;
    background-color: #ededed;
  }
  .yjx p {
    text-align: center;
    font-size: 0.75rem;
    color: #000000;
    opacity: 0.5;
    line-height: 50px;
    height: 50px;
  }
  /*订阅弹框*/
  .sytk {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
  }
  .sytka {
    width: 92%;
    height: 580px;
    position: absolute;
    left: 4%;
    top: 50%;
    margin-top: -290px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }
  .sytkb {
    width: 100%;
    background-image: url(../img/g36.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 60px;
  }
  .sytkb p {
    line-height: 60px;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    font-family: mb;
    letter-spacing: 1px;
  }
  .sytkc {
    width: 100%;
    padding: 25px 6% 0;
  }
  .sytkc > h6 {
    font-size: 0.95rem;
    color: #000000;
    font-family: mb;
    line-height: 18px;
  }
  .sytkc > p {
    font-size: 0.73rem;
    color: #666666;
    line-height: 13px;
    margin-top: 12px;
    font-family: ml;
  }
  .sytkc_a {
    width: 100%;
    margin-top: 15px;
  }
  .sytkc_a input {
    width: 100%;
    display: block;
    line-height: 40px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-top: 12px;
    font-size: 0.78rem;
    padding-left: 22px;
    color: #666666;
    font-family: ml;
  }
  .sytkc_a select {
    width: 100%;
    display: block;
    line-height: 40px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin-top: 12px;
    font-size: 0.78rem;
    padding-left: 22px;
    color: #000000;
    font-family: ml;
    background-image: url(../img/g66.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    font-weight: bold;
  }
  .sytka .lxyea_b {
    float: none;
  }
  .sytka .lxyea_c input.lxyea_ca {
    width: 160px;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .dy_close {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 16px;
  }

  /*****************************************内页开始******************************************/

  /*我们的故事Our Story*/
  .nban {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    margin-top: 65px;
  }
  .top {
    display: none;
  }
  .nban_cp {
    display: none;
  }
  .nban_dba {
    display: none;
  }
  .nban_img {
    width: 100%;
    position: relative;
    margin-left: -0%;
  }
  .nban_img > img {
    width: 110%;
    position: relative;
    margin-left: -5%;
  }
  .nban_img > h2 {
    position: absolute;
    left: 5%;
    top: 40%;
    text-align: center;
    width: 90%;
    font-size: 1.3rem;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .nban_img > h1 {
    position: absolute;
    left: 5%;
    top: 40%;
    text-align: center;
    width: 90%;
    font-size: 1.3rem;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .nban_img > h5 {
    position: absolute;
    left: 5%;
    top: 40%;
    text-align: center;
    width: 90%;
    font-size: 1.3rem;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .nban_img > p {
    display: none;
  }
  .nei {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
  }
  .fenl {
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    overflow: auto;
  }
  .fenl .commen {
    overflow: auto;
    width: 125%;
  }
  .fenl p {
    line-height: 60px;
    transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 0 5px;
    margin: 0 10px;
    ont-size: 1rem;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
  }
  .fenl p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #6eb92b;
    left: 0;
    bottom: 0;
    border-radius: 2.5px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .fenl p::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 10px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -12.5px;
    bottom: -10px;
    opacity: 0;
    transition: all ease 0.3s;
    background-image: url(../img/g57.png);
  }
  .fenl h1 {
    line-height: 60px;
    transition: all ease 0.3s;
    position: relative;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 0 5px;
    margin: 0 5px;
    font-size: 1rem;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
  }
  .fenl h1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background-color: #6eb92b;
    left: 0;
    bottom: 0;
    border-radius: 2.5px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .fenl h1::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 10px;
    background-size: 100% 100%;
    left: 50%;
    margin-left: -12.5px;
    bottom: -10px;
    opacity: 0;
    transition: all ease 0.3s;
    background-image: url(../img/g57.png);
  }
  .fenl p a {
    font-size: 1rem;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    transition: all ease 0.3s;
    display: block;
  }
  .fenl h1 a {
    font-size: 1rem;
    color: #000000;
    font-family: ml;
    text-transform: capitalize;
    display: block;
  }
  .fenl .on::after {
    opacity: 1;
  }
  .fenl .on::before {
    opacity: 1;
    bottom: 0;
  }
  .fenl .on {
    background-size: 108px 10px;
    font-family: mb;
    color: #6eb92b;
  }
  .fenl .on a {
    font-family: mb;
    color: #6eb92b;
  }
  .mbx {
    background-image: url(../img/g32.png);
    background-repeat: no-repeat;
    background-size: 13px 11px;
    background-position: left center;
    padding-left: 24px;
    font-size: 0.75rem;
    color: #666666;
    font-family: ml;
    line-height: 11px;
    margin-top: 20px;
  }
  .mbx a {
    font-size: 0.75rem;
    color: #666666;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .mbx a:hover {
    color: #6eb92b;
  }
  .gy1a {
    width: 100%;
    margin-top: 10%;
  }
  .gy1aa {
    width: 100%;
    float: none;
  }
  .gy1aa h6 {
    font-size: 1.15rem;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
    line-height: 22px;
  }
  .gy1aa p {
    padding-left: 35px;
    position: relative;
    font-size: 0.78rem;
    color: #666666;
    line-height: 22px;
    font-family: ml;
    margin-top: 6%;
    text-align: justify;
  }
  .gy1aa p span {
    font-weight: bold;
    color: #000000;
    opacity: 0.9;
  }
  .gy1aa p::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 81px;
    background-color: #6eb92b;
    left: 0;
    top: 6px;
  }
  .gy1ab {
    max-width: 483px;
    width: 70%;
    margin: 0 auto;
    float: none;
    margin-top: 4%;
  }
  .gy1ab img {
    width: 100%;
  }
  .gy1ab p {
    text-align: center;
    font-size: 0.8rem;
    color: #000000;
    font-family: ml;
    line-height: 24px;
    margin-top: 15px;
  }
  .gy1ab p span {
    display: block;
    font-family: mb;
    opacity: 0.9;
  }
  .gy1b {
    width: 100%;
    margin-top: 3%;
  }
  .gy1b_a {
    width: 100%;
    padding: 6%;
    background-color: #6eb92b;
    border-radius: 20px;
    transition: all ease 0.3s;
    margin-top: 5%;
  }
  .gy1b_at {
    width: 46px;
    float: left;
    position: relative;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .gy1b_at img {
    width: 100%;
  }
  .gy1b_at img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
  }
  .gy1b_a p {
    float: right;
    width: calc(92% - 46px);
    margin-top: -4px;
    font-size: 0.8rem;
    color: #fff;
    font-family: ml;
    line-height: 22px;
    transition: all ease 0.3s;
  }
  .gy1b_a p span {
    display: block;
    font-size: 0.95rem;
    font-family: mb;
    margin-bottom: 3px;
    color: #fff;
  }
  .gy1b_a p span br {
    display: none;
  }
  .gy1b_a p m {
    opacity: 1;
    transition: all ease 0.3s;
  }
  .gy1c {
    width: 100%;
    margin-top: 12%;
  }
  .gy1c_t {
    width: 100%;
  }
  .gy1c_t img {
    width: 100%;
  }
  .gy1c_w {
    width: 100%;
    margin-top: 8%;
  }
  .gy1c_w h6 {
    font-family: mb;
    color: #000000;
    font-size: 1.05rem;
    opacity: 0.9;
    text-transform: uppercase;
  }
  .gy1c_w span {
    display: block;
    width: 70px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 4%;
  }
  .gy1c_w p {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    margin-top: 4%;
    text-align: justify;
  }
  .gy1d {
    width: 100%;
    background-color: #fafafa;
    padding: 7% 0;
    margin-top: 10%;
  }
  .gy1d .commen {
    overflow: hidden;
    width: 100%;
  }
  .gy1d_a {
    width: 33.333%;
    float: left;
    padding: 3% 0;
  }
  .gy1d_a img {
    width: 66px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .gy1d_a:hover img {
    transform: scale(1.1);
  }
  .gy1d_a h6 {
    text-align: center;
    font-size: 1.4rem;
    color: #2f2f2f;
    font-family: meb;
    line-height: 30px;
    margin-top: 20px;
    text-transform: uppercase;
  }
  .gy1d_a h6 span {
    font-size: 1rem;
  }
  .gy1d_a p {
    font-size: 0.73rem;
    color: #737373;
    line-height: 16px;
    font-family: ml;
    margin-top: 10px;
    text-align: center;
  }
  .gy1e {
    width: 100%;
    margin-top: 10%;
  }
  .bta p {
    width: 108%;
    margin-left: -4%;
    font-size: 1.3rem;
  }
  .bta h2 {
    width: 108%;
    margin-left: -4%;
    font-size: 1.3rem;
  }
  .bta h1 {
    width: 108%;
    margin-left: -4%;
    font-size: 1.3rem;
  }
  .bta span {
    display: none;
  }
  .gy1ea {
    width: 100%;
    margin-top: 8%;
  }
  .gy1eaa {
    width: 100%;
    display: none;
  }
  .gy1eaa:nth-child(1) {
    display: block;
  }
  .gy1eaa_w {
    width: 100%;
    margin-top: 6%;
  }
  .gy1eaa_w h6 {
    font-size: 1.9rem;
    color: #6eb92b;
    font-family: meb;
    margin-bottom: 3%;
  }
  .gy1eaa_w p {
    font-size: 0.8rem;
    color: #222222;
    line-height: 22px;
    position: relative;
    font-family: ml;
    margin-top: 10px;
    padding-left: 30px;
  }
  .gy1eaa_w p::after {
    width: 10px;
    height: 10px;
    border: 3px solid #6eb92b;
    border-radius: 50%;
    position: absolute;
    content: "";
    left: 3px;
    top: 5px;
  }
  .gy1eaa_t {
    width: 100%;
  }
  .gy1eaa_t img {
    width: 100%;
    border-radius: 20px;
  }
  .gy2eb {
    width: 100%;
    margin-top: 10%;
    position: relative;
  }
  .gy2ec {
    width: calc(100% - 70px);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .gy2ec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e4e4e4;
    left: 0;
    bottom: 10px;
  }
  .gy2ed_a {
    cursor: pointer;
    padding-bottom: 5px;
  }
  .gy2ed_a p {
    font-size: 0.95rem;
    color: #000000;
    font-family: ml;
    text-align: center;
    line-height: 16px;
    transition: all ease 0.3s;
  }
  .gy2ed_a span {
    display: block;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    position: relative;
    background-color: #c1c1c1;
    border-radius: 50%;
    margin-top: 16px;
    z-index: 2;
    transition: all ease 0.3s;
  }
  .gy2ed_a span::after {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    left: -13px;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy2ed_a span::before {
    width: 10px;
    height: 10px;
    position: absolute;
    content: "";
    right: -13px;
    bottom: 0;
    background-color: #fff;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy2eb_z {
    background-image: url(../img/g39.png);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    left: -9px;
    bottom: -3px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy2eb_y {
    background-image: url(../img/g40.png);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    right: -9px;
    bottom: -3px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy2eb_z:hover {
    background-image: url(../img/g39-1.png);
  }
  .gy2eb_y:hover {
    background-image: url(../img/g40-1.png);
  }
  .gy2ed_a.on p {
    color: #6eb92b;
    font-family: mb;
  }
  .gy2ed_a.on span {
    background-color: #fff;
    border: 3px solid #6eb92b;
    width: 19px;
    height: 19px;
    margin-top: 7px;
    top: 5px;
  }
  .gy2ed_a.on span::after {
    opacity: 1;
  }
  .gy2ed_a.on span::before {
    opacity: 1;
  }
  .gy1f {
    width: 100%;
    margin-top: 12%;
  }
  .gy1fa {
    width: 170%;
    margin-left: -35%;
    margin-top: 8%;
  }
  .gy1fb {
    width: 100%;
  }
  .gy1fb_a {
    width: 100%;
  }
  .gy1fb_a img {
    width: 110px;
    margin: 0 auto;
  }
  .gy1fb_a p {
    text-align: center;
    font-size: 0.73rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    width: 100%;
    margin-top: 12px;
  }
  .gy1f_ul {
    display: none;
    margin: 0 auto;
    margin-top: 52px;
  }
  .gy1f_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #d3eabf;
    margin: 0 22.5px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .gy1f_ul li.on {
    background-color: #6eb92b;
  }

  /*我们的方法Our Approaches*/
  .gy2a {
    width: 100%;
    margin-top: 10%;
  }
  .gy2a_w {
    width: 100%;
    margin-top: 8%;
  }
  .gy2a_w h6 {
    font-size: 1rem;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
  }
  .gy2a_w h6 span {
    color: #6eb92b;
  }
  .gy2a_w > span {
    display: block;
    width: 70px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 4%;
  }
  .gy2a_w p {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    margin-top: 4%;
    text-align: justify;
  }
  .gy2a_w p span {
    font-family: mb;
    color: #222222;
  }
  .gy2a_t {
    width: 100%;
    position: relative;
  }
  .gy2a_ta {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .gy2a_ta.onx {
    opacity: 1;
    transition: all ease 0.3s;
  }
  .gy2a_ta:nth-child(1) {
    position: relative;
  }
  .gy2a_ta img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .gy2a_ta p {
    width: 78%;
    text-align: center;
    position: absolute;
    bottom: 0;
    height: 55px;
    font-size: 1rem;
    color: #fff;
    font-family: ml;
    left: 11%;
  }
  .gy2a_z {
    background-image: url(../img/g50.png);
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    position: absolute;
    left: 3%;
    bottom: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy2a_z:hover {
    background-image: url(../img/g50-1.png);
  }
  .gy2a_y {
    background-image: url(../img/g51.png);
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    position: absolute;
    right: 3%;
    bottom: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .gy2a_y:hover {
    background-image: url(../img/g51-1.png);
  }
  .gy2b {
    width: 100%;
    margin-top: 10%;
  }
  .gy2b_t {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .gy2b_t img {
    width: 100%;
  }
  .gy2b .gy2a_w {
    width: 100%;
  }
  .gy2c {
    width: 100%;
    margin-top: 10%;
  }
  .gy2c_t {
    width: 100%;
  }
  .gy2c_t img {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .gy2d {
    width: 101.466%;
    margin-left: -0.733%;
  }
  .gy2d .gy1b_a .gy1b_at {
    width: 42px;
  }
  .gy2d .gy1b_a p {
    width: calc(92% - 42px);
  }
  .gy2a_w > h5 {
    width: 100%;
    height: 46px;
    border: 1px solid #6eb92b;
    background-color: transparent;
    text-align: center;
    transition: all ease 0.3s;
    line-height: 46px;
    border-radius: 26px;
    margin-top: 5%;
  }
  .gy2a_w > h5 a {
    font-size: 0.8rem;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .gy2a_w > h5:hover {
    background-color: #6eb92b;
    transform: translateY(-5px);
  }
  .gy2a_w > h5:hover a {
    color: #fff;
  }

  /*我们的文化Our Culture*/
  .gy3c {
    width: 100%;
    margin-top: 12%;
  }
  .gy3ca {
    width: 200%;
    margin-left: -50%;
    margin-top: 6%;
  }
  .gy3cb_a {
    width: 100%;
  }
  .gy3cb_at {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }
  .gy3cb_at iframe {
    background-size: 100% 100%;
  }
  .gy3cb_at img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .gy3cb_at video {
    width: 100%;
    transition: all ease 0.3s;
    display: block;
    background-color: #000;
    min-height: 133px;
  }
  .gy3cb_at video::-webkit-media-controls-panel {
    width: 100%;
    background-size: 0;
  }
  .gy3cb_a p {
    text-align: center;
    font-size: 0.73rem;
    color: #666666;
    font-family: ml;
    line-height: 20px;
    margin-top: 10px;
  }
  .gy3c_ul {
    display: none;
    margin: 0 auto;
    margin-top: 47px;
  }
  .gy3c_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #d3eabf;
    margin: 0 22.5px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .gy3c_ul li.on {
    background-color: #6eb92b;
  }
  .gy3cb_a:hover .gy3cb_at img {
    transform: scale(1.05);
  }

  /*案例cases*/
  .all {
    width: 100%;
    margin-top: 2%;
  }
  .list {
    overflow: auto;
  }
  .alla {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 20px;
    margin-top: 8%;
    overflow: hidden;
    cursor: pointer;
    transition: all ease 0.3s;
  }
  .alla_t {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 9rem;
  }
  .alla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .alla_w {
    width: 100%;
    padding: 7%;
  }
  .alla_w h5 {
    font-size: 0.95rem;
    color: #000000;
    font-family: mb;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .alla_w p {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
  .alla_w h6 {
    font-size: 0.82rem;
    color: #000000;
    font-family: mb;
    line-height: 13px;
    transition: all ease 0.3s;
    margin-top: 12px;
  }
  .alla_w h6 img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 18px;
    transition: all ease 0.3s;
    opacity: 0;
  }
  .alla:hover {
    background-color: #f8fbf4;
  }
  .alla:hover .alla_t img {
    transform: scale(1.05);
  }
  .alla:hover .alla_w h6 {
    color: #6eb92b;
  }
  .alla:hover .alla_w h6 img {
    opacity: 1;
    margin-left: 12px;
  }
  .more {
    margin-top: 10%;
  }
  .more a {
    width: 160px;
    height: 48px;
    text-align: center;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin: 0 auto;
    line-height: 44px;
    font-size: 1rem;
    color: #6eb92b;
    font-family: mb;
    display: block;
  }
  .more p {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
    display: block;
    text-align: center;
  }
  .altc {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    z-index: 999;
    overflow: auto;
    display: none;
  }
  .altc::-webkit-scrollbar-track-piece {
    width: 0px;
  }
  .altc::-webkit-scrollbar {
    width: 0px;
  }
  .altc::-webkit-scrollbar-thumb {
    width: 0px;
  }
  .altca {
    width: 275px;
    margin: 0 auto;
    margin-top: 50px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
  }
  .altcb {
    width: 100%;
    background-color: #f8f8f8;
    padding-bottom: 30px;
    border-radius: 18px;
  }
  .altcb_t {
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
  }
  .altcb_t img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .altcb_t img.imga {
    opacity: 1;
  }
  .altcb_t img:nth-child(1) {
    position: relative;
  }
  .altcb_t_l {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    left: 2%;
    z-index: 100;
  }
  .altcb_t_l img {
    opacity: 1;
  }
  .altcb_t_r {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: 2%;
    z-index: 100;
  }
  .altcb_t_r img {
    opacity: 1;
  }
  .altcb_tul {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 9%;
  }
  .altcb_tul li {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #f8f8f8;
    opacity: 0.3;
    margin: 0 10px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .altcb_tul li.on {
    background-color: #6eb92b;
    opacity: 1;
  }
  .altcb_w {
    width: 92%;
    margin: 0 auto;
    position: relative;
    z-index: 999;
  }
  .altcb_wa {
    width: 100%;
  }
  .altcb_wa h6 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
    margin-top: 43px;
  }
  .altcb_wa h5 {
    font-size: 0.85rem;
    color: #6eb92b;
    font-family: mb;
    margin-top: -63px;
  }
  .altcb_wa h3 {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 28px;
    border: 2px solid #6eb92b;
    font-size: 0.73rem;
    color: #666666;
    text-align: center;
    font-family: ml;
    border-radius: 18px;
    margin-top: 35px;
  }
  .altcb_wa p {
    font-size: 0.78rem;
    color: #666666;
    line-height: 22px;
    font-family: ml;
    margin-top: 52px;
  }
  .altcb_wb {
    width: 100%;
    margin-top: 15px;
  }
  .altcb_wb h6 {
    font-size: 1.05rem;
    color: #000000;
    font-weight: bold;
    font-family: mb;
  }
  .altcb_wba {
    width: 30%;
    margin-top: 19px;
    margin-left: 5%;
  }
  .altcb_wba:nth-child(3n + 2) {
    margin-left: 0;
  }
  .altcb_wbat {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .altcb_wbat img {
    width: 100%;
    transition: all ease 0.3s;
    height: 6rem;
  }
  .altcb_wba p {
    font-size: 0.7rem;
    color: #000000;
    font-family: ml;
    text-align: center;
    margin-top: 17px;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .altcb_wba:hover .altcb_wbat img {
    transform: scale(1.05);
  }
  .altcb_wba:hover p {
    color: #6eb92b;
  }
  .altc_z {
    background-image: url(../img/g59.png);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: fixed;
    left: 0%;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .altc_z:hover {
    background-image: url(../img/g59-1.png);
  }
  .altc_y {
    background-image: url(../img/g60.png);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: fixed;
    right: 0%;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .altc_y:hover {
    background-image: url(../img/g60-1.png);
  }
  .guanb {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 28px;
  }
  .guanb img {
    width: 100%;
  }

  /*联系我们Contact US*/
  .nei_lx {
    width: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
    padding-top: 40px;
  }
  .lxya {
    width: 100%;
    margin-top: 8%;
  }
  .lxsj {
    width: 100%;
    overflow-x: auto;
  }
  .lxyb {
    width: 260%;
    margin-top: 6%;
    position: relative;
  }
  .lxyb > img {
    width: 100%;
    mix-blend-mode: multiply;
  }
  .lxyba {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .lxyba_a {
    width: 11px;
    position: absolute;
    cursor: pointer;
    height: 11px;
  }
  .lxyba_a span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6eb92b;
    display: block;
    transition: all ease 0.3s;
  }
  .lxyba_a p {
    font-size: 0.6rem;
    color: #000000;
    font-family: ml;
    width: 200px;
    position: relative;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    line-height: 10px;
    margin-top: 2px;
    transition: all ease 0.3s;
  }
  .lxyba_1 {
    top: 38.59%;
    left: 16.08%;
  }
  .lxyba_2 {
    top: 51.845%;
    left: 16.432%;
  }
  .lxyba_3 {
    bottom: 13.91%;
    left: 30.828%;
  }
  .lxyba_4 {
    bottom: 22.812%;
    left: 33.988%;
  }
  .lxyba_5 {
    top: 26.342%;
    left: 45.22%;
  }
  .lxyba_6 {
    top: 32.55%;
    left: 48.244%;
  }
  .lxyba_7 {
    top: 37.583%;
    left: 48.665%;
  }
  .lxyba_8 {
    top: 28.18%;
    left: 51.404%;
  }
  .lxyba_9 {
    top: 34.395%;
    left: 52.668%;
  }
  .lxyba_10 {
    top: 39.429%;
    right: 45.014%;
  }
  .lxyba_11 {
    top: 31.208%;
    right: 43.328%;
  }
  .lxyba_12 {
    top: 54.02%;
    right: 30.266%;
  }
  .lxyba_13 {
    top: 52.34%;
    right: 26.755%;
  }
  .lxyba_14 {
    top: 58.38%;
    right: 24.08%;
  }
  .lxyba_15 {
    bottom: 13.57%;
    right: 15.51%;
  }
  .lxybx {
    width: 23px;
    position: absolute;
    top: 42.11%;
    right: 22.4%;
  }
  .lxybx img {
    width: 100%;
  }
  .lxybx p {
    font-size: 12px;
    color: #000000;
    font-family: mb;
    width: 100px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    line-height: 10px;
    margin-top: 6px;
    text-align: center;
  }

  .lxyca h5 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
  }
  .lxyca h6 {
    background-image: url(../img/g63.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 30px;
    font-size: 0.82rem;
    color: #000000;
    font-family: mb;
    margin-top: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.6px;
  }
  .lxyca h6 a {
    font-size: 0.82rem;
    color: #000000;
    font-family: mb;
  }
  .lxyca h6 span {
    display: block;
    opacity: 0;
    height: 5px;
  }
  .lxyca p {
    background-image: url(../img/g64.png);
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding-left: 30px;
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    margin-top: 20px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 24px;
  }
  .lxyca p a {
    font-size: 0.85rem;
    font-weight: bold;
    color: #000000;
    font-family: ml;
  }
  .lxyca p span {
    display: block;
    opacity: 0;
    height: 5px;
  }
  .lxyca p.pa {
    background-image: url(../img/g65.png);
    background-position: left top 2px;
    font-size: 0.85rem;
    letter-spacing: 0;
  }
  .lxyd {
    width: 100%;
    background-image: url(../img/g35.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10% 0;
  }
  .lxyd h6 {
    text-align: center;
    font-size: 1.15rem;
    color: #fff;
    font-family: mb;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .lxyd p {
    width: 210px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background-color: #6eb92b;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 8%;
    transition: all ease 0.3s;
  }
  .lxyd p a {
    font-size: 0.85rem;
    color: #fff;
    font-family: ml;
    display: block;
  }
  .lxyd p:hover {
    transform: translateY(-6px);
  }
  .lxye {
    width: 100%;
    padding-top: 12%;
    background-color: #fff;
  }
  .lxye .bt p {
    text-align: left;
    margin-left: 0;
  }
  .lxye .bt span {
    margin-left: 0;
  }
  .lxyea {
    width: 100%;
    margin-top: 14px;
  }
  .lxyea .input1 {
    width: 100%;
    display: block;
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    border-bottom: 2px solid #e5e5e5;
    height: 42px;
    line-height: 42px;
    margin-top: 12px;
    font-weight: bold;
  }
  .lxyea select {
    width: 100%;
    display: block;
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    border-bottom: 2px solid #e5e5e5;
    height: 42px;
    line-height: 42px;
    margin-top: 12px;
    font-weight: bold;
    background-image: url(../img/g66.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
  }
  .lxyea_a {
    width: 100%;
  }

  .lxyea_a p {
    line-height: 42px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
  }
  .lxyea_a textarea {
    height: 200px;
    line-height: 24px;
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    padding: 20px;
    background-color: #f8f8f8;
    width: 100%;
  }
  .lxyea_b {
    margin-top: 10px;
    float: none;
  }
  .lxyea_b p {
    font-size: 0.8rem;
    color: #000000;
    line-height: 32px;
    font-family: ml;
    font-weight: bold;
    float: left;
  }
  .lxyea_b input.lxyea_ba {
    width: 80px;
    height: 36px;
    border-radius: 26px;
    background-color: #f7f7f7;
    line-height: 36px;
    text-align: center;
    font-size: 0.8rem;
    color: #000000;
    display: block;
    float: left;
    margin-bottom: 8px;
    margin-left: 10px;
  }
  .lxyea_b img {
    width: 80px;
    height: 36px;
    float: left;
    margin-left: 10px;
    cursor: pointer;
  }
  .lxyea_c {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    float: none;
  }
  .lxyea_c input {
    width: 120px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    border: 2px solid #6eb92b;
    font-size: 0.85rem;
    color: #6eb92b;
    font-family: mb;
    float: left;
    border-radius: 32px;
    background-color: #fff;
    transition: all ease 0.3s;
    margin: 0 10px;
  }
  .lxyea_c input.lxyea_ca {
    background-color: #6eb92b;
    color: #fff;
  }
  .lxyea_b input.lxyea_bb {
    -webkit-appearance: checkbox;
    position: relative;
    top: 4px;
  }
  .lxyea_b label {
    font-size: 0.6rem;
    color: #000000;
    font-family: ml;
    padding-left: 8px;
    font-weight: bold;
  }
  .lxyea_b label a {
    color: #6eb92b;
    font-family: mb;
    font-size: 0.6rem;
  }
  .lxyea_c input:hover {
    transform: translateY(-6px);
  }

  /*经销商distributor*/
  .jxsa {
    width: 100%;
    margin-top: 10%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10%;
  }
  .jxsa .bt {
    float: none;
  }
  .jxsb {
    width: 100%;
    margin-top: 6%;
  }
  .jxsb h2 {
    font-size: 1.05rem;
    color: #000000;
    font-family: ml;
    line-height: 18px;
  }
  .jxsb p {
    font-size: 0.82rem;
    color: #666666;
    font-family: ml;
    margin-top: 10px;
    line-height: 24px;
  }
  .jxsb p a {
    font-size: 0.82rem;
    color: #000000;
    font-family: mb;
  }
  .jxsb select {
    width: 100%;
    line-height: 46px;
    height: 50px;
    border: 2px solid #6eb92b;
    padding-left: 25px;
    border-radius: 30px;
    margin-top: 20px;
    font-size: 1rem;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
    background-image: url(../img/g68.png);
    background-repeat: no-repeat;
    background-position: right 23px center;
    background-color: transparent;
  }
  .jxsc {
    width: 100%;
    margin-bottom: -5%;
  }
  .jxsd {
    width: 100%;
  }
  .jxsda {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding-top: 8%;
    margin-bottom: 8%;
    padding-left: 5%;
  }
  .jxsda > a {
    width: 140px;
  }
  .jxsda > a img {
    width: 60%;
  }
  .jxsda_w {
    width: 100%;
    margin-top: 6%;
    float: none;
  }
  .jxsda_w h5 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
    line-height: 17px;
    margin-bottom: 15px;
  }
  .jxsda_w p {
    background-image: url(../img/g69.png);
    background-repeat: no-repeat;
    background-position: left top 5px;
    padding-left: 32px;
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 26px;
    margin-top: 16px;
    letter-spacing: 1px;
  }
  .jxsda_w p a {
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .jxsda_w p span {
    display: block;
    color: #cacaca;
    text-align: center;
    width: 32px;
    opacity: 0;
    height: 0;
  }
  .jxsda_w p b {
    color: #000000;
    font-family: mb;
  }
  .jxsda_w p.pa {
    background-image: url(../img/g63.png);
    background-position: left top 7px;
  }
  .jxsda_w p.pb {
    background-image: url(../img/g64.png);
    background-position: left top 4px;
    letter-spacing: -1px;
  }
  .jxsda_w p.pc {
    display: block;
    background-image: url(../img/g65.png);
    background-position: left top 4px;
    letter-spacing: 0.4px;
  }

  /*隐私Privacy*/
  .ysy {
    width: 90%;
    margin: 0 auto;
    margin-top: 26%;
  }
  .ysy h6 {
    font-size: 1.3rem;
    color: #000000;
    font-family: mb;
    margin-bottom: 6%;
  }
  .ysy h6 span {
    color: #6eb92b;
  }
  .ysy h1 {
    font-size: 1.3rem;
    color: #000000;
    font-family: mb;
    margin-bottom: 6%;
  }
  .ysy h1 span {
    color: #6eb92b;
  }
  .ysy p {
    position: relative;
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    text-align: justify;
  }
  .ysy p span {
    font-size: 0.95rem;
    color: #000000;
    font-family: mb;
    display: inline-block;
    margin-top: 8%;
  }
  .ysy p span:nth-child(1) {
    margin-top: 0;
  }

  /*下载download*/
  .fenl_xz {
    overflow: auto;
  }
  .fenl_xz .commen {
    width: 127%;
  }
  .xzss {
    width: 100%;
    height: 52px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin-top: 8%;
    float: left;
  }
  .xzss .inputa {
    font-size: 0.82rem;
    color: #7f7f7f;
    font-family: ml;
    width: 80%;
    line-height: 48px;
    padding-left: 22px;
    border-radius: 30px;
  }
  .xzss .inputb {
    background-image: url(../img/g70.png);
    width: 52px;
    height: 52px;
    background-size: 100% 100%;
    float: right;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -2px;
    margin-right: -2px;
  }
  .xzya {
    width: 100%;
    margin-top: 8%;
  }
  .xzya_a {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .xzya_a h6 {
    float: left;
    font-size: 0.82rem;
    color: #000000;
    font-family: ml;
    line-height: 52px;
    max-width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.3s;
    font-weight: bold;
  }
  .xzya_a p {
    float: left;
    width: 60px;
    height: 26px;
    border-radius: 12px;
    border: 1px solid #6eb92b;
    text-align: center;
    line-height: 24px;
    margin-top: 12px;
    margin-left: 5%;
    font-size: 0.7rem;
    color: #6eb92b;
  }
  .xzya_a img {
    float: right;
    margin-top: 23px;
  }
  .xzya_a:hover h6 {
    color: #6eb92b;
    margin-left: 8px;
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 8%;
  }
  .ym p {
    margin: 0 3px;
    transition: all ease 0.3s;
    float: left;
  }
  .ym p a {
    width: 30px;
    height: 30px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    font-size: 0.85rem;
    color: #000000;
    display: block;
    transition: all ease 0.3s;
  }
  .ym span {
    float: left;
    margin: 0 0px;
    font-size: 0.82rem;
    color: #000000;
    display: block;
  }
  .ym p.a a {
    background-image: url(../img/g72.png);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
  }
  .ym p.a:hover a {
    background-image: url(../img/g72-1.png);
  }
  .ym p.b a {
    background-image: url(../img/g73.png);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: center;
  }
  .ym p.b:hover a {
    background-image: url(../img/g73-1.png);
  }
  .ym p:hover a {
    color: #fff;
    background-color: #6eb92b;
    border-color: #6eb92b;
  }
  .ym p.on a {
    color: #fff;
    background-color: #6eb92b;
    border-color: #6eb92b;
  }
  .ym h6 {
    float: left;
    font-size: 0.8rem;
    color: #000000;
    font-family: ml;
    line-height: 30px;
    font-weight: bold;
    margin-left: 3px;
  }
  .ym input.inputa {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0.82rem;
    color: #000;
    line-height: 30px;
    text-align: center;
    margin: 0 3px 0 6px;
    background-color: #f8f8f8;
    display: block;
    float: left;
  }
  .ym input.inputb {
    font-size: 0.82rem;
    color: #6eb92b;
    line-height: 30px;
    font-family: mb;
    float: left;
    display: block;
    background-color: transparent;
    cursor: pointer;
  }

  /*加入我们join*/
  .jrya {
    width: 100%;
    margin-top: 10%;
  }
  .jrya_w {
    width: 100%;
    margin-top: 8%;
  }
  .jrya_w h6 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
    letter-spacing: 1px;
  }
  .jrya_w h6 span {
    color: #6eb92b;
  }
  .jrya_w h2 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
    letter-spacing: 1px;
  }
  .jrya_w h2 span {
    color: #6eb92b;
  }
  .jrya_w > span {
    display: block;
    width: 70px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 15px;
  }
  .jrya_w p {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    margin-top: 4%;
    text-align: justify;
  }
  .jrya_t {
    width: 100%;
  }
  .jrya_t img {
    width: 100%;
  }
  .jryb {
    width: 100%;
    margin-top: 12%;
  }
  .jryb .bta p {
    text-transform: capitalize;
  }
  .jryb_a {
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 8%;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0 20px 10px;
  }
  .jryb_a p {
    float: left;
    font-size: 0.83rem;
    color: #000000;
    font-family: mb;
    line-height: 24px;
  }
  .jryb_a p:nth-child(1) {
    width: 32%;
  }
  .jryb_a p:nth-child(2) {
    width: 24%;
  }
  .jryb_a p:nth-child(3) {
    width: 43%;
  }
  .jryc {
    width: 100%;
  }
  .jryca {
    width: 100%;
  }
  .jryca_a {
    width: 100%;
    background-color: #ffffff;
    padding-left: 10px;
    cursor: pointer;
    padding: 20px 0 20px 10px;
  }
  .jryca:nth-child(2n) .jryca_a {
    background-color: #f2f2f2;
  }
  .jryca_a p {
    float: left;
    line-height: 150%;
    font-size: 0.78rem;
    color: #000000;
    font-family: ml;
    padding: 2% 0;
  }
  .jryca_a p:nth-child(1) {
    width: 32%;
  }
  .jryca_a p:nth-child(2) {
    width: 24%;
  }
  .jryca_a p:nth-child(3) {
    width: 36.24%;
  }
  .jryca_a img {
    float: left;
    margin-top: 4px;
    transition: all ease 0.3s;
  }
  .jryca_b {
    width: 100%;
    background-color: #f8f8f8;
    padding: 2% 6% 6% 6%;
    display: none;
  }
  .jryca_b h6 {
    font-size: 0.95rem;
    color: #000000;
    font-family: mb;
    margin-top: 20px;
  }
  .jryca_b p {
    font-size: 0.78rem;
    color: #666666;
    font-family: ml;
    margin-top: 10px;
    width: 100%;
    line-height: 22px;
  }
  .jryca_b h5 {
    max-width: 310px;
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    transition: all ease 0.3s;
  }
  .jryca_b h5 a {
    font-size: 0.88rem;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
    display: block;
  }
  .jryca_b span {
    display: block;
    text-align: center;
    font-size: 0.72rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 14px;
    margin-top: 18px;
    letter-spacing: 0.6px;
  }
  .jryca_b span a {
    font-family: mb;
    color: #6eb92b;
    font-size: 0.76rem;
  }
  .jryca_b h5:hover {
    background-color: #6eb92b;
    transform: translateY(-5px);
  }
  .jryca_b h5:hover a {
    color: #fff;
  }

  /*媒体列表页MEDIA list*/
  .fenl_xw .commen {
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .fenl_xw .commen h1 {
    margin: 0 30px;
  }
  .fenl_xw .commen p {
    margin: 0 30px;
  }
  .xwl {
    width: 100%;
  }
  .xwla {
    width: 100%;
    margin-top: 10%;
  }
  .xwla_t {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
    height: auto;
  }
  .xwla_w {
    width: 100%;
    margin-top: 6%;
  }
  .xwla_w h6 {
    font-size: 0.9rem;
    color: #11131f;
    line-height: 15px;
    opacity: 0.5;
  }
  .xwla_w h3 {
    font-size: 0.9rem;
    color: #11131f;
    line-height: 15px;
    opacity: 0.5;
  }
  .xwla_w h5 {
    font-size: 1rem;
    color: #000000;
    font-family: mb;
    line-height: 25px;
    height: 25px;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;white-space: normal;overflow: hidden;
    margin-top: 10px;
    transition: all ease 0.3s;
  }
  .xwla_w p {
    font-size: 0.75rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 10px;
  }
  .xwla_w span {
    font-size: 1rem;
    color: #000000;
    font-family: mb;
    margin-top: 20px;
    display: block;
    transition: all ease 0.3s;
    display: none;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.05);
  }
  .xwla:hover .xwla_w h5 {
    color: #6eb92b;
  }
  .xwla:hover .xwla_w span {
    color: #6eb92b;
  }

  /*新闻内页*/
  .xwna {
    width: 100%;
    margin-top: 12%;
  }
  .xwna_a {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
  }
  .xwna_a p {
    font-size: 0.9rem;
    color: #11131f;
    font-family: ml;
    line-height: 17px;
  }
  .xwna_a h1 {
    font-size: 1.15rem;
    color: #000000;
    font-family: mb;
    margin-top: 12px;
  }
  .xwna_a h3 {
    font-size: 0.8rem;
    color: #11131f;
    font-family: ml;
    line-height: 17px;
    margin-top: 10px;
  }
  .xwna_b {
    width: 100%;
  }
  .xwna_b p {
    font-size: 0.8rem;
    color: #666666;
    line-height: 23px;
    margin-top: 6%;
    font-family: ml;
    text-align: justify;
  }
  .xwna_b img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 6%;
  }
  .xwna_c {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin-top: 4%;
    padding-top: 6%;
  }
  .xwna_c p {
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all ease 0.3s;
  }
  .xwna_c p a {
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
  }
  .xwna_c p:hover {
    color: #6eb92b;
    font-family: mb;
  }
  .xwna_c p:hover a {
    color: #6eb92b;
    font-family: mb;
  }
  .fenx {
    width: 100%;
    margin-top: 10%;
  }
  .fenx p {
    float: left;
    line-height: 24px;
    font-family: ml;
    font-weight: bold;
    font-size: 1rem;
    color: #c8c8c8;
  }
  .fxa {
    width: 30px;
    height: 24px;
    position: relative;
    margin-left: 8px;
    margin-right: 3px;
  }
  .fxa img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .fxa img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .fxa:hover .t2 {
    opacity: 1;
  }
  .fxa:hover .t1 {
    opacity: 0;
  }

  /*产品列表页PRODUCT list*/
  .cpl {
    width: 100%;
    margin-bottom: -12%;
  }
  .cplz {
  }
  .cplz_a {
    margin-bottom: 14px;
  }
  .cplz_a h6 {
    line-height: 68px;
    padding: 0 30px 0 30px;
    margin-left: -30px;
    transition: all ease 0.3s;
    background-color: #fff;
    display: inline-block;
    border-radius: 34px;
  }
  .cplz_a h6 a {
    font-size: 18px;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .cplz_a p {
    line-height: 45px;
    display: none;
    padding: 25px 0 18px;
  }
  .cplz_a p a {
    font-size: 16px;
    color: #666666;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .cplz_a.on h6 {
    background-color: #fef7f7;
  }
  .cplz_a.on h6 a {
    font-family: mb;
    color: #6eb92b;
  }
  .cplz_a.on p {
    display: block;
  }
  .cplz_a p a.ona {
    color: #6eb92b;
  }
  .cplz_a p a:hover {
    color: #6eb92b;
  }
  .cply {
    width: 100%;
  }
  .cplya {
    width: 100%;
    padding-top: 3%;
  }
  .cplya:nth-child(1) {
    border: none;
  }
  .cplya_a {
    width: 100%;
    margin-bottom: 10%;
  }
  .cplya_a p {
    font-size: 1.3rem;
    color: #000000;
    font-family: mb;
    line-height: 23px;
    text-transform: uppercase;
  }
  .cplya_a span {
    width: 70px;
    height: 5px;
    background-color: #6eb92b;
    display: block;
    margin-top: 20px;
  }
  .cplya_b {
    width: 100%;
  }
  .cplya_b > h6 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
    margin-top: 12px;
    margin-bottom: 4%;
  }
  .cplya_ba {
    width: 50%;
    background-color: #fff;
    padding: 5% 0;
    border-radius: 20px;
    transition: all ease 0.3s;
    position: relative;
  }
  .cplya_ba h6 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.88rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
  }
  .cplya_bap {
    display: table;
    margin: 0 auto;
    margin-top: 6px;
    height: 26px;
    overflow: hidden;
  }
  .cplya_bap p {
    line-height: 24px;
    background-color: #f8f8f8;
    border-radius: 12px;
    font-size: 0.53rem;
    color: #666666;
    font-family: ml;
    padding: 0 6px;
    margin: 0 2px;
    float: left;
  }
  .cplya_ba a > img {
    width: 66%;
    margin: 0 auto;
    margin-top: 3%;
    transition: all ease 0.3s;
  }
  .cplya_ba a > p {
    text-align: center;
    font-size: 0.8rem;
    color: #6eb92b;
    font-family: mb;
    margin-top: 10px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cplya_ba a > p img {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 12px;
  }
  .cplya_ba:hover {
    background-color: #fafafa;
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.05);
    z-index: 2;
  }
  .cplya_ba:hover a > p {
    opacity: 1;
  }
  .cplya_ba:hover a > img {
    transform: scale(1.05);
  }

  /*产品内页PRODUCT*/
  .cpna {
    width: 100%;
    background-image: url(../img/g47.jpg);
    margin-top: 64px;
    background-size: cover;
    padding: 8% 0;
  }
  .cpna_a {
    margin-top: 5%;
    float: none;
  }
  .cpna_a h6 {
    font-size: 0.95rem;
    color: #fff;
    font-family: ml;
  }
  .cpna_a h5 {
    font-size: 1.6rem;
    color: #fff;
    font-family: meb;
    text-transform: uppercase;
    margin-top: 18px;
  }
  .cpna_a p {
    float: left;
    line-height: 30px;
    background-color: rgba(248, 248, 248, 0.3);
    font-size: 0.73rem;
    color: #fff;
    border-radius: 15px;
    margin-left: 12px;
    padding: 0 12px;
    margin-top: 5%;
  }
  .cpna_a p:nth-child(3) {
    margin-left: 0;
  }
  .cpna_t {
    width: 45%;
    margin: 0 auto;
    float: none;
  }
  .cpna_t img {
    width: 100%;
  }
  .nei_cp {
    background-color: #fafafa;
    padding-top: 1px;
    overflow: hidden;
  }
  .cpnb {
    width: 100%;
    margin-top: 10%;
    padding-bottom: 5%;
  }
  .cpnba {
    width: 200%;
    margin-left: -50%;
    margin-top: 8%;
  }
  #swiper_cp1 {
    padding-bottom: 5%;
  }
  .cpnba_a {
    width: 100%;
    min-height: 240px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 7% 0 7%;
    transition: all ease 0.3s;
  }
  .cpnba_a h6 {
    font-size: 0.95rem;
    color: #000000;
    font-family: mb;
  }
  .cpnba_a span {
    display: block;
    width: 44px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 22px;
    margin-bottom: 20px;
  }
  .cpnba_a p {
    font-size: 0.8rem;
    color: #000000;
    font-family: ml;
    margin-top: 14px;
    font-weight: bold;
  }
  .cpnba_a:hover {
    background-color: #f3f7ef;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  }
  .cpnc {
    width: 100%; /*background-image: url(../img/g48.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 10% 0;
    margin-bottom: 10%;
  }
  .cpnc .bt p {
    color: #fff;
    font-size: 1.2rem;
  }
  .cpnc_a {
    width: 100%;
    margin-top: 20px;
  }
  .cpnc_a h6 {
    text-align: center;
    font-size: 1.05rem;
    color: #fff;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .cpnc_a p {
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    font-family: ml;
    line-height: 22px;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 12px;
  }
  .cpnd {
    width: 100%;
    margin-top: 10%;
    overflow: hidden;
  }
  .cpnd_t {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .cpnd_t video {
    width: 100%;
  }
  .cpnd_t img {
    width: 100%;
  }
  .cpnd_w {
    width: 100%;
    margin-top: 6%;
  }
  .cpnd_w h5 {
    font-size: 1.15rem;
    color: #333333;
    font-family: mb;
    text-transform: uppercase;
  }
  .cpnd_w h5 span {
    color: #6eb92b;
  }
  .cpnd_w h6 {
    font-size: 0.95rem;
    color: #000000;
    font-family: mb;
    margin-top: 21px;
  }
  .cpnd_w p {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    margin-top: 10px;
  }
  .cpne {
    width: 100%;
    margin-top: 10%;
    overflow: hidden;
    background-image: url(../img/g51.jpg);
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: top center;
    padding-top: 12%;
  }
  .cpne .bt p {
    font-size: 1.05rem;
  }
  .cpnea {
    width: 100%;
    background-color: #fafafa;
    border-radius: 20px;
    margin-top: 6%;
  }
  .cpnea_a {
    padding: 7%;
    width: 100%;
    border-radius: 20px;
  }
  .cpnea_a h6 {
    font-size: 0.95rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .cpnea_a > span {
    display: block;
    width: 40px;
    height: 3px;
    background-color: #6eb92b;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .cpnea_a p {
    margin-top: 6px;
  }
  .cpnea_a p a {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .cpnea_a p a m {
    width: 5px;
    height: 5px;
    background-color: #6eb92b;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: -3px;
  }
  .cpnea_a p a span {
    display: inline-block;
    margin-left: 20px;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpnea_a p:hover a {
    color: #6eb92b;
  }
  .cpnea_a p:hover a span {
    opacity: 1;
    margin-left: 15px;
  }
  .cpnea_b {
    background-color: #ecf3e5;
  }
  .cpnea_b h6 {
    color: #6eb92b;
  }
  .cpxz {
    width: 100%;
    overflow: hidden;
    margin-top: 10%;
  }
  .cpxza {
    width: 100%;
    margin-top: 6%;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
  }
  .cpxza p {
    width: auto;
    text-align: center;
    font-size: 0.8rem;
    color: #000000;
    font-family: ml;
    line-height: 44px;
    position: relative;
    float: left;
    cursor: pointer;
    transition: all ease 0.3s;
    font-weight: bold;
    margin: 0 5px;
  }
  .cpxza p::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    bottom: -1px;
    height: 3px;
    background-color: #6eb92b;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpxza p.on {
    color: #6eb92b;
    font-family: mb;
  }
  .cpxza p.on::after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .cpxzb {
    width: 100%;
    margin-top: 18px;
  }
  .cpxzc {
    width: 100%;
  }
  .fanh {
    width: 300px;
    height: 52px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10%;
    border-radius: 30px;
    border: 2px solid #6eb92b;
    transition: all ease 0.3s;
  }
  .fanh a {
    font-size: 0.92rem;
    color: #6eb92b;
    display: block;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .fanh:hover {
    background-color: #6eb92b;
    transform: translateY(-6px);
  }
  .fanh:hover a {
    color: #fff;
  }

  /*常见问题FAQ*/
  .fenl_faq {
    overflow: auto;
  }
  .fenl_faq .commen {
    width: 206%;
  }
  .cjy {
    width: 100%;
    margin-top: 8%;
  }
  .cjya {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }
  .cjya_a {
    width: 100%;
    padding: 14px 0;
    cursor: pointer;
  }
  .cjya_a p {
    float: left;
    width: 90%;
    font-size: 0.88rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    line-height: 30px;
  }
  .cjya.on .cjya_a p {
    font-family: mb;
    color: #6eb92b;
  }
  .cjya_a span {
    display: block;
    float: right;
    background-image: url(../img/g66.png);
    width: 15px;
    height: 10px;
    background-size: 100% 100%;
    margin-top: 9px;
    transition: all ease 0.3s;
  }
  .cjya.on .cjya_a span {
    background-image: url(../img/g80.png);
  }
  .cjya_b {
    width: 100%;
    display: none;
    padding-bottom: 30px;
  }
  .cjya_b h6 {
    font-size: 0.92rem;
    color: #000000;
    font-family: mb;
    margin-top: 22px;
  }
  .cjya_b p {
    font-size: 0.78rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    margin-top: 10px;
  }
  .cjya_b p img {
    width: 100%;
  }
  /*解决方案Solutions*/
  .jjya {
    width: 100%;
    margin-top: 12%;
  }
  .jjyaa {
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8%;
    overflow: auto;
  }
  .jjyaa.pofx {
    transition: all 0.3s;
    position: fixed;
    top: 4%;
    z-index: 10;
    background-color: #fff;
    margin-top: 2%;
    border-bottom: 1px solid #dbdbdb;
  }
  .jjyaa_a {
    float: left;
    cursor: pointer;
  }
  .jjyaa_a img {
    width: 80px;
    margin: 0 auto;
  }
  .jjyaa_a p {
    width: 130%;
    margin-left: -15%;
    font-size: 0.7rem;
    color: #000000;
    font-family: mb;
    text-align: center;
    margin-top: 12px;
    transition: all ease 0.3s;
  }
  .jjyaa_a.on p {
    color: #6eb92b;
  }
  .jjyab {
    width: 100%;
    margin-top: 8%;
  }
  .jjyab_a {
    width: 100%;
    background-color: #f8f8f8;
    padding: 2% 6% 6% 6%;
    border-radius: 20px;
    position: relative;
  }
  .jjyab_a img {
    position: absolute;
    width: 40px;
    left: 12%;
    top: -20px;
  }
  .jjyab:nth-child(6) .jjyab_a img {
    left: 45%;
  }
  .jjyab:nth-child(8) .jjyab_a img {
    left: 79%;
  }
  .jjyab_a p {
    position: relative;
    width: 100%;
    font-size: 0.78rem;
    color: #3b3b3b;
    font-family: ml;
    float: left;
    padding-left: 20px;
    margin-top: 15px;
    font-weight: bold;
  }
  .jjyab_a p::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background-color: #6eb92b;
    border-radius: 50%;
    left: 0;
    top: 4px;
  }
  .jjyb {
    width: 100%;
    margin-top: 10%;
  }
  .jjybt {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
  }
  .jjybt img {
    width: 100%;
  }
  .jjybt video {
    width: 100%;
  }
  .jjybw {
    width: 100%;
    margin-top: 8%;
  }
  .jjybw h5 {
    font-size: 1.15rem;
    color: #6eb92b;
    font-family: mb;
  }
  .jjybw h5 br {
    display: none;
  }
  .jjybw h6 {
    font-size: 1rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .jjybw p {
    font-size: 0.8rem;
    color: #3b3b3b;
    font-family: ml;
    line-height: 22px;
    position: relative;
    padding-left: 22px;
    margin-top: 6px;
    font-weight: bold;
  }
  .jjybw p::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #6eb92b;
    border-radius: 50%;
    left: 0;
    top: 7px;
  }
  .jjyb1 .jjybw img {
    max-width: 100%;
    margin-top: 4%;
  }
  .jjybw table {
    width: 100%;
    margin-top: 5%;
  }
  .jjybw table tr {
    background-color: #f0f8e9;
  }
  .jjybw table tr:nth-child(2n) {
    background-color: #f8fbf4;
  }
  .jjybw table tr td {
    font-size: 0.7rem;
    color: #3b3b3b;
    font-family: ml;
    border-top: 2px solid #f8fbf4;
    height: 50px;
    padding-left: 10px;
  }
  .jjybw table tr td:last-child {
    padding-right: 10px;
  }
  .jjybw table tr td b {
    font-family: mb;
    font-size: 0.75rem;
  }
  .jjyc {
    width: 100%;
    margin-top: 10%;
    background-image: url(../img/g58.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 12% 0;
  }
  .jjyc .bt p {
    font-size: 1.05rem;
  }
  .jjyc .bta p {
    color: #000;
  }
  .jjyca {
    display: table;
    margin: 0 auto;
    margin-top: 4%;
  }
  .jjyca p {
    height: 42px;
    line-height: 42px;
    text-align: center;
    padding: 0 22px;
    font-size: 0.9rem;
    color: #333;
    font-family: ml;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 0 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: all ease 0.3s;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #6eb92b;
  }
  .jjyca p.on {
    background-color: #6eb92b;
    color: #fff;
  }
  .jjycb {
    width: 100%;
    position: relative;
    margin-top: 10%;
  }
  .jjycc {
    width: 80%;
    margin: 0 auto;
  }
  .jjycc img {
    width: 100%;
  }
  .jjycb_z {
    background-image: url(../img/g59.png);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: absolute;
    left: -1%;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .jjycb_z:hover {
    background-image: url(../img/g59-1.png);
  }
  .jjycb_y {
    background-image: url(../img/g60.png);
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
    position: absolute;
    right: -1%;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    transition: all ease 0.3s;
    z-index: 999;
  }
  .jjycb_y:hover {
    background-image: url(../img/g60-1.png);
  }
  .jjyd {
    width: 100%;
    background-image: url(../img/g59.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5% 0;
  }
  .jjyd .commen {
    overflow: hidden;
  }
  .jjyd_a {
    width: 50%;
    margin: 4% 0;
    float: left;
  }
  .jjyd_a img {
    width: 70%;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .jjyd_a h6 {
    text-align: center;
    font-size: 0.85rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    margin-top: 20px;
    transition: all ease 0.3s;
  }
  .jjyd_a p {
    display: table;
    margin: 0 auto;
    margin-top: 6px;
  }
  .jjyd_a p span {
    display: block;
    float: left;
    line-height: 22px;
    background-color: #f8f8f8;
    font-size: 0.55rem;
    color: #666666;
    padding: 0 6px;
    margin: 2px;
    border-radius: 11px;
  }
  .jjyd_a:hover img {
    transform: scale(1.05);
  }
  .jjyd_a:hover h6 {
    color: #6eb92b;
  }
  .jjye {
    width: 100%;
    margin-top: 10%;
  }
  .jjye .bta {
    float: none;
  }
  .jjye_m {
    margin-top: 8%;
  }
  .jjye_m p {
    margin: 0 auto;
    width: 180px;
    height: 50px;
    border: 2px solid #6eb92b;
    border-radius: 30px;
    text-align: center;
    line-height: 46px;
    transition: all ease 0.3s;
  }
  .jjye_m p a {
    font-size: 0.9rem;
    color: #6eb92b;
    font-family: ml;
    transition: all ease 0.3s;
    display: block;
    font-weight: bold;
  }
  .jjye_m p:hover {
    background-color: #6eb92b;
    transform: translateX(-6px);
  }
  .jjye_m p:hover a {
    color: #fff;
  }
  .jjyea {
    width: 220%;
    margin-left: -60%;
    margin-top: 8%;
  }
  .jjyeb {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .jjyeb_a {
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 20px;
    overflow: hidden;
    transition: all ease 0.3s;
  }
  .jjyeb_at {
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
    border-radius: 20px;
	position: relative;
  }
  .jjyeb_at img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform 0.5s ease;
    object-fit: cover;
    max-height: 100%;
  }
  .jjyeb_a h6 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.82rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
    padding: 0 5%;
  }
  .jjyeb_a:hover {
    background-color: #f8f8f8;
  }
  .jjyeb_a:hover .jjyeb_at img {
    transform: scale(1.05);
  }
  .jjyeb_a:hover h6 {
    color: #6eb92b;
    font-family: mb;
  }
  .jjye_ul {
    display: none;
    margin: 0 auto;
    margin-top: 67px;
  }
  .jjye_ul li {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #e5e5e5;
    margin: 0 23px;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .jjye_ul li.on {
    background-color: #6eb92b;
  }

  /*Support 支持*/
  .zcya {
    width: 100%;
    margin-top: 10%;
  }
  .zcya h6 {
    text-align: center;
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
    text-transform: uppercase;
  }
  .zcya h6 br {
    display: none;
  }
  .zcya h6 span {
    margin-left: 35%;
    display: block;
    width: 70px;
    height: 5px;
    background-color: #6eb92b;
    margin-top: 15px;
  }
  .zcya p {
    width: 100%;
    font-size: 0.8rem;
    color: #666666;
    line-height: 22px;
    font-family: ml;
    margin-top: 15px;
    text-align: justify;
  }
  .zcya img {
    width: 100%;
    margin-bottom: 6%;
    border-radius: 15px;
  }
  .zcyb {
    width: 100%;
    margin-top: 12%;
    margin-bottom: 10%;
  }
  .zcyb > p {
    text-align: center;
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    margin-top: 20px;
    line-height: 24px;
  }
  .zcyc {
    width: 100%;
    margin-top: 10%;
  }
  .zcyct {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
  }
  .zcyct img {
    width: 101%;
  }
  .zcycw {
    width: 100%;
    margin-top: 6%;
  }
  .zcycw h6 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
  }
  .zcycw p {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 24px;
    margin-top: 4%;
    margin-bottom: 5%;
  }
  .zcycw a {
    display: block;
    float: left;
    min-width: 80px;
    text-align: center;
    border: 2px solid #6eb92b;
    border-radius: 21px;
    height: 36px;
    line-height: 32px;
    font-size: 0.8rem;
    color: #6eb92b;
    margin-right: 10px;
    padding: 0 12px;
    font-family: ml;
    transition: all ease 0.3s;
  }
  .zcycw a:hover {
    background-color: #6eb92b;
    color: #fff;
    transform: translateY(-6px);
  }
  .zcyc1 {
    background-color: #fff;
  }
  .zcyc1 .zcycw a {
    margin-top: 1%;
    width: 100%;
  }
  .zcyc2 .zcycw a {
    min-width: 100%;
  }

  /*训练training*/
  .xlya {
    width: 100%;
    margin-top: 10%;
  }
  .xlyat {
    width: 100%;
  }
  .xlyat img {
    width: 100%;
  }
  .xlyaw {
    width: 100%;
    margin-top: 6%;
  }
  .xlyaw h6 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
  }
  .xlyaw p {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    margin-top: 5%;
    text-align: justify;
  }
  .xlyaw p a {
    font-size: 0.8rem;
    color: #666666;
    font-family: ml;
    line-height: 22px;
    transition: all ease 0.3s;
  }
  .xlyaw p a:hover {
    color: #6eb92b;
  }
  .xlyb {
    width: 140%;
    border-bottom: 3px solid #e5e5e5;
    margin-top: 10%;
  }
  .xlyb p {
    width: 33.333%;
    text-align: center;
    font-size: 0.88rem;
    color: #000000;
    font-family: ml;
    line-height: 30px;
    position: relative;
    float: left;
    cursor: pointer;
    transition: all ease 0.3s;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .xlyb p::after {
    position: absolute;
    content: "";
    width: 0%;
    left: 50%;
    bottom: -3px;
    height: 5px;
    background-color: #6eb92b;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .xlyb p.on {
    color: #6eb92b;
    font-family: mb;
  }
  .xlyb p.on::after {
    opacity: 1;
    width: 100%;
    left: 0;
  }
  .xlyc {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }
  .xlyca {
    width: 100%;
  }
  .xlyc_a {
    width: 100%;
  }
  .xlyc_aa {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
  }
  .xlyc_aa p {
    float: left;
    line-height: 50px;
    font-size: 0.9rem;
    color: #000000;
    font-family: ml;
    font-weight: bold;
    transition: all ease 0.3s;
  }
  .xlyc_aa span {
    display: block;
    float: right;
    background-image: url(../img/g66.png);
    width: 15px;
    height: 10px;
    background-size: 100% 100%;
    margin-top: 22px;
    transition: all ease 0.3s;
  }
  .xlyc_a.on .xlyc_aa {
    border: none;
  }
  .xlyc_a.on .xlyc_aa p {
    color: #6eb92b;
    font-family: mb;
  }
  .xlyc_a.on .xlyc_aa span {
    background-image: url(../img/g80.png);
  }
  .xlyc_ab {
    width: 100%;
    display: none;
  }
  .xlyc_ab .list {
    width: 100%;
    background-color: #f8f8f8;
  }
  .xlyc_ab1 {
    width: 92%;
    margin: 0 auto;
    border-top: 1px solid #dfdfdf;
    padding: 8% 0;
  }
  .xlyc_ab1:nth-child(1) {
    border: none;
  }
  .xlyc_abz {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .xlyc_abz h5 {
    font-size: 0.88rem;
    color: #6eb92b;
    font-family: mb;
    margin-bottom: 10px;
  }
  .xlyc_abz h4 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
    float: left;
    line-height: 26px;
  }
  .xlyc_abz h6 {
    width: 200px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #6eb92b;
    float: left;
    text-align: center;
    border-radius: 15px;
    font-size: 0.85rem;
    color: #6eb92b;
    font-family: ml;
    margin-bottom: 10px;
    margin-top: 9px;
  }
  .xlyc_abz p {
    font-size: 0.82rem;
    color: #000000;
    font-family: ml;
    background-image: url(../img/g88.png);
    background-repeat: no-repeat;
    background-position: left top 3px;
    padding-left: 26px;
    margin-top: 12px;
    line-height: 24px;
  }
  .xlyc_abz p.fl {
    width: 320px;
  }
  .xlyc_abz p.p1 {
    background-image: url(../img/g89.png);
  }
  .xlyc_abz p.p2 {
    background-image: url(../img/g90.png);
  }
  .xlyc_abz p.p3 {
    background-image: url(../img/g91.png);
  }
  .xlyc_abz p.p4 {
    background-image: url(../img/g92.png);
  }
  .xlyc_abz p span {
    font-family: mb;
    display: inline-block;
  }
  .xlyc_aby {
    float: none;
  }
  .xlyc_aby p {
    margin: 0 auto;
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #6eb92b;
    border-radius: 22px;
  }
  .xlyc_aby p a {
    font-size: 0.88rem;
    color: #fff;
    font-family: mb;
    display: block;
    margin-top: 20px;
  }
  .xlyc_ayc1 {
    display: none;
  }
  .xlyc_ayc2 {
    display: none;
  }
  .xlyc_ayc3 {
    display: none;
  }
  .xlyc .more {
    margin-top: 35px;
  }
  .xlyc .more a {
    width: 160px;
    height: 42px;
    margin: 0 auto;
    border: 2px solid #6eb92b;
    line-height: 38px;
    text-align: center;
    font-size: 1rem;
    color: #6eb92b;
    font-family: ml;
    border-radius: 30px;
    margin-top: 20px;
  }

  /*担保Training*/
  .nban_dba {
    width: 100%;
    margin-top: 0;
    background-image: url(../img/g70.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8% 0;
  }
  .nban_db .nban_dba {
    display: block;
    padding: 18% 5% 8% 5%;
  }
  .nban_db > img {
    display: none;
  }
  .nban_db > h1 {
    display: block;
    top: 10%;
  }
  .nban_dba_a {
    width: calc(97% - 100px);
    height: 40px;
    border: 1px solid #e4dedf;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .nban_dba_a .input1 {
    width: calc(100% - 70px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 35px;
    line-height: 40px;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.6);
    font-family: ml;
    background-color: transparent;
    background-image: url(../img/g93.png);
    background-repeat: no-repeat;
    background-position: left 10px center;
    display: block;
  }
  .nban_dba_a .input2 {
    line-height: 40px;
    font-size: 0.75rem;
    color: #fff;
    font-family: mb;
    background-color: transparent;
    margin-right: 5%;
    display: block;
    cursor: pointer;
  }
  .nban_dba .commen > h6 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #6eb92b;
    border-radius: 32px;
    float: right;
    text-align: center;
    margin-top: 15px;
  }
  .nban_dba .commen > h6 a {
    font-size: 1rem;
    color: #fff;
    font-family: mb;
    display: block;
  }
  .nban_dba > h6 {
    width: 100px;
    height: 40px;
    line-height: 13px;
    background-color: #6eb92b;
    border-radius: 22px;
    float: right;
    text-align: center;
    padding-top: 6px;
  }
  .nban_dba > h6 a {
    font-size: 0.7rem;
    color: #fff;
    font-family: mb;
    display: block;
    letter-spacing: 1px;
  }
  .nban_dbb {
    width: 100%;
    margin-top: 15px;
  }
  .nban_dbc {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    border-radius: 15px;
  }
  .nban_dbc_a {
    width: 20%;
    height: 46px;
    border-left: 1px solid #d9d8d8;
    padding-top: 8px;
  }
  .nban_dbc_a h6 {
    text-align: center;
    font-size: 0.5rem;
    color: #6eb92b;
    font-family: ml;
    font-weight: bold;
    height: 15px;
  }
  .nban_dbc_a p {
    text-align: center;
    font-size: 0.6rem;
    color: #000000;
    font-family: ml;
    margin-top: 20px;
    font-weight: bold;
  }
  .nban_dbb > p {
    text-align: center;
    font-size: 0.55rem;
    color: #fff;
    font-family: ml;
    margin-top: 10px;
  }
  .dbyb {
    width: 100%;
    margin-top: 10%;
  }
  .dbyc {
    width: 100%;
    margin-top: 5%;
    overflow: auto;
  }
  .dbyc_p {
    width: 370%;
    position: relative;
    height: 60px;
  }
  .dbyc_p::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #e5e5e5;
    left: 0;
    bottom: -5px;
    z-index: -1;
  }
  .dbyc::-webkit-scrollbar-track-piece {
    width: 0px;
    height: 3px;
  }
  .dbyc::-webkit-scrollbar {
    width: 0px;
    height: 3px;
  }
  .dbyc::-webkit-scrollbar-thumb {
    width: 0px;
    height: 3px;
  }
  .dbyc p {
    font-size: 1rem;
    color: #000000;
    padding: 0 12px;
    font-family: ml;
    font-weight: bold;
    cursor: pointer;
    line-height: 60px;
    position: relative;
    float: left;
  }
  .dbyc p.on {
    border-bottom: 5px solid #6eb92b;
  }
  .dbyd {
    width: 100%;
    margin-top: 12%;
    margin-bottom: 2%;
  }
  .dbye {
    width: 100%;
  }
  .dbyet {
    width: 100%;
  }
  .dbyet img {
    width: 100%;
  }
  .dbyew {
    margin-top: 6%;
    width: 100%;
    overflow: auto;
  }
  .dbyew h6 {
    font-size: 1.05rem;
    color: #000000;
    font-family: mb;
  }
  .dbyew p {
    font-size: 0.8rem;
    color: #666666;
    line-height: 22px;
    font-family: ml;
    margin-top: 5%;
    text-align: justify;
  }
  .dbyew p b {
    color: #000;
    font-weight: bold;
  }
  .dbyew_table {
    width: 100%;
    overflow: auto;
  }
  .dbyew table {
    width: 150%;
    border-collapse: collapse;
    margin-top: 5%;
  }
  .dbyew table td {
    font-size: 0.8rem;
    color: #666666;
    height: 36px;
    border: 1px solid #000;
    font-family: ml;
    padding: 10px;
  }
  .fhdb {
    width: 0px;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1001;
    opacity: 0;
  }
  .fhdb img {
    width: 100%;
  }

  .dbyb .bta p m {
    display: block;
  }

  /*cookie弹出框*/
  .cookie {
    position: fixed;
    width: 100%;
    z-index: 1002;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
  }
  .cookie_a {
    width: 100%;
    background-color: #ededed;
    padding: 25px 0;
  }
  .cookie_aa {
    width: 100%;
    float: none;
  }
  .cookie_aa h6 {
    font-size: 1rem;
    color: #000000;
    font-family: ml;
  }
  .cookie_aa p {
    font-size: 0.75rem;
    color: #666666;
    font-family: ml;
    line-height: 19px;
    margin-top: 4px;
  }
  .cookie_aa p a {
    color: #000000;
    font-family: mb;
    text-decoration: underline;
    font-size: 0.8rem;
  }
  .cookie_ab {
    float: none;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
  }
  .cookie_ab h6 {
    width: 130px;
    height: 36px;
    line-height: 36px;
    background-color: #80b645;
    border-radius: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
    font-family: ml;
    cursor: pointer;
    float: left;
    margin: 0 12px;
  }
  .cookie_ab p {
    width: 130px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: #000000;
    font-family: ml;
    cursor: pointer;
    margin-top: 16px;
    float: left;
    margin: 0 12px;
  }

  /*404*/
  .a404 {
    width: 100%;
    margin-top: 40%;
  }
  .a404_a {
    width: 100%;
    margin: 0 auto;
  }
  .a404_a img {
    width: 110%;
    margin-left: -5%;
  }
  .a404_b {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
  }
  .a404_b h6 {
    width: 220px;
    height: 42px;
    line-height: 40px;
    background-color: #80b645;
    border-radius: 28px;
    text-align: center;
    cursor: pointer;
  }
  .a404_b h6 a {
    font-size: 0.95rem;
    color: #fff;
    font-family: ml;
    display: block;
  }
  .a404_b p {
    width: 220px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #d5d5d5;
    border-radius: 28px;
    text-align: center;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-top: 20px;
  }
  .a404_b p a {
    font-size: 0.95rem;
    color: #000000;
    font-family: ml;
    display: block;
    transition: all ease 0.3s;
  }
  .a404_b p:hover {
    background-color: #80b645;
  }
  .a404_b p:hover a {
    color: #fff;
  }

  /*搜索结果页*/
  .ssjg {
    width: 100%;
    margin-top: 70px;
  }
  .ssjga {
    width: 100%;
  }
  .ssjga > p {
    font-size: 0.8rem;
    color: #999;
    line-height: 40px;
    float: left;
    background-color: #ededed;
    width: 80px;
    text-align: center;
  }
  .ssjga > p a {
    color: #999;
    font-size: 0.7rem;
    font-family: ml;
    font-weight: bold;
    display: block;
    transition: all ease 0.3s;
  }
  .ssjga p:hover a {
    color: #000;
  }
  .ssjga_a {
    width: calc(96% - 80px);
    float: right;
    height: 40px;
    border: solid 1px #ccc;
    overflow: hidden;
    line-height: 40px;
  }
  .ssjga_a .input1 {
    width: calc(100% - 40px);
    height: 40px;
    line-height: 40px;
    float: left;
    padding-left: 15px;
    color: #888;
    font-size: 0.75rem;
    font-family: ml;
  }
  .ssjga_a .input2 {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../img/g1.png) no-repeat center;
    cursor: pointer;
    background-size: 20px auto;
  }
  .ssjga_b {
    width: 100%;
    margin-top: 10px;
  }
  .ssjga_b p {
    font-size: 0.8rem;
    color: #999;
    line-height: 30px;
    font-family: ml;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .ssjga_b p span {
    display: inline-block;
    margin: 0 10px;
  }
  .ssjgx {
    width: 100%;
    margin-top: 10px;
  }
  .ssjgz h3 {
    font-size: 0.85rem;
    font-family: mb;
    color: #635b5b;
    margin: 10px 0;
  }
  .ssjgz p {
  }
  .ssjgz p a {
    font-size: 0.7rem;
    font-family: ml;
    color: #635b5b;
    display: inline-block;
    padding: 5px;
    transition: all ease 0.3s;
    margin-right: 5px;
  }
  .ssjgz p a:hover {
    color: #000;
  }
  .ssjgz p a.on {
    color: #000;
  }
  .ssjgy {
    width: 100%;
  }
  .ssjgy .xwla {
    margin: 0;
  }
  .ssjgy .xwla_w {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding-bottom: 12px;
  }
  .ssjgy .xwla_w h5 {
    width: 90%;
    float: left;
    line-height: 30px;
    height: 30px;
    font-size: 0.8rem;
    margin: 0;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;display: -webkit-box;white-space: normal;overflow: hidden;
    font-family: ml;
    font-weight: bold;
  }
  .ssjgy .xwla_w span {
    float: right;
    display: block;
    font-size: 0.75rem;
    line-height: 30px;
    margin: 0;
  }

  @media (min-width: 350px) {
    .altca {
      width: 301px;
    }
    .dbyc_p {
      width: 350%;
    }
  }

  @media (min-width: 374px) {
    .altca {
      width: 322px;
    }
    .dbyc_p {
      width: 315%;
    }
  }

  @media (min-width: 400px) {
    .gy3cb_at video {
      min-height: 142px;
    }
    .altca {
      width: 344px;
    }
  }

  @media (min-width: 414px) {
    .lxyea_b input.lxyea_ba {
      width: 100px;
    }
    .gy3cb_at video {
      min-height: 147px;
    }
    .altca {
      width: 356px;
    }
  }

  @media (min-width: 450px) {
    .sjdha .topa {
      font-size: 0.85rem;
      line-height: 14px;
      padding-left: 4%;
      margin-left: 6%;
      margin-top: 4%;
    }
    .fenl_faq .commen {
      width: 190%;
    }
    .dbyc_p {
      width: 300%;
    }
    .gy3cb_at video {
      min-height: 160px;
    }
    .altca {
      width: 387px;
    }
  }

  @media (min-width: 500px) {
    .sjtopx {
      margin-right: calc(45px + 5%);
      margin-top: 2px;
    }
    .sjtopx .topa_a {
      margin-right: 18px;
    }
    .topa_a1sj {
      right: 8.7%;
    }
    .lxyea_b input.lxyea_ba {
      width: 120px;
    }
    .ym p {
      margin: 0 6px;
    }
    .ym p a {
      width: 36px;
      height: 36px;
      line-height: 34px;
    }
    .ym span {
      margin: 0 4px;
    }
    .ym h6 {
      line-height: 36px;
      margin-left: 6px;
    }
    .ym input.inputa {
      width: 36px;
      height: 36px;
      line-height: 36px;
      margin: 0 6px 0 10px;
    }
    .ym input.inputb {
      line-height: 36px;
    }
    .cpnba {
      width: 160%;
      margin-left: -30%;
    }
    .fenl_faq .commen {
      width: 180%;
    }
    .jjyea {
      width: 170%;
      margin-left: -35%;
    }
    .dbyc_p {
      width: 270%;
    }
    .gy3cb_at video {
      min-height: 177px;
    }
    .altca {
      width: 430px;
    }
  }

  @media (min-width: 550px) {
    .sjtopx {
      margin-top: 5px;
    }
    .lxyb {
      width: 240%;
    }
    .fenl_faq .commen {
      width: 170%;
    }
    .dbyc_p {
      width: 250%;
    }
    .gy3cb_at video {
      min-height: 195px;
    }
    .altca {
      width: 473px;
    }
  }

  @media (max-width: 992px) {
    .company-list {
      background-color: #f8f8f8;
      padding-bottom: 60px;
    }

    .company-list .company-content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 16px;
      overflow: hidden;
      background-color: #fff;
      margin-top: 30px;
    }
    .company-list .company-content .company-img {
      width: 50%;
      border-radius: 16px;
      overflow: hidden;
    }
    .company-list .company-content .company-img img {
      width: 100%;
      display: block;
    }
    .company-list .company-content .company-text {
      width: 50%;
      padding: 20px 3%;
    }
    .company-list .company-common-text h3 {
      font-size: 22px;
      color: #000000;
      font-family: mb;
      line-height: 26px;
      font-weight: bold;
    }
    .company-list .company-common-text .info {
      margin-top: 24px;
      display: flex;
      align-items: flex-start;
      line-height: 26px;
    }
    .company-list .company-common-text .info img {
      margin-top: 4px;
    }
    .company-list .company-common-text .info div {
      flex: 1;
      margin-left: 12px;
    }
    .company-list .company-common-text .info div a {
      font-size: 18px;
      color: #000000;
      font-family: mb;
      display: block;
      font-weight: bold;
      line-height: 30px;
    }
    .company-list .company-common-text .info div p {
      color: #000000;
      font-family: ml;
      font-weight: bold;
      font-size: 16px;
    }
    .company-list ul {
      margin-top: 34px;
      display: flex;
      list-style: none;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .company-list ul li {
      list-style: none;
      width: 49%;
      margin-left: 0;
      margin-bottom: 2%;
      padding: 30px 20px 24px;
      box-sizing: border-box;
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
    }
    .company-list ul li .tel a:nth-child(2) {
      padding-left: 32px;
      position: relative;
    }
    .company-list ul li .tel a:nth-child(2)::before {
      content: "/";
      position: absolute;
      left: 0;
      top: -2px;
      bottom: 0;
      color: #cacaca;
      width: 32px;
      text-align: center;
      font-size: 14px;
    }

    .company-list ul li .lxyca {
      min-height: 260px;
    }
  }

  @media (max-width: 750px) {
    .company-list .company-content {
      flex-direction: column;
    }
    .company-list .company-content .company-img {
      width: 100%;
    }
    .company-list .company-content .company-text {
      width: 100%;
      padding: 30px 20px;
      box-sizing: border-box;
    }
    .company-list ul li {
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 16px;
      padding: 20px 16px;
    }
    .company-list .company-common-text .info {
      margin-top: 16px;
    }
    .company-list .company-common-text h3 {
      font-size: 18px;
    }
    .company-list .company-common-text .info div p {
      font-size: 14px;
    }
    .company-list .company-common-text .info div a {
      font-size: 16px;
    }
    .company-list ul li {
      width: 100%;
    }
  }

  @media (min-width: 600px) {
    .topa_a1sj {
      right: 8%;
    }
    .gy3ca {
      width: 160%;
      margin-left: -30%;
      margin-top: 6%;
    }
    .lxyb {
      width: 220%;
    }
    .fenl_faq .commen {
      width: 160%;
    }
    .dbyc_p {
      width: 220%;
    }
    .gy3cb_at video {
      min-height: 171px;
    }
    .gy1fa {
      width: 140%;
      margin-left: -20%;
    }
    .altca {
      width: 516px;
    }
    .gy2a_w > h5 {
      width: 46.2%;
    }
  }

  @media (min-width: 650px) {
    .lxyb {
      width: 200%;
    }
    .fenl_faq .commen {
      width: 130%;
    }
    .dbyc_p {
      width: 200%;
    }
    .gy3cb_at video {
      min-height: 185px;
    }
    .altca {
      width: 559px;
    }
  }
  @media (min-width: 700px) {
    .sjtopx {
      margin-top: 8px;
    }
    .alla {
      width: 48%;
    }
    .lxyb {
      width: 180%;
    }
    .fenl_faq .commen {
      width: 110%;
    }
    .dbyc_p {
      width: 190%;
    }
    .gy3cb_at video {
      min-height: 199px;
    }
    .altca {
      width: 602px;
    }
  }

  @media (min-width: 750px) {
    /*
	 body{max-width: 750px;margin: 0 auto;}
	 .sjdhgd{max-width: 750px;left: 50%;margin-left: -375px;}
	*/
    .lxyb {
      width: 160%;
    }
    .gy3cb_at video {
      min-height: 213px;
    }
    .altca {
      width: 645px;
    }
    .nban_img {
      width: 100%;
      position: relative;
      margin-left: -0%;
    }
    .nban_img > h2 {
      left: 5%;
      top: 42%;
      text-align: center;
      width: 90%;
      font-size: 1.6rem;
      line-height: 32px;
    }
    .nban_img > h1 {
      left: 5%;
      top: 42%;
      text-align: center;
      width: 90%;
      font-size: 1.6rem;
      line-height: 32px;
    }
    .nban_img > h5 {
      left: 5%;
      top: 42%;
      text-align: center;
      width: 90%;
      font-size: 1.6rem;
      line-height: 32px;
    }
  }
}

@media (max-width: 999px) {
  .lxyc .contact-prev,
  .lxyc .contact-next {
    display: none;
  }
  .lxyc {
    padding: 30px 0;
  }
  .lxyc .lxyca {
    padding: 20px 12px;
    background-color: #fff;
    min-height: 300px;
  }
  .lxyc .swiper-slide {
    opacity: 0.6;
  }
  .lxyc .swiper-slide-active {
    opacity: 1;
  }
}

.play-video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 600px;
  height: 400px;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: none;
  z-index: 1001;
}

.play-video iframe {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-video .close {
  position: absolute;
  right: -60px;
  top: 0;
  font-family: verdana;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  border: solid 2px #fff;
  font-size: 20px;
  cursor: pointer;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}

.yjb {
  width: 70%;
}
.yjb_a {
  width: 18% !important;
}
.jrya .jrya_t {
  border-radius: 30px;
  overflow: hidden;
}
.jjybw h6 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 28px;
}
.jjyaa.pofx {
  padding: 2% 7%;
  left: 0;
  width: 100%;
  margin-left: 0;
}
.jjyaa {
  position: relative;
}
.jjybw h5 {
  font-weight: bold;
}
.jjybw p,.alla_w p {
  font-weight: normal;
  font-size: 16px;
}
.lxyca h5,.bta p,.bta h2 {
  font-weight: bold; 
}
.lxyca h6 a{
  font-family: 'ml';
}
.lxyca p a,.lxyca p,.lxyea .input1,.lxyea select,.lxyea_a p{
  font-weight: normal;
}
@media screen and (max-width: 1680px) {
  .jrya_w h2 {
    font-size: 25px;
  }
  .jrya_w p,.alla_w p {
    font-size: 15px;
    line-height: 26px;
  }
}
@media screen and (max-width: 1440px) {
  .jrya_w h2 {
    font-size: 24px;
  }
  .jrya_w p {
    font-size: 14px;
    line-height: 26px;
  }
  .jjybw p,.alla_w p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .jrya_w h2 {
    font-size: 23px;
  }
  .jrya_w p {
    font-size: 13px;
    line-height: 26px;
  }
  .jjybw p,.alla_w p {
    font-size: 13px;
  }
}

.last-son{
    display: block;
    font-size: 16px;
    padding-left: 37px;
    color: #666;
    line-height: 28px;
}
.wap-banner{display:none;}
@media (max-width: 999px){
	.wap-banner{display: block;}
	.default-banner{display: none;}
}