@charset "utf-8";
/* CSS Document */
@media (min-width: 1199px) {
  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 {
    max-width: 1920px;
    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: #7b7a7a;
    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: 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: "al1";
    src: url(../font/Alibaba-PuHuiTi-Regular.woff) format("woff"), url("../font/Alibaba-PuHuiTi-Regular.ttf") format("truetype"),
      url("../font/Alibaba-PuHuiTi-Regular.otf") format("opentype"), url("../font/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),
      url("../font/Alibaba-PuHuiTi-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    /*阿里巴巴普惠体*/
    font-family: "al2";
    src: url(../font/Alibaba-PuHuiTi-Medium.woff) format("woff"), url("../font/Alibaba-PuHuiTi-Medium.ttf") format("truetype"),
      url("../font/Alibaba-PuHuiTi-Medium.otf") format("opentype"), url("../font/Alibaba-PuHuiTi-Medium.eot") format("embedded-opentype"),
      url("../font/Alibaba-PuHuiTi-Medium.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: #d02f2f;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #d02f2f;
    border-radius: 5px;
  }

  /*top*/
  .top {
    width: 100%;
    position: relative;
    height: 159px;
    border-top: 5px solid #d02f2f;
  }
  .logo {
    width: 163px;
  }
  .logo img {
    width: 100%;
  }
  .topa {
    width: 75.8333%;
  }
  .topa > p {
    float: right;
    font-size: 18px;
    color: #da251c;
    font-family: al2;
    margin-top: 18px;
    margin-right: 7px;
    height: 40px;
  }
  .topa > p a {
    display: inline-block;
    margin-right: 16px;
    font-size: 18px;
    color: #da251c;
    font-family: al2;
    margin-top: 18px;
    height: 40px;
  }
  .topa > p img {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: 9px;
  }
  .topa > p span {
    display: inline-block;
    width: 21px;
  }
  .ul4 {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 80px;
    margin-top: 16px;
    right: -20px;
  }
  .ul4 li {
    height: 80px;
    position: relative;
    width: 14.285%;
    transition: all ease 0.3s;
    float: left;
    cursor: pointer;
  }
  .ul4 li p {
    height: 80px;
    line-height: 80px;
    transition: all ease 0.3s;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .ul4 li p a {
    font-size: 18px;
    color: #222222;
    position: relative;
    z-index: 2;
    transition: all ease 0.2s;
  }
  li.active p a {
    color: #fff;
  }
  .active {
    background-color: #d02f2f;
  }
  .ul4 li:hover p a {
    color: #fff;
  }
  .navb {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 80px;
    left: -0%;
    opacity: 0;
  }
  .navba {
    width: 100%;
    line-height: 20px;
    padding: 10px 5px;
    background-color: rgba(235, 58, 12, 0.7);
    text-align: center;
    transition: all ease 0.3s;
  }
  .navba a {
    font-size: 14px;
    color: #fff;
    transition: all ease 0.3s;
  }
  .navba:hover {
    background-color: rgba(235, 58, 12, 1);
  }
  /*banner*/
  .ban {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 600px;
    position: relative;
  }
  .imgbox {
    width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 600px;
  }
  .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .boy {
    width: 1200px;
  }
  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 6%;
    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: 6%;
    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;
  }
  .flip {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 42px);
  }
  .flip li {
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    float: left;
    position: relative;
    transition: all ease 0.35s;
  }
  .flip li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.35s ease;
    background-color: transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip li a::before,
  .flip li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    transition: all ease 0.3s;
    text-indent: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; /*背面不可见*/
  }
  .flip li a::after {
    background-color: #d82618;
    transform: rotateY(180deg);
  }
  .flip li a:hover,
  .flip li a:focus,
  .flip li.ppp a {
    background-color: #d82618;
  }
  .flip li.ppp a {
    transform: rotateY(180deg);
  }
  .flip li a:hover::before {
    opacity: 0.8;
  }
  /*丹尼尔优势*/
  .ys {
    width: 100%;
    margin-top: 76px;
  }
  .ys_top h6 {
    text-align: center;
    font-size: 55px;
    color: #3f3f3f;
    font-family: al1;
    line-height: 55px;
  }
  .ys_top p {
    text-align: center;
    font-size: 30px;
    color: #4f4f4f;
    font-family: al1;
    line-height: 30px;
    margin-top: 9px;
  }
  .ysa {
    margin-top: 59px;
    width: 100%;
  }
  .ysaa {
    width: 25%;
    cursor: pointer;
  }
  .ysaa_t {
    width: 105px;
    margin: 0 auto;
    position: relative;
  }
  .ysaa_t img {
    width: 100%;
    transition: all ease 0.5s;
  }
  .ysaa_t img.t1 {
  }
  .ysaa_t img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(300deg);
    transform-origin: top center;
    opacity: 0;
  }
  .ysaa:hover .ysaa_t img.t2 {
    transform: rotateZ(360deg);
    transform-origin: top center;
    opacity: 1;
  }
  .ysaa:hover .ysaa_t img.t1 {
    transform: rotateZ(60deg);
    transform-origin: top center;
    opacity: 0;
  }
  .ysaa_w {
    width: 100%;
    margin-top: 16px;
  }
  .ysaa_w h6 {
    text-align: center;
    font-size: 26px;
    color: #4f4f4f;
    font-family: al2;
    line-height: 36px;
    transition: all ease 0.3s;
  }
  .ysaa_w p {
    font-size: 12px;
    color: #868585;
    line-height: 18px;
    margin-top: 7px;
    text-align: center;
  }
  .ysaa:hover .ysaa_w h6 {
    color: #de2c14;
  }
  /*丹尼尔产品*/
  .cp {
    margin-top: 57px;
    width: 100%;
  }
  .cpa {
    width: 91.5625%;
    margin: 0 auto;
    margin-top: 39px;
    overflow: hidden;
    position: relative;
  }
  .cpd {
    width: 95.392%;
    margin: 0 auto;
    position: relative;
  }
  .cpd_t {
    width: 100%;
    overflow: hidden;
  }
  .cpd_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cpd_w {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -70px;
    background-color: rgba(25, 23, 23, 0.9);
    padding: 0 28px 0 23px;
    transition: all ease 0.3s;
  }
  .cpd_w p {
    font-size: 18px;
    color: #fefefe;
    line-height: 64px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-family: al1;
  }
  .cpd_w h6 {
    float: right;
    font-size: 16px;
    color: #e22714;
    font-family: al1;
    line-height: 64px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .cpd:hover .cpd_t img {
    transform: scale(1.06);
  }
  .cpd:hover .cpd_w {
    bottom: 0;
  }
  .cpd_w h6:hover {
    margin-right: 8px;
  }
  .cpa_z {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpa_y {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpa:hover .cpa_z {
    opacity: 1;
  }
  .cpa:hover .cpa_y {
    opacity: 1;
  }
  .cp_m {
    width: 148px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    background-color: #c7221d;
    margin-top: 47px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .cp_m a {
    font-size: 14px;
    color: #fff;
    font-family: al2;
    display: block;
    width: 100%;
  }
  .cp_m:hover {
    transform: translateY(-8px);
  }
  /*关于我们*/
  .gy {
    width: 100%;
    margin-top: 71px;
    background-image: url(../img/d5.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: 1920px 600px;
    background-position: center;
    padding-top: 73px;
    background-blend-mode: multiply;
  }
  .gya {
    width: 42.083%;
  }
  .gya h5 {
    font-size: 55px;
    /* color: #d62419; */
    color: #fff;
    font-family: al1;
    line-height: 55px;
  }
  .gya h6 {
    font-size: 30px;
    /* color: #4f4f4f; */
    color: #fff;
    font-family: al1;
    line-height: 30px;
    margin-top: 6px;
  }
  .gya p {
    font-size: 14px;
    /* color: #3f3f3f; */
    color: #fff;
    line-height: 26px;
    margin-top: 43px;
    height: 208px;
    overflow: hidden;
  }
  .gya_m {
    width: 148px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /* background-color: #c7221d; */
    background-color: #fff;
    margin-top: 40px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .gya_m a {
    font-size: 14px;
    /* color: #fff; */
    color: #c7221d;
    font-family: al2;
    display: block;
    width: 100%;
  }
  .gya_m:hover {
    transform: translateX(8px);
  }
  .gyb {
    display: none;
    width: 36%;
    position: relative;
    background-image: url(../img/d10.png);
    background-position: bottom center;
    background-size: 100% 168px;
    background-repeat: no-repeat;
    padding-bottom: 24px;
    margin-top: 10px;
    display: none;
  }
  .gyb::after {
    position: absolute;
    content: "";
    background-color: #e3301b;
    width: 365px;
    height: 168px;
    right: -365px;
    bottom: 0;
  }
  .gyb_a {
    width: 100%;
    overflow: auto;
  }
  .gyb_a img {
    width: 57.4%;
    float: right;
  }
  .gyb_a p {
    position: absolute;
    width: 38.19%;
    bottom: 70px;
    left: 0;
    text-align: right;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
  }
  .gyb img.t1 {
    position: absolute;
    width: 126px;
    left: -59px;
    bottom: 123px;
  }
  .gyb img.t2 {
    position: absolute;
    width: 160px;
    left: 8px;
    top: 160px;
    mix-blend-mode: multiply;
  }
  .gyc {
    position: absolute;
    left: 110px;
    bottom: 26px;
  }
  .gyc li {
    width: 12px;
    height: 12px;
    background-color: #ae1405;
    border-radius: 50%;
    margin: 0 4px;
    float: left;
    cursor: pointer;
  }
  .gyc li.on {
    background-color: #feca00;
  }
  /*招商加盟*/
  .zs {
    width: 100%;
    margin-top: 48px;
  }
  .zsa {
    width: 100%;
    margin-top: 49px;
  }
  .zsb {
    width: 30.3333%;
    overflow: hidden;
    position: relative;
  }
  .zsb img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .zsb h6 {
    position: absolute;
    left: 16px;
    bottom: 19px;
    font-size: 16px;
    color: #fff;
    font-family: al1;
    transition: all ease 0.3s;
    opacity: 1;
  }
  .zsb h6 span {
    font-size: 24px;
    font-family: al2;
    display: block;
  }
  .zsb p {
    position: absolute;
    width: 63.18%;
    left: 18.41%;
    background-color: rgba(218, 37, 32, 0.9);
    top: 22.36%;
    height: 55.28%;
    font-size: 22px;
    color: #fff;
    font-family: al1;
    line-height: 28px;
    padding-top: 46px;
    padding-left: 56px;
    transform: rotateY(90deg);
    opacity: 0;
    transition: all ease 0.3s;
  }
  .zsb p span {
    font-size: 26px;
    font-family: al2;
    display: block;
    margin-bottom: 25px;
  }
  .zsb_a {
    margin: 0 4.5%;
  }
  .zsb:hover img {
    transform: scale(1.1);
  }
  .zsb:hover p {
    transform: rotateY(0);
    opacity: 1;
  }
  .zsb:hover h6 {
    left: -100px;
    opacity: 0;
  }
  /*联系我们*/
  .lx {
    width: 100%;
    margin-top: 41px;
    background-color: #f4f7f8;
    padding-top: 73px;
    height: 507px;
  }
  .lxa {
    width: 50%;
  }
  .lxa p {
    font-size: 18px;
    color: #3f3f3f;
    line-height: 26px;
  }
  .lxa p span {
    font-size: 26px;
    color: #3f3f3f;
    font-family: al2;
    display: block;
  }
  .lxa div.xt {
    width: 26px;
    height: 4px;
    background-color: #c7221d;
    margin-top: 13px;
  }
  .lxa img {
    width: 80.5%;
    margin-left: 48px;
    margin-top: -73px;
    mix-blend-mode: multiply;
  }
  .lxa_m {
    margin-top: -72px;
    position: relative;
    z-index: 1;
  }
  .lxb {
    width: 50%;
    padding-left: 39px;
  }
  .lxb h5 {
    font-size: 24px;
    color: #3f3f3f;
    line-height: 33px;
    font-family: al2;
  }
  .lxb h6 {
    font-size: 24px;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .lxb h6::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #c7221d;
    bottom: 11px;
    right: -17px;
  }
  .lxb p {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 24px;
    margin-left: 10px;
  }
  .lxb p img {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    top: 10px;
    margin-top: 5px;
  }
  .lxb p span {
    width: 100px;
    display: inline-block;
  }
  /*footer*/
  .yj {
    width: 100%;
    background-color: #242020;
    padding: 56px 0;
  }
  .yja h6 {
    font-size: 14px;
    color: #464242;
    line-height: 14px;
  }
  .yja h6 a {
    font-size: 14px;
    color: #d7d7d7;
    transition: all ease 0.3s;
  }
  .yja h6 span {
    display: inline-block;
    margin: 0 36.5px;
  }
  .yja h6 a:hover {
    color: #c7221d;
  }
  .yja p.p1 {
    font-size: 14px;
    color: #696767;
    line-height: 28px;
    margin-top: 45px;
  }
  .yja p.p1 a {
    font-size: 14px;
    color: #696767;
  }
  .yja p.p1 span {
    display: inline-block;
    width: 38px;
  }
  .yja p.p2 {
    font-size: 14px;
    color: #565353;
    line-height: 14px;
    margin-top: 43px;
  }
  .yja p.p2 a {
    font-size: 14px;
    color: #565353;
    transition: all ease 0.3s;
  }
  .yja p.p2 a:hover {
    color: #fff;
  }
  .yjb {
    margin-right: 19px;
  }
  .yjb img {
    width: 124px;
    float: left;
  }
  .yjb img:nth-child(1) {
    margin-right: 20px;
  }
  .yjb p {
    float: left;
    font-size: 16px;
    color: #d92418;
    font-family: al2;
    margin-left: 17px;
    margin-top: 10px;
  }
  .yjb p span {
    display: block;
    color: #fff;
    margin-top: 9px;
  }
  .yjb h6 {
    font-size: 16px;
    color: #696767;
    font-family: al1;
    line-height: 16px;
    margin-top: 13px;
    letter-spacing: 1.5px;
  }

  /*固定的悬浮窗*/
  .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 290px;
    right: -127px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px "Microsoft YaHei";
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .yb_bar .yb_top {
    background: #d02f2f url(../img/t1.png) no-repeat;
  }
  .yb_bar .yb_phone {
    background: #d02f2f url(../img/t2.png) no-repeat;
  }
  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #d02f2f url(../img/t3.png) no-repeat;
  }
  .yb_bar .yb_ercode {
    background: #d02f2f url(../img/t4.png) no-repeat;
  }
  .hd_qr {
    padding: 6px 37px 25px 37px;
    box-sizing: border-box;
    width: 180px;
  }
  .yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .yb_QQ a:hover {
    color: #fff;
  }

  /*关于我们页*/
  .nban {
    width: 100%;
    overflow: hidden;
  }
  .nban img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
  }
  .gyya_a {
    background-image: url(../img/d21.png);
    width: 299px;
    height: 151px;
    background-size: 100% 100%;
    padding-top: 20px;
    position: relative;
    margin-top: -101px;
  }
  .gyya_a p {
    text-align: center;
    font-family: al1;
    color: #fff;
    font-size: 30px;
  }
  .gyya_a p span {
    font-size: 40px;
    display: block;
  }
  .gyya_b p {
    width: 102px;
    border-bottom: 3px solid transparent;
    margin-left: 20px;
    float: left;
    text-align: center;
    line-height: 45px;
    transition: all ease 0.3s;
  }
  .gyya_b p a {
    font-size: 16px;
    color: #424242;
    transition: all ease 0.3s;
  }
  .gyya_b p.on {
    border-color: #d02f2f;
  }
  .gyya_b p.on a {
    color: #d02f2f;
  }
  .gyya_b p:hover {
    border-color: #d02f2f;
  }
  .gyya_b p:hover a {
    color: #d02f2f;
  }
  .mbx {
    font-size: 12px;
    color: #777777;
    margin-top: 6px;
    margin-right: 14px;
  }
  .mbx a {
    font-size: 12px;
    color: #777777;
    transition: all ease 0.3s;
  }
  .mbx img {
    display: inline;
    margin-right: 16px;
    position: relative;
    top: 10px;
  }
  .mbx a:hover {
    color: #d02f2f;
  }
  .gyy {
    width: 100%;
    margin-top: 65px;
  }
  .gyyb {
    width: 96.03%;
    margin: 0 auto;
  }
  .h6 {
    font-size: 13px;
    color: #b7c2c5;
    font-family: al1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
  }
  .h6 span {
    display: block;
    font-size: 26px;
    color: #f33636;
    font-family: al2;
    letter-spacing: 0;
  }
  .h6::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 48px;
    background-color: #d44040;
    left: -24px;
    top: 5px;
  }
  .gyyb_a {
    width: 100%;
    margin-top: -28px;
  }
  .gyyb_a p {
    width: 46.48%;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 28px;
    margin-top: 73px;
  }
  .gyyb_a img {
    width: 47.1%;
  }
  .gyyb_b {
    margin-top: 57px;
  }
  .gyyb_b p {
    margin-top: 36px;
  }
  .gyyb_b p span {
    width: 244px;
    display: inline-block;
  }
  .h6_a {
    margin-top: 75px;
  }
  .gyyc {
    width: 125%;
    margin-top: 42px;
    margin-left: -12.5%;
    position: relative;
  }
  .gyyc::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 22.8%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .gyyc::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 22.8%;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  #swiper_gy {
    width: 100%;
  }
  #swiper_gy img {
    width: 100%;
  }
  #swiper-button-prev-gy {
    background-image: url(../img/d7.png);
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    left: 20.3%;
    z-index: 100;
    outline: none;
  }
  #swiper-button-next-gy {
    background-image: url(../img/d8.png);
    width: 60px;
    height: 60px;
    background-size: 100% 100%;
    right: 20.3%;
    z-index: 100;
    outline: none;
  }
  .gyyd {
    width: 1324px;
    background-color: #f4f7f8;
    margin: 0 auto;
    margin-top: 93px;
    padding: 73px 0 67px 0;
  }
  .gyyda {
    width: 14.3%;
  }
  .gyyda h6 {
    margin-left: 39px;
  }
  .gyyda h5 {
    font-size: 20px;
    color: #4f4f4f;
    font-family: al2;
    line-height: 30px;
    padding-left: 13px;
    margin-top: 211px;
  }
  .gyyda p {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 23px;
    margin-top: 9px;
    padding-left: 13px;
  }
  .gyydb {
    width: 65.5%;
    margin-left: 2.916%;
  }
  .gyydb video {
    width: 100%;
    height: 418px;
    border-bottom: 5px solid #c7221d;
    object-fit: contain;
    background-color: #000;
  }
  .gyydc {
    width: 15.75%;
  }
  .gyydc p {
    width: 100%;
    background-color: #c7221d;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: al2;
    margin-bottom: 13px;
    cursor: pointer;
    position: relative;
  }
  .gyydc p.on::after {
    position: absolute;
    content: "";
    background-image: url(../img/d23.png);
    width: 25px;
    height: 45px;
    left: -23px;
    top: 0;
  }
  .gyye {
    margin-top: 56px;
    margin-bottom: 91px;
  }
  .gyye > h6 {
    margin-left: 39px;
  }
  .gyyf {
    width: 100%;
    margin-top: 25px;
  }
  .gyyfa {
    width: 24.1666%;
    margin-left: 1.111%;
    overflow: hidden;
    position: relative;
  }
  .gyyfb {
    margin-left: 0;
  }
  .gyyfa > img {
    width: 100%;
  }
  .gyyfw {
    position: absolute;
    width: 88.62%;
    right: 0;
    height: 107px;
    top: 50%;
    margin-top: -53.5px;
    background-color: rgba(255, 255, 255, 0.85);
    border-left: 1px solid #ff0000;
    padding: 22px 22px 0 26px;
  }
  .gyyfw p {
    font-size: 18px;
    color: #de2c14;
    font-weight: bold;
    line-height: 28px;
    width: 74%;
    float: right;
  }
  .gyyfw p span {
    font-size: 12px;
    color: #bcc6c9;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    margin-top: 7px;
  }
  .gyyfw .t1 {
    width: 30px;
    float: left;
  }
  .gyyfw .t2 {
    position: absolute;
    bottom: -14px;
    left: -4px;
  }

  /*精酿原浆秀*/
  .yjx {
    margin-top: 14px;
    margin-bottom: 138px;
  }
  .yjxa {
    width: 45.1666%;
    overflow: hidden;
    margin-top: 72px;
  }
  .yjxa img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .yjxa:hover img {
    transform: scale(1.1);
  }

  /*产品列表页*/
  .cpl {
    margin-top: 24px;
    margin-bottom: 84px;
  }
  .cpla {
    width: 100%;
    padding: 33px 41px 35px 36px;
    position: relative;
    box-shadow: 3px 3px 20px 0 transparent;
    margin-top: 24px;
    transition: all ease 0.3s;
  }
  .cpla_t {
    width: 49.75%;
    overflow: hidden;
  }
  .cpla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cpla_w {
    width: 45.33%;
    margin-top: 23px;
  }
  .cpla_w h5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    color: #3f3f3f;
    margin-bottom: 35px;
  }
  .cpla_w p {
    width: 100%;
    margin-top: 21px;
  }
  .cpla_w p .span1 {
    width: 86px;
    display: inline-block;
    background-color: #c7221d;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    padding-left: 9px;
  }
  .cpla_w p .span2 {
    width: 415px;
    display: inline-block;
    margin-left: 8px;
    background-color: #f4f7f8;
    line-height: 31px;
    padding-left: 18px;
    color: #3f3f3f;
    font-size: 14px;
  }
  .cpla_m {
    position: absolute;
    right: 41px;
    bottom: 46px;
    width: 148px;
    height: 45px;
    background-color: #c7221d;
    font-size: 14px;
    color: #fff;
    font-family: al2;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .cpla:hover {
    box-shadow: 3px 3px 20px 0 #fae7e7;
  }
  .cpla:hover .cpla_t img {
    transform: scale(1.04);
  }
  .cpla:hover .cpla_m {
    transform: translateX(-10px);
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 32px;
  }
  .yma {
    float: left;
    text-align: center;
    line-height: 39px;
    margin: 0 6px;
  }
  .yma a {
    display: block;
    width: 38px;
    height: 39px;
    border: 1px solid #c7221d;
    font-size: 14px;
    color: #373737;
    transition: all ease 0.3s;
  }
  .ymb a {
    width: 104px;
  }
  .ymaa a {
    background-color: #c7221d;
    color: #fff;
  }
  .yma:hover a {
    background-color: #c7221d;
    color: #fff;
  }

  /*产品内页*/
  .cpn {
    margin-top: 64px;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 78px;
  }
  .cpna {
    width: 93%;
    margin: 0 auto;
  }
  .cpna > img {
    width: 50.05%;
    float: left;
  }
  .cpna_w {
    width: 46.8%;
    margin-top: 20px;
  }
  .cpna_w h5 {
    font-size: 30px;
    color: #3f3f3f;
    font-family: al1;
    padding-left: 12px;
  }
  .cpna_w h6 {
    font-size: 24px;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    line-height: 24px;
    border-bottom: 1px solid #dddee8;
    padding-left: 12px;
    padding-bottom: 36px;
  }
  .cpna_w p {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 28px;
    margin-top: 28px;
    padding-left: 12px;
  }
  .cpna_m {
    width: 296px;
    margin-top: 90px;
    margin-left: 12px;
  }
  .cpna_m img {
    width: 100%;
  }
  .cpnb {
    width: 93%;
    margin: 0 auto;
    margin-top: 56px;
    border: 3px solid #f4f7f8;
    padding: 19px 29px 26px 29px;
  }
  .cpnb p {
    width: 48.4%;
    overflow: auto;
    margin-top: 7px;
  }
  .cpnb p .span1 {
    width: 86px;
    float: left;
    display: inline-block;
    background-color: #c7221d;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    padding-left: 9px;
  }
  .cpnb p .span2 {
    width: 81.53%;
    float: right;
    display: inline-block;
    margin-left: 8px;
    background-color: #f4f7f8;
    line-height: 31px;
    padding-left: 18px;
    color: #3f3f3f;
    font-size: 14px;
  }
  .cpnc {
    width: 93%;
    margin: 0 auto;
    margin-top: 49px;
  }
  .cpnc h6 {
    margin-left: 25px;
  }
  .cpnca {
    width: 100%;
    margin-top: -101px;
  }
  .cpnca img {
    width: 71.58%;
    margin-top: 48px;
  }
  .fhlb {
    width: 148px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #c7221d;
    margin-top: -49px;
    margin-left: 3.5%;
  }
  .fhlb a {
    font-size: 14px;
    color: #fff;
    font-family: al2;
    transition: all ease 0.3s;
  }
  .fhlb:hover a {
    padding-left: 10px;
  }
  .cpnx {
    margin-top: 48px;
    margin-bottom: 80px;
  }
  .cpnx .cpa {
    width: 100%;
  }
  .cpnxa .cpa_z {
    left: -90px;
    opacity: 1;
  }
  .cpnxa .cpa_y {
    right: -90px;
    opacity: 1;
  }
  .cpnxa {
    position: relative;
  }

  /*荣誉资质页*/
  .ryny {
    margin-bottom: 80px;
  }
  .ryy {
    width: 100%;
    margin-top: -19px;
  }
  .ryya {
    width: 44.666%;
    margin: 0 2.667%;
    margin-top: 52px;
  }
  .ryya img {
    width: 100%;
    border: 3px solid #f0f7fa;
  }
  .ryya p {
    text-align: center;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 24px;
    margin-top: 13px;
  }
  .ym_gy {
    margin-top: 62px;
  }

  /*招商加盟页*/
  .jmya {
    width: 93.75%;
    margin: 0 auto;
    margin-top: 63px;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 44px;
    padding-left: 7px;
  }
  .jmya h6 {
    font-size: 24px;
    color: #3f3f3f;
    font-family: al2;
    line-height: 34px;
  }
  .jmya p {
    font-size: 22px;
    color: #3f3f3f;
    line-height: 34px;
    font-family: al1;
    margin-top: 15px;
  }
  .jmyb {
    width: 92.75%;
    margin: 0 auto;
  }
  .jmyb h6 {
    font-size: 24px;
    color: #3f3f3f;
    font-family: al2;
    line-height: 34px;
    margin-top: 44px;
    margin-bottom: 24px;
  }
  .jmyba {
    width: 19.2%;
    margin-left: 7.333%;
  }
  .jmyba img {
    width: 134px;
  }
  .jmyba p {
    font-size: 14px;
    color: #868585;
    line-height: 26px;
    margin-top: 25px;
  }
  .jmybb {
    margin-left: 0;
  }
  .lxzs {
    margin-top: 133px;
  }
  .lxzsa {
    width: 42.1666%;
    margin-right: 4.1666%;
    background-color: #c7221d;
    padding: 43px 0 33px 75px;
    margin-top: -131px;
  }
  .lxzsa h6 {
    font-size: 24px;
    color: #fff;
    font-family: al2;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .lxzsa h6 span {
    color: #f7706c;
    display: block;
  }
  .lxzsa h6.h {
    margin-top: 56px;
    margin-bottom: 4px;
  }
  .lxzsa p {
    font-size: 22px;
    color: #fff;
    font-family: al2;
    margin-bottom: 31px;
  }
  .lxzsa p img {
    display: inline-block;
    margin-right: 17px;
    position: relative;
    top: 8px;
  }

  /*新闻列表页*/
  .xwl {
    margin-bottom: 84px;
  }
  .xwla {
    width: 92.3333%;
    margin: 0 auto;
    background-color: #f4f7f8;
    padding-right: 60px;
    position: relative;
    margin-top: 51px;
  }
  .xwla_t {
    width: 39.5%;
    overflow: hidden;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: 54.772%;
    margin-top: 45px;
  }
  .xwla_w h5 {
    font-size: 22px;
    color: #f51c15;
    font-family: al2;
    line-height: 32px;
  }
  .xwla_w h5 span {
    display: inline-block;
    margin: 0 12px;
    font-family: al1;
  }
  .xwla_w h6 {
    font-size: 18px;
    color: #3f3f3f;
    font-family: al1;
    line-height: 28px;
    margin-top: 9px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 18px;
  }
  .xwla_w p {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 21px;
    margin-top: 26px;
    height: 42px;
    overflow: hidden;
  }
  .xwla_m {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 148px;
    height: 45px;
    background-color: #c7221d;
    font-size: 14px;
    color: #fff;
    font-family: al2;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.04);
  }
  .xwla:hover .xwla_m {
    transform: translateX(-10px);
  }
  .xwl .ym {
    margin-top: 60px;
  }

  /*新闻内页*/
  .xwny {
    margin-top: 61px;
    margin-bottom: 90px;
  }
  .xwn {
    width: 92.333%;
    margin: 0 auto;
    background-color: #f4f7f8;
    padding: 53px 65px 56px 65px;
  }
  .xwna {
    width: 100%;
    margin: 0 auto;
  }
  .xwna h1 {
    text-align: center;
    font-size: 26px;
    color: #3f3f3f;
    font-family: al1;
    border-bottom: 1px solid #dddee8;
    line-height: 36px;
    padding-bottom: 29px;
  }
  .xwna p {
    text-align: center;
    font-size: 16px;
    color: #f51c15;
    font-family: al2;
    line-height: 26px;
    margin-top: 12px;
  }
  .xwna p span {
    display: inline-block;
    width: 50px;
  }
  .xwnb {
    width: 100%;
    margin-top: 34px;
  }
  .xwnb p {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 28px;
  }
  .xwnb img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 53px;
  }
  .xwny .fhlb {
    margin: 0 auto;
    margin-top: 61px;
  }

  /*联系我们页*/
  .lxy {
    margin-top: 59px;
  }
  .lxy h5 {
    font-size: 24px;
    color: #3f3f3f;
    line-height: 33px;
    font-family: al2;
    margin-left: 15px;
  }
  .lxy h6 {
    font-size: 24px;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .lxy h6::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #c7221d;
    bottom: 11px;
    right: -17px;
  }
  .lxya {
    width: 100%;
    margin-top: -10px;
  }
  .lxya_a {
    width: 50%;
    padding-left: 35px;
    margin-top: 32px;
  }
  .lxya_a img {
    float: left;
    width: 46px;
  }
  .lxya_a p {
    float: left;
    font-size: 16px;
    color: #3f3f3f;
    font-family: al1;
    line-height: 24px;
    margin-left: 47px;
  }
  .lxya_a p span {
    font-size: 18px;
    display: block;
  }
  .lxyb {
    background-color: #f4f7f8;
    margin-top: 95px;
    padding: 60px 0 37px 44px;
    margin-bottom: 95px;
  }
  .lxyb .lxa img {
    margin-top: -53px;
    width: 83.5%;
    margin-left: 36px;
  }
  .ditu {
    width: 48.8%;
    border: 6px solid #cfe0e5;
    border-right: none;
  }
  .after-videos-box {
    display: none;
    position: fixed;
    left: 40%;
    top: 15%;
    height: 80%;
    z-index: 29999;
  }
  .after-videos-player {
    position: relative;
  }
  .after-videos-close {
    width: 32px;
    height: 32px;
    background: url(/uploadfile/20241121/video_close.png) no-repeat;
    background-size: 100% 100%;
    /* transform: rotate(45deg); */
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .after-video-content {
    position: relative;
  }
  .yjxa-video {
    cursor: pointer;
  }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  body,
  html {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 12px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased; /*抗锯齿效果*/
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: 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: #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;
  }
  .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: "al1";
    src: url(../font/Alibaba-PuHuiTi-Regular.woff) format("woff"), url("../font/Alibaba-PuHuiTi-Regular.ttf") format("truetype"),
      url("../font/Alibaba-PuHuiTi-Regular.otf") format("opentype"), url("../font/Alibaba-PuHuiTi-Regular.eot") format("embedded-opentype"),
      url("../font/Alibaba-PuHuiTi-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    /*阿里巴巴普惠体*/
    font-family: "al2";
    src: url(../font/Alibaba-PuHuiTi-Medium.woff) format("woff"), url("../font/Alibaba-PuHuiTi-Medium.ttf") format("truetype"),
      url("../font/Alibaba-PuHuiTi-Medium.otf") format("opentype"), url("../font/Alibaba-PuHuiTi-Medium.eot") format("embedded-opentype"),
      url("../font/Alibaba-PuHuiTi-Medium.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: #d02f2f;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #d02f2f;
    border-radius: 5px;
  }

  /*top*/
  .top {
    width: 100%;
    position: relative;
    height: 159px;
    border-top: 5px solid #d02f2f;
  }
  .logo {
    width: 163px;
  }
  .logo img {
    width: 100%;
  }
  .topa {
    width: 76%;
  }
  .topa > p {
    float: right;
    font-size: 18px;
    color: #da251c;
    font-family: al2;
    margin-top: 18px;
    margin-right: 7px;
    height: 40px;
  }
  .topa > p a {
    display: inline-block;
    margin-right: 16px;
    font-size: 18px;
    color: #da251c;
    font-family: al2;
    margin-top: 18px;
    height: 40px;
  }
  .topa > p img {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: 9px;
  }
  .topa > p span {
    display: inline-block;
    width: 21px;
  }
  .ul4 {
    width: 100%;
    position: relative;
    z-index: 2;
    height: 80px;
    margin-top: 16px;
    right: -20px;
  }
  .ul4 li {
    height: 80px;
    position: relative;
    width: 14.285%;
    transition: all ease 0.3s;
    float: left;
    cursor: pointer;
  }
  .ul4 li p {
    height: 80px;
    line-height: 80px;
    transition: all ease 0.3s;
    position: relative;
    text-align: center;
    width: 100%;
    overflow: hidden;
  }
  .ul4 li p a {
    font-size: 15px;
    color: #222222;
    position: relative;
    z-index: 2;
    transition: all ease 0.2s;
  }
  li.active p a {
    color: #fff;
  }
  .active {
    background-color: #d02f2f;
  }
  .ul4 li:hover p a {
    color: #fff;
  }
  .navb {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 80px;
    left: -0%;
    opacity: 0;
  }
  .navba {
    width: 100%;
    line-height: 20px;
    padding: 10px 5px;
    background-color: rgba(235, 58, 12, 0.7);
    text-align: center;
    transition: all ease 0.3s;
  }
  .navba a {
    font-size: 14px;
    color: #fff;
    transition: all ease 0.3s;
  }
  .navba:hover {
    background-color: rgba(235, 58, 12, 1);
  }
  /*banner*/
  .ban {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 438px;
    position: relative;
  }
  .imgbox {
    width: 1400px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -700px;
    height: 438px;
  }
  .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .boy {
    width: 1200px;
  }
  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 6%;
    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: 6%;
    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;
  }
  .flip {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: calc(50% - 42px);
  }
  .flip li {
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    float: left;
    position: relative;
    transition: all ease 0.35s;
  }
  .flip li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 0.35s ease;
    background-color: transparent;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .flip li a::before,
  .flip li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    transition: all ease 0.3s;
    text-indent: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; /*背面不可见*/
  }
  .flip li a::after {
    background-color: #d82618;
    transform: rotateY(180deg);
  }
  .flip li a:hover,
  .flip li a:focus,
  .flip li.ppp a {
    background-color: #d82618;
  }
  .flip li.ppp a {
    transform: rotateY(180deg);
  }
  .flip li a:hover::before {
    opacity: 0.8;
  }
  /*丹尼尔优势*/
  .ys {
    width: 100%;
    margin-top: 65px;
  }
  .ys_top h6 {
    text-align: center;
    font-size: 50px;
    color: #3f3f3f;
    font-family: al1;
    line-height: 55px;
  }
  .ys_top p {
    text-align: center;
    font-size: 28px;
    color: #4f4f4f;
    font-family: al1;
    line-height: 30px;
    margin-top: 9px;
  }
  .ysa {
    margin-top: 59px;
    width: 100%;
  }
  .ysaa {
    width: 25%;
    cursor: pointer;
  }
  .ysaa_t {
    width: 100px;
    margin: 0 auto;
    position: relative;
  }
  .ysaa_t img {
    width: 100%;
    transition: all ease 0.5s;
  }
  .ysaa_t img.t1 {
  }
  .ysaa_t img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(300deg);
    transform-origin: top center;
    opacity: 0;
  }
  .ysaa:hover .ysaa_t img.t2 {
    transform: rotateZ(360deg);
    transform-origin: top center;
    opacity: 1;
  }
  .ysaa:hover .ysaa_t img.t1 {
    transform: rotateZ(60deg);
    transform-origin: top center;
    opacity: 0;
  }
  .ysaa_w {
    width: 120%;
    margin-top: 16px;
    margin-left: -10%;
  }
  .ysaa_w h6 {
    text-align: center;
    font-size: 24px;
    color: #4f4f4f;
    font-family: al2;
    line-height: 36px;
    transition: all ease 0.3s;
  }
  .ysaa_w p {
    font-size: 12px;
    color: #868585;
    line-height: 18px;
    margin-top: 7px;
    text-align: center;
  }
  .ysaa:hover .ysaa_w h6 {
    color: #de2c14;
  }
  /*丹尼尔产品*/
  .cp {
    margin-top: 57px;
    width: 100%;
  }
  .cpa {
    width: 91.5625%;
    margin: 0 auto;
    margin-top: 39px;
    overflow: hidden;
    position: relative;
  }
  .cpd {
    width: 95.392%;
    margin: 0 auto;
    position: relative;
  }
  .cpd_t {
    width: 100%;
    overflow: hidden;
  }
  .cpd_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cpd_w {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -60px;
    background-color: rgba(25, 23, 23, 0.9);
    padding: 0 3%;
    transition: all ease 0.3s;
  }
  .cpd_w p {
    font-size: 15px;
    color: #fefefe;
    line-height: 50px;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    font-family: al1;
  }
  .cpd_w h6 {
    float: right;
    font-size: 15px;
    color: #e22714;
    font-family: al1;
    line-height: 50px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .cpd:hover .cpd_t img {
    transform: scale(1.06);
  }
  .cpd:hover .cpd_w {
    bottom: 0;
  }
  .cpd_w h6:hover {
    margin-right: 8px;
  }
  .cpa_z {
    width: 50px;
    height: 60px;
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpa_y {
    width: 50px;
    height: 60px;
    position: absolute;
    right: 1%;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpa:hover .cpa_z {
    opacity: 1;
  }
  .cpa:hover .cpa_y {
    opacity: 1;
  }
  .cp_m {
    width: 148px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    background-color: #c7221d;
    margin-top: 47px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .cp_m a {
    font-size: 14px;
    color: #fff;
    font-family: al2;
    display: block;
    width: 100%;
  }
  .cp_m:hover {
    transform: translateY(-8px);
  }
  /*关于我们*/
  .gy {
    width: 100%;
    margin-top: 71px;
    background-image: url(../img/d5.jpg);
    height: 600px;
    background-repeat: no-repeat;
    background-size: 1920px 600px;
    background-position: center;
    padding-top: 73px;
    background-blend-mode: multiply;
  }
  .gya {
    width: 42.083%;
  }
  .gya h5 {
    font-size: 55px;
    /* color: #d62419; */
    color: #fff;
    font-family: al1;
    line-height: 55px;
  }
  .gya h6 {
    font-size: 30px;
    /* color: #4f4f4f; */
    color: #fff;
    font-family: al1;
    line-height: 30px;
    margin-top: 6px;
  }
  .gya p {
    font-size: 14px;
    /* color: #3f3f3f; */
    color: #3f3f3f;
    line-height: 26px;
    margin-top: 43px;
    height: 208px;
    overflow: hidden;
  }
  .gya_m {
    width: 148px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /* background-color: #c7221d; */
    background-color: #fff;
    margin-top: 40px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .gya_m a {
    font-size: 14px;
    /* color: #fff; */
    color: #c7221d;
    font-family: al2;
    display: block;
    width: 100%;
  }
  .gya_m:hover {
    transform: translateX(8px);
  }
  .gyb {
    display: none;
    width: 39%;
    position: relative;
    background-image: url(../img/d10.png);
    background-position: bottom center;
    background-size: 100% 168px;
    background-repeat: no-repeat;
    padding-bottom: 24px;
    margin-top: 10px;
  }
  .gyb::after {
    position: absolute;
    content: "";
    background-color: #e3301b;
    width: 365px;
    height: 168px;
    right: -364px;
    bottom: 0;
  }
  .gyb_a {
    width: 100%;
    overflow: auto;
  }
  .gyb_a img {
    width: 57.4%;
    float: right;
  }
  .gyb_a p {
    position: absolute;
    width: 38.19%;
    bottom: 70px;
    left: 0;
    text-align: right;
    font-size: 14px;
    color: #fff;
    line-height: 21px;
  }
  .gyb img.t1 {
    position: absolute;
    width: 110px;
    left: -49px;
    bottom: 133px;
  }
  .gyb img.t2 {
    position: absolute;
    width: 130px;
    left: 8px;
    top: 18%;
    mix-blend-mode: multiply;
  }
  .gyc {
    position: absolute;
    left: 18%;
    bottom: 26px;
  }
  .gyc li {
    width: 12px;
    height: 12px;
    background-color: #ae1405;
    border-radius: 50%;
    margin: 0 4px;
    float: left;
    cursor: pointer;
  }
  .gyc li.on {
    background-color: #feca00;
  }
  /*招商加盟*/
  .zs {
    width: 100%;
    margin-top: 48px;
  }
  .zsa {
    width: 100%;
    margin-top: 49px;
  }
  .zsb {
    width: 30.3333%;
    overflow: hidden;
    position: relative;
  }
  .zsb img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .zsb h6 {
    position: absolute;
    left: 16px;
    bottom: 19px;
    font-size: 16px;
    color: #fff;
    font-family: al1;
    transition: all ease 0.3s;
    opacity: 1;
  }
  .zsb h6 span {
    font-size: 24px;
    font-family: al2;
    display: block;
  }
  .zsb p {
    position: absolute;
    width: 66%;
    left: 17%;
    background-color: rgba(218, 37, 32, 0.9);
    top: 21%;
    height: 58%;
    font-size: 20px;
    color: #fff;
    font-family: al1;
    line-height: 28px;
    padding-top: 10%;
    padding-left: 10%;
    transform: rotateY(90deg);
    opacity: 0;
    transition: all ease 0.3s;
  }
  .zsb p span {
    font-size: 24px;
    font-family: al2;
    display: block;
    margin-bottom: 25px;
  }
  .zsb_a {
    margin: 0 4.5%;
  }
  .zsb:hover img {
    transform: scale(1.1);
  }
  .zsb:hover p {
    transform: rotateY(0);
    opacity: 1;
  }
  .zsb:hover h6 {
    left: -100px;
    opacity: 0;
  }
  /*联系我们*/
  .lx {
    width: 100%;
    margin-top: 41px;
    background-color: #f4f7f8;
    padding-top: 73px;
    height: 507px;
  }
  .lxa {
    width: 50%;
  }
  .lxa p {
    font-size: 18px;
    color: #3f3f3f;
    line-height: 26px;
  }
  .lxa p span {
    font-size: 26px;
    color: #3f3f3f;
    font-family: al2;
    display: block;
  }
  .lxa div.xt {
    width: 26px;
    height: 4px;
    background-color: #c7221d;
    margin-top: 13px;
  }
  .lxa img {
    width: 80.5%;
    margin-left: 10%;
    margin-top: -12%;
    mix-blend-mode: multiply;
  }
  .lxa_m {
    margin-top: -10%;
    position: relative;
    z-index: 1;
  }
  .lxb {
    width: 50%;
    padding-left: 39px;
  }
  .lxb h5 {
    font-size: 23px;
    color: #3f3f3f;
    line-height: 33px;
    font-family: al2;
  }
  .lxb h6 {
    font-size: 23px;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .lxb h6::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #c7221d;
    bottom: 11px;
    right: -17px;
  }
  .lxb p {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 24px;
    margin-left: 10px;
    width: 110%;
  }
  .lxb p img {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 10px;
    margin-top: 5px;
  }
  .lxb p span {
    width: 90px;
    display: inline-block;
  }
  /*footer*/
  .yj {
    width: 100%;
    background-color: #242020;
    padding: 50px 0;
  }
  .yja h6 {
    font-size: 14px;
    color: #464242;
    line-height: 14px;
  }
  .yja h6 a {
    font-size: 14px;
    color: #d7d7d7;
    transition: all ease 0.3s;
  }
  .yja h6 span {
    display: inline-block;
    margin: 0 11px;
  }
  .yja h6 a:hover {
    color: #c7221d;
  }
  .yja p.p1 {
    font-size: 14px;
    color: #696767;
    line-height: 28px;
    margin-top: 45px;
  }
  .yja p.p1 a {
    font-size: 14px;
    color: #696767;
  }
  .yja p.p1 span {
    display: inline-block;
    width: 28px;
  }
  .yja p.p2 {
    font-size: 14px;
    color: #565353;
    line-height: 14px;
    margin-top: 43px;
  }
  .yja p.p2 a {
    font-size: 14px;
    color: #565353;
    transition: all ease 0.3s;
  }
  .yja p.p2 a:hover {
    color: #fff;
  }
  .yjb {
    margin-right: 19px;
  }
  .yjb img {
    width: 100px;
    float: left;
  }
  .yjb img:nth-child(1) {
    margin-right: 15px;
  }
  .yjb p {
    float: left;
    font-size: 15px;
    color: #d92418;
    font-family: al2;
    margin-left: 12px;
    margin-top: 6px;
  }
  .yjb p span {
    display: block;
    color: #fff;
    margin-top: 6px;
  }
  .yjb h6 {
    font-size: 16px;
    color: #696767;
    font-family: al1;
    line-height: 16px;
    margin-top: 13px;
    letter-spacing: 1.5px;
  }

  /*固定的悬浮窗*/
  .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 290px;
    right: -127px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px "Microsoft YaHei";
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .yb_bar .yb_top {
    background: #d02f2f url(../img/t1.png) no-repeat;
  }
  .yb_bar .yb_phone {
    background: #d02f2f url(../img/t2.png) no-repeat;
  }
  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #d02f2f url(../img/t3.png) no-repeat;
  }
  .yb_bar .yb_ercode {
    background: #d02f2f url(../img/t4.png) no-repeat;
  }
  .hd_qr {
    padding: 6px 37px 25px 37px;
    box-sizing: border-box;
    width: 180px;
  }
  .yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .yb_QQ a:hover {
    color: #fff;
  }

  /*关于我们页*/
  .nban {
    width: 100%;
    overflow: hidden;
  }
  .nban img {
    width: 1400px;
    position: relative;
    left: 50%;
    margin-left: -700px;
  }
  .gyya_a {
    background-image: url(../img/d21.png);
    width: 250px;
    height: 121px;
    background-size: 100% 100%;
    padding-top: 15px;
    position: relative;
    margin-top: -71px;
  }
  .gyya_a p {
    text-align: center;
    font-family: al1;
    color: #fff;
    font-size: 25px;
  }
  .gyya_a p span {
    font-size: 40px;
    display: block;
  }
  .gyya_b p {
    width: 92px;
    border-bottom: 3px solid transparent;
    margin-left: 15px;
    float: left;
    text-align: center;
    line-height: 45px;
    transition: all ease 0.3s;
  }
  .gyya_b p a {
    font-size: 16px;
    color: #424242;
    transition: all ease 0.3s;
  }
  .gyya_b p.on {
    border-color: #d02f2f;
  }
  .gyya_b p.on a {
    color: #d02f2f;
  }
  .gyya_b p:hover {
    border-color: #d02f2f;
  }
  .gyya_b p:hover a {
    color: #d02f2f;
  }
  .mbx {
    font-size: 12px;
    color: #777777;
    margin-top: 4px;
    margin-right: 14px;
  }
  .mbx a {
    font-size: 12px;
    color: #777777;
    transition: all ease 0.3s;
  }
  .mbx img {
    display: inline;
    margin-right: 14px;
    position: relative;
    top: 10px;
  }
  .mbx a:hover {
    color: #d02f2f;
  }
  .gyy {
    width: 100%;
    margin-top: 65px;
  }
  .gyyb {
    width: 96.03%;
    margin: 0 auto;
  }
  .h6 {
    font-size: 13px;
    color: #b7c2c5;
    font-family: al1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
  }
  .h6 span {
    display: block;
    font-size: 26px;
    color: #f33636;
    font-family: al2;
    letter-spacing: 0;
  }
  .h6::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 48px;
    background-color: #d44040;
    left: -20px;
    top: 5px;
  }
  .gyyb_a {
    width: 100%;
  }
  .gyyb_a p {
    width: 48%;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 25px;
    margin-top: 2%;
  }
  .gyyb_a img {
    width: 47.1%;
  }
  .gyyb_b {
    margin-top: 57px;
  }
  .gyyb_b p {
    margin-top: 0%;
  }
  .gyyb_b p span {
    width: 50%;
    display: inline-block;
  }
  .h6_a {
    margin-top: 75px;
  }
  .gyyc {
    width: 145%;
    margin-top: 42px;
    margin-left: -22.5%;
    position: relative;
  }
  .gyyc::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 22.8%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  .gyyc::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 22.8%;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2;
  }
  #swiper_gy {
    width: 100%;
  }
  #swiper_gy img {
    width: 100%;
  }
  #swiper-button-prev-gy {
    background-image: url(../img/d7.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    left: 18.3%;
    z-index: 100;
    outline: none;
  }
  #swiper-button-next-gy {
    background-image: url(../img/d8.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    right: 18.3%;
    z-index: 100;
    outline: none;
  }
  .gyyd {
    width: 100%;
    background-color: #f4f7f8;
    margin: 0 auto;
    margin-top: 93px;
    padding: 73px 0 67px 0;
  }
  .gyyda {
    width: 170px;
  }
  .gyyda h6 {
    margin-left: 39px;
  }
  .gyyda h5 {
    font-size: 20px;
    color: #4f4f4f;
    font-family: al2;
    line-height: 30px;
    padding-left: 13px;
    margin-top: 211px;
  }
  .gyyda p {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 23px;
    margin-top: 9px;
    padding-left: 13px;
  }
  .gyydb {
    width: calc(81% - 170px);
    margin-left: 2%;
  }
  .gyydb video {
    width: 100%;
    height: 418px;
    border-bottom: 5px solid #c7221d;
    object-fit: contain;
    background-color: #000;
  }
  .gyydc {
    width: 16%;
  }
  .gyydc p {
    width: 100%;
    background-color: #c7221d;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-family: al2;
    margin-bottom: 13px;
    cursor: pointer;
    position: relative;
  }
  .gyydc p.on::after {
    position: absolute;
    content: "";
    background-image: url(../img/d23.png);
    width: 25px;
    height: 45px;
    left: -23px;
    top: 0;
  }
  .gyye {
    margin-top: 56px;
    margin-bottom: 91px;
  }
  .gyye > h6 {
    margin-left: 39px;
  }
  .gyyf {
    width: 100%;
    margin-top: 25px;
  }
  .gyyfa {
    width: 24.1666%;
    margin-left: 1.111%;
    overflow: hidden;
    position: relative;
  }
  .gyyfb {
    margin-left: 0;
  }
  .gyyfa > img {
    width: 100%;
  }
  .gyyfw {
    position: absolute;
    width: 88.62%;
    right: 0;
    height: 107px;
    top: 50%;
    margin-top: -53.5px;
    background-color: rgba(255, 255, 255, 0.85);
    border-left: 1px solid #ff0000;
    padding: 20px 2% 0 2%;
  }
  .gyyfw p {
    font-size: 16px;
    color: #de2c14;
    font-weight: bold;
    line-height: 24px;
    width: calc(96% - 30px);
    float: right;
  }
  .gyyfw p span {
    font-size: 12px;
    color: #bcc6c9;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    margin-top: 7px;
    width: 110%;
  }
  .gyyfw .t1 {
    width: 30px;
    float: left;
  }
  .gyyfw .t2 {
    position: absolute;
    bottom: -14px;
    left: -4px;
  }

  /*精酿原浆秀*/
  .yjx {
    margin-top: 14px;
    margin-bottom: 110px;
  }
  .yjxa {
    width: 45.1666%;
    overflow: hidden;
    margin-top: 6%;
  }
  .yjxa img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .yjxa:hover img {
    transform: scale(1.1);
  }

  /*产品列表页*/
  .cpl {
    margin-top: 24px;
    margin-bottom: 84px;
  }
  .cpla {
    width: 100%;
    padding: 3%;
    position: relative;
    box-shadow: 3px 3px 20px 0 transparent;
    margin-top: 24px;
    transition: all ease 0.3s;
  }
  .cpla_t {
    width: 49.75%;
    overflow: hidden;
  }
  .cpla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cpla_w {
    width: 45.33%;
    margin-top: 1%;
  }
  .cpla_w h5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    color: #3f3f3f;
    margin-bottom: 5%;
  }
  .cpla_w p {
    width: 100%;
    margin-top: 3%;
    overflow: auto;
  }
  .cpla_w p .span1 {
    width: 86px;
    display: inline-block;
    background-color: #c7221d;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    padding-left: 9px;
    float: left;
  }
  .cpla_w p .span2 {
    width: calc(100% - 95px);
    display: inline-block;
    margin-left: 8px;
    background-color: #f4f7f8;
    line-height: 31px;
    padding-left: 18px;
    color: #3f3f3f;
    font-size: 14px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpla_m {
    position: absolute;
    right: 3%;
    bottom: 4%;
    width: 148px;
    height: 45px;
    background-color: #c7221d;
    font-size: 14px;
    color: #fff;
    font-family: al2;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .cpla:hover {
    box-shadow: 3px 3px 20px 0 #fae7e7;
  }
  .cpla:hover .cpla_t img {
    transform: scale(1.04);
  }
  .cpla:hover .cpla_m {
    transform: translateX(-10px);
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 32px;
  }
  .yma {
    float: left;
    text-align: center;
    line-height: 39px;
    margin: 0 6px;
  }
  .yma a {
    display: block;
    width: 38px;
    height: 39px;
    border: 1px solid #c7221d;
    font-size: 14px;
    color: #373737;
    transition: all ease 0.3s;
  }
  .ymb a {
    width: 104px;
  }
  .ymaa a {
    background-color: #c7221d;
    color: #fff;
  }
  .yma:hover a {
    background-color: #c7221d;
    color: #fff;
  }

  /*产品内页*/
  .cpn {
    margin-top: 64px;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 78px;
  }
  .cpna {
    width: 93%;
    margin: 0 auto;
  }
  .cpna > img {
    width: 50.05%;
    float: left;
  }
  .cpna_w {
    width: 46.8%;
    margin-top: 2%;
  }
  .cpna_w h5 {
    font-size: 26px;
    color: #3f3f3f;
    font-family: al1;
    padding-left: 12px;
  }
  .cpna_w h6 {
    font-size: 24px;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    line-height: 24px;
    border-bottom: 1px solid #dddee8;
    padding-left: 12px;
    padding-bottom: 6%;
  }
  .cpna_w p {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 28px;
    margin-top: 4%;
    padding-left: 12px;
  }
  .cpna_m {
    width: 226px;
    margin-top: 6%;
    margin-left: 12px;
  }
  .cpna_m img {
    width: 100%;
  }
  .cpnb {
    width: 93%;
    margin: 0 auto;
    margin-top: 56px;
    border: 3px solid #f4f7f8;
    padding: 15px 25px 22px 25px;
  }
  .cpnb p {
    width: 48.4%;
    overflow: auto;
    margin-top: 7px;
  }
  .cpnb p .span1 {
    width: 86px;
    float: left;
    display: inline-block;
    background-color: #c7221d;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    padding-left: 9px;
  }
  .cpnb p .span2 {
    width: calc(100% - 96px);
    float: right;
    display: inline-block;
    margin-left: 8px;
    background-color: #f4f7f8;
    line-height: 31px;
    padding-left: 18px;
    color: #3f3f3f;
    font-size: 14px;
  }
  .cpnc {
    width: 93%;
    margin: 0 auto;
    margin-top: 49px;
  }
  .cpnc h6 {
    margin-left: 25px;
  }
  .cpnca {
    width: 100%;
    margin-top: -101px;
  }
  .cpnca img {
    width: 70%;
    margin-top: 48px;
  }
  .fhlb {
    width: 148px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #c7221d;
    margin-top: -49px;
    margin-left: 3.5%;
  }
  .fhlb a {
    font-size: 14px;
    color: #fff;
    font-family: al2;
    transition: all ease 0.3s;
  }
  .fhlb:hover a {
    padding-left: 10px;
  }
  .cpnx {
    margin-top: 48px;
    margin-bottom: 80px;
  }
  .cpnx .cpa {
    width: 100%;
  }
  .cpnxa .cpa_z {
    left: -0px;
    opacity: 1;
  }
  .cpnxa .cpa_y {
    right: -0px;
    opacity: 1;
  }
  .cpnxa {
    position: relative;
  }

  /*荣誉资质页*/
  .ryny {
    margin-bottom: 80px;
  }
  .ryy {
    width: 100%;
    margin-top: -19px;
  }
  .ryya {
    width: 44.666%;
    margin: 0 2.667%;
    margin-top: 52px;
  }
  .ryya img {
    width: 100%;
    border: 3px solid #f0f7fa;
  }
  .ryya p {
    text-align: center;
    font-size: 14px;
    color: #3f3f3f;
    line-height: 24px;
    margin-top: 13px;
  }
  .ym_gy {
    margin-top: 62px;
  }

  /*招商加盟页*/
  .jmya {
    width: 93.75%;
    margin: 0 auto;
    margin-top: 63px;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 44px;
    padding-left: 7px;
  }
  .jmya h6 {
    font-size: 24px;
    color: #3f3f3f;
    font-family: al2;
    line-height: 34px;
  }
  .jmya p {
    font-size: 20px;
    color: #3f3f3f;
    line-height: 34px;
    font-family: al1;
    margin-top: 15px;
  }
  .jmyb {
    width: 92.75%;
    margin: 0 auto;
  }
  .jmyb h6 {
    font-size: 24px;
    color: #3f3f3f;
    font-family: al2;
    line-height: 34px;
    margin-top: 44px;
    margin-bottom: 24px;
  }
  .jmyba {
    width: 19.2%;
    margin-left: 7.333%;
  }
  .jmyba img {
    width: 124px;
  }
  .jmyba p {
    font-size: 14px;
    color: #868585;
    line-height: 26px;
    margin-top: 25px;
  }
  .jmyba p br {
    display: none;
  }
  .jmybb {
    margin-left: 0;
  }
  .lxzs {
    margin-top: 120px;
    height: auto;
    padding-bottom: 5%;
  }
  .lxzsa {
    width: 42.1666%;
    margin-right: 4.1666%;
    background-color: #c7221d;
    padding: 43px 0 2% 50px;
    margin-top: -131px;
  }
  .lxzsa h6 {
    font-size: 20px;
    color: #fff;
    font-family: al2;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .lxzsa h6 span {
    color: #f7706c;
    display: block;
  }
  .lxzsa h6.h {
    margin-top: 56px;
    margin-bottom: 4px;
  }
  .lxzsa p {
    font-size: 20px;
    color: #fff;
    font-family: al2;
    margin-bottom: 31px;
  }
  .lxzsa p img {
    display: inline-block;
    margin-right: 17px;
    position: relative;
    top: 8px;
  }

  /*新闻列表页*/
  .xwl {
    margin-bottom: 84px;
  }
  .xwla {
    width: 92.3333%;
    margin: 0 auto;
    background-color: #f4f7f8;
    padding-right: 60px;
    position: relative;
    margin-top: 5%;
  }
  .xwla_t {
    width: 39.5%;
    overflow: hidden;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: 54.772%;
    margin-top: 2%;
  }
  .xwla_w h5 {
    font-size: 22px;
    color: #f51c15;
    font-family: al2;
    line-height: 32px;
  }
  .xwla_w h5 span {
    display: inline-block;
    margin: 0 12px;
    font-family: al1;
  }
  .xwla_w h6 {
    font-size: 18px;
    color: #3f3f3f;
    font-family: al1;
    line-height: 28px;
    margin-top: 9px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 3%;
  }
  .xwla_w p {
    font-size: 12px;
    color: #3f3f3f;
    line-height: 21px;
    margin-top: 3%;
    height: 42px;
    overflow: hidden;
  }
  .xwla_m {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 148px;
    height: 45px;
    background-color: #c7221d;
    font-size: 14px;
    color: #fff;
    font-family: al2;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.04);
  }
  .xwla:hover .xwla_m {
    transform: translateX(-10px);
  }
  .xwl .ym {
    margin-top: 60px;
  }

  /*新闻内页*/
  .xwny {
    margin-top: 61px;
    margin-bottom: 90px;
  }
  .xwn {
    width: 92.333%;
    margin: 0 auto;
    background-color: #f4f7f8;
    padding: 50px 5% 56px 5%;
  }
  .xwna {
    width: 100%;
    margin: 0 auto;
  }
  .xwna h1 {
    text-align: center;
    font-size: 24px;
    color: #3f3f3f;
    font-family: al1;
    border-bottom: 1px solid #dddee8;
    line-height: 36px;
    padding-bottom: 29px;
  }
  .xwna p {
    text-align: center;
    font-size: 16px;
    color: #f51c15;
    font-family: al2;
    line-height: 26px;
    margin-top: 12px;
  }
  .xwna p span {
    display: inline-block;
    width: 50px;
  }
  .xwnb {
    width: 100%;
    margin-top: 34px;
  }
  .xwnb p {
    font-size: 14px;
    color: #3f3f3f;
    line-height: 28px;
  }
  .xwnb img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 53px;
  }
  .xwny .fhlb {
    margin: 0 auto;
    margin-top: 61px;
  }

  /*联系我们页*/
  .lxy {
    margin-top: 59px;
  }
  .lxy h5 {
    font-size: 24px;
    color: #3f3f3f;
    line-height: 33px;
    font-family: al2;
    margin-left: 15px;
  }
  .lxy h6 {
    font-size: 24px;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 15px;
  }
  .lxy h6::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #c7221d;
    bottom: 11px;
    right: -17px;
  }
  .lxya {
    width: 100%;
    margin-top: -10px;
  }
  .lxya_a {
    width: 50%;
    padding-left: 35px;
    margin-top: 32px;
  }
  .lxya_a img {
    float: left;
    width: 46px;
  }
  .lxya_a p {
    float: left;
    font-size: 16px;
    color: #3f3f3f;
    font-family: al1;
    line-height: 24px;
    margin-left: 6%;
    width: calc(94% - 50px);
    height: 30px;
  }
  .lxya_a p span {
    font-size: 18px;
    display: block;
  }
  .lxyb {
    background-color: #f4f7f8;
    margin-top: 95px;
    padding: 60px 0 37px 44px;
    margin-bottom: 95px;
  }
  .lxyb .lxa img {
    margin-top: -1%;
    width: 85%;
    margin-left: 3%;
  }
  .ditu {
    width: 48.8%;
    border: 6px solid #cfe0e5;
    border-right: none;
  }

  @media (min-width: 850px) {
    .ul4 li p a {
      font-size: 16px;
    }
    .gyb img.t2 {
      top: 26%;
    }
    .yja h6 span {
      margin: 0 10px;
    }
    .yja p.p1 span {
      width: 38px;
    }
  }

  @media (min-width: 900px) {
    .zsb p {
      padding-top: 14%;
      padding-left: 14%;
    }
    .yja h6 span {
      margin: 0 12px;
    }
    .cpla_w {
      width: 45.33%;
      margin-top: 2%;
    }
    .xwla_w {
      margin-top: 4%;
    }
  }

  @media (min-width: 950px) {
    .ul4 li p a {
      font-size: 17px;
    }
    .gyb img.t2 {
      top: 31%;
    }
    .yja h6 span {
      margin: 0 17px;
    }
    .gyyb_b p {
      margin-top: 2%;
    }
    .cpla_w h5 {
      margin-bottom: 7%;
    }
    .lxzsa h6 {
      font-size: 22px;
    }
  }

  @media (min-width: 1000px) {
    .gyb img.t2 {
      top: 33%;
      width: 145px;
    }
    .gyc {
      left: 22%;
    }
    .yja h6 span {
      margin: 0 22px;
    }
    #swiper-button-prev-gy {
      left: 19.4%;
    }
    #swiper-button-next-gy {
      right: 19.4%;
    }
    .cpla_w p {
      margin-top: 4%;
    }
    .lxyb .lxa img {
      margin-top: -2%;
    }
    .after-videos-box {
      display: none;
      position: fixed;
      left: 20%;
      top: 15%;
      height: 80%;
      z-index: 29999;
    }
    .after-videos-player {
      position: relative;
    }
    .after-videos-close {
      width: 32px;
      height: 32px;
      background: url(/uploadfile/20241121/video_close.png) no-repeat;
      background-size: 100% 100%;
      /* transform: rotate(45deg); */
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer;
    }
    .after-video-content {
      position: relative;
    }
    .yjxa-video {
      cursor: pointer;
    }
  }

  @media (min-width: 1100px) {
    .lxyb .lxa img {
      margin-top: -8%;
    }
  }
}

