﻿@charset "utf-8";
/* CSS Document */
.fk-info-title {
  font-size: 24px !important;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1399px) {
  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: #272727;
    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;
  }
  .commen1 {
    width: 1400px;
    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-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;
  }

  @font-face {
    /*阿里巴巴普惠体*/
    font-family: "al2";
    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;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    background-color: #1d499e;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #1d499e;
    border-radius: 5px;
  }

  /*top*/
  .db {
    width: 100%;
  }
  .top {
    width: 100%;
    height: 125px;
  }
  .logo {
    margin-left: 52px;
    padding-top: 40px;
  }
  .logo img {
    float: left;
    margin-top: -33px;
  }
  .logoa {
    margin-left: 10px;
  }
  .logoa h6 {
    font-size: 28px;
    color: #111111;
    font-family: al1;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 2px;
  }
  .logoa h6 span {
    color: #d70b2c;
  }
  .logoaa {
    font-size: 17px;
    color: #393939;
    font-family: al1;
    letter-spacing: 2.1px;
    line-height: 21px;
  }
  .logoaa h1 {
    font-size: 17px;
    font-family: al1;
    display: inline-block;
    color: #e70012;
  }
  .logoaa p {
    font-size: 17px;
    font-family: al1;
    display: inline-block;
    color: #e70012;
  }
  .dh {
    margin-top: 44px;
  }
  .dh img {
    width: 19px;
    float: left;
  }
  .dh p {
    float: left;
    margin-left: 16px;
    font-size: 18px;
    color: #828282;
    font-family: al2;
    letter-spacing: 1.4px;
  }
  .dh p span {
    display: block;
    font-weight: 900;
    color: #e70012;
    font-size: 32px;
    line-height: 24px;
    margin-bottom: 1px;
    letter-spacing: 0px;
  }
  .topa {
    margin: 44px 66px 0 17px;
  }
  .topa_a {
    position: relative;
    width: 48px;
    margin-left: 21px;
  }
  .topa_img {
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
  }
  .topa_img img {
    width: 100%;
  }
  .topa_img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .topa_a p {
    text-align: center;
    font-size: 12px;
    color: #929292;
    line-height: 22px;
    transition: all ease 0.3s;
  }
  .topa_a img.t1 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    opacity: 0;
    transition: all ease 0.3s;
    visibility: hidden;
    z-index: 1000;
  }
  .topa_a:hover .topa_img img:nth-child(2) {
    opacity: 1;
  }
  .topa_a:hover p {
    color: #e70012;
  }
  .topa_a:hover img.t1 {
    top: 50px;
    opacity: 1;
    visibility: inherit;
  }
  .nav {
    z-index: 2;
    height: 48px;
    width: 100%;
  }
  .nava {
    transition: all ease 0.3s;
    height: 48px;
    cursor: pointer;
    width: 14.111%;
  }
  .nava p {
    line-height: 48px;
    transition: all ease 0.3s;
    text-align: center;
    position: relative;
  }
  .nava p::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: 1px;
    left: 50%;
    background-color: #1c4a9f;
    transition: all ease 0.3s;
  }
  .nava p a {
    font-size: 16px;
    color: #272727;
    transition: all ease 0.3s;
  }
  .navaa p::after {
    width: 100%;
    left: 0%;
  }
  .navaa p a {
    color: #1c4a9f;
  }
  .nava:hover p a {
    color: #1c4a9f;
  }
  .nava:hover p::after {
    width: 100%;
    left: 0%;
  }
  .navb {
    width: 1920px;
    position: absolute;
    z-index: 2;
    top: 92px;
    left: 50%;
    margin-left: -960px;
    opacity: 0;
    background-color: #da2031;
    text-align: center;
  }
  .navba {
    line-height: 56px;
    text-align: center;
    transition: all ease 0.3s;
    display: inline-block;
    margin: 0 18px;
  }
  .navba a {
    font-size: 15px;
    color: #fff;
    transition: all ease 0.3s;
    display: inline-block;
  }
  .navba:hover a {
    transform: translateY(-4px);
  }
  /*banner*/
  .ban {
    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: 1400px;
  }
  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 3%;
    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: 3%;
    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 {
    position: absolute;
    bottom: 28px;
    right: 13.5%;
  }
  .flip li {
    cursor: pointer;
    width: 56px;
    height: 4px;
    margin: 0 5px;
    float: left;
    position: relative;
    transition: all ease 0.3s;
    background-color: #535353;
  }
  .flip li.ppp {
    background-color: #de0000;
  }
  .keyword {
    position: absolute;
    left: 13.5%;
    bottom: 20px;
  }
  .keyword p {
    font-size: 12px;
    color: #696969;
    line-height: 22px;
  }
  .keyword p a {
    font-size: 12px;
    color: #696969;
    margin-right: 8px;
    display: inline-block;
    transition: all ease 0.3s;
  }
  .keyword p a:hover {
    color: #de0000;
  }
  /*叉车*/
  .cc {
    width: 100%;
    margin-top: 46px;
  }
  .cca {
    width: 31.28%;
  }
  h5.bt {
    font-size: 16px;
    color: #272727;
    line-height: 16px;
    font-weight: bold;
    padding-left: 22px;
    background-image: url(../img/f5.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: left 3px center;
  }
  .ccb {
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
  }
  .ccd {
    width: 100%;
  }
  .ccd_t {
    width: 100%;
    overflow: hidden;
  }
  .ccd_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ccd p {
    font-size: 14px;
    color: #272727;
    line-height: 23px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
    height: 46px;
  }
  .ccb_an {
    position: absolute;
    right: 0;
    bottom: 23px;
  }
  .ccb_anz {
    background-image: url(../img/f6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccb_any {
    background-image: url(../img/f7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccb_any:hover {
    background-image: url(../img/f6-1.png);
  }
  .ccb_anz:hover {
    background-image: url(../img/f7-1.png);
  }
  .ccb_m {
    width: 69px;
    height: 24px;
    text-align: center;
    border: 1px solid #e70012;
    line-height: 22px;
    margin-top: 23px;
    background-color: transparent;
    transition: all ease 0.3s;
  }
  .ccb_m a {
    font-size: 10px;
    color: #e70012;
    text-transform: uppercase;
    transition: all ease 0.3s;
    display: block;
  }
  .ccb_m:hover {
    background-color: #e70012;
    width: 80px;
  }
  .ccb_m:hover a {
    color: #fff;
    letter-spacing: 2px;
  }
  .ccd:hover .ccd_t img {
    transform: scale(1.1);
  }
  .cczl {
    width: 31.28%;
    margin-left: 3.214%;
  }
  .cczla {
    width: 100%;
    margin-top: 24px;
  }
  .cczla_t {
    width: 100%;
    overflow: hidden;
  }
  .cczla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cczla p {
    font-size: 12px;
    color: #272727;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    margin-top: 16px;
  }
  .cczla:hover .cczla_t img {
    transform: scale(1.1);
  }
  .ccpja {
    width: 31.28%;
  }
  .ccpjb {
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
  }
  .ccpjd {
    width: 100%;
  }
  .ccpjd p {
    font-size: 14px;
    color: #272727;
    line-height: 23px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
    height: 46px;
  }
  .ccpjb_an {
    position: absolute;
    right: 0;
    bottom: 23px;
  }
  .ccpjb_anz {
    background-image: url(../img/f6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccpjb_any {
    background-image: url(../img/f7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccpjb_any:hover {
    background-image: url(../img/f6-1.png);
  }
  .ccpjb_anz:hover {
    background-image: url(../img/f7-1.png);
  }
  .ccpjd:hover .ccd_t img {
    transform: scale(1.1);
  }
  /*新闻*/
  .xwgy {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
  }
  .xw {
    width: 31.28%;
  }
  .xwa {
    width: 100%;
    margin-top: 10px;
    height: 280px;
    overflow: hidden;
  }
  .xwb {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-top: 19px;
    transition: all ease 0.3s;
  }
  .xwb h6 {
    font-size: 14px;
    color: #949494;
    line-height: 10px;
  }
  .xwb h5 {
    font-size: 12px;
    color: #272727;
    line-height: 22px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7px;
  }
  .xwb p {
    font-size: 12px;
    color: #949494;
    line-height: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwbm {
    width: 27px;
    float: right;
    margin-top: -30px;
    transition: all ease 0.3s;
    position: relative;
  }
  .xwbm img {
    width: 100%;
  }
  .xwbm::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/f6-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .xwb:hover {
    border-color: #de0000;
  }
  .xwb:hover .xwbm {
    transform: translateX(-10px);
  }
  .xwb:hover .xwbm::after {
    opacity: 1;
  }
  .gy {
    width: 100%;
  }
  .gya {
    width: 100%;
    background-image: url(../img/f4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    background-position: center;
    margin-top: 28px;
    padding-top: 28px;
  }
  .gyb {
    width: 35.65%;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .gyb::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #1c4ba0;
    left: 5px;
    top: 11px;
  }
  .gyd {
    width: 100%;
    padding-left: 20px;
    background-image: url(../img/f8.png);
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: top 1px left;
  }
  .gyd h6 {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 12px;
  }
  .gyd p {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    margin-bottom: 21px;
  }
  .xw .ccb_m {
    margin-top: 24px;
  }
  .gye {
    width: 100%;
    margin-top: 23px;
  }
  .gye p {
    font-size: 12px;
    line-height: 21px;
    color: #272727;
    height: 84px;
    overflow: hidden;
  }
  .gy .ccb_m {
    margin-top: 26px;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
    background-color: #2d2d2d;
    padding-top: 65px;
  }
  .yja {
    padding-left: 6px;
    width: 37.64%;
    border-right: 1px dashed #545454;
  }
  .yja h4 {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 29px;
  }
  .yjaa {
    width: 112px;
  }
  .yjaa img {
    width: 100%;
  }
  .yjaa p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    margin-top: 26px;
    width: 110%;
    margin-left: -5%;
  }
  .yjab {
    margin-left: 37px;
  }
  .yjab p img {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: 5px;
  }
  .yjab p {
    font-size: 12px;
    color: #fff;
    line-height: 19px;
    margin-bottom: 12px;
  }
  .yjab p span {
    width: 73px;
    display: inline-block;
  }
  .yjb {
    margin-left: 4.85%;
    width: 34.28%;
    border-right: 1px dashed #545454;
  }
  .yjb h4 {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .yjba {
    width: 100%;
  }
  .yjba p {
    width: 100%;
  }
  .yjba p a {
    font-size: 12px;
    color: #a9a9a9;
    line-height: 24px;
    display: inline-block;
    width: 24.4%;
    transition: all ease 0.3s;
  }
  .yjba p a:hover {
    color: #fff;
  }
  .yjba h6 {
    width: 100%;
    margin-top: 65px;
  }
  .yjba h6 a {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    transition: all ease 0.3s;
    display: inline-block;
    width: 24.4%;
  }
  .yjba h6 a:hover {
    transform: translateY(-6px);
  }
  .yjc {
    margin-right: 2.14%;
    margin-top: 40px;
  }
  .yjc img {
    width: 206px;
  }
  .yjx {
    width: 210px;
    margin-top: 68px;
  }
  .yjx select {
    width: 100%;
    border: 1px solid #444444;
    border-radius: 8px;
    height: 36px;
    background-image: url(../img/f14.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 12px 6px;
    padding-left: 14px;
    font-size: 12px;
    color: #7c7c7c;
    background-color: transparent;
  }

  .yjd {
    border-top: 1px dashed #545454;
    margin-top: 85px;
  }
  .yjd p {
    font-size: 12px;
    color: #7c7c7c;
    line-height: 72px;
  }
  .yjd p a {
    font-size: 12px;
    color: #7c7c7c;
    transition: all ease 0.3s;
  }
  .yjd p a:hover {
    color: #fff;
  }

  /*固定的悬浮窗*/
  .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 300px;
    right: -127px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 15px/53px "al1";
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .yb_bar ul li a {
    font: 15px/53px "al1";
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .yb_bar .yb_top {
    background: #1d499e url(../img/t1.png) no-repeat;
  }
  .yb_bar .yb_phone {
    background: #1d499e url(../img/t2.png) no-repeat;
  }
  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #1d499e url(../img/t3.png) no-repeat;
  }
  .yb_bar .yb_ercode {
    background: #1d499e 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 {
    background-image: url(../img/f5.jpg);
    height: 119px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding-top: 39px;
  }
  .nban_a {
    margin-left: 56px;
  }
  .nban_a h6 {
    font-family: al1;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 3px;
  }
  .nban_a p {
    font-size: 12px;
    color: #ececec;
    line-height: 12px;
    margin-top: 9px;
  }
  .nban_a p a {
    font-size: 12px;
    color: #ececec;
  }
  .nban_b {
    margin-right: 64px;
  }
  .nban_ba {
    font-size: 29px;
    color: #fff;
    font-family: al2;
    line-height: 29px;
    letter-spacing: 4px;
  }
  .nban_ba span {
    font-size: 40px;
    font-family: al1;
  }
  .nban_ba h1 {
    font-size: 40px;
    font-family: al1;
    display: inline;
    color: #fff;
  }
  .ccy {
    width: 100%;
  }
  .ccya {
    width: 100%;
    margin-top: 74px;
  }
  .ccyat {
    width: 37.14%;
    margin-left: 20px;
  }
  .ccyat p {
    font-size: 24px;
    color: #272727;
    line-height: 34px;
    font-weight: bold;
  }
  .ccyat p span {
    font-family: al1;
    color: #1745b9;
    margin-right: 12px;
    font-size: 30px;
  }
  .ccyat img {
    width: 100%;
    margin-top: 22px;
  }
  .ccyab {
    width: 59.57%;
    margin-top: 57px;
    overflow-x: auto;
  }
  .ccyab table {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
  .table1 {
    width: 91.5%;
  }
  .ccyab table td {
    font-size: 12px;
    color: #272727;
    height: 39px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-left: 13px;
  }
  .ccyab table td.th1 {
    background-color: #19439a;
    color: #fff;
  }
  .ccyab table td.td1 {
    background-color: #eeeeee;
  }
  .ccyab table td.td2 {
    background-color: #f7f7f7;
  }
  .table2 {
    width: 100%;
  }
  .table3 {
    width: 187%;
  }
  .table4 {
    width: 204%;
  }
  .ccyab::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #fff;
    border-radius: 5px;
    height: 12px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .ccyab::-webkit-scrollbar {
    width: 8px;
    background-color: #a5a5a5;
    border-radius: 5px;
    height: 12px;
  }
  .ccyab::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #a5a5a5;
    border-radius: 5px;
    height: 5px;
  }
  .tablex td.td1 {
    width: 19%;
  }
  .table6 {
    width: 480%;
  }
  .table6 td.td1 {
    width: 3%;
  }

  /*叉车租赁页*/
  .nbanzl {
    background-image: url(../img/f59.jpg);
  }
  .cczly {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
  }
  .nbt h6 {
    text-align: center;
    font-family: al1;
    font-size: 46px;
    color: #f5f5f6;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 42px;
  }
  .nbt p {
    text-align: center;
    font-size: 30px;
    color: #272727;
    line-height: 30px;
    font-weight: bold;
    margin-top: -59px;
    letter-spacing: 2px;
  }
  .nbt img {
    margin: 0 auto;
    margin-top: 37px;
  }
  .cczlya {
    width: 100%;
    margin-top: -52px;
    margin-bottom: 110px;
  }
  .cczlyb {
    width: 100%;
    margin-top: 120px;
  }
  .cczlyb_a {
    width: 36.78%;
    position: relative;
    margin-left: 6%;
  }
  .cczlyb_at {
    width: 100%;
    overflow: hidden;
  }
  .cczlyb_at img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cczlyb_ad {
    width: 104px;
    height: 95px;
    background-color: rgba(28, 75, 160, 0.9);
    position: absolute;
    left: -35px;
    top: -37px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-top: 22px;
    z-index: 1;
  }
  .cczlyb_ad span {
    font-family: al1;
    font-size: 40px;
    display: block;
    line-height: 32px;
    margin-bottom: 7px;
  }
  .cczlyb_aw {
    width: 41.285%;
    margin-right: 8.71%;
    margin-top: 18px;
  }
  .cczlyb_aw h5 {
    font-size: 24px;
    color: #272727;
    line-height: 24px;
    font-weight: bold;
  }
  .cczlyb_aw h6 {
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    margin-top: 43px;
    font-weight: bold;
    border-bottom: 2px dashed #dddddd;
    padding-bottom: 14px;
    margin-bottom: 19px;
  }
  .cczlyb_aw p {
    background-image: url(../img/f5.png);
    background-size: 10px 9px;
    background-repeat: no-repeat;
    background-position: left top 7.5px;
    padding-left: 18px;
    font-size: 14px;
    color: #272727;
    line-height: 24px;
    margin-top: 8px;
    width: 113%;
  }
  .cczlybx .cczlyb_aw {
    margin-left: 7.14%;
    margin-right: 0;
  }
  .cczlybx .cczlyb_a {
    margin-left: 0%;
    margin-right: 4.21%;
  }
  .cczlyb:hover .cczlyb_at img {
    transform: scale(1.05);
  }
  .cczlyc {
    width: 96%;
    margin: 0 auto;
    margin-top: 13px;
  }
  .cczlyca {
    width: 25%;
    position: relative;
  }
  .cczlyca::after {
    position: absolute;
    content: ".............";
    font-size: 30px;
    color: #d5eaff;
    font-weight: bold;
    line-height: 123px;
    top: 0;
    left: 83%;
  }
  .cczlyca img {
    width: 142px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .cczlyca p {
    text-align: center;
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 24px;
    margin-top: 17px;
  }
  .cczlyca:nth-child(4)::after {
    display: none;
  }
  .cczlyca:hover img {
    transform: rotateY(180deg);
  }

  /*叉车配件页*/
  .nbanpj {
    background-image: url(../img/f60.jpg);
  }
  .ccpjy {
    width: 100%;
    overflow: hidden;
  }
  .ccpjya {
    width: 31.21%;
    margin-top: 75px;
    margin-left: 3.185%;
    cursor: pointer;
  }
  .ccpjya p {
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 34px;
  }
  .ccpjya p span {
    font-size: 30px;
    color: #1745b9;
    font-family: al1;
    margin-right: 11px;
    position: relative;
    top: 2px;
  }
  .ccpjya_t {
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
  }
  .ccpjya_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ccpjyaa {
    margin-left: 0;
  }
  .ccpjya:hover .ccpjya_t img {
    transform: scale(1.08);
  }

  /*关于丰科*/
  .nbangy {
    background-image: url(../img/f61.jpg);
  }
  .gyy {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
  }
  .gyya {
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
  }
  .gyya_a {
    width: 25%;
  }
  .gyya_a h2 {
    font-size: 30px;
    font-family: al2;
    color: #1745b9;
    text-align: center;
    letter-spacing: -4px;
    line-height: 52px;
  }
  .gyya_a h2 span {
    font-size: 70px;
    font-family: al1;
  }
  .gyya_a h2 b {
    font-size: 70px;
    font-family: al1;
    font-weight: normal;
  }
  .gyya_a p {
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 17px;
    margin-top: 8px;
  }
  .gyyb {
    width: 100%;
    margin-top: 59px;
    position: relative;
  }
  .gyyb img {
    width: 100%;
  }
  .swiper-slide-prev::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
  }
  .swiper-slide-next::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
  }
  #swiper-button-next_gy {
    background-image: url(../img/f46.png);
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    outline: none;
    left: -40px;
    right: auto;
  }
  #swiper-button-prev_gy {
    background-image: url(../img/f47.png);
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    outline: none;
    right: -40px;
    left: auto;
  }
  .gyyc {
    width: 92.85%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .gyyc img {
    width: 100%;
  }
  .gyyc h6 {
    background-image: url(../img/f45.png);
    background-size: 59px 57px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 80px;
    font-size: 22px;
    color: #313131;
    font-weight: bold;
    height: 57px;
    letter-spacing: 1px;
    padding-top: 5px;
  }
  .gyyc h6 span {
    font-weight: normal;
    font-size: 12px;
    color: #868686;
    display: block;
    letter-spacing: 0.45px;
  }
  .gyyc p {
    font-size: 16px;
    color: #272727;
    line-height: 30px;
    margin-top: 31px;
  }
  .gyyd {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
  }
  .gyye {
    width: 100%;
    background-image: url(../img/f45.jpg);
    height: 645px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 21px;
    position: relative;
  }
  .gyye::after {
    position: absolute;
    content: "";
    line-height: 14px;
    left: 0;
    top: 50%;
    margin-top: -27px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #c7cdd3;
    z-index: 0;
  }
  .gyye .commen1 {
    position: relative;
    z-index: 1;
  }
  .gyyf {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 282px;
    height: 645px;
  }
  .gyyfb {
    position: relative;
  }
  .gyyfb_b {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c2cad3;
    padding: 6px;
    margin-left: 48px;
    transition: all ease 0.3s;
  }
  .gyyfb_b span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c2cad3;
    transition: all ease 0.3s;
  }
  .gyyfb:hover .gyyfb_b {
    border-color: #1745b9;
  }
  .gyyfb:hover .gyyfb_b span {
    background-color: #1745b9;
  }
  .gyyfb_a {
    position: absolute;
    left: 48px;
    bottom: 62px;
  }
  .gyyfb_x {
    bottom: auto;
    top: 56px;
  }
  .gyyfb_a h6 {
    font-size: 30px;
    color: #1745b9;
    font-family: al2;
    line-height: 52px;
    letter-spacing: -4px;
  }
  .gyyfb_a h6 span {
    font-size: 70px;
    font-family: al1;
    margin-right: 2px;
  }
  .gyyfb_a p {
    font-size: 14px;
    color: #272727;
    line-height: 20px;
    margin-top: 4px;
    width: 120%;
  }
  .gyyf_z {
    background-image: url(../img/f46.png);
    background-size: 100%;
    width: 36px;
    height: 36px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin-top: -44px;
    cursor: pointer;
  }
  .gyyf_y {
    background-image: url(../img/f47.png);
    background-size: 100%;
    width: 36px;
    height: 36px;
    position: absolute;
    right: -40px;
    top: 50%;
    margin-top: -44px;
    cursor: pointer;
  }
  .gyyh {
    margin-top: 50px;
  }
  .gyyha {
    width: 100%;
    margin-top: 10px;
  }
  .gyyhb {
    width: 100%;
  }
  .gyyhc {
    width: 19.07%;
    margin-left: 1.1625%;
  }
  .gyyhc img {
    width: 100%;
    border: 6px solid #f6f6f6;
  }
  .gyyhc p {
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    margin-top: 11px;
    width: 110%;
  }
  .gyyhca {
    margin-left: 0;
  }
  .gyyhd {
    display: table;
    margin: 0 auto;
    margin-top: 58px;
  }
  .gyyhd li {
    width: 56px;
    height: 4px;
    background-color: #535353;
    margin: 0 4.5px;
    float: left;
    cursor: pointer;
  }
  .gyyhd li.on {
    background-color: #de0000;
  }

  /*新闻列表页*/
  .nbanxw {
    background-image: url(../img/f53.jpg);
  }
  .xwl {
    width: 93.5%;
    margin: 0 auto;
    margin-top: 82px;
  }
  .xwla {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 42px 56px 47px 61px;
  }
  .xwla_rq {
    font-size: 14px;
    color: #949494;
    text-align: center;
    margin-top: 40px;
  }
  .xwla_rq span {
    display: block;
    font-size: 45px;
    color: #1657c1;
    font-family: al1;
    line-height: 33px;
    margin-bottom: 5px;
  }
  .xwla_t {
    width: 16.72%;
    margin-left: 43px;
    overflow: hidden;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: 72%;
    margin-top: 17px;
  }
  .xwla_w h6 {
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwla_w p {
    font-size: 12px;
    color: #949494;
    line-height: 16px;
    height: 32px;
    margin-top: 10px;
    overflow: hidden;
  }
  .xwla_w .ccb_m {
    margin-top: 30px;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.1);
  }
  .xwla:hover .ccb_m {
    background-color: #e70012;
    width: 80px;
  }
  .xwla:hover .ccb_m a {
    color: #fff;
    letter-spacing: 2px;
  }
  .xwlb {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    padding: 50px 66px 46px 61px;
    background-color: transparent;
    transition: all ease 0.3s;
  }
  .xwlb .xwla_rq {
    margin-top: 8px;
  }
  .xwla_wx {
    width: 80.6%;
    margin-left: 46px;
  }
  .xwla_wx h6 {
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwla_wx p {
    font-size: 12px;
    color: #949494;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .xwlb .ccb_m {
    margin-top: 15px;
  }
  .xwlb:hover {
    background-color: #f6f7f9;
  }
  .xwlb:hover .ccb_m {
    background-color: #e70012;
    width: 80px;
  }
  .xwlb:hover .ccb_m a {
    color: #fff;
    letter-spacing: 2px;
  }
  .yem {
    display: table;
    margin: 0 auto;
    margin-top: 43px;
  }
  .yem p {
    width: 38px;
    height: 38px;
    border: 1px solid #b5b5b5;
    background-color: transparent;
    text-align: center;
    line-height: 38px;
    float: left;
    margin: 0 6px;
    transition: all ease 0.3s;
  }
  .yem p a {
    font-size: 16px;
    color: #454545;
    transition: all ease 0.3s;
    display: block;
  }
  .yem p:hover {
    background-color: #0e68ee;
  }
  .yem p:hover a {
    color: #fff;
  }
  .yem p.on {
    background-color: #0e68ee;
  }
  .yem p.on a {
    color: #fff;
  }

  /*新闻内页*/
  .xwn {
    width: 93.5%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 59px 67px 53px 61px;
    margin-top: 82px;
  }
  .xwna {
    width: 100%;
  }
  .xwna h1 {
    font-size: 30px;
    color: #272727;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
  }
  .xwna p {
    width: 100%;
    background-color: #f6f7f9;
    line-height: 35px;
    font-size: 12px;
    color: #949494;
    text-align: center;
    margin-top: 25px;
  }
  .xwna p span {
    width: 64px;
    display: inline-block;
  }
  .xwnb {
    width: 95%;
    margin: 0 auto;
    margin-top: 43px;
  }
  .xwnb img {
    margin: 0 auto;
    max-width: 100%;
  }
  .xwnb p {
    font-size: 14px;
    color: #272727;
    line-height: 24px;
  }
  .xwnb strong {
    font-weight: normal;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 24px;
    margin-top: 42px;
    display: block;
  }
  .xwnb strong a {
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 12px;
    transition: all ease 0.3s;
  }
  .xwnb strong a:hover {
    color: #0e68ee;
  }
  .fhlb {
    width: 122px;
    height: 38px;
    line-height: 38px;
    background-color: #0e68ee;
    text-align: center;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .fhlb a {
    font-size: 16px;
    color: #fff;
    display: block;
  }
  .fhlb:hover {
    transform: translateX(8px);
  }
  .tjcp {
    width: 100%;
    margin-top: 41px;
  }
  .tjcpa {
    width: 100%;
    margin-top: 25px;
  }
  .tjcpb {
    width: 100%;
  }
  .tjcpc {
    width: 31.285%;
    margin: 0 1.0241%;
  }
  .tjcpc_t {
    width: 100%;
    overflow: hidden;
  }
  .tjcpc_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .tjcpc p {
    font-size: 14px;
    color: #272727;
    line-height: 24px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tjcpc:hover .tjcpc_t img {
    transform: scale(1.1);
  }
  .tjcpd {
    display: table;
    margin: 0 auto;
    margin-top: 55px;
  }
  .tjcpd li {
    width: 56px;
    height: 4px;
    background-color: #535353;
    margin: 0 4.5px;
    float: left;
    cursor: pointer;
  }
  .tjcpd li.on {
    background-color: #de0000;
  }

  /*联系我们页*/
  .nbanlx {
    background-image: url(../img/f58.jpg);
  }
  .lxy {
    width: 93.5%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 58px 92px 29px 96px;
    margin-top: 82px;
  }
  .lxya {
    width: 100%;
  }
  .lxya img {
    width: 100%;
  }
  .lxyb {
    width: 100%;
  }
  .lxyba {
    width: 46.896%;
    padding-left: 18px;
    height: 100px;
    margin-top: 51px;
  }
  .lxyba img {
    width: 157px;
    float: left;
  }
  .lxyba p {
    float: left;
    font-size: 18px;
    color: #272727;
    margin-left: -55px;
    margin-top: 4px;
  }
  .lxyba p span {
    font-weight: bold;
    color: #272727;
    display: block;
  }

  /*网站地图*/
  .wzdt {
    width: 1200px;
    margin: 0 auto;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h6 {
    width: 1144px;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }
  .wzdt_a p {
    margin: 0 25px;
  }
  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }
  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 100px 30px;
    margin-bottom: -112px;
  }
  .fzf1 {
    width: 1011px;
    margin: 20px auto;
  }
  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 p {
    font-size: 36px;
    color: #434343;
    text-align: center;
    line-height: 50px;
  }
  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2-1 p {
    font-size: 26px;
    color: #434343;
    text-align: center;
    line-height: 50px;
  }
  .fzf2-1 p span {
    color: #333;
  }
  .fzf3 {
    width: 430px;
    margin: 20px auto;
    margin-top: 40px;
  }
  .fzf3z {
    float: left;
  }
  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf3y {
    float: right;
  }
  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }

  /*404*/
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  body,
  html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    -webkit-font-smoothing: antialiased; /*抗锯齿效果*/
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #303030;
  }
  * img {
    display: block;
    border: none;
  }
  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "微软雅黑";
    -webkit-appearance: none;
    border: none;
  }
  .clearfix {
    clear: both;
  }
  .mob {
    display: none;
  }
  .pc {
    display: block;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .commen1 {
    width: 96%;
    margin: 0 auto;
  }
  .commen {
    width: 96%;
    margin: 0 auto;
  }
  .ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  @font-face {
    /*阿里巴巴普惠体*/
    font-family: "al1";
    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;
  }

  @font-face {
    /*阿里巴巴普惠体*/
    font-family: "al2";
    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;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    background-color: #1d499e;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #1d499e;
    border-radius: 5px;
  }

  /*top*/
  .db {
    width: 100%;
  }
  .top {
    width: 100%;
    height: 125px;
  }
  .logo {
    margin-left: 1%;
    padding-top: 40px;
  }
  .logo img {
    width: 122px;
    float: left;
    margin-top: -18px;
  }
  .logoa {
    margin-left: 6px;
  }
  .logoa h6 {
    font-size: 28px;
    color: #111111;
    font-family: al1;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 2px;
  }
  .logoa h6 span {
    color: #d70b2c;
  }
  .logoaa {
    font-size: 17px;
    color: #393939;
    font-family: al1;
    letter-spacing: 2.1px;
    line-height: 21px;
  }
  .logoaa h1 {
    font-size: 17px;
    font-family: al1;
    display: inline-block;
    color: #e70012;
  }
  .logoaa p {
    font-size: 17px;
    font-family: al1;
    display: inline-block;
    color: #e70012;
  }
  .dh {
    margin-top: 44px;
  }
  .dh img {
    width: 19px;
    float: left;
  }
  .dh p {
    float: left;
    margin-left: 14px;
    font-size: 18px;
    color: #828282;
    font-family: al2;
    letter-spacing: 1.4px;
  }
  .dh p span {
    display: block;
    font-weight: 900;
    color: #e70012;
    font-size: 32px;
    line-height: 24px;
    margin-bottom: 1px;
    letter-spacing: 0px;
  }
  .topa {
    margin: 44px 4% 0 17px;
  }
  .topa_a {
    position: relative;
    width: 48px;
    margin-left: 21px;
  }
  .topa_img {
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
  }
  .topa_img img {
    width: 100%;
  }
  .topa_img img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .topa_a p {
    text-align: center;
    font-size: 12px;
    color: #929292;
    line-height: 22px;
    transition: all ease 0.3s;
  }
  .topa_a img.t1 {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    opacity: 0;
    transition: all ease 0.3s;
    visibility: hidden;
    z-index: 1000;
  }
  .topa_a:hover .topa_img img:nth-child(2) {
    opacity: 1;
  }
  .topa_a:hover p {
    color: #e70012;
  }
  .topa_a:hover img.t1 {
    top: 50px;
    opacity: 1;
    visibility: inherit;
  }
  .nav {
    z-index: 2;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .nava {
    transition: all ease 0.3s;
    height: 48px;
    cursor: pointer;
    width: 11.111%;
  }
  .nava p {
    line-height: 48px;
    transition: all ease 0.3s;
    text-align: center;
    position: relative;
  }
  .nava p::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 3px;
    bottom: 1px;
    left: 50%;
    background-color: #1c4a9f;
    transition: all ease 0.3s;
  }
  .nava p a {
    font-size: 16px;
    color: #272727;
    transition: all ease 0.3s;
  }
  .navaa p::after {
    width: 100%;
    left: 0%;
  }
  .navaa p a {
    color: #1c4a9f;
  }
  .nava:hover p a {
    color: #1c4a9f;
  }
  .nava:hover p::after {
    width: 100%;
    left: 0%;
  }
  .navb {
    width: 1920px;
    position: absolute;
    z-index: 2;
    top: 92px;
    left: 50%;
    margin-left: -960px;
    opacity: 0;
    background-color: #da2031;
    text-align: center;
  }
  .navba {
    line-height: 56px;
    text-align: center;
    transition: all ease 0.3s;
    display: inline-block;
    margin: 0 18px;
  }
  .navba a {
    font-size: 15px;
    color: #fff;
    transition: all ease 0.3s;
    display: inline-block;
  }
  .navba:hover a {
    transform: translateY(-4px);
  }
  /*banner*/
  .ban {
    margin: 0 auto;
    overflow: hidden;
    height: 437px;
    position: relative;
  }
  .imgbox {
    width: 1400px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -700px;
    height: 437px;
  }
  .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .boy {
    width: 1400px;
  }
  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 3%;
    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: 3%;
    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 {
    position: absolute;
    bottom: 28px;
    right: 5%;
  }
  .flip li {
    cursor: pointer;
    width: 56px;
    height: 4px;
    margin: 0 5px;
    float: left;
    position: relative;
    transition: all ease 0.3s;
    background-color: #535353;
  }
  .flip li.ppp {
    background-color: #de0000;
  }
  .keyword {
    position: absolute;
    left: 5%;
    bottom: 20px;
  }
  .keyword p {
    font-size: 12px;
    color: #696969;
    line-height: 22px;
  }
  .keyword p a {
    font-size: 12px;
    color: #696969;
    margin-right: 8px;
    display: inline-block;
    transition: all ease 0.3s;
  }
  .keyword p a:hover {
    color: #de0000;
  }
  /*叉车*/
  .cc {
    width: 100%;
    margin-top: 46px;
  }
  .cca {
    width: 31.28%;
  }
  h5.bt {
    font-size: 16px;
    color: #272727;
    line-height: 16px;
    font-weight: bold;
    padding-left: 22px;
    background-image: url(../img/f5.png);
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: left 3px center;
  }
  .ccb {
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
  }
  .ccd {
    width: 100%;
  }
  .ccd_t {
    width: 100%;
    overflow: hidden;
  }
  .ccd_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ccd p {
    font-size: 14px;
    color: #272727;
    line-height: 23px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
    height: 46px;
  }
  .ccb_an {
    position: absolute;
    right: 0;
    bottom: 23px;
  }
  .ccb_anz {
    background-image: url(../img/f6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccb_any {
    background-image: url(../img/f7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccb_any:hover {
    background-image: url(../img/f6-1.png);
  }
  .ccb_anz:hover {
    background-image: url(../img/f7-1.png);
  }
  .ccb_m {
    width: 69px;
    height: 24px;
    text-align: center;
    border: 1px solid #e70012;
    line-height: 22px;
    margin-top: 23px;
    background-color: transparent;
    transition: all ease 0.3s;
  }
  .ccb_m a {
    font-size: 10px;
    color: #e70012;
    text-transform: uppercase;
    transition: all ease 0.3s;
    display: block;
  }
  .ccb_m:hover {
    background-color: #e70012;
    width: 80px;
  }
  .ccb_m:hover a {
    color: #fff;
    letter-spacing: 2px;
  }
  .ccd:hover .ccd_t img {
    transform: scale(1.1);
  }
  .cczl {
    width: 31.28%;
    margin-left: 3.214%;
  }
  .cczla {
    width: 100%;
    margin-top: 24px;
  }
  .cczla_t {
    width: 100%;
    overflow: hidden;
  }
  .cczla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cczla p {
    font-size: 12px;
    color: #272727;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    margin-top: 16px;
  }
  .cczla:hover .cczla_t img {
    transform: scale(1.1);
  }
  .ccpja {
    width: 31.28%;
  }
  .ccpjb {
    width: 100%;
    overflow: hidden;
    margin-top: 24px;
    position: relative;
  }
  .ccpjd {
    width: 100%;
  }
  .ccpjd p {
    font-size: 14px;
    color: #272727;
    line-height: 23px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 16px;
    height: 46px;
  }
  .ccpjb_an {
    position: absolute;
    right: 0;
    bottom: 23px;
  }
  .ccpjb_anz {
    background-image: url(../img/f6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccpjb_any {
    background-image: url(../img/f7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccpjb_any:hover {
    background-image: url(../img/f6-1.png);
  }
  .ccpjb_anz:hover {
    background-image: url(../img/f7-1.png);
  }
  .ccpjd:hover .ccd_t img {
    transform: scale(1.1);
  }
  /*新闻*/
  .xwgy {
    width: 100%;
    overflow: hidden;
    margin-top: 55px;
  }
  .xw {
    width: 31.28%;
  }
  .xwa {
    width: 100%;
    margin-top: 10px;
    height: 280px;
    overflow: hidden;
  }
  .xwb {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
    margin-top: 19px;
    transition: all ease 0.3s;
  }
  .xwb h6 {
    font-size: 14px;
    color: #949494;
    line-height: 10px;
  }
  .xwb h5 {
    font-size: 12px;
    color: #272727;
    line-height: 22px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7px;
  }
  .xwb p {
    font-size: 12px;
    color: #949494;
    line-height: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwbm {
    width: 27px;
    float: right;
    margin-top: -30px;
    transition: all ease 0.3s;
    position: relative;
  }
  .xwbm img {
    width: 100%;
  }
  .xwbm::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../img/f6-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .xwb:hover {
    border-color: #de0000;
  }
  .xwb:hover .xwbm {
    transform: translateX(-10px);
  }
  .xwb:hover .xwbm::after {
    opacity: 1;
  }
  .gy {
    width: 100%;
  }
  .gya {
    width: 100%;
    background-image: url(../img/f4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    background-position: center;
    margin-top: 28px;
    padding-top: 28px;
  }
  .gyb {
    width: 50%;
    height: 100px;
    overflow: hidden;
    position: relative;
  }
  .gyb::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #1c4ba0;
    left: 5px;
    top: 11px;
  }
  .gyd {
    width: 100%;
    padding-left: 20px;
    background-image: url(../img/f8.png);
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position: top 1px left;
  }
  .gyd h6 {
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
    line-height: 12px;
  }
  .gyd p {
    font-size: 12px;
    color: #4d4d4d;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    margin-bottom: 21px;
  }
  .xw .ccb_m {
    margin-top: 24px;
  }
  .gye {
    width: 100%;
    margin-top: 23px;
  }
  .gye p {
    font-size: 12px;
    line-height: 21px;
    color: #272727;
    height: 84px;
    overflow: hidden;
  }
  .gy .ccb_m {
    margin-top: 26px;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
    background-color: #2d2d2d;
    padding-top: 65px;
  }
  .yja {
    width: 48%;
    border-right: 1px dashed #545454;
  }
  .yja h4 {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 29px;
  }
  .yjaa {
    width: 105px;
  }
  .yjaa img {
    width: 100%;
  }
  .yjaa p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    margin-top: 26px;
    width: 110%;
    margin-left: -5%;
  }
  .yjab {
    margin-left: 4%;
  }
  .yjab p img {
    display: inline-block;
    margin-right: 14px;
    position: relative;
    top: 5px;
  }
  .yjab p {
    font-size: 12px;
    color: #fff;
    line-height: 19px;
    margin-bottom: 11px;
  }
  .yjab p span {
    width: 73px;
    display: inline-block;
  }
  .yjb {
    margin-left: 3%;
    width: 29%;
    border-right: 1px dashed #545454;
  }
  .yjb h4 {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    margin-bottom: 20px;
  }
  .yjba {
    width: 100%;
  }
  .yjba p {
    width: 100%;
  }
  .yjba p a {
    font-size: 12px;
    color: #a9a9a9;
    line-height: 24px;
    display: inline-block;
    width: 32%;
    transition: all ease 0.3s;
  }
  .yjba p a:hover {
    color: #fff;
  }
  .yjba h6 {
    width: 100%;
    margin-top: 30px;
  }
  .yjba h6 a {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    transition: all ease 0.3s;
    display: inline-block;
    width: 32%;
  }
  .yjba h6 a:hover {
    transform: translateY(-6px);
  }
  .yjc {
    margin-right: 1.5%;
    margin-top: 40px;
  }
  .yjc img {
    width: 160px;
  }
  .yjx {
    width: 160px;
    margin-top: 68px;
  }
  .yjx select {
    width: 100%;
    border: 1px solid #444444;
    border-radius: 8px;
    height: 36px;
    background-image: url(../img/f14.png);
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 12px 6px;
    padding-left: 14px;
    font-size: 12px;
    color: #7c7c7c;
    background-color: transparent;
  }
  .yjd {
    border-top: 1px dashed #545454;
    margin-top: 80px;
  }
  .yjd p {
    font-size: 12px;
    color: #7c7c7c;
    line-height: 72px;
  }
  .yjd p a {
    font-size: 12px;
    color: #7c7c7c;
    transition: all ease 0.3s;
  }
  .yjd p a:hover {
    color: #fff;
  }

  /*固定的悬浮窗*/
  .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 300px;
    right: -127px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 15px/53px "al1";
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .yb_bar ul li a {
    font: 15px/53px "al1";
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
    overflow: hidden;
  }
  .yb_bar .yb_top {
    background: #1d499e url(../img/t1.png) no-repeat;
  }
  .yb_bar .yb_phone {
    background: #1d499e url(../img/t2.png) no-repeat;
  }
  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #1d499e url(../img/t3.png) no-repeat;
  }
  .yb_bar .yb_ercode {
    background: #1d499e 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 {
    background-image: url(../img/f5.jpg);
    height: 119px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding-top: 39px;
  }
  .nban_a {
    margin-left: 4%;
  }
  .nban_a h6 {
    font-family: al1;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 3px;
  }
  .nban_a p {
    font-size: 12px;
    color: #ececec;
    line-height: 12px;
    margin-top: 9px;
  }
  .nban_a p a {
    font-size: 12px;
    color: #ececec;
  }
  .nban_b {
    margin-right: 4%;
  }
  .nban_ba {
    font-size: 29px;
    color: #fff;
    font-family: al2;
    line-height: 29px;
    letter-spacing: 4px;
  }
  .nban_ba span {
    font-size: 40px;
    font-family: al1;
  }
  .nban_ba h1 {
    font-size: 40px;
    font-family: al1;
    display: inline;
    color: #fff;
  }
  .ccy {
    width: 100%;
  }
  .ccya {
    width: 100%;
    margin-top: 74px;
  }
  .ccyat {
    width: 37.14%;
    margin-left: 20px;
  }
  .ccyat p {
    font-size: 22px;
    color: #272727;
    line-height: 34px;
    font-weight: bold;
  }
  .ccyat p span {
    font-family: al1;
    color: #1745b9;
    margin-right: 12px;
    font-size: 30px;
  }
  .ccyat img {
    width: 100%;
    margin-top: 22px;
  }
  .ccyab {
    width: 59.57%;
    margin-top: 57px;
    overflow-x: auto;
  }
  .ccyab table {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
  .table1 {
    width: 100%;
  }
  .ccyab table td {
    font-size: 12px;
    color: #272727;
    height: 39px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-left: 13px;
  }
  .ccyab table td.th1 {
    background-color: #19439a;
    color: #fff;
  }
  .ccyab table td.td1 {
    background-color: #eeeeee;
  }
  .ccyab table td.td2 {
    background-color: #f7f7f7;
  }
  .table2 {
    width: 120%;
  }
  .table3 {
    width: 187%;
  }
  .table4 {
    width: 280%;
  }
  .ccyab::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #fff;
    border-radius: 5px;
    height: 12px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .ccyab::-webkit-scrollbar {
    width: 8px;
    background-color: #a5a5a5;
    border-radius: 5px;
    height: 12px;
  }
  .ccyab::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #a5a5a5;
    border-radius: 5px;
    height: 5px;
  }
  .tablex td.td1 {
    width: 19%;
  }
  .table6 {
    width: 540%;
  }
  .table6 td.td1 {
    width: 3.5%;
  }

  /*叉车租赁页*/
  .nbanzl {
    background-image: url(../img/f59.jpg);
  }
  .cczly {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
  }
  .nbt h6 {
    text-align: center;
    font-family: al1;
    font-size: 46px;
    color: #f5f5f6;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 42px;
  }
  .nbt p {
    text-align: center;
    font-size: 30px;
    color: #272727;
    line-height: 30px;
    font-weight: bold;
    margin-top: -59px;
    letter-spacing: 2px;
  }
  .nbt img {
    margin: 0 auto;
    margin-top: 37px;
  }
  .cczlya {
    width: 100%;
    margin-top: -52px;
    margin-bottom: 110px;
  }
  .cczlyb {
    width: 100%;
    margin-top: 120px;
  }
  .cczlyb_a {
    width: 36.78%;
    position: relative;
    margin-left: 6%;
  }
  .cczlyb_at {
    width: 100%;
    overflow: hidden;
  }
  .cczlyb_at img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cczlyb_ad {
    width: 104px;
    height: 95px;
    background-color: rgba(28, 75, 160, 0.9);
    position: absolute;
    left: -35px;
    top: -37px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    padding-top: 22px;
    z-index: 1;
  }
  .cczlyb_ad span {
    font-family: al1;
    font-size: 40px;
    display: block;
    line-height: 32px;
    margin-bottom: 7px;
  }
  .cczlyb_aw {
    width: 41.285%;
    margin-right: 8.71%;
    margin-top: 1%;
  }
  .cczlyb_aw h5 {
    font-size: 24px;
    color: #272727;
    line-height: 24px;
    font-weight: bold;
  }
  .cczlyb_aw h6 {
    font-size: 16px;
    color: #272727;
    line-height: 24px;
    margin-top: 4%;
    font-weight: bold;
    border-bottom: 2px dashed #dddddd;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .cczlyb_aw p {
    background-image: url(../img/f5.png);
    background-size: 10px 9px;
    background-repeat: no-repeat;
    background-position: left top 7.5px;
    padding-left: 18px;
    font-size: 14px;
    color: #272727;
    line-height: 24px;
    margin-top: 5px;
    width: 113%;
  }
  .cczlybx .cczlyb_aw {
    margin-left: 7.14%;
    margin-right: 0;
  }
  .cczlybx .cczlyb_a {
    margin-left: 0%;
    margin-right: 4.21%;
  }
  .cczlyb:hover .cczlyb_at img {
    transform: scale(1.05);
  }
  .cczlyc {
    width: 96%;
    margin: 0 auto;
    margin-top: 13px;
  }
  .cczlyca {
    width: 25%;
    position: relative;
  }
  .cczlyca::after {
    position: absolute;
    content: "...........";
    font-size: 28px;
    color: #d5eaff;
    font-weight: bold;
    line-height: 114px;
    top: 0;
    left: 83%;
  }
  .cczlyca img {
    width: 130px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .cczlyca p {
    text-align: center;
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 24px;
    margin-top: 17px;
  }
  .cczlyca:nth-child(4)::after {
    display: none;
  }
  .cczlyca:hover img {
    transform: rotateY(180deg);
  }

  /*叉车配件页*/
  .nbanpj {
    background-image: url(../img/f60.jpg);
  }
  .ccpjy {
    width: 100%;
    overflow: hidden;
  }
  .ccpjya {
    width: 31.21%;
    margin-top: 75px;
    margin-left: 3.185%;
    cursor: pointer;
  }
  .ccpjya p {
    font-size: 18px;
    color: #272727;
    font-weight: bold;
    line-height: 34px;
  }
  .ccpjya p span {
    font-size: 24px;
    color: #1745b9;
    font-family: al1;
    margin-right: 10px;
    position: relative;
    top: 2px;
  }
  .ccpjya_t {
    width: 100%;
    overflow: hidden;
    margin-top: 22px;
  }
  .ccpjya_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ccpjyaa {
    margin-left: 0;
  }
  .ccpjya:hover .ccpjya_t img {
    transform: scale(1.08);
  }

  /*关于丰科*/
  .nbangy {
    background-image: url(../img/f61.jpg);
  }
  .gyy {
    width: 100%;
    overflow: hidden;
    margin-top: 70px;
  }
  .gyya {
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
  }
  .gyya_a {
    width: 25%;
  }
  .gyya_a h2 {
    font-size: 30px;
    font-family: al2;
    color: #1745b9;
    text-align: center;
    letter-spacing: -4px;
    line-height: 52px;
  }
  .gyya_a h2 span {
    font-size: 70px;
    font-family: al1;
  }
  .gyya_a h2 b {
    font-size: 70px;
    font-family: al1;
    font-weight: normal;
  }
  .gyya_a p {
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    line-height: 17px;
    margin-top: 8px;
  }
  .gyyb {
    width: 92%;
    margin: 0 auto;
    margin-top: 59px;
    position: relative;
  }
  .gyyb img {
    width: 100%;
  }
  .swiper-slide-prev::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
  }
  .swiper-slide-next::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
  }
  #swiper-button-next_gy {
    background-image: url(../img/f46.png);
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    outline: none;
    left: -40px;
    right: auto;
  }
  #swiper-button-prev_gy {
    background-image: url(../img/f47.png);
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
    outline: none;
    right: -40px;
    left: auto;
  }
  .gyyc {
    width: 92.85%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .gyyc img {
    width: 100%;
  }
  .gyyc h6 {
    background-image: url(../img/f45.png);
    background-size: 59px 57px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 80px;
    font-size: 22px;
    color: #313131;
    font-weight: bold;
    height: 57px;
    letter-spacing: 1px;
    padding-top: 5px;
  }
  .gyyc h6 span {
    font-weight: normal;
    font-size: 12px;
    color: #868686;
    display: block;
    letter-spacing: 0.45px;
  }
  .gyyc p {
    font-size: 16px;
    color: #272727;
    line-height: 30px;
    margin-top: 31px;
  }
  .gyyd {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
  }
  .gyye {
    width: 100%;
    background-image: url(../img/f45.jpg);
    height: 645px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 21px;
    position: relative;
  }
  .gyye::after {
    position: absolute;
    content: "";
    line-height: 14px;
    left: 0;
    top: 50%;
    margin-top: -27px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #c7cdd3;
    z-index: 0;
  }
  .gyye .commen1 {
    position: relative;
    z-index: 1;
  }
  .gyyf {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 282px;
    height: 645px;
  }
  .gyyfb {
    position: relative;
  }
  .gyyfb_b {
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c2cad3;
    padding: 6px;
    margin-left: 48px;
    transition: all ease 0.3s;
  }
  .gyyfb_b span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c2cad3;
    transition: all ease 0.3s;
  }
  .gyyfb:hover .gyyfb_b {
    border-color: #1745b9;
  }
  .gyyfb:hover .gyyfb_b span {
    background-color: #1745b9;
  }
  .gyyfb_a {
    position: absolute;
    left: 48px;
    bottom: 62px;
  }
  .gyyfb_x {
    bottom: auto;
    top: 56px;
  }
  .gyyfb_a h6 {
    font-size: 30px;
    color: #1745b9;
    font-family: al2;
    line-height: 52px;
    letter-spacing: -4px;
  }
  .gyyfb_a h6 span {
    font-size: 70px;
    font-family: al1;
    margin-right: 2px;
  }
  .gyyfb_a p {
    font-size: 14px;
    color: #272727;
    line-height: 20px;
    margin-top: 4px;
    width: 120%;
  }
  .gyyf_z {
    background-image: url(../img/f46.png);
    background-size: 100%;
    width: 36px;
    height: 36px;
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -44px;
    cursor: pointer;
  }
  .gyyf_y {
    background-image: url(../img/f47.png);
    background-size: 100%;
    width: 36px;
    height: 36px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -44px;
    cursor: pointer;
  }
  .gyyh {
    margin-top: 50px;
  }
  .gyyha {
    width: 100%;
    margin-top: 10px;
  }
  .gyyhb {
    width: 100%;
  }
  .gyyhc {
    width: 19.07%;
    margin-left: 1.1625%;
  }
  .gyyhc img {
    width: 100%;
    border: 6px solid #f6f6f6;
  }
  .gyyhc p {
    font-size: 14px;
    color: #272727;
    line-height: 26px;
    margin-top: 11px;
    width: 100%;
    height: 26px;
  }
  .gyyhca {
    margin-left: 0;
  }
  .gyyhd {
    display: table;
    margin: 0 auto;
    margin-top: 58px;
  }
  .gyyhd li {
    width: 56px;
    height: 4px;
    background-color: #535353;
    margin: 0 4.5px;
    float: left;
    cursor: pointer;
  }
  .gyyhd li.on {
    background-color: #de0000;
  }

  /*新闻列表页*/
  .nbanxw {
    background-image: url(../img/f53.jpg);
  }
  .xwl {
    width: 93.5%;
    margin: 0 auto;
    margin-top: 82px;
  }
  .xwla {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 5%;
  }
  .xwla_rq {
    font-size: 14px;
    color: #949494;
    text-align: center;
    margin-top: 36px;
  }
  .xwla_rq span {
    display: block;
    font-size: 45px;
    color: #1657c1;
    font-family: al1;
    line-height: 33px;
    margin-bottom: 5px;
  }
  .xwla_t {
    width: 180px;
    margin-left: 4%;
    overflow: hidden;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: calc(97% - 280px);
    margin-top: 6px;
  }
  .xwla_w h6 {
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwla_w p {
    font-size: 12px;
    color: #949494;
    line-height: 16px;
    height: 32px;
    margin-top: 6px;
    overflow: hidden;
  }
  .xwla_w .ccb_m {
    margin-top: 25px;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.1);
  }
  .xwla:hover .ccb_m {
    background-color: #e70012;
    width: 80px;
  }
  .xwla:hover .ccb_m a {
    color: #fff;
    letter-spacing: 2px;
  }
  .xwlb {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    padding: 5%;
    background-color: transparent;
    transition: all ease 0.3s;
  }
  .xwlb .xwla_rq {
    margin-top: 8px;
  }
  .xwla_wx {
    width: 76%;
    margin-left: 4%;
  }
  .xwla_wx h6 {
    font-size: 16px;
    color: #272727;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwla_wx p {
    font-size: 12px;
    color: #949494;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .xwlb .ccb_m {
    margin-top: 15px;
  }
  .xwlb:hover {
    background-color: #f6f7f9;
  }
  .xwlb:hover .ccb_m {
    background-color: #e70012;
    width: 80px;
  }
  .xwlb:hover .ccb_m a {
    color: #fff;
    letter-spacing: 2px;
  }
  .yem {
    display: table;
    margin: 0 auto;
    margin-top: 43px;
  }
  .yem p {
    width: 38px;
    height: 38px;
    border: 1px solid #b5b5b5;
    background-color: transparent;
    text-align: center;
    line-height: 38px;
    float: left;
    margin: 0 6px;
    transition: all ease 0.3s;
  }
  .yem p a {
    font-size: 16px;
    color: #454545;
    transition: all ease 0.3s;
    display: block;
  }
  .yem p:hover {
    background-color: #0e68ee;
  }
  .yem p:hover a {
    color: #fff;
  }
  .yem p.on {
    background-color: #0e68ee;
  }
  .yem p.on a {
    color: #fff;
  }

  /*新闻内页*/
  .xwn {
    width: 93.5%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 59px 67px 53px 61px;
    margin-top: 82px;
  }
  .xwna {
    width: 100%;
  }
  .xwna h1 {
    font-size: 30px;
    color: #272727;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
  }
  .xwna p {
    width: 100%;
    background-color: #f6f7f9;
    line-height: 35px;
    font-size: 12px;
    color: #949494;
    text-align: center;
    margin-top: 25px;
  }
  .xwna p span {
    width: 64px;
    display: inline-block;
  }
  .xwnb {
    width: 95%;
    margin: 0 auto;
    margin-top: 43px;
  }
  .xwnb img {
    margin: 0 auto;
    max-width: 100%;
  }
  .xwnb p {
    font-size: 14px;
    color: #272727;
    line-height: 24px;
  }
  .xwnb strong {
    font-weight: normal;
    font-size: 14px;
    color: #7d7d7d;
    line-height: 24px;
    margin-top: 42px;
    display: block;
  }
  .xwnb strong a {
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 12px;
    transition: all ease 0.3s;
  }
  .xwnb strong a:hover {
    color: #0e68ee;
  }
  .fhlb {
    width: 122px;
    height: 38px;
    line-height: 38px;
    background-color: #0e68ee;
    text-align: center;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .fhlb a {
    font-size: 16px;
    color: #fff;
    display: block;
  }
  .fhlb:hover {
    transform: translateX(8px);
  }
  .tjcp {
    width: 100%;
    margin-top: 41px;
  }
  .tjcpa {
    width: 100%;
    margin-top: 25px;
  }
  .tjcpb {
    width: 100%;
  }
  .tjcpc {
    width: 31.285%;
    margin: 0 1.0241%;
  }
  .tjcpc_t {
    width: 100%;
    overflow: hidden;
  }
  .tjcpc_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .tjcpc p {
    font-size: 14px;
    color: #272727;
    line-height: 24px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tjcpc:hover .tjcpc_t img {
    transform: scale(1.1);
  }
  .tjcpd {
    display: table;
    margin: 0 auto;
    margin-top: 55px;
  }
  .tjcpd li {
    width: 56px;
    height: 4px;
    background-color: #535353;
    margin: 0 4.5px;
    float: left;
    cursor: pointer;
  }
  .tjcpd li.on {
    background-color: #de0000;
  }

  /*联系我们页*/
  .nbanlx {
    background-image: url(../img/f58.jpg);
  }
  .lxy {
    width: 93.5%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 58px 72px 29px 76px;
    margin-top: 82px;
  }
  .lxya {
    width: 100%;
  }
  .lxya img {
    width: 100%;
  }
  .lxyb {
    width: 100%;
  }
  .lxyba {
    width: 50%;
    padding-left: 12px;
    height: 100px;
    margin-top: 51px;
  }
  .lxyba img {
    width: 157px;
    float: left;
  }
  .lxyba p {
    float: left;
    font-size: 17px;
    color: #272727;
    margin-left: -55px;
    margin-top: 4px;
  }
  .lxyba p span {
    font-weight: bold;
    color: #272727;
    display: block;
  }

  /*网站地图*/
  .wzdt {
    width: 96%;
    margin: 0 auto;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }
  .wzdt_a p {
    margin: 0 25px;
  }
  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }
  .wzdt_a p a:hover {
    color: #0665d0;
  }
  /*网站地图*/
  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: -90px;
  }
  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }
  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }
  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }
  .fzf2-1 p span {
    color: #333;
  }
  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }
  .fzf3z {
    float: left;
  }
  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf3y {
    float: right;
  }
  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }
  /*404*/

  @media (min-width: 1050px) {
  }

  @media (min-width: 1100px) {
    .yja {
      width: 44%;
    }
    .yjab {
      margin-left: 5%;
    }
    .yjb {
      margin-left: 4%;
      width: 32%;
    }
    .ccpjya p {
      font-size: 20px;
    }
    .ccpjya p span {
      font-size: 26px;
    }
    .lxyba {
      width: 47%;
    }
  }

  @media (min-width: 1150px) {
    .gyb {
      width: 40%;
    }
  }

  @media (min-width: 1199px) {
    .ban {
      height: 499px;
    }
    .imgbox {
      width: 1600px;
      margin-left: -800px;
      height: 499px;
    }
    .yja {
      width: 42%;
    }
    .yjb {
      margin-left: 4%;
      width: 35%;
    }
    .yjba p a {
      width: 24%;
    }
    .yjba h6 a {
      width: 24%;
    }
    .yjba h6 {
      margin-top: 65px;
    }
    .cczlyb_aw p {
      margin-top: 8px;
    }
    .ccpjya p {
      font-size: 22px;
    }
    .ccpjya p span {
      font-size: 28px;
    }
    .lxyba {
      width: 48%;
    }
  }

  @media (min-width: 1249px) {
    .yjc img {
      width: 180px;
    }
    .yjx {
      width: 180px;
    }
    .cczlyb_aw h6 {
      margin-top: 6%;
    }
    .lxyba p {
      font-size: 16px;
    }
  }

  @media (min-width: 1340px) {
    .lxyba {
      width: 48%;
    }
  }
}

@media (max-width: 999px) {
  body,
  html {
    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;
    max-width: 760px;
    margin: 0 auto;
  }
  body {
    overflow-x: hidden;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
  }
  * img {
    display: block;
    border: none;
  }
  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
    -webkit-appearance: none;
    outline: none;
    border: none;
  }
  p {
    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;
  }
  .commen1 {
    width: 92%;
    margin: 0 auto;
  }
  .commen2 {
    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;
  }

  @font-face {
    /*阿里巴巴普惠体*/
    font-family: "al1";
    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;
  }

  @font-face {
    /*阿里巴巴普惠体*/
    font-family: "al2";
    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;
  }

  /*手机banner*/
  .sjban {
    width: 100%;
    margin-top: 17%;
  }
  .sjban .swiper-container {
    width: 100%;
  }
  .sjban .swiper-slide {
    width: 100%;
  }
  .sjban .swiper-slide img {
    width: 100%;
  }
  /*手机nav*/
  .sjdhgd {
    width: 100%;
    background-size: 100% 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  .sjdh {
    margin: 0 auto;
    width: 100%;
    padding: 5% 1%;
    transition: all ease 0.4s;
  }
  .sjdha {
    width: 100%;
  }
  .sjdha_t1 {
    width: 70%;
    overflow: hidden;
    margin-left: 2%;
  }
  .sjdha_t1 img {
    width: 100%;
  }
  .sjdha_t2 {
    width: 32px;
    position: absolute;
    right: 6%;
    top: calc(50% - 15px);
  }
  .sjdha_t2 img {
    width: 100%;
  }
  .sjdha_t3 {
    position: absolute;
    right: calc(10% + 36px);
    top: calc(50% - 9px);
  }
  .topa_a {
    margin-right: 6px;
    position: relative;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    transition: all ease 0.3s;
  }
  .topa_a a {
    font-size: 0.7rem;
    color: #aaaaaa;
    font-weight: 900;
    font-family: Arial;
    transition: all ease 0.3s;
  }
  .topa_aa {
    border-color: #da2031;
    background-color: #da2031;
  }
  .topa_aa a {
    color: #fff;
  }
  .topa_a:hover {
    border-color: #da2031;
    background-color: #da2031;
  }
  .topa_a:hover a {
    color: #fff;
  }
  .topa {
    position: absolute;
    right: 3%;
    top: 50%;
    margin-top: -13px;
  }
  .topa_a {
    margin-left: 7px;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  .topa_a img.t1 {
    width: 26px;
    height: 26px;
    transition: all ease 0.3s;
  }
  .topa_a img.t3 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
    width: 26px;
    height: 26px;
  }
  .topa_a:hover img.t3 {
    opacity: 1;
  }
  .topa_a:nth-child(1) img.t3 {
    opacity: 1;
  }
  .huakuai {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100001;
    transition: all 0.4s cubic-bezier(0.4, 0, 0, 1);
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
  }
  .sjdhb {
    width: 79%;
    background: #fff;
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 25%;
    float: right;
  }
  .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.1rem;
    color: #222222;
  }
  .sjdhb_a h6 span {
    font-size: 0.8rem;
    display: inline-block;
    margin-left: 7px;
    color: #b6b6b6;
  }
  .sjdhb_ah1 h6 {
    border-left: 3px solid #da2031;
    background: #f6f6f6;
  }
  .sjdhb_ah1 h6 a {
    color: #da2031;
  }
  .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: 4px 0;
  }
  .sjdhb_p a {
    font-size: 0.95rem;
    color: #222222;
  }
  .sjdhb_p img {
    width: 50px;
    display: inline-block;
  }
  .sjdhb_p span {
    line-height: 27px;
    margin-left: 15px;
    position: relative;
    top: -14px;
  }
  .sjdhb_pa a {
    color: #da2031;
  }
  .sjdhb_pa img {
    border-color: #da2031;
  }

  /**手机底部导航**/
  .dan-xia {
    width: 100%;
    background-color: #c11626;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-size: 100% 100%;
  }
  .dan-xib {
    width: 25%;
    padding: 3% 0 2% 0%;
  }
  .dan-xid img {
    width: 40px;
    margin: 0 auto;
  }
  .dan-xid p {
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    line-height: 22px;
    margin-top: 5px;
  }
  .dhgd_d {
    width: 49px;
    position: absolute;
    left: calc(50% - 22px);
    top: -22px;
    animation: bounce_a 2s infinite;
  }
  .dhgd_d img {
    width: 100%;
  }
  @keyframes bounce_a {
    0%,
    20%,
    53%,
    80%,
    100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.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;
  }

  /*叉车*/
  .cc {
    width: 100%;
    margin-top: 8%;
  }
  .cca {
    width: 98%;
    margin: 0 auto;
    float: none;
  }
  h5.bt {
    font-size: 1.1rem;
    color: #272727;
    line-height: 20px;
    font-weight: bold;
    padding-left: 22px;
    background-image: url(../img/f5.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left 2px top 2px;
  }
  .ccb {
    width: 100%;
    overflow: hidden;
    margin-top: 4%;
    position: relative;
  }
  .ccd {
    width: 100%;
  }
  .ccd_t {
    width: 100%;
    overflow: hidden;
  }
  .ccd_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ccd p {
    font-size: 0.85rem;
    color: #272727;
    line-height: 22px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 18px;
  }
  .ccb_an {
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  .ccb_anz {
    background-image: url(../img/f6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccb_any {
    background-image: url(../img/f7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccb_any:hover {
    background-image: url(../img/f6-1.png);
  }
  .ccb_anz:hover {
    background-image: url(../img/f7-1.png);
  }
  .ccb_m {
    width: 72px;
    height: 24px;
    text-align: center;
    border: 1px solid #e70012;
    line-height: 24px;
    margin-top: 4%;
    background-color: transparent;
    transition: all ease 0.3s;
  }
  .ccb_m a {
    font-size: 0.7rem;
    color: #e70012;
    text-transform: uppercase;
    transition: all ease 0.3s;
    display: block;
  }
  .ccb_m:hover {
    background-color: #e70012;
    width: 80px;
  }
  .ccb_m:hover a {
    color: #fff;
    letter-spacing: 2px;
  }
  .ccd:hover .ccd_t img {
    transform: scale(1.1);
  }
  .cczl {
    width: 98%;
    float: none;
    margin: 0 auto;
    margin-top: 9%;
  }
  .cczla {
    width: 100%;
    margin-top: 4%;
  }
  .cczla_t {
    width: 100%;
    overflow: hidden;
  }
  .cczla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cczla p {
    font-size: 0.85rem;
    color: #272727;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 18px;
  }
  .cczla:hover .cczla_t img {
    transform: scale(1.1);
  }
  .ccpja {
    width: 98%;
    float: none;
    margin: 0 auto;
    margin-top: 9%;
  }
  .ccpjb {
    width: 100%;
    overflow: hidden;
    margin-top: 4%;
    position: relative;
  }
  .ccpjd {
    width: 100%;
  }
  .ccpjd p {
    font-size: 0.85rem;
    color: #272727;
    line-height: 22px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 18px;
  }
  .ccpjb_an {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .ccpjb_anz {
    background-image: url(../img/f6.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccpjb_any {
    background-image: url(../img/f7.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 7px;
    transition: all ease 0.3s;
  }
  .ccpjb_any:hover {
    background-image: url(../img/f6-1.png);
  }
  .ccpjb_anz:hover {
    background-image: url(../img/f7-1.png);
  }
  .ccpjd:hover .ccd_t img {
    transform: scale(1.1);
  }
  /*新闻*/
  .xwgy {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10%;
  }
  .xw {
    width: 100%;
  }
  .xwa {
    width: 98%;
    margin: 0 auto;
    margin-top: 5%;
    height: 240px;
    overflow: hidden;
  }
  .xwb {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding: 0 4% 12px 5%;
    margin-top: 19px;
    transition: all ease 0.3s;
  }
  .xwb h6 {
    font-size: 0.85rem;
    color: #949494;
    line-height: 10px;
  }
  .xwb h5 {
    font-size: 0.8rem;
    color: #272727;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7px;
  }
  .xwb p {
    font-size: 0.8rem;
    color: #949494;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .xwbm {
    width: 27px;
    float: right;
    margin-top: -30px;
    transition: all ease 0.3s;
    position: relative;
  }
  .xwbm img {
    display: none;
  }
  .xwb:hover {
    border-color: #de0000;
  }
  .gy {
    width: 100%;
    margin-top: 8%;
  }
  .gya {
    width: 100%;
    background-image: url(../img/f4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
    background-position: center;
    margin-top: 4%;
  }
  .gyb {
    display: none;
  }
  .xw .ccb_m {
    margin-top: 4%;
  }
  .gye {
    width: 100%;
    margin-top: 4%;
  }
  .gye p {
    font-size: 0.8rem;
    line-height: 22px;
    color: #272727;
    height: 76px;
    overflow: hidden;
  }
  .gy .ccb_m {
    margin-top: 4%;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    margin-top: 10%;
    background-color: #2d2d2d;
    padding-top: 10%;
    padding-bottom: 24%;
  }
  .yja {
    width: 100%;
  }
  .yja h4 {
    font-size: 1.15rem;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .yjaa {
    width: 90px;
  }
  .yjaa img {
    width: 100%;
  }
  .yjaa p {
    text-align: center;
    font-size: 0.6rem;
    color: #fff;
    line-height: 12px;
    margin-top: 20px;
    width: 110%;
    margin-left: -5%;
  }
  .yjab {
    margin-left: 5%;
    width: calc(95% - 90px);
    margin-top: -4px;
  }
  .yjab p img {
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 5px;
  }
  .yjab p {
    font-size: 0.72rem;
    color: #fff;
    line-height: 19px;
    margin-bottom: 4px;
  }
  .yjab p span {
    width: 65px;
    display: inline-block;
  }
  .yjd {
    border-top: 1px dashed #545454;
    margin-top: 8%;
    padding-top: 4%;
  }
  .yjd p {
    font-size: 0.6rem;
    color: #7c7c7c;
    line-height: 20px;
    text-align: center;
  }
  .yjd p a {
    font-size: 0.6rem;
    color: #7c7c7c;
    transition: all ease 0.3s;
  }
  .yjd p a:hover {
    color: #fff;
  }

  /*****************************************内页开始******************************************/

  /*叉车页*/
  .nban {
    background-image: url(../img/f5.jpg);
    height: 110px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
    margin-top: 18%;
  }
  .nban_a {
    margin-left: 2%;
  }
  .nban_a h6 {
    font-family: al1;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 2px;
  }
  .nban_a p {
    display: none;
  }
  .nban_b {
    margin-left: 2%;
    width: 100%;
    margin-top: 10px;
    float: left;
  }
  .nban_ba {
    font-size: 1.2rem;
    color: #fff;
    font-family: al2;
    line-height: 29px;
    letter-spacing: 2px;
  }
  .nban_ba span {
    font-size: 1.5rem;
    font-family: al1;
  }
  .nban_ba h1 {
    font-size: 1.5rem;
    font-family: al1;
    display: inline;
    color: #fff;
  }
  .ccy {
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
  }
  .ccya {
    width: 100%;
    margin-top: 10%;
  }
  .ccyat {
    width: 100%;
  }
  .ccyat p {
    font-size: 1.1rem;
    color: #272727;
    line-height: 28px;
    font-weight: bold;
  }
  .ccyat p span {
    font-family: al1;
    color: #1745b9;
    margin-right: 6px;
    font-size: 1.3rem;
  }
  .ccyat img {
    width: 100%;
    margin-top: 4%;
  }
  .ccyab {
    width: 100%;
    margin-top: 4%;
    overflow-x: auto;
  }
  .ccyab table {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
  }
  .table1 {
    width: 150%;
  }
  .ccyab table td {
    font-size: 12px;
    color: #272727;
    height: 39px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding-left: 13px;
  }
  .ccyab table td.th1 {
    background-color: #19439a;
    color: #fff;
  }
  .ccyab table td.td1 {
    background-color: #eeeeee;
  }
  .ccyab table td.td2 {
    background-color: #f7f7f7;
  }
  .table2 {
    width: 190%;
  }
  .table3 {
    width: 270%;
  }
  .table4 {
    width: 450%;
  }
  .ccyab::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #fff;
    border-radius: 5px;
    height: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2) inset;
  }
  .ccyab::-webkit-scrollbar {
    width: 8px;
    background-color: #a5a5a5;
    border-radius: 5px;
    height: 8px;
  }
  .ccyab::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #a5a5a5;
    border-radius: 5px;
    height: 5px;
  }

  .table6 {
    width: 100%;
  }
  .table6 td.td1 {
    width: 4%;
  }

  /*叉车租赁页*/
  .nbanzl {
    background-image: url(../img/f59.jpg);
  }
  .cczly {
    width: 100%;
    overflow: hidden;
    margin-top: 10%;
  }
  .nbt h6 {
    text-align: center;
    font-family: al1;
    font-size: 2rem;
    color: #f5f5f6;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 34px;
  }
  .nbt p {
    text-align: center;
    font-size: 1.35rem;
    color: #272727;
    line-height: 30px;
    font-weight: bold;
    margin-top: -47px;
    letter-spacing: 2px;
  }
  .nbt img {
    margin: 0 auto;
    margin-top: 30px;
  }
  .cczlya {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 8%;
    margin-top: -4%;
  }
  .cczlyb {
    width: 100%;
    margin-top: 14%;
  }
  .cczlyb_a {
    width: 100%;
    position: relative;
  }
  .cczlyb_at {
    width: 100%;
    overflow: hidden;
  }
  .cczlyb_at img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .cczlyb_ad {
    width: 70px;
    height: 70px;
    background-color: rgba(28, 75, 160, 0.9);
    position: absolute;
    left: -20px;
    top: -20px;
    text-align: center;
    font-size: 0.82rem;
    color: #fff;
    line-height: 14px;
    padding-top: 16px;
    z-index: 1;
  }
  .cczlyb_ad span {
    font-family: al1;
    font-size: 1.8rem;
    display: block;
    line-height: 26px;
    margin-bottom: 7px;
  }
  .cczlyb_aw {
    width: 100%;
    margin-top: 6%;
  }
  .cczlyb_aw h5 {
    font-size: 1.1rem;
    color: #272727;
    line-height: 24px;
    font-weight: bold;
  }
  .cczlyb_aw h6 {
    font-size: 0.9rem;
    color: #272727;
    line-height: 24px;
    margin-top: 4%;
    font-weight: bold;
    border-bottom: 2px dashed #dddddd;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .cczlyb_aw p {
    background-image: url(../img/f5.png);
    background-size: 10px 9px;
    background-repeat: no-repeat;
    background-position: left top 7.5px;
    padding-left: 18px;
    font-size: 0.85rem;
    color: #272727;
    line-height: 24px;
    margin-top: 5px;
    width: 100%;
  }
  .cczlyb:hover .cczlyb_at img {
    transform: scale(1.05);
  }
  .cczlyc {
    width: 98%;
    margin: 0 auto;
    margin-top: -5%;
  }
  .cczlyca {
    width: 50%;
    position: relative;
    margin-top: 5%;
  }
  .cczlyca::after {
    position: absolute;
    content: ".........";
    font-size: 28px;
    color: #d5eaff;
    font-weight: bold;
    line-height: 80px;
    top: 0;
    left: 83%;
  }
  .cczlyca img {
    width: 90px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .cczlyca p {
    text-align: center;
    font-size: 1rem;
    color: #272727;
    font-weight: bold;
    line-height: 24px;
    margin-top: 17px;
  }
  .cczlyca:nth-child(4)::after {
    display: none;
  }
  .cczlyca:nth-child(2)::after {
    display: none;
  }
  .cczlyca:hover img {
    transform: rotateY(180deg);
  }

  /*叉车配件页*/
  .nbanpj {
    background-image: url(../img/f60.jpg);
  }
  .ccpjy {
    width: 102%;
    margin-left: -1%;
    overflow: hidden;
  }
  .ccpjya {
    width: 47%;
    margin: 4% 1.5%;
  }
  .ccpjya p {
    font-size: 0.85rem;
    color: #272727;
    font-weight: bold;
    line-height: 22px;
    height: 35px;
  }
  .ccpjya p span {
    font-size: 1.1rem;
    color: #1745b9;
    font-family: al1;
    margin-right: 5px;
    position: relative;
    top: 0px;
  }
  .ccpjya_t {
    width: 100%;
    overflow: hidden;
    margin-top: 2%;
  }
  .ccpjya_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ccpjya:hover .ccpjya_t img {
    transform: scale(1.1);
  }

  /*关于丰科*/
  .nbangy {
    background-image: url(../img/f61.jpg);
  }
  .gyy {
    width: 100%;
    overflow: hidden;
    margin-top: 10%;
  }
  .gyya {
    width: 100%;
    margin: 0 auto;
  }
  .gyya_a {
    width: 50%;
    margin: 2% 0;
  }
  .gyya_a h2 {
    font-size: 1.1rem;
    font-family: al2;
    color: #1745b9;
    text-align: center;
    line-height: 52px;
  }
  .gyya_a h2 span {
    font-size: 2.3rem;
    font-family: al1;
  }
  .gyya_a h2 b {
    font-size: 2.2rem;
    font-family: al1;
    font-weight: normal;
  }
  .gyya_a p {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.8rem;
    color: #6d6d6d;
    line-height: 17px;
    margin-top: 8px;
  }
  .gyya_a p br {
    display: none;
  }
  .gyyb {
    width: 160%;
    margin-left: -30%;
    margin-top: 6%;
    position: relative;
  }
  .gyyb img {
    width: 100%;
  }
  #swiper_gy .swiper-slide-prev::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
  }
  #swiper_gy .swiper-slide-next::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
  }
  #swiper-button-next_gy {
    display: none;
  }
  #swiper-button-prev_gy {
    display: none;
  }
  .gyyc {
    width: 98%;
    margin: 0 auto;
    /* margin-top: 10%; */
    margin-top: 0;
  }
  .gyyc img {
    width: 100%;
  }
  .gyyc h6 {
    background-image: url(../img/f45.png);
    background-size: 50px 48px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 70px;
    font-size: 1.05rem;
    color: #313131;
    font-weight: bold;
    height: 50px;
    letter-spacing: 1px;
    padding-top: 4px;
  }
  .gyyc h6 span {
    font-weight: normal;
    font-size: 0.66rem;
    color: #868686;
    display: block;
    letter-spacing: 0.2px;
    margin-top: 3px;
  }
  .gyyc p {
    font-size: 0.86rem;
    color: #272727;
    line-height: 26px;
    margin-top: 15px;
  }
  .gyyd {
    width: 100%;
    overflow: hidden;
    margin-top: 7%;
  }
  /*
	.gyye{width: 100%;background-image: url(../img/f45.jpg);background-repeat: no-repeat;background-position: center;background-size: cover;margin-top: 4%;position: relative;padding: 5% 0;}
	.gyye::after{position: absolute;content: "";left: 28px;top: 7%;width: 1px;height: 72%;border-left: 1px dashed #c7cdd3;z-index: 0;}
	.gyye .commen1{position: relative;z-index: 1;}
	.sgyyf{width: 100%;position: relative;overflow: hidden;}
	.sgyyfb{width: 100%;}
	.gyyfb_b{width: 25px;height: 25px;border-radius: 50%;background-color: #fff;border: 1px solid #c2cad3;padding: 5px;transition: all ease 0.3s;float: left;margin-top: 7px;}
	.gyyfb_b span{display: block;width: 13px;height: 13px;border-radius: 50%;background-color: #c2cad3;transition: all ease 0.3s;}
	.gyyfb:hover .gyyfb_b{border-color: #1745b9;}
	.gyyfb:hover .gyyfb_b span{background-color: #1745b9;}
	.gyyfb_a{float: right;width: calc(97% - 25px);margin-bottom: 5px;}
	.gyyfb_a h6{font-size: 1.1rem;color: #1745b9;font-family: al2;line-height: 36px;}
	.gyyfb_a h6 span{font-size: 1.8rem;font-family: al1;margin-right: 2px;}
	.gyyfb_a p{font-size: 0.8rem;color: #272727;line-height: 20px;width: 100%;}
*/
  .gyye {
    width: 100%;
    background-image: url(../img/f45.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 4%;
    position: relative;
    padding: 40px 0 10px 0;
  }
  .gyye::after {
    position: absolute;
    content: "";
    line-height: 14px;
    left: 0;
    top: 50%;
    margin-top: -42px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #c7cdd3;
    z-index: 0;
  }
  .sgyye .commen1 {
    position: relative;
    z-index: 1;
  }
  .sgyyf {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .sgyyfb {
    position: relative;
  }
  .gyyfb_b {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #c2cad3;
    padding: 5px;
    transition: all ease 0.3s;
    float: left;
    margin-top: 7px;
    margin-left: 9%;
  }
  .gyyfb_b span {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #c2cad3;
    transition: all ease 0.3s;
  }
  .gyyfb:hover .gyyfb_b {
    border-color: #1745b9;
  }
  .gyyfb:hover .gyyfb_b span {
    background-color: #1745b9;
  }
  .gyyfb_a {
    width: 100%;
    float: left;
    margin-left: 9%;
  }
  .gyyfb_a h6 {
    font-size: 1.1rem;
    color: #1745b9;
    font-family: al2;
    line-height: 36px;
  }
  .gyyfb_a h6 span {
    font-size: 1.8rem;
    font-family: al1;
    margin-right: 2px;
  }
  .gyyfb_a p {
    font-size: 0.8rem;
    color: #272727;
    line-height: 20px;
    width: 90%;
  }
  .gyyf_z {
    background-image: url(../img/f46.png);
    background-size: 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    z-index: 1;
  }
  .gyyf_y {
    background-image: url(../img/f47.png);
    background-size: 100%;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -16px;
    cursor: pointer;
    z-index: 1;
  }
  .gyyh {
    margin-top: 8%;
  }
  .gyyha {
    width: 170%;
    margin-left: -35%;
    margin-top: 10px;
  }
  .gyyhb {
    width: 100%;
  }
  .gyyhc {
    width: 100%;
  }
  .gyyhc img {
    width: 100%;
    border: 4px solid #f6f6f6;
  }
  .gyyhc p {
    font-size: 0.82rem;
    color: #272727;
    line-height: 24px;
    margin-top: 10px;
    width: 100%;
    height: 24px;
  }
  .gyyhd {
    display: none;
  }

  /*新闻列表页*/
  .nbanxw {
    background-image: url(../img/f53.jpg);
  }
  .xwl {
    width: 100%;
    margin: 0 auto;
    margin-top: 10%;
  }
  .xwla {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 5%;
  }
  .xwla_rq {
    font-size: 0.8rem;
    color: #949494;
    text-align: center;
    margin-top: 10px;
  }
  .xwla_rq span {
    display: block;
    font-size: 2rem;
    color: #1657c1;
    font-family: al1;
    line-height: 33px;
    margin-bottom: 5px;
  }
  .xwla_t {
    width: 180px;
    margin-left: 4%;
    overflow: hidden;
    display: none;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: calc(96% - 50px);
    margin-top: 6px;
  }
  .xwla_w h6 {
    font-size: 0.95rem;
    color: #272727;
    line-height: 26px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xwla_w p {
    font-size: 0.8rem;
    color: #949494;
    line-height: 20px;
    height: 40px;
    margin-top: 6px;
    overflow: hidden;
  }
  .xwla_w .ccb_m {
    display: none;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.1);
  }
  .xwlb {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    padding: 5%;
    background-color: transparent;
    transition: all ease 0.3s;
  }
  .xwlb .xwla_rq {
    margin-top: 8px;
  }
  .xwla_wx {
    width: calc(96% - 50px);
    float: right;
  }
  .xwla_wx h6 {
    font-size: 0.95rem;
    color: #272727;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  .xwla_wx p {
    font-size: 0.8rem;
    color: #949494;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .xwlb .ccb_m {
    display: none;
  }
  .xwlb:hover {
    background-color: #f6f7f9;
  }
  .yem {
    display: table;
    margin: 0 auto;
    margin-top: 8%;
  }
  .yem p {
    width: 36px;
    height: 36px;
    border: 1px solid #b5b5b5;
    background-color: transparent;
    text-align: center;
    line-height: 36px;
    float: left;
    margin: 0 5px;
    transition: all ease 0.3s;
  }
  .yem p a {
    font-size: 1rem;
    color: #454545;
    transition: all ease 0.3s;
    display: block;
  }
  .yem p:hover {
    background-color: #0e68ee;
  }
  .yem p:hover a {
    color: #fff;
  }
  .yem p.on {
    background-color: #0e68ee;
  }
  .yem p.on a {
    color: #fff;
  }

  /*新闻内页*/
  .xwn {
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    padding: 5%;
    margin-top: 8%;
  }
  .xwna {
    width: 100%;
  }
  .xwna h1 {
    font-size: 1.1rem;
    color: #272727;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
  }
  .xwna p {
    width: 100%;
    background-color: #f6f7f9;
    line-height: 32px;
    font-size: 0.6rem;
    color: #949494;
    text-align: center;
    margin-top: 12px;
  }
  .xwna p span {
    width: 15px;
    display: inline-block;
  }
  .xwnb {
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .xwnb img {
    margin: 0 auto;
    max-width: 100%;
  }
  .xwnb p {
    font-size: 0.85rem;
    color: #272727;
    line-height: 24px;
  }
  .xwnb strong {
    font-weight: normal;
    font-size: 0.85rem;
    color: #7d7d7d;
    line-height: 24px;
    margin-top: 5%;
    display: block;
  }
  .xwnb strong a {
    font-size: 0.85rem;
    color: #7d7d7d;
    margin-right: 12px;
    transition: all ease 0.3s;
  }
  .xwnb strong a:hover {
    color: #0e68ee;
  }
  .fhlb {
    width: 120px;
    height: 32px;
    line-height: 32px;
    background-color: #0e68ee;
    text-align: center;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .fhlb a {
    font-size: 0.9rem;
    color: #fff;
    display: block;
  }
  .fhlb:hover {
    transform: translateX(8px);
  }
  .tjcp {
    width: 100%;
    margin-top: 8%;
    overflow: hidden;
  }
  .tjcpa {
    width: 180%;
    margin-left: -40%;
    margin-top: 3%;
  }
  .tjcpb {
    width: 100%;
  }
  .tjcpc {
    width: 100%;
  }
  .tjcpc_t {
    width: 100%;
    overflow: hidden;
  }
  .tjcpc_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .tjcpc p {
    font-size: 14px;
    color: #272727;
    line-height: 24px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tjcpc:hover .tjcpc_t img {
    transform: scale(1.1);
  }

  /*联系我们页*/
  .nbanlx {
    background-image: url(../img/f58.jpg);
  }
  .lxy {
    width: 100%;
    margin: 0 auto;
    /* border: 1px solid #e5e5e5; */
    border: 0px;
    padding: 0;
    /* padding: 5%; */
    margin-top: 8%;
  }
  .lxya {
    width: 100%;
    overflow: hidden;
  }
  .lxya img {
    width: 110%;
  }
  .lxyb {
    width: 100%;
    margin-top: 3%;
  }
  .lxyba {
    width: 100%;
    padding-left: 1%;
    margin-top: 6%;
  }
  .lxyba img {
    width: 120px;
    float: left;
  }
  .lxyba p {
    float: left;
    font-size: 13px;
    color: #272727;
    margin-left: -55px;
    margin-top: 4px;
  }
  .lxyba p span {
    font-weight: bold;
    color: #272727;
    display: block;
    font-size: 1.05rem;
  }

  /*网站地图*/
  .wzdt {
    width: 96%;
    margin: 0 auto;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }
  .wzdt_a p {
    margin: 0 25px;
  }
  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }
  .wzdt_a p a:hover {
    color: #0665d0;
  }
  /*网站地图*/
  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: -90px;
  }
  .fzf1 {
    width: 90%;
    margin: 15px auto;
  }
  .fzf1 img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2 p {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }
  .fzf2-1 {
    width: 100%;
    margin: 0 auto;
  }
  .fzf2-1 p {
    font-size: 16px;
    color: #434343;
    text-align: center;
    line-height: 30px;
  }
  .fzf2-1 p span {
    color: #333;
  }
  .fzf3 {
    width: 310px;
    margin: 30px auto;
  }
  .fzf3z {
    float: left;
  }
  .fzf3z img {
    width: 100%;
    margin: 0 auto;
  }
  .fzf3y {
    float: right;
  }
  .fzf3y img {
    width: 100%;
    margin: 0 auto;
  }
  .fk-info-title {
    font-size: 18px !important;
    text-align: center;
    font-weight: 600;
  }
  /*404*/

  @media (min-width: 350px) {
  }

  @media (min-width: 374px) {
  }

  @media (min-width: 400px) {
  }

  @media (min-width: 414px) {
    .sjdha_t2 {
      width: 36px;
      top: calc(50% - 17px);
    }
  }

  @media (min-width: 450px) {
    .gya {
      height: 120px;
    }
    .yjab {
      margin-left: 6%;
      width: calc(94% - 95px);
      margin-top: -4px;
    }
    .yjab p img {
      margin-right: 10px;
    }
    .yjab p {
      font-size: 0.76rem;
      line-height: 19px;
      margin-bottom: 6px;
    }
    .yjab p span {
      width: 72px;
    }
    .yj {
      padding-bottom: 23%;
    }
    .gyyhc p {
      font-size: 0.85rem;
    }
  }

  @media (min-width: 500px) {
    .sjdha_t2 {
      width: 40px;
      top: calc(50% - 20.5px);
    }
    .yjaa {
      width: 100px;
    }
    .yjaa p {
      font-size: 0.65rem;
    }
    .yjab {
      margin-left: 7%;
      width: calc(93% - 100px);
      margin-top: -4px;
    }
    .yjab p img {
      margin-right: 10px;
    }
    .yjab p {
      font-size: 0.8rem;
      line-height: 19px;
      margin-bottom: 8px;
    }
    .yjab p span {
      width: 75px;
    }
    .yj {
      padding-bottom: 22%;
    }
    .yjd p {
      font-size: 0.65rem;
    }
    .yjd p a {
      font-size: 0.65rem;
    }
    .table1 {
      width: 120%;
    }
    .table2 {
      width: 150%;
    }
    .table3 {
      width: 220%;
    }
    .table4 {
      width: 360%;
    }
    .nban {
      margin-top: 17%;
    }
    .gyyha {
      width: 150%;
      margin-left: -25%;
    }
    .table6 {
      width: 950%;
    }
  }

  @media (min-width: 550px) {
    .gya {
      height: 130px;
    }
    .yjaa {
      width: 110px;
    }
    .yjaa p {
      font-size: 0.65rem;
    }
    .yjab {
      margin-left: 7%;
      width: calc(93% - 110px);
      margin-top: -4px;
    }
    .yjab p img {
      margin-right: 10px;
    }
    .yjab p {
      font-size: 0.85rem;
      line-height: 20px;
      margin-bottom: 11px;
    }
    .yjab p span {
      width: 75px;
    }
    .yj {
      padding-bottom: 21%;
    }
    .ccpjya p {
      font-size: 0.95rem;
    }
    .ccpjya p span {
      font-size: 1.15rem;
    }
    .gyyhc p {
      font-size: 0.9rem;
    }
    .table6 {
      width: 900%;
    }
  }

  @media (min-width: 600px) {
    .yjaa {
      width: 130px;
    }
    .yjaa p {
      font-size: 0.65rem;
    }
    .yjab {
      margin-left: 7%;
      width: calc(93% - 130px);
      margin-top: -4px;
    }
    .yjab p img {
      margin-right: 10px;
      top: 3px;
    }
    .yjab p {
      font-size: 0.88rem;
      line-height: 22px;
      margin-bottom: 17px;
    }
    .yjab p span {
      width: 81px;
    }
    .yj {
      padding-bottom: 20%;
    }
    .yjd p {
      font-size: 0.7rem;
    }
    .yjd p a {
      font-size: 0.7rem;
    }
    .gyyha {
      width: 130%;
      margin-left: -15%;
    }
    .tjcpa {
      width: 150%;
      margin-left: -25%;
    }
    .table6 {
      width: 850%;
    }
  }

  @media (min-width: 650px) {
    .gya {
      height: 140px;
    }
    .gye p {
      height: 152px;
    }
    .gyyhc p {
      font-size: 0.95rem;
    }
    .table6 {
      width: 800%;
    }
  }

  @media (min-width: 700px) {
    .sjdha_t2 {
      width: 44px;
      top: calc(50% - 21px);
    }
    .sjdha_t1 {
      width: 52%;
    }
    .gya {
      height: 150px;
    }
    .yjaa {
      width: 150px;
    }
    .yjaa p {
      font-size: 0.65rem;
    }
    .yjab {
      margin-left: 9%;
      width: calc(91% - 150px);
      margin-top: -4px;
    }
    .yjab p img {
      margin-right: 10px;
      top: 3px;
    }
    .yjab p {
      font-size: 0.9rem;
      line-height: 22px;
      margin-bottom: 25px;
      letter-spacing: 1px;
    }
    .yjab p span {
      width: 81px;
    }
    .yj {
      padding-bottom: 18%;
    }
    .table1 {
      width: 100%;
    }
    .table2 {
      width: 100%;
    }
    .table3 {
      width: 160%;
    }
    .table4 {
      width: 300%;
    }
    .gyyha {
      width: 100%;
      margin-left: -0%;
    }
    .table6 {
      width: 750%;
    }
  }

  @media (min-width: 750px) {
    body {
      max-width: 750px;
      margin: 0 auto;
    }
    .sjdhgd {
      max-width: 750px;
      left: 50%;
      margin-left: -375px;
    }
    .dan-xia {
      width: 750px;
      left: 50%;
      margin-left: -375px;
    }
  }
}