@media (max-width: 760px) {
  html {
    font-size: 85%;
    line-height: 110%;
  }
  body,
  html {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
  }
  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 {
    text-align: justify;
  }
  .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: 92%;
    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;
  }

  /*手机banner*/
  .sjban {
    width: 100%;
    margin-top: 18%;
  }
  .sjban .swiper-container {
    width: 100%;
  }
  .sjban .swiper-slide {
    width: 100%;
  }
  .sjban img {
    width: 100%;
  }
  /*手机nav*/
  .sjdhgd {
    width: 100%;
    background-size: 100% 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
    border-top: 4px solid #d02f2f;
  }
  .sjdh {
    margin: 0 auto;
    width: 100%;
    box-shadow: 0 -2px 20px 0 #d02f2f;
    padding: 1% 1%;
    transition: all ease 0.5s;
  }
  .sjdha {
    width: 100%;
  }
  .sjdha_t1 {
    width: 19%;
    overflow: hidden;
    margin: 0 auto;
  }
  .sjdha_t1 img {
    width: 100%;
  }
  .sjdha_t2 {
    width: 26px;
    position: absolute;
    left: 5%;
    top: calc(50% - 10.5px);
  }
  .sjdha_t2 img {
    width: 100%;
  }
  .sjdha_t3 {
    width: 25px;
    position: absolute;
    right: 5%;
    top: calc(50% - 13px);
  }
  .sjdha_t3 img {
    width: 100%;
  }
  .huakuai {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 10001;
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
  }
  .sjdhb {
    width: 72%;
    background: #fff;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 25%;
  }
  .guanbi {
    width: 100%;
  }
  .guanbi img {
    width: 22px;
    height: 22px;
    margin: 5%;
    float: right;
  }
  .sjdhb_a {
    width: 100%;
  }
  .sjdhb_a h6 {
    line-height: 48px;
    width: 100%;
    padding-left: 18px;
    text-transform: uppercase;
  }
  .sjdhb_a h6 a {
    font-size: 1.25rem;
    color: #222222;
  }
  .sjdhb_a h6 span {
    font-size: 0.8rem;
    display: inline-block;
    margin-left: 5px;
  }
  .sjdhb_ah1 h6 {
    border-left: 3px solid #d02f2f;
    background: #f6f6f6;
  }
  .sjdhb_ah1 h6 a {
    color: #d02f2f;
  }
  .sjdhb_aa {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .sjdhb_ah1 .sjdhb_aa {
    height: auto;
  }
  .sjdhb_p {
    width: 100%;
    line-height: 28px;
    padding-left: 37px;
    text-transform: uppercase;
    margin: 11px 0;
  }
  .sjdhb_p a {
    font-size: 0.95rem;
    color: #222222;
  }
  .sjdhb_pa a {
    color: #d02f2f;
  }
  .dh {
    margin-top: 1%;
  }
  .dha {
    width: 28px;
  }
  .dha img {
    width: 100%;
  }
  .dhb {
    position: relative;
    margin-left: 8px;
  }
  .dhb_a {
    width: 28px;
  }
  .dhb_b {
    position: absolute;
    left: -27px;
    top: 50px;
    opacity: 0;
    transition: all ease 0.3s;
    width: 90px;
  }
  .keywords {
    background-color: #f2f4f6;
    padding: 7px 0 10px 0;
    width: 100%;
  }
  .keywords p {
    display: none;
  }
  .chax {
    width: 100%;
  }
  .chaa {
    width: 40%;
    height: 40px;
    background-image: url(../img/h6.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4px 0 0 7px;
    border: 1px solid #c3d2db;
    border-radius: 4px;
  }
  .chaa input {
    width: calc(100% - 43px);
    height: 30px;
    border: 1px solid #b2c2cc;
    font-size: 0.75rem;
    color: #757575;
    line-height: 30px;
    padding-left: 6px;
    border-radius: 4px;
  }
  .chaa img {
    cursor: pointer;
    margin-left: 5px;
    width: 34px;
  }
  .chaa:nth-child(1) {
    margin-right: 5%;
    margin-left: 7.5%;
  }

  .sjdha_t3 a:nth-child(1) img {
    position: absolute;
    left: -38px;
    top: 1px;
  }
  /**手机底部导航**/
  .dan-xia {
    width: 100%;
    background-color: #29343e;
    background-image: url(../img/d20.png);
    background-size: 100% 100%;
    background-position: center;
    left: 0;
    bottom: 0;
    z-index: 1000;
  }
  .dan-xib {
    width: 25%;
    padding: 4% 0 2% 2%;
    float: left;
  }
  .dan-xid img {
    width: 26px;
    margin: 0 auto;
  }
  .dan-xid p {
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
    line-height: 22px;
    margin-top: 6px;
  }
  .dhgd_d {
    width: 44px;
    position: absolute;
    left: calc(50% - 22px);
    top: -18px;
    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.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -14px, 0);
      transform: translate3d(0, -14px, 0);
    }

    70% {
      -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -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;
  }

  /*丹尼尔优势*/
  .ys {
    width: 100%;
    margin-top: 5%;
  }
  .ys_top h6 {
    text-align: center;
    font-size: 2.4rem;
    color: #3f3f3f;
    line-height: 120%;
  }
  .ys_top p {
    text-align: center;
    font-size: 1.4rem;
    color: #4f4f4f;
    margin-top: 1%;
  }
  .ysa {
    margin-top: 2%;
    width: 100%;
    overflow: hidden;
  }
  .ysaa {
    width: 50%;
    cursor: pointer;
    margin-top: 5%;
  }
  .ysaa_t {
    width: 33%;
    margin: 0 auto;
    position: relative;
  }
  .ysaa_t img {
    width: 100%;
    transition: all ease 0.5s;
  }
  .ysaa_t img.t1 {
  }
  .ysaa_t img.t2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateZ(300deg);
    transform-origin: top center;
    opacity: 0;
  }
  .ysaa:hover .ysaa_t img.t2 {
    transform: rotateZ(360deg);
    transform-origin: top center;
    opacity: 1;
  }
  .ysaa:hover .ysaa_t img.t1 {
    transform: rotateZ(60deg);
    transform-origin: top center;
    opacity: 0;
  }
  .ysaa_w {
    width: 120%;
    margin-top: 5%;
    margin-left: -10%;
  }
  .ysaa_w h6 {
    text-align: center;
    font-size: 1.2rem;
    color: #4f4f4f;
    line-height: 36px;
    transition: all ease 0.3s;
  }
  .ysaa_w p {
    font-size: 0.8rem;
    color: #868585;
    line-height: 150%;
    margin-top: 1%;
    text-align: center;
  }
  .ysaa:hover .ysaa_w h6 {
    color: #de2c14;
  }
  /*丹尼尔产品*/
  .cp {
    margin-top: 8%;
    width: 100%;
    overflow: hidden;
  }
  .cpa {
    width: 145%;
    margin-top: 5%;
    overflow: hidden;
    position: relative;
    margin-left: 4%;
  }
  .swiper_cp {
    width: 100%;
  }
  .cpd {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .cpd_t {
    width: 100%;
    overflow: hidden;
  }
  .cpd_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cpd_w {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: rgba(25, 23, 23, 0.9);
    padding: 4%;
    transition: all ease 0.3s;
  }
  .cpd_w p {
    font-size: 0.82rem;
    color: #fefefe;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
  }
  .cpd_w h6 {
    float: right;
    font-size: 0.8rem;
    color: #e22714;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .cpd:hover .cpd_t img {
    transform: scale(1.06);
  }
  .cpd:hover .cpd_w {
    bottom: 0;
  }
  .cpd_w h6:hover {
    margin-right: 8px;
  }
  .cpa_z {
    width: 50px;
    height: 60px;
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpa_y {
    width: 50px;
    height: 60px;
    position: absolute;
    right: 1%;
    top: 50%;
    margin-top: -25px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .cpa:hover .cpa_z {
    opacity: 1;
  }
  .cpa:hover .cpa_y {
    opacity: 1;
  }
  .cp_m {
    width: 27%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
    background-color: #c7221d;
    margin-top: 6%;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .cp_m a {
    font-size: 0.8rem;
    color: #fff;
    display: block;
    width: 100%;
  }
  .cp_m:hover {
    transform: translateY(-8px);
  }
  /*关于我们*/
  .gy {
    width: 100%;
    margin-top: 7%;
    background-image: url(../img/d10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 6% 0;
    background-blend-mode: multiply;
    overflow: hidden;
  }
  .gya {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
  .gya h5 {
    font-size: 2.4rem;
    /* color: #d62419; */
    color: #fff;
    text-align: center;
    line-height: 120%;
  }
  .gya h6 {
    font-size: 1.4rem;
    /* color: #4f4f4f; */
    color: #fff;
    margin-top: 1%;
    text-align: center;
  }
  .gya p {
    width: 96%;
    margin: 0 auto;
    font-size: 0.85rem;
    /* color: #3f3f3f; */
    color: #ffffff;
    opacity: 0.85;
    margin-top: 6%;
    line-height: 155%;
  }
  .gya_m {
    margin: 0 auto;
    width: 29%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    /* background-color: #c7221d; */
    background-color: #fff;
    margin-top: 6%;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .gya_m a {
    font-size: 0.8rem;
    /* color: #fff; */
    color: #c7221d;
    display: block;
    width: 100%;
  }
  .gya_m:hover {
    transform: translateX(8px);
  }
  .gyb {
    display: none;
    width: 90%;
    margin: 0 auto;
    float: none;
    position: relative;
    background-image: url(../img/d10.png);
    background-position: bottom center;
    background-size: 100% 40%;
    background-repeat: no-repeat;
    padding-bottom: 16px;
    margin-top: 24%;
    margin-bottom: 4%;
  }
  .gyb::after {
    position: absolute;
    content: "";
    background-color: #e3301b;
    width: 365px;
    height: 40%;
    right: -364px;
    bottom: 0;
  }
  .gyb_a {
    width: 100%;
    overflow: auto;
  }
  .gyb_a img {
    width: 55%;
    float: right;
  }
  .gyb_a p {
    position: absolute;
    width: 38.19%;
    bottom: 15%;
    left: 0;
    text-align: right;
    font-size: 0.85rem;
    color: #fff;
    line-height: 21px;
  }
  .gyb img.t1 {
    position: absolute;
    width: 27%;
    left: -32px;
    bottom: 32%;
  }
  .gyb img.t2 {
    position: absolute;
    width: 34%;
    left: 8px;
    top: 41%;
    mix-blend-mode: multiply;
  }
  .gyc {
    position: absolute;
    left: 22%;
    bottom: 22px;
  }
  .gyc li {
    width: 11px;
    height: 11px;
    background-color: #ae1405;
    border-radius: 50%;
    margin: 0 3px;
    float: left;
    cursor: pointer;
  }
  .gyc li.on {
    background-color: #feca00;
  }
  /*招商加盟*/
  .zs {
    width: 100%;
    margin-top: 7%;
    overflow: hidden;
  }
  .zsa {
    width: 125%;
    margin-top: 7%;
  }
  .zsb {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .zsb img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .zsb p {
    position: absolute;
    width: 85%;
    left: 15%;
    background-color: rgba(218, 37, 32, 0.9);
    bottom: 0%;
    font-size: 0.86rem;
    color: #fff;
    padding: 5%;
  }
  .zsb p span {
    font-size: 1rem;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
  /*联系我们*/
  .lx {
    width: 100%;
    margin-top: 7%;
    background-color: #f4f7f8;
    padding: 7% 0;
    overflow: hidden;
  }
  .lxa {
    width: 100%;
  }
  .lxa p {
    font-size: 1.2rem;
    color: #3f3f3f;
  }
  .lxa p span {
    font-size: 1.6rem;
    color: #3f3f3f;
    font-family: al2;
    display: block;
    margin-bottom: 11px;
    font-weight: bold;
  }
  .lxa div.xt {
    width: 26px;
    height: 4px;
    background-color: #c7221d;
    margin-top: 10px;
  }
  .lxa img {
    width: 80%;
    margin: 0 auto;
    margin-top: -9%;
    mix-blend-mode: multiply;
  }
  .lxb {
    width: 100%;
    margin-top: -1%;
  }
  .lxb h5 {
    font-size: 1.3rem;
    color: #3f3f3f;
    font-family: al2;
    line-height: 140%;
  }
  .lxb h6 {
    font-size: 1.2rem;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 4%;
    margin-top: 5px;
  }
  .lxb h6::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #c7221d;
    bottom: 5px;
    right: -17px;
  }
  .lxb p {
    font-size: 0.9rem;
    color: #3f3f3f;
    line-height: 24px;
    width: 110%;
  }
  .lxb p img {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: 8px;
    margin-top: 2px;
    width: 20px;
  }
  .lxb p span {
    width: 80px;
    display: inline-block;
  }
  /*footer*/
  .yj {
    width: 100%;
    background-color: #242020;
    padding: 7% 0;
    overflow: hidden;
  }
  .yja {
    width: 90%;
    margin: 0 auto;
  }
  .yja p.p1 {
    font-size: 0.8rem;
    color: #696767;
    line-height: 160%;
    margin-top: 4%;
  }
  .yja p.p1 a {
    font-size: 0.8rem;
    color: #696767;
  }
  .yja p.p1 span {
    display: inline-block;
    width: 18px;
  }
  .yjb {
    width: 102%;
    float: none;
    margin: 0 auto;
    margin-left: 5%;
  }
  .yjb img {
    width: 24%;
    float: left;
  }
  .yjba {
    margin-left: 5%;
    margin-top: 1%;
  }
  .yjb p {
    float: left;
    font-size: 0.85rem;
    color: #d92418;
    font-family: al2;
    margin-top: 6px;
    margin-right: 12px;
  }
  .yjb p span {
    display: block;
    color: #fff;
    margin-bottom: 6px;
    font-size: 0.9rem;
  }
  .yjb p br {
    display: none;
  }
  .yjb h6 {
    font-size: 0.93rem;
    color: #696767;
    font-family: al1;
    margin-top: 13px;
    letter-spacing: 1px;
  }

  /*关于我们页*/
  .neiye {
    width: 100%;
    overflow: hidden;
  }
  .gyya_a {
    margin-top: 6%;
    float: none;
  }
  .gyya_a p {
    text-align: center;
    font-size: 1.4rem;
    color: #4f4f4f;
    margin-top: 1%;
  }
  .gyya_a p span {
    text-align: center;
    font-size: 2.4rem;
    color: #3f3f3f;
    line-height: 120%;
    display: block;
  }
  .gyya_b {
    display: table;
    margin: 0 auto;
    float: none;
    margin-top: 4%;
  }
  .gyya_b p {
    width: 95px;
    border-bottom: 3px solid transparent;
    margin: 0 10px;
    float: left;
    text-align: center;
    line-height: 40px;
    transition: all ease 0.3s;
  }
  .gyya_b p a {
    font-size: 16px;
    color: #424242;
    transition: all ease 0.3s;
  }
  .gyya_b p.on {
    border-color: #d02f2f;
  }
  .gyya_b p.on a {
    color: #d02f2f;
  }
  .gyya_b p:hover {
    border-color: #d02f2f;
  }
  .gyya_b p:hover a {
    color: #d02f2f;
  }
  .mbx {
    display: none;
  }
  .gyy {
    width: 100%;
    margin-top: 8%;
  }
  .gyyb {
    width: 100%;
    margin: 0 auto;
  }
  .h6 {
    font-size: 0.75rem;
    color: #b7c2c5;
    font-family: al1;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-left: 15px;
  }
  .h6 span {
    display: block;
    font-size: 1.2rem;
    color: #f33636;
    font-family: al2;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  .h6::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #d44040;
    left: 0px;
    top: -1px;
  }
  .gyyb_a {
    width: 100%;
    margin-top: 6%;
  }
  .gyyb_a p {
    width: 100%;
    font-size: 0.88rem;
    color: #3f3f3f;
    line-height: 170%;
    margin-top: 4%;
  }
  .gyyb_a img {
    width: 100%;
  }
  .gyyb_b {
    margin-top: 5%;
  }
  .gyyb_b p span {
    width: 50%;
    display: inline-block;
  }
  .h6_a {
    margin-top: 8%;
  }
  .gyyc {
    width: 160%;
    margin-top: 5%;
    margin-left: -30%;
    position: relative;
  }
  /*
	.gyyc::after{position: absolute;content: "";height: 100%;width: 22.8%;left: 0;top: 0;background-color: rgba(0,0,0,0.6);z-index: 2;}
	.gyyc::before{position: absolute;content: "";height: 100%;width: 22.8%;right: 0;top: 0;background-color: rgba(0,0,0,0.6);z-index: 2;}
*/
  #swiper_gy {
    width: 100%;
  }
  #swiper_gy img {
    width: 100%;
  }
  #swiper-button-prev-gy {
    background-image: url(../img/d7.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    left: 18.3%;
    z-index: 100;
    outline: none;
    display: none;
  }
  #swiper-button-next-gy {
    background-image: url(../img/d8.png);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    right: 18.3%;
    z-index: 100;
    outline: none;
    display: none;
  }
  .gyyd {
    width: 100%;
    background-color: #f4f7f8;
    margin: 0 auto;
    margin-top: 8%;
    padding: 6% 0;
  }
  .gyyda {
    width: 100%;
  }
  .gyyda h6 {
  }
  .gyyda h5 {
    font-size: 1.05rem;
    color: #4f4f4f;
    font-family: al2;
    margin-top: 6%;
  }
  .gyyda p {
    font-size: 0.86rem;
    color: #3f3f3f;
    line-height: 170%;
    margin-top: 8px;
    margin-bottom: 4%;
  }
  .gyydb {
    width: 70%;
  }
  .gyydb video {
    width: 100%;
    height: 200px;
    border-bottom: 4px solid #c7221d;
    object-fit: contain;
    background-color: #000;
  }
  .gyydc {
    width: 26%;
  }
  .gyydc p {
    width: 100%;
    background-color: #c7221d;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 0.8rem;
    font-family: al2;
    margin-bottom: 12px;
    cursor: pointer;
    position: relative;
  }
  .gyydc p.on::after {
    position: absolute;
    content: "";
    background-image: url(../img/d23.png);
    width: 23px;
    height: 42px;
    left: -19px;
    top: 0;
    background-size: 100% 100%;
  }
  .gyye {
    margin-top: 8%;
  }
  .gyyf {
    width: 105%;
    margin-top: 4%;
    margin-left: -2.5%;
  }
  .gyyfa {
    width: 46%;
    margin: 2%;
    overflow: hidden;
    position: relative;
  }
  .gyyfa > img {
    width: 100%;
  }
  .gyyfw {
    position: absolute;
    width: 88.62%;
    right: 0;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    background-color: rgba(255, 255, 255, 0.85);
    border-left: 1px solid #ff0000;
    padding: 20px 2% 0 2%;
  }
  .gyyfw p {
    font-size: 0.95rem;
    color: #de2c14;
    font-weight: bold;
    width: calc(97% - 30px);
    float: right;
  }
  .gyyfw p span {
    font-size: 0.72rem;
    color: #bcc6c9;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
    margin-top: 7px;
    width: 105%;
  }
  .gyyfw .t1 {
    width: 25px;
    float: left;
  }
  .gyyfw .t2 {
    position: absolute;
    bottom: -14px;
    left: -4px;
  }

  /*精酿原浆秀*/
  .yjx {
    margin-top: 4%;
    margin-bottom: 5%;
  }
  .yjxa {
    width: 47%;
    overflow: hidden;
    margin-top: 5%;
  }
  .yjxa img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .yjxa:hover img {
    transform: scale(1.1);
  }

  /*产品列表页*/
  .cpl {
    margin-top: 4%;
    margin-bottom: 4%;
  }
  .cpla {
    width: 100%;
    padding: 4%;
    position: relative;
    box-shadow: 3px 3px 20px 0 transparent;
    margin-top: 4%;
    transition: all ease 0.3s;
  }
  .cpla_t {
    width: 100%;
    overflow: hidden;
  }
  .cpla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cpla_w {
    width: 100%;
    margin-top: 3%;
  }
  .cpla_w h5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2rem;
    color: #3f3f3f;
    margin-bottom: 7%;
  }
  .cpla_w p {
    width: 100%;
    margin-top: 3%;
    overflow: auto;
  }
  .cpla_w p .span1 {
    width: 86px;
    display: inline-block;
    background-color: #c7221d;
    font-size: 0.85rem;
    color: #fff;
    padding: 2%;
    float: left;
  }
  .cpla_w p .span2 {
    width: calc(100% - 95px);
    display: inline-block;
    margin-left: 8px;
    background-color: #f4f7f8;
    padding: 2%;
    color: #3f3f3f;
    font-size: 0.85rem;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cpla_m {
    display: none;
  }
  .cpla:hover {
    box-shadow: 3px 3px 20px 0 #fae7e7;
  }
  .cpla:hover .cpla_t img {
    transform: scale(1.04);
  }
  .cpla:hover .cpla_m {
    transform: translateX(-10px);
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 6%;
  }
  .yma {
    float: left;
    text-align: center;
    line-height: 32px;
    margin: 0 3px;
  }
  .yma a {
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #c7221d;
    font-size: 0.873rem;
    color: #373737;
    transition: all ease 0.3s;
  }
  .ymb a {
    width: 70px;
  }
  .ymaa a {
    background-color: #c7221d;
    color: #fff;
  }
  .yma:hover a {
    background-color: #c7221d;
    color: #fff;
  }

  /*产品内页*/
  .cpn {
    margin-top: 6%;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 8%;
  }
  .cpna {
    width: 95%;
    margin: 0 auto;
  }
  .cpna > img {
    width: 100%;
    float: left;
  }
  .cpna_w {
    width: 100%;
    margin-top: 6%;
  }
  .cpna_w h5 {
    font-size: 1.2rem;
    color: #3f3f3f;
    font-family: al1;
    padding-left: 1%;
    margin-bottom: 5px;
  }
  .cpna_w h6 {
    font-size: 1.4rem;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    line-height: 24px;
    border-bottom: 1px solid #dddee8;
    padding-left: 1%;
    padding-bottom: 3%;
  }
  .cpna_w p {
    font-size: 0.88rem;
    color: #3f3f3f;
    line-height: 170%;
    margin-top: 3%;
    padding-left: 1%;
  }
  .cpna_m {
    display: none;
  }
  .cpnb {
    width: 95%;
    margin: 0 auto;
    margin-top: 5%;
    border: 3px solid #f4f7f8;
    padding: 3% 4% 4% 4%;
  }
  .cpnb p {
    width: 100%;
    overflow: auto;
    margin-top: 6px;
  }
  .cpnb p .span1 {
    width: 86px;
    float: left;
    display: inline-block;
    background-color: #c7221d;
    line-height: 30px;
    font-size: 0.88rem;
    color: #fff;
    padding-left: 9px;
  }
  .cpnb p .span2 {
    width: calc(100% - 94px);
    float: right;
    display: inline-block;
    margin-left: 8px;
    background-color: #f4f7f8;
    line-height: 31px;
    padding-left: 14px;
    color: #3f3f3f;
    font-size: 0.88rem;
  }
  .cpnc {
    width: 95%;
    margin: 0 auto;
    margin-top: 8%;
  }
  .cpnc h6 {
    margin-left: 1%;
  }
  .cpnca {
    width: 100%;
    margin-top: -1%;
  }
  .cpnca img {
    width: 100%;
    margin-top: 6%;
  }
  .fhlb {
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #c7221d;
    margin: 0 auto;
    margin-top: 8%;
  }
  .fhlb a {
    font-size: 0.95rem;
    color: #fff;
    font-family: al2;
    transition: all ease 0.3s;
  }
  .fhlb:hover a {
    padding-left: 10px;
  }
  .cpnx {
    margin-top: 6%;
    width: 100%;
    overflow: hidden;
  }
  .cpnx .cpa {
    margin-bottom: 8%;
  }

  /*荣誉资质页*/
  .ryny {
  }
  .ryy {
    width: 90%;
    margin: 0 auto;
  }
  .ryya {
    width: 100%;
    margin-top: 5%;
  }
  .ryya img {
    width: 100%;
    border: 3px solid #f0f7fa;
  }
  .ryya p {
    text-align: center;
    font-size: 0.88rem;
    color: #3f3f3f;
    margin-top: 12px;
  }
  .ym_gy {
    margin-top: 7%;
  }

  /*招商加盟页*/
  .jmya {
    width: 96%;
    margin: 0 auto;
    margin-top: 6%;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 6%;
    padding-left: 7px;
  }
  .jmya h6 {
    font-size: 1.3rem;
    color: #3f3f3f;
    font-family: al2;
  }
  .jmya p {
    font-size: 0.95rem;
    color: #3f3f3f;
    line-height: 175%;
    font-family: al1;
    margin-top: 12px;
  }
  .jmyb {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 4%;
  }
  .jmyb h6 {
    font-size: 1.3rem;
    color: #3f3f3f;
    font-family: al2;
    margin-top: 6%;
    margin-bottom: 4%;
  }
  .jmyba {
    width: 47%;
    padding: 3% 0%;
  }
  .jmyba:nth-child(2n + 1) {
    float: right;
  }
  .jmyba img {
    width: 60%;
  }
  .jmyba p {
    font-size: 0.85rem;
    color: #868585;
    line-height: 170%;
    margin-top: 6%;
    height: 60px;
  }
  .jmyba p br {
    display: none;
  }
  .lxzs {
    margin-top: 4%;
    height: auto;
  }
  .lxzsa {
    width: 100%;
    background-color: #c7221d;
    padding: 8% 3% 4% 9%;
    margin-top: 6%;
  }
  .lxzsa h6 {
    font-size: 1.2rem;
    color: #fff;
    font-family: al2;
    margin-bottom: 8px;
  }
  .lxzsa h6 span {
    color: #f7706c;
    display: block;
    margin-top: 5px;
  }
  .lxzsa h6.h {
    margin-top: 10%;
  }
  .lxzsa p {
    font-size: 1.1rem;
    color: #fff;
    font-family: al2;
    margin-bottom: 5%;
  }
  .lxzsa p img {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 8px;
    width: 28px;
  }

  /*新闻列表页*/
  .xwl {
    margin-bottom: 3%;
  }
  .xwla {
    width: 94%;
    margin: 0 auto;
    background-color: #f4f7f8;
    position: relative;
    margin-top: 6%;
  }
  .xwla_t {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: 96%;
    float: none;
    margin: 0 auto;
    padding: 7% 4%;
  }
  .xwla_w h5 {
    font-size: 1.4rem;
    color: #f51c15;
    font-family: al2;
  }
  .xwla_w h5 span {
    display: inline-block;
    margin: 0 12px;
    font-family: al1;
  }
  .xwla_w h6 {
    font-size: 1.2rem;
    color: #3f3f3f;
    font-family: al1;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #dddee8;
    padding-bottom: 5%;
  }
  .xwla_w p {
    font-size: 0.88rem;
    color: #3f3f3f;
    line-height: 21px;
    margin-top: 5%;
    height: 42px;
    overflow: hidden;
  }
  .xwla_m {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 148px;
    height: 45px;
    background-color: #c7221d;
    font-size: 14px;
    color: #fff;
    font-family: al2;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    transition: all ease 0.3s;
    display: none;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.04);
  }
  .xwla:hover .xwla_m {
    transform: translateX(-10px);
  }
  .xwl .ym {
    margin-top: 8%;
  }

  /*新闻内页*/
  .xwny {
    margin-top: 6%;
    margin-bottom: 3%;
  }
  .xwn {
    width: 94%;
    margin: 0 auto;
    background-color: #f4f7f8;
    padding: 6% 5% 6% 5%;
  }
  .xwna {
    width: 100%;
    margin: 0 auto;
  }
  .xwna h1 {
    text-align: center;
    font-size: 1.2rem;
    color: #3f3f3f;
    font-family: al1;
    border-bottom: 1px solid #dddee8;
    line-height: 170%;
    padding-bottom: 3%;
  }
  .xwna p {
    text-align: center;
    font-size: 1rem;
    color: #f51c15;
    font-family: al2;
    margin-top: 3%;
  }
  .xwna p span {
    display: inline-block;
    width: 30px;
  }
  .xwnb {
    width: 100%;
    margin-top: 8%;
  }
  .xwnb p {
    font-size: 0.88rem;
    color: #3f3f3f;
    line-height: 170%;
  }
  .xwnb img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 6%;
  }
  .xwny .fhlb {
    margin: 0 auto;
    margin-top: 7%;
  }

  /*联系我们页*/
  .lxy {
    margin-top: 6%;
  }
  .lxy h5 {
    font-size: 1.3rem;
    color: #3f3f3f;
    font-family: al2;
    line-height: 140%;
  }
  .lxy h5 span {
    display: block;
  }
  .lxy h6 {
    font-size: 1.2rem;
    color: #d0cfcf;
    font-family: al2;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    margin-bottom: 4%;
    margin-top: 5px;
  }
  .lxy h6::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #c7221d;
    bottom: 5px;
    right: -17px;
  }
  .lxya {
    width: 100%;
  }
  .lxya_a {
    width: 100%;
    margin-top: 4%;
    padding-left: 4%;
  }
  .lxya_a img {
    float: left;
    width: 42px;
  }
  .lxya_a p {
    float: left;
    font-size: 0.95rem;
    color: #3f3f3f;
    font-family: al1;
    line-height: 21px;
    margin-left: 6%;
    width: calc(94% - 50px);
  }
  .lxya_a p span {
    font-size: 1rem;
    display: block;
  }
  .lxyb {
    background-color: #f4f7f8;
    margin-top: 7%;
    padding: 6%;
    margin-bottom: 8%;
  }
  .lxyb .lxa img {
    margin-top: -3%;
    width: 85%;
    margin-left: 4%;
  }
  .ditu {
    width: 100%;
    border: 4px solid #cfe0e5;
    margin-top: 4%;
  }

  @media (min-width: 350px) {
    html {
      font-size: 87%;
      line-height: 110%;
    }
  }

  @media (min-width: 374px) {
  }

  @media (min-width: 400px) {
    html {
      font-size: 90%;
      line-height: 110%;
    }
  }

  @media (min-width: 414px) {
  }

  @media (min-width: 450px) {
    .sjdha_t2 {
      width: 30px;
      top: calc(50% - 14px);
    }
    .sjdha_t3 {
      width: 30px;
      top: calc(50% - 17px);
    }
    html {
      font-size: 92%;
      line-height: 120%;
    }
    .cp_m {
      width: 25%;
    }
    .gya_m {
      width: 26%;
    }
    .gya p {
      font-size: 0.83rem;
      line-height: 160%;
    }
    .lxb p {
      font-size: 0.88rem;
    }
    .lxb p span {
      width: 85px;
    }
    .yjb {
      width: 90%;
      margin-left: 0%;
      margin: 0 auto;
    }
    .yjba {
      margin-left: 6%;
    }
    .dan-xid img {
      width: 30px;
    }
    .cpla_w p .span1 {
      width: 100px;
      padding: 1.5% 2%;
    }
    .cpla_w p .span2 {
      width: calc(100% - 110px);
      padding: 1.5% 2%;
    }
    .cpnb p .span1 {
      width: 96px;
    }
    .cpnb p .span2 {
      width: calc(100% - 104px);
    }
    .jmya p {
      line-height: 185%;
    }
    .xwla_w p {
      line-height: 25px;
      height: 50px;
    }
    .lxya_a p {
      font-size: 0.92rem;
    }
    .lxya_a p span {
      font-size: 0.96rem;
    }
  }

  @media (min-width: 500px) {
    .sjdha_t2 {
      width: 34px;
      top: calc(50% - 12px);
    }
    .sjdha_t3 {
      width: 34px;
      top: calc(50% - 15px);
    }
    html {
      font-size: 95%;
      line-height: 130%;
    }
    .ysaa_w p {
      line-height: 170%;
    }
    .cpd_w {
      bottom: -70px;
      padding: 3%;
    }
    .lxb p {
      margin-top: 5px;
    }
    .lxb p span {
      width: 95px;
    }
    .yjba {
      margin-left: 7%;
    }
    .yja p.p1 {
      line-height: 170%;
    }
    .dan-xid img {
      width: 32px;
    }
    .gyydb {
      width: 72%;
    }
    .gyydb video {
      height: 250px;
    }
    .gyyfw {
      height: 100px;
      margin-top: -50px;
    }
    .yma {
      margin: 0 5px;
    }
    .ymb a {
      width: 80px;
    }
    .jmya p {
      line-height: 195%;
    }
    .lxya_a p {
      font-size: 0.9rem;
    }
    .lxya_a p span {
      font-size: 0.94rem;
    }
    .lxy h5 span {
      display: inline-block;
    }
  }

  @media (min-width: 550px) {
    html {
      font-size: 98%;
      line-height: 140%;
    }
    .cp_m {
      width: 24%;
      line-height: 40px;
      height: 40px;
    }
    .gya_m {
      width: 24%;
      line-height: 40px;
      height: 40px;
    }
    .gya p {
      font-size: 0.82rem;
      line-height: 170%;
    }
    .lxb p span {
      width: 115px;
    }
    .yjba {
      margin-left: 8%;
    }
    .dan-xid img {
      width: 35px;
      margin-bottom: 9px;
    }
    .cpnb p .span1 {
      width: 106px;
    }
    .cpnb p .span2 {
      width: calc(100% - 114px);
    }
    .jmyba img {
      width: 50%;
    }
    .lxya_a p {
      font-size: 0.87rem;
    }
    .lxya_a p span {
      font-size: 0.92rem;
    }
  }

  @media (min-width: 600px) {
    .sjdha_t2 {
      width: 40px;
      top: calc(50% - 16px);
    }
    .sjdha_t3 {
      width: 40px;
      top: calc(50% - 20px);
    }
    html {
      font-size: 101%;
      line-height: 150%;
    }
    .gya p {
      line-height: 180%;
    }
    .lxb p {
      margin-top: 8px;
    }
    .yjb img {
      width: 22%;
    }
    .dan-xid img {
      width: 38px;
    }
    .gyyfw {
      height: 110px;
      margin-top: -55px;
    }
    .cpla_w p .span1 {
      width: 110px;
      padding: 1% 2%;
    }
    .cpla_w p .span2 {
      width: calc(100% - 120px);
      padding: 1% 2%;
    }
    .jmya p {
      line-height: 200%;
    }
    .xwla_w p {
      line-height: 26px;
      height: 52px;
    }
  }

  @media (min-width: 650px) {
    html {
      font-size: 103%;
    }
    p {
      font-size: 100%;
      line-height: 160%;
    }
    .cpd_w {
      bottom: -80px;
    }
    .dan-xid img {
      width: 42px;
    }
    .lxya_a p {
      font-size: 0.85rem;
    }
    .lxya_a p span {
      font-size: 0.9rem;
    }
  }

  @media (min-width: 700px) {
    .sjdha_t2 {
      width: 43px;
      top: calc(50% - 18px);
    }
    .sjdha_t3 {
      width: 45px;
      top: calc(50% - 23px);
    }
    html {
      font-size: 106%;
      line-height: 170%;
    }
    p {
      font-size: 90%;
      line-height: 160%;
    }
    .gyydb video {
      height: 270px;
    }
  }
  .after-videos-box {
    display: none;
    position: fixed;
    left: 10%;
    width: 80%;
    top: 15%;
    height: auto;
    z-index: 29999;
  }
  .after-videos-player {
    position: relative;
  }
  .after-videos-close {
    width: 32px;
    height: 32px;
    background: url(/uploadfile/20241121/video_close.png) no-repeat;
    background-size: 100% 100%;
    /* transform: rotate(45deg); */
    position: absolute;
    right: calc(50% - 16px);
    top: calc(100% + 10px);
    cursor: pointer;
  }
  .after-video-content {
    position: relative;
  }
  .yjxa-video {
    cursor: pointer;
  }
}
