@charset "utf-8";
/* CSS Document */
@media (min-width: 1399px) {
  /*网站地图*/
  .wzdt2 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h1 {
    width: 1144px;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h1 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: -30px;
  }
  .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*/
  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: #292929;
    font-family: "Microsoft YaHei", "微软雅黑";
  }
  * img {
    display: block;
    border: none;
  }
  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
  }
  /*p{text-align:justify;text-justify:inter-ideograph;}*/
  .clearfix {
    clear: both;
  }
  .mob {
    display: none;
  }
  .pc {
    display: block;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .commen {
    width: 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;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    background-color: #1e3485;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #1e3485;
    border-radius: 5px;
  }

  /*top*/
  .dbu {
    width: 100%;
    background-color: #f6f6f6;
  }
  .dbu p {
    font-size: 12px;
    color: #777777;
    line-height: 29px;
    margin-right: 100px;
  }
  .dbu .commen1 div {
    font-size: 12px;
    color: #777777;
    line-height: 29px;
    margin-left: 20px;
  }
  .dbu div h1 {
    font-size: 12px;
    color: #777777;
    line-height: 29px;
    display: inline-block;
  }
  .dbu p a {
    font-size: 12px;
    color: #777777;
    transition: all ease 0.3s;
    position: relative;
  }
  .dbu p span {
    margin: 0 8px;
  }
  .dbu p a img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 12px;
    position: relative;
    top: 8px;
  }
  .dbu p a:hover {
    color: #1e3485;
  }

  .logo {
    width: 100%;
    overflow: hidden;
    height: 125px;
    border-bottom: 1px solid #ededed;
  }
  .logo .commen {
    position: relative;
  }
  .logoa {
    width: 420px;
    margin-top: 15px;
    margin-left: 45px;
  }
  .logoa img {
    width: 100%;
  }
  .logoc {
    width: 378px;
    margin-top: 40px;
    margin-right: 100px;
  }
  .logoc img {
    width: 100%;
  }
  .logob {
    width: 527px;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -263.5px;
  }
  .logob img {
    width: 100%;
  }
  .top {
    width: 100%;
    position: relative;
    height: 48px;
    margin-top: -2px;
  }
  .nav {
    z-index: 2;
    height: 48px;
  }
  .nava {
    transition: all ease 0.3s;
    width: 15.85%;
    height: 52px;
    border-top: 3px solid transparent;
    cursor: pointer;
  }
  .nava p {
    line-height: 52px;
    transition: all ease 0.3s;
    text-align: center;
  }
  .nava p a {
    font-size: 16px;
    color: #3d3d3d;
    transition: all ease 0.3s;
  }
  .navaa {
    background-position: top 0 center;
    border-color: #1c389e;
  }
  .navaa p a {
    color: #1c389e;
  }
  .nava:hover p a {
    color: #1c389e;
  }
  .nava:hover {
    border-color: #1c389e;
  }
  .navb {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 48px;
    left: 0px;
    opacity: 0;
    background-color: #1e3485;
    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 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 650px;
    position: relative;
  }
  .imgbox {
    width: 1920px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 650px;
  }
  .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .boy {
    width: 1200px;
  }
  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 6%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }
  .bt-b {
    background: url(../img/yi07.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .bt-b:hover {
    background: url(../img/yi09.png);
    opacity: 1;
  }
  .bt-k {
    width: 47px;
    height: 109px;
    position: absolute;
    right: 6%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }
  .bt-f {
    background: url(../img/yi06.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }
  .bt-f:hover {
    background: url(../img/yi08.png);
    opacity: 1;
  }
  .flip {
    position: absolute;
    bottom: 40px;
    left: 78%;
  }
  .flip li {
    cursor: pointer;
    width: 8px;
    height: 8px;
    margin: 0 4.5px;
    float: left;
    position: relative;
    transition: all ease 0.3s;
    background-color: #fff;
  }
  .flip li.ppp {
    background-color: #000000;
  }
  /*主营业务*/
  .yw {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
  }
  .bt p {
    text-align: center;
    font-size: 26px;
    color: #313131;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .bt p span {
    font-weight: bold;
    color: #061f78;
    margin-left: 2px;
  }
  .bt img {
    width: 123px;
    margin: 0 auto;
    margin-top: 10px;
    mix-blend-mode: multiply;
  }
  .ywa {
    width: 100%;
    margin-top: 30px;
  }
  .ywb {
    width: 59.333%;
    border: 1px solid #d2d2d2; /* margin: 0 20%; */
  }
  .ywba {
    width: 50%;
    min-height: 288px;
    padding-top: 53px;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all ease 0.3s;
  }
  .ywba:nth-child(1) {
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .ywba:nth-child(2) {
    border-bottom: 1px solid #d2d2d2;
  }
  .ywba:nth-child(3) {
    border-right: 1px solid #d2d2d2;
  }
  .ywba_t {
    width: 101px;
    margin: 0 auto;
    position: relative;
    transition: all ease 0.3s;
  }
  .ywba_t img {
    width: 100%;
  }
  .ywba_t img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(-90deg);
    opacity: 0;
    transition: all ease 0.3s;
  }
  .ywba h6 {
    text-align: center;
    font-size: 22px;
    color: #323232;
    line-height: 32px;
    margin-top: 8px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
  }
  .ywba p {
    text-align: center;
    font-size: 12px;
    color: #929292;
    line-height: 12px;
    margin-top: 4px;
  }
  .ywba h5 {
    text-align: center;
    font-size: 12px;
    color: #929292;
    line-height: 12px;
    margin-top: 34px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .ywba h5 img {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -3px;
  }
  .ywba:hover {
    background-image: url(../img/h2.jpg);
  }
  .ywba:hover .ywba_t img:nth-child(2) {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .ywba:hover .ywba_t img:nth-child(1) {
    opacity: 0;
    transform: rotateY(90deg);
  }
  .ywba:hover h6 {
    color: #fff;
  }
  .ywba:hover h5 {
    color: #fff;
  }
  .ywc {
    width: 38.25%;
    margin-top: 0; /* display: none; */
  }
  .ywc img {
    width: 100%;
    height: 576px;
  }
  /*企业价值观*/
  .jiazhi {
    width: 100%;
    overflow: hidden;
    margin-top: 88px;
  }
  .jzg {
    background-image: url(../img/h4.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 35px;
    position: relative;
  }
  .jzg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 44px;
    background-color: #b7b7b7;
    left: 50%;
    top: -25px;
  }
  .jzga {
    width: 25%;
    height: 558px;
    padding-top: 104px;
    cursor: pointer;
    transition: all ease 0.3s;
    background-size: 100%;
    background-position: center bottom -600px;
    background-repeat: no-repeat;
    background-image: url(../img/h13.png);
  }
  .jzga img {
    width: 95px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .jzga h5 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px;
    margin-top: 65px;
  }
  .jzga h6 {
    text-align: center;
    font-size: 30px;
    color: #2568c2;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .jzga h6 span {
    display: block;
    font-size: 12px;
    letter-spacing: 12px;
  }
  .jzga div {
    font-size: 10px;
    color: #2998cd;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    margin-top: 9px;
  }
  .jzga p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 35px;
    letter-spacing: 2px;
  }
  .jzga:hover {
    background-position: center bottom 0;
  }
  .jzga:hover img {
    transform: rotateZ(10deg);
  }
  /*合作客户*/
  .hz {
    width: 100%;
    overflow: hidden;
    margin-top: 58px;
  }
  .hza {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .hzx {
    width: 100%;
  }
  .hzx img {
    width: 100%;
    border: 1px solid #d2d2d2;
  }
  .hzx p {
    text-align: center;
    font-size: 16px;
    color: #313131;
    line-height: 26px;
    margin-top: 14px;
  }
  .hzd {
    display: table;
    margin: 0 auto;
    margin-top: 17px;
  }
  .hzd_z {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    cursor: pointer;
    padding-top: 16px;
  }
  .hzd_z img {
    margin: 0 auto;
  }
  .hzd_y {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    cursor: pointer;
    padding-top: 16px;
  }
  .hzd_y img {
    margin: 0 auto;
  }
  .hzd_m {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    margin: 0 7px;
  }
  .hzd_m a {
    display: block;
    font-size: 14px;
    color: #1e3485;
  }
  /*客户案例*/
  .al {
    width: 100%;
    margin-top: 66px;
    overflow: hidden;
  }
  .ala {
    width: 107%;
    margin-left: -3.5%;
    overflow: hidden;
    margin-top: 24px;
  }
  .ald {
    width: 86.91%;
    margin: 0 6.545%;
    position: relative;
  }
  .ald_t {
    width: 100%;
    overflow: hidden;
  }
  .ald_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ald_w {
    width: 95.87%;
    position: absolute;
    bottom: 11px;
    left: 2.065%;
    background-color: #fff;
  }
  .ald_w img {
    width: 110px;
    float: left;
  }
  .ald_wa {
    width: 74%;
    float: left;
    margin-top: 12px;
  }
  .ald_wa h6 {
    font-size: 14px;
    color: #323232;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ald_wa p {
    font-size: 12px;
    color: #646464;
    line-height: 19px;
    height: 38px;
    overflow: hidden;
  }
  .ald:hover .ald_t img {
    transform: scale(1.1);
  }
  .ale {
    display: table;
    margin: 0 auto;
    margin-top: 35px;
  }
  .ale_z {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    cursor: pointer;
    padding-top: 16px;
  }
  .ale_z img {
    margin: 0 auto;
  }
  .ale_y {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    cursor: pointer;
    padding-top: 16px;
  }
  .ale_y img {
    margin: 0 auto;
  }
  .ale_m {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    margin: 0 7px;
  }
  .ale_m a {
    display: block;
    font-size: 14px;
    color: #1e3485;
  }
  /*公司简介*/
  .gy {
    width: 100%;
    overflow: hidden;
    background-color: #f1f5f8;
    margin-top: 58px;
    padding: 55px 0 66px 0;
  }
  .bta p {
    text-align: left;
  }
  .bta img {
    margin-left: 0;
  }
  .gya {
    width: 44.333%;
  }
  .gyaw {
    width: 100%;
    margin-top: 35px;
  }
  .gyaw p {
    font-size: 14px;
    color: #323232;
    line-height: 22px;
    height: 132px;
    overflow: hidden;
  }
  .gya_m {
    width: 146px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #1e3485;
    background-color: #fff;
    margin-top: 66px;
    transition: all ease 0.3s;
  }
  .gya_m a {
    font-size: 14px;
    color: #1e3485;
  }
  .gya_m:hover {
    margin-left: 8px;
  }
  .gyb {
    width: 56%;
    margin-right: -49px;
  }
  .gyb img {
    width: 100%;
  }
  .gyc {
    width: 100%;
    height: 150px;
    background-color: #1c3281;
  }
  .gyca {
    margin-top: 37px;
  }
  .gyca_a {
    width: 235px;
  }
  .gyca_a p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
  }
  .gyca_a h6 {
    font-size: 16px;
    color: #fff;
  }
  .gyca_a h6 span {
    font-size: 38px;
  }
  .gycb {
    width: 33.333%;
    background-color: #1a70c7;
    height: 239px;
    margin-top: -89px;
    padding: 26px 5px 0 40px;
  }
  .gycb h6 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
  }
  .gycb p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-top: 17px;
  }
  .gycb_m {
    margin-top: 16px;
    transition: all ease 0.3s;
  }
  .gycb_m a {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-transform: uppercase;
  }
  .gycb_m a img {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 8px;
  }
  .gycb_m:hover {
    margin-left: 6px;
  }
  /*最新资讯*/
  .xw {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
  }
  .xinw {
    width: 100%;
    margin-top: 23px;
    padding-bottom: 3px;
  }
  .xwa {
    width: 48.666%;
    border: 3px solid #f4f4f4;
    padding: 45px 48px 41px 47px;
  }
  .xwaa {
    width: 100%;
  }
  .xwaa_t {
    width: 100%;
    overflow: hidden;
  }
  .xwaa_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwaa_w {
    width: 100%;
    margin-top: 41px;
  }
  .xwaa_w1 {
    width: 72%;
  }
  .xwaa_w1 h6 {
    font-size: 14px;
    outline-color: #323232;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  .xwaa_w1 p {
    font-size: 12px;
    color: #646464;
    line-height: 21px;
    margin-top: 18px;
    height: 42px;
    overflow: hidden;
  }
  .xwaa_w > p {
    float: right;
    width: 91px;
    height: 91px;
    background-color: #1e3485;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 2px;
  }
  .xwaa_w > p span {
    font-size: 46px;
    display: block;
  }
  .xwab {
    margin-top: 26px;
  }
  .xwab li {
    width: 7px;
    height: 7px;
    background-color: #919191;
    margin-right: 7px;
    float: left;
    cursor: pointer;
  }
  .xwab li.on {
    background-color: #f0cb4c;
  }
  .xwaa:hover .xwaa_t img {
    transform: scale(1.1);
  }
  .xwb {
    width: 50%;
  }
  .xwc {
    width: 100%;
    border: 3px solid #f4f4f4;
    height: 187px;
    padding: 55px 77px 0 54px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
    margin-bottom: -3px;
  }
  .xwc a > p {
    float: left;
    font-size: 12px;
    color: #323232;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    line-height: 32px;
    padding-bottom: 5px;
  }
  .xwc a > p span {
    font-size: 46px;
    display: block;
  }
  .xwca {
    width: 75%;
    float: right;
  }
  .xwca h6 {
    font-size: 16px;
    color: #323232;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  .xwca p {
    margin-top: 22px;
    font-size: 12px;
    color: #646464;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
  }
  .xwc:hover {
    background-image: url(../img/h27.jpg);
  }
  .xw_m {
    margin: 0 auto;
    margin-top: 40px;
    float: none;
    transition: all ease 0.3s;
  }
  .xw_m:hover {
    transform: translateY(-6px);
  }
  /*联系我们*/
  .lx {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/h28.jpg);
    height: 273px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 62px;
    padding-top: 60px;
  }
  .lxa_m {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    margin-top: 56px;
    transition: all ease 0.3s;
  }
  .lxa_m a {
    display: block;
    font-size: 14px;
    color: #1e3485;
  }
  .lxa_m:hover {
    margin-left: 6px;
  }
  .lxb {
    width: 50%;
    padding-left: 33px;
  }
  .lxb h6 {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 2px;
    margin-bottom: 11px;
  }
  .lxb p {
    font-size: 12px;
    color: #646464;
    line-height: 16px;
    margin-right: 30px;
  }
  .lxb p img {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 12px;
  }
  .lxba {
    width: 95%;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    margin-top: 35px;
  }
  .lxba textarea {
    font-size: 12px;
    line-height: 46px;
    padding-left: 17px;
    width: 70%;
    float: left;
    color: #868686;
    height: 46px;
  }
  .lxba input {
    width: 144px;
    height: 40px;
    background-color: #1e3485;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-top: 3px;
    margin-right: 3px;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    background-color: #2d2d2d;
    padding-top: 55px;
  }
  .yjb {
    margin-left: 6px;
  }
  .yjb > img {
    width: 169px;
  }
  .yjba {
    margin-left: 31px;
  }
  .yjba_a {
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
  }
  .yjba_a img {
    width: 47px;
    float: left;
  }
  .yjba_a p {
    line-height: 47px;
    font-size: 12px;
    color: #747474;
    margin-left: 9px;
    float: left;
  }
  .yjba_a img.t1 {
    position: absolute;
    bottom: -34px;
    left: -66px;
    width: 180px;
    z-index: 11;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .yjba_a:hover img.t1 {
    opacity: 1;
  }
  .yja {
  }
  .yja_a {
    width: 109px;
    margin-right: 36px;
  }
  .yja_aa {
    margin-right: 0;
  }
  .yja_a h6 {
    line-height: 30px;
    border-bottom: 1px solid #373737;
    padding-bottom: 13px;
    margin-bottom: 13px;
    position: relative;
  }
  .yja_a h6 a {
    font-size: 14px;
    color: #fff;
  }
  .yja_a h6::after {
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #373737;
    content: "";
    left: 0;
    bottom: 0;
  }
  .yja_a p {
    line-height: 27px;
  }
  .yja_a p a {
    font-size: 12px;
    color: #bbbaba;
    transition: all ease 0.3s;
  }
  .yja_a p a:hover {
    color: #fff;
  }
  .yjc {
    width: 100%;
    border-top: 1px solid #373737;
    margin-top: 65px;
  }
  .yjc p {
    font-size: 12px;
    color: #6e6e6e;
    line-height: 60px;
  }
  .yjc p a {
    font-size: 12px;
    color: #6e6e6e;
    transition: all ease 0.3s;
  }
  .yjc p:nth-child(2) {
    margin-left: 280px;
  }
  .yjc p a:hover {
    color: #fff;
  }

  /*固定的悬浮窗*/
  .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 290px;
    right: -127px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 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: #1e3485 url(../img/t1.png) no-repeat;
  }
  .yb_bar .yb_phone {
    background: #1e3485 url(../img/t2.png) no-repeat;
  }
  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #1e3485 url(../img/t3.png) no-repeat;
    display: none;
  }
  .yb_bar .yb_ercode {
    background: #1e3485 url(../img/t4.png) no-repeat;
    display: none;
  }
  .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;
  }

  .zuoc {
    position: fixed;
    z-index: 9999999;
    bottom: 10%;
    left: -0;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 255px;
    opacity: 0;
  }
  .zuoca {
    width: 100%;
    margin: 9.5px 0;
    margin-left: -160px;
    transition: all 0.3s ease;
  }
  .zuoca img {
    width: 100%;
  }
  .zuoca:hover {
    margin-left: 0;
  }

  /*****************************************内页开始******************************************/

  /*海运服务*/
  .nban {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .nban img {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
  }
  .ncd {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 0;
    background-color: rgba(4, 4, 4, 0.7);
  }
  .ncd p {
    line-height: 68px;
    height: 68px;
    text-align: center;
    transition: all 0.3s ease;
    float: left;
    width: 20%;
  }
  .ncd p a {
    font-size: 20px;
    color: #fff;
  }
  .ncd p.on {
    background-color: rgba(15, 79, 223, 0.7);
  }
  .ncd p:hover {
    background-color: rgba(15, 79, 223, 0.7);
  }
  .ywn {
    width: 100%;
    overflow: hidden;
    margin-top: 37px;
  }
  .ywna {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 17px;
  }
  .btx img {
    margin: 0;
  }
  .btx p {
    text-align: left;
    margin-top: 10px;
  }
  .mbx {
    font-size: 12px;
    color: #868686;
    line-height: 12px;
  }
  .mbx a {
    font-size: 12px;
    color: #868686;
    transition: all 0.3s ease;
  }
  .mbx a:hover {
    color: #061f78;
  }
  .ywnb {
    width: 84.1666%;
    margin: 0 auto;
    margin-top: 48px;
  }
  .ywnc {
    width: 100%;
  }
  .ywnca {
    width: 45.445%;
    position: relative;
  }
  .ywnca img.t1 {
    width: 155px;
    position: absolute;
    left: -67px;
    top: 0;
  }
  .ywnca p {
    font-size: 22px;
    color: #323232;
    margin-left: 130px;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .ywnca p span {
    font-size: 14px;
    display: block;
    margin-top: 6px;
  }
  .ywnca img.t2 {
    width: 100%;
  }
  .ywncb {
    width: 45.445%;
    margin-top: 166px;
    padding-left: 24px;
  }
  .ywncb h6 {
    font-size: 22px;
    color: #0b1532;
    font-weight: bold;
    text-transform: uppercase;
  }
  .ywncb h6 span {
    font-size: 12px;
    color: #848484;
    font-weight: normal;
    display: block;
    margin-top: 7px;
  }
  .ywncb p {
    font-size: 17px;
    color: #323232;
    line-height: 28px;
    margin-top: 30px;
  }
  .ywncb p span {
    font-size: 30px;
    color: #323232;
    font-weight: bold;
  }
  .ywnd {
    margin-top: 20px;
  }
  .ywnd img.t1 {
    width: 72px;
    position: absolute;
    right: -34px;
    top: -32px;
    left: auto;
  }
  .ywnd .ywncb {
    margin-top: 54px;
    padding-left: 53px;
  }
  .ywne {
    margin-top: 20px;
  }
  .ywne img.t1 {
    width: 72px;
    position: absolute;
    left: -34px;
    top: -32px;
  }
  .ywne .ywncb {
    margin-top: 54px;
  }
  .tjzx {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
  }
  .tjzx .xwb {
    width: 100%;
  }
  .tjzx .xwb .xwc {
    width: 50%;
    padding: 35px 67px 36px 52px;
    height: auto;
  }
  .tjzx .xwb .xwc:nth-child(1) {
    border-right: none;
    border-bottom: none;
  }
  .tjzx .xwb .xwc:nth-child(2) {
    border-bottom: none;
  }
  .tjzx .xwb .xwc:nth-child(3) {
    border-right: none;
  }

  /*案例列表页*/
  .aly {
    width: 100%;
  }
  .aly .ald {
    width: 46.5%;
    margin: 48px 0 0 0;
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 58px;
  }
  .ym p {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    text-align: center;
    line-height: 42px;
    transition: all ease 0.3s;
    margin: 0 4px;
  }
  .ym p:nth-child(1) {
    transform: rotateZ(180deg);
  }
  .ym p a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #003492;
    transition: all ease 0.3s;
  }
  .ym p:hover {
    background-color: #1e3485;
  }
  .ym p:hover a {
    color: #fff;
  }
  .ym p.on {
    background-color: #1e3485;
  }
  .ym p.on a {
    color: #fff;
  }
  .al_yw {
    width: 100%;
    margin-top: 59px;
    overflow: hidden;
    margin-bottom: -35px;
  }
  .al_yw .ywb {
    width: 100%;
  }
  .al_yw .ywba {
    width: 20%;
    background-image: url(../img/h2.jpg);
    background-size: cover;
    border: none;
  }
  .al_yw .ywba .ywba_t img:nth-child(2) {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .al_yw .ywba .ywba_t img:nth-child(1) {
    opacity: 0;
    transform: rotateY(90deg);
  }
  .al_yw .ywba h6 {
    color: #fff;
  }
  .al_yw .ywba h5 {
    color: #fff;
  }
  .al_yw .ywba:hover .ywba_t {
    transform: translateY(-8px);
  }

  /*案例内页*/
  .alna {
    width: 98%;
    margin: 0 auto;
    margin-top: 65px;
  }
  .alna_t {
    width: 38%;
    overflow: hidden;
  }
  .alna_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .alna_w {
    width: 52%;
    margin-top: 28px;
    margin-left: 4.931%;
  }
  .alna_w img {
    width: 102px;
    margin-left: -15px;
    float: left;
  }
  .alna_w h6 {
    font-size: 20px;
    color: #313131;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    margin-top: 9px;
    margin-left: 26px;
  }
  .alna_w h6 span {
    font-size: 12px;
    color: #a3a3a3;
    display: block;
    font-weight: normal;
    margin-top: 5px;
  }
  .alna_w p {
    font-size: 16px;
    color: #323232;
    line-height: 27px;
    margin-top: 29px;
  }
  .alna:hover .alna_t img {
    transform: scale(1.1);
  }

  /*合作客户*/
  .hzy {
    width: 93%;
    margin: 0 auto;
    margin-top: 16px;
  }
  .hzya {
    width: 24.91%;
    margin: 26px 4.2116% 0 4.2116%;
    position: relative;
  }
  .hzya img.t1 {
    width: 100%;
    border: 1px solid #d2d2d2;
  }
  .hzya img.t2 {
    width: 44px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hzya p {
    font-size: 14px;
    color: #313131;
    padding-left: 55px;
    line-height: 18px;
    margin-top: 10px;
  }

  /*新闻列表页*/
  .xwl {
    width: 95%;
    margin: 0 auto;
    margin-top: 52px;
  }
  .xwla {
    width: 100%;
    border: 3px solid #f4f4f4;
    padding: 31px 105px 27px 52px;
    margin-top: -3px;
  }
  .xwla_t {
    width: 42%;
    overflow: hidden;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: 51%;
    margin-top: 10px;
  }
  .xwla_w h5 {
    font-size: 30px;
    color: #1e3485;
    border-bottom: 1px solid #cacaca;
    padding-right: 15px;
    display: inline-block;
    padding-bottom: 4px;
  }
  .xwla_w h6 {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 18px;
  }
  .xwla_w p {
    font-size: 14px;
    color: #646464;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin-top: 8px;
  }
  .xwla_w span {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #1e3485;
    margin-top: 25px;
    display: block;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.1);
  }

  /*新闻内页*/
  .xwn {
    width: 95%;
    margin: 0 auto;
    background-color: #f4f4f4;
    margin-top: 30px;
    padding: 38px 0 45px 0;
  }
  .xwn h1 {
    width: 89.12%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #cacaca;
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 16px;
  }
  .xwn h6 {
    text-align: center;
    font-size: 14px;
    color: #646464;
    line-height: 24px;
    margin-top: 11px;
  }
  .xwn h6 span {
    width: 80px;
    display: inline-block;
  }
  .xwna {
    width: 84.56%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .xwna img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 26px;
  }
  .xwna p {
    font-size: 14px;
    color: #323232;
    line-height: 26px;
    margin-top: 34px;
  }
  .xwna p span {
    color: #a5a5a5;
  }
  .xwna strong {
    font-size: 14px;
    color: #a5a5a5;
    line-height: 24px;
    margin-top: 30px;
    display: block;
    font-weight: normal;
  }
  .xwna strong a {
    font-size: 14px;
    color: #a5a5a5;
  }
  .fhlb {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 26px;
    transition: all ease 0.3s;
    background-color: #fff;
  }
  .fhlb a {
    display: block;
    font-size: 14px;
    color: #1e3485;
  }
  .fhlb:hover {
    transform: translateY(-6px);
  }

  /*关于我们页*/
  .ncd_x p {
    width: 20%;
  }
  .gyya {
    width: 97.25%;
    margin: 0 auto;
    margin-top: 48px;
  }
  .gyya_a {
    width: 100%;
  }
  .gyya_a img {
    width: 94px;
    float: left;
  }
  .gyya_a p {
    float: left;
    font-size: 26px;
    color: #1e3485;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 18px;
    letter-spacing: 1px;
  }
  .gyya_a p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #909090;
    margin-top: 5px;
    letter-spacing: 0px;
  }
  .gyya_b {
    width: 100%;
    margin-top: 50px;
  }
  .gyya_ba {
    width: 269px;
    border-left: 3px solid #213787;
    padding-left: 20px;
  }
  .gyya_ba p {
    font-size: 16px;
    color: #1e3485;
  }
  .gyya_ba h6 {
    font-size: 16px;
    color: #1e3485;
  }
  .gyya_ba h6 span {
    font-size: 38px;
  }
  .gyya > p {
    font-size: 16px;
    line-height: 31px;
    color: #323232;
    margin-top: 33px;
  }
  .gyyb {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/h63.jpg);
    height: 784px;
    background-size: 1920px 784px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 43px;
    padding-top: 40px;
  }
  .gyyc {
    width: 100%;
    margin-top: 86px;
  }
  .gyyc_a {
    width: 67.666%;
    margin-left: -40px;
  }
  .gyyc_a img {
    width: 100%;
  }
  .gyyc_b {
    width: 30.666%;
  }
  .gyyc_c {
    margin-top: 33px;
  }
  .gyyc_c h6 {
    width: 76px;
    height: 27px;
    text-align: center;
    background-color: #203a85;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 20px;
  }
  .gyyc_c p {
    font-size: 14px;
    color: #3e3e3e;
    line-height: 24px;
    margin-top: 9px;
    padding-left: 20px;
  }
  .gyyd {
    width: 100%;
    margin-top: 68px;
  }
  .gyyd .jzg {
    margin-top: 44px;
  }
  .gyyd .jzg::after {
    display: none;
  }
  .gyye {
    width: 100%;
    margin-top: 44px;
  }
  .fca {
    margin-top: 36px;
    width: 100%;
    position: relative;
  }
  #swiper_wh {
    width: 95.41%;
    margin: 0 auto;
    padding-bottom: 35px;
  }
  .fca img {
    width: 100%;
  }
  .fca p {
    text-align: center;
    font-size: 16px;
    color: #313131;
    line-height: 26px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -35px;
  }
  #swiper-button-next_wh {
    background-image: url(../img/h69.png);
    width: 45px;
    height: 42px;
    background-size: 100% 100%;
    outline: none;
  }
  #swiper-button-prev_wh {
    background-image: url(../img/h68.png);
    width: 45px;
    height: 42px;
    background-size: 100% 100%;
    outline: none;
    left: 0;
  }
  .gyyf {
    background-image: url(../img/h68.jpg);
    background-size: cover;
    height: 610px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 34px;
    padding-top: 45px;
  }
  .gyyfa {
    width: 100%;
  }
  .gyyfa_a {
    width: 16.583%;
    margin-left: 3.222%;
    margin-top: 29px;
  }
  .gyyfa_a img {
    width: 100%;
  }
  .gyyfa_a p {
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    margin-top: 9px;
    text-align: center;
  }
  .gyyfa_aa {
    margin-left: 0;
  }

  /*联系我们页*/
  .lxy {
    width: 100%;
    margin-top: 43px;
  }
  .lxya {
    width: 100%;
  }
  .map {
    width: 100%;
  }
  .lxyb {
    width: 91.666%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .lxyb_a.fl {
    width: 50%;
  }
  .lxyb_a {
    margin-top: 39px;
  }
  .lxyb_a:nth-child(2),
  .lxyb_a:nth-child(4) {
    padding-left: 118px;
  }
  .lxyb_a img {
    width: 38px;
    float: left;
    margin-top: 3px;
  }
  .lxyb_a p {
    float: left;
    margin-left: 27px;
    font-size: 14px;
    color: #646464;
  }
  .lxyb_a p span {
    display: block;
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    margin-top: 3px;
  }
  .lxyb_a p m {
    width: 90px;
    display: inline-block;
  }
  .lxyc {
    width: 100%;
    background-image: url(../img/h74.jpg);
    background-size: cover;
    height: 273px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    padding: 51px 64px 56px 54px;
    margin-bottom: 100px;
  }
  .lxyca img {
    width: 80px;
    mix-blend-mode: multiply;
  }
  .lxyca p {
    font-size: 22px;
    color: #1e3485;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 19px;
  }
  .lxyca p span {
    display: block;
    font-size: 12px;
    color: #909090;
    font-weight: normal;
    margin-top: 10px;
  }
  .lxycb {
    width: 70%;
    margin-top: 20px;
  }
  .lxycb p {
    text-align: right;
    font-size: 28px;
    color: #1e3485;
    line-height: 38px;
  }
  .lxycba {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    margin-top: 34px;
  }
  .lxycba textarea {
    font-size: 18px;
    line-height: 73px;
    padding-left: 28px;
    width: 60%;
    float: left;
    color: #868686;
    height: 75px;
    letter-spacing: 1px;
  }
  .lxycba input {
    width: 224px;
    height: 63px;
    background-color: #1e3485;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    margin-top: 5px;
    margin-right: 5px;
  }
  /*弹框*/
  .tank {
    width: 600px;
    height: 340px;
    background-color: #f7f7f7;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -170px;
    z-index: 10000;
    border-radius: 15px;
    padding-top: 50px;
  }
  .close {
    position: absolute;
    right: -2px;
    top: -2px;
    cursor: pointer;
  }
  .tk1 {
    width: 76%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .tk1 p {
    font-size: 14px;
    color: #666666;
    line-height: 37px;
    float: left;
  }
  .tk1 input {
    font-size: 14px;
    color: #666666;
    line-height: 37px;
    float: left;
    height: 37px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    width: 385px;
    padding-left: 15px;
  }
  .tk2 {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
  }
  .tk2 input {
    width: 120px;
    height: 37px;
    background-color: #2444b1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-right: 15px;
  }
  .tk2 p {
    float: left;
    line-height: 37px;
  }
  .tk2 p a {
    font-size: 12px;
    color: #666666;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1399px) {
  /*网站地图*/
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h1 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h1 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: 20px;
  }
  .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*/
  body,
  html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    -webkit-font-smoothing: antialiased; /*抗锯齿效果*/
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
  }
  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #858585;
  }
  * img {
    display: block;
    border: none;
  }
  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "微软雅黑";
    -webkit-appearance: none;
    border: none;
  }
  .clearfix {
    clear: both;
  }
  .mob {
    display: none;
  }
  .pc {
    display: block;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .commen1 {
    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;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }
  ::-webkit-scrollbar {
    width: 8px;
    background-color: #1e3485;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }
  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #1e3485;
    border-radius: 5px;
  }

  /*top*/
  .dbu {
    width: 100%;
    background-color: #f6f6f6;
  }
  .dbu p {
    font-size: 12px;
    color: #777777;
    line-height: 29px;
    margin-right: 100px;
  }
  .dbu .commen1 div {
    font-size: 12px;
    color: #777777;
    line-height: 29px;
    margin-left: 20px;
  }
  .dbu div h1 {
    font-size: 12px;
    color: #777777;
    line-height: 29px;
    display: inline-block;
  }
  .dbu p a {
    font-size: 12px;
    color: #777777;
    transition: all ease 0.3s;
    position: relative;
  }
  .dbu p span {
    margin: 0 8px;
  }
  .dbu p a img {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 12px;
    position: relative;
    top: 8px;
  }
  .dbu p a:hover {
    color: #1e3485;
  }

  .logo {
    width: 100%;
    overflow: hidden;
    height: 135px;
    border-bottom: 1px solid #ededed;
  }
  .logo .commen {
    position: relative;
  }
  .logoa {
    width: 420px;
    margin-top: 22px;
    margin-left: 34px;
  }
  .logoa img {
    width: 100%;
  }
  .logoc {
    width: 360px;
    margin-top: 44px;
    margin-right: 2%;
  }
  .logoc img {
    width: 100%;
  }
  .logob {
    width: 527px;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -263.5px;
  }
  .logob img {
    width: 100%;
  }
  .top {
    width: 100%;
    position: relative;
    height: 48px;
    margin-top: -2px;
  }
  .nav {
    z-index: 2;
    height: 48px;
  }
  .nava {
    transition: all ease 0.3s;
    width: 16.285%;
    border-top: 3px solid transparent;
    cursor: pointer;
  }
  .nava p {
    line-height: 52px;
    transition: all ease 0.3s;
    text-align: center;
  }
  .nava p a {
    font-size: 16px;
    color: #3d3d3d;
    transition: all ease 0.3s;
  }
  .navaa {
    background-position: top 0 center;
    border-color: #1c389e;
  }
  .navaa p a {
    color: #1c389e;
  }
  .nava:hover p a {
    color: #1c389e;
  }
  .nava:hover {
    border-color: #1c389e;
  }
  .navb {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 48px;
    left: 0px;
    opacity: 0;
    background-color: #1e3485;
    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 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: 576px;
    position: relative;
  }
  .imgbox {
    width: 1700px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -50%;
    height: 576px;
  }
  .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .boy {
    width: 1200px;
  }
  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 4%;
    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: 4%;
    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: 30px;
    left: 84%;
  }
  .flip li {
    cursor: pointer;
    width: 8px;
    height: 8px;
    margin: 0 4.5px;
    float: left;
    position: relative;
    transition: all ease 0.3s;
    background-color: #fff;
  }
  .flip li.ppp {
    background-color: #000000;
  }
  /*主营业务*/
  .yw {
    width: 100%;
    overflow: hidden;
    margin-top: 65px;
  }
  .bt p {
    text-align: center;
    font-size: 26px;
    color: #313131;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .bt p span {
    font-weight: bold;
    color: #061f78;
    margin-left: 2px;
  }
  .bt img {
    width: 123px;
    margin: 0 auto;
    margin-top: 10px;
    mix-blend-mode: multiply;
  }
  .ywa {
    width: 100%;
    margin-top: 30px;
  }
  .ywb {
    width: 59.333%;
    border: 1px solid #d2d2d2;
    margin: 0 20%;
  }
  .ywba {
    width: 50%;
    padding: 5% 0;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: all ease 0.3s;
  }
  .ywba:nth-child(1) {
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .ywba:nth-child(2) {
    border-bottom: 1px solid #d2d2d2;
  }
  .ywba:nth-child(3) {
    border-right: 1px solid #d2d2d2;
  }
  .ywba_t {
    width: 86px;
    margin: 0 auto;
    position: relative;
  }
  .ywba_t img {
    width: 100%;
  }
  .ywba_t img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(-90deg);
    opacity: 0;
    transition: all ease 0.3s;
  }
  .ywba h6 {
    text-align: center;
    font-size: 22px;
    color: #323232;
    line-height: 32px;
    margin-top: 8px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
  }
  .ywba p {
    text-align: center;
    font-size: 12px;
    color: #929292;
    line-height: 12px;
    margin-top: 4px;
  }
  .ywba h5 {
    text-align: center;
    font-size: 12px;
    color: #929292;
    line-height: 12px;
    margin-top: 34px;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .ywba h5 img {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -3px;
  }
  .ywba:hover {
    background-image: url(../img/h2.jpg);
  }
  .ywba:hover .ywba_t img:nth-child(2) {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .ywba:hover .ywba_t img:nth-child(1) {
    opacity: 0;
    transform: rotateY(90deg);
  }
  .ywba:hover h6 {
    color: #fff;
  }
  .ywba:hover h5 {
    color: #fff;
  }
  .ywc {
    width: 38.25%;
    margin-top: -34px;
    display: none;
  }
  .ywc img {
    width: 100%;
  }
  /*企业价值观*/
  .jiazhi {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
  }
  .jzg {
    background-image: url(../img/h4.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 35px;
    position: relative;
  }
  .jzg::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 44px;
    background-color: #b7b7b7;
    left: 50%;
    top: -25px;
  }
  .jzga {
    width: 25%;
    height: 530px;
    padding-top: 104px;
    cursor: pointer;
    transition: all ease 0.3s;
    background-size: 100%;
    background-position: center bottom -600px;
    background-repeat: no-repeat;
    background-image: url(../img/h13.png);
  }
  .jzga img {
    width: 92px;
    margin: 0 auto;
    transition: all ease 0.3s;
  }
  .jzga h5 {
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px;
    margin-top: 65px;
  }
  .jzga h6 {
    text-align: center;
    font-size: 26px;
    color: #2568c2;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 14px;
  }
  .jzga h6 span {
    display: block;
    font-size: 12px;
    letter-spacing: 12px;
  }
  .jzga div {
    font-size: 10px;
    color: #2998cd;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    margin-top: 9px;
  }
  .jzga p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 35px;
    letter-spacing: 2px;
  }
  .jzga:hover {
    background-position: center bottom 0;
  }
  .jzga:hover img {
    transform: rotateZ(10deg);
  }
  /*合作客户*/
  .hz {
    width: 100%;
    overflow: hidden;
    margin-top: 58px;
  }
  .hza {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
  .hzx {
    width: 100%;
  }
  .hzx img {
    width: 100%;
    border: 1px solid #d2d2d2;
  }
  .hzx p {
    text-align: center;
    font-size: 16px;
    color: #313131;
    line-height: 26px;
    margin-top: 14px;
  }
  .hzd {
    display: table;
    margin: 0 auto;
    margin-top: 17px;
  }
  .hzd_z {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    cursor: pointer;
    padding-top: 16px;
  }
  .hzd_z img {
    margin: 0 auto;
  }
  .hzd_y {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    cursor: pointer;
    padding-top: 16px;
  }
  .hzd_y img {
    margin: 0 auto;
  }
  .hzd_m {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    margin: 0 7px;
  }
  .hzd_m a {
    display: block;
    font-size: 14px;
    color: #1e3485;
  }
  /*客户案例*/
  .al {
    width: 100%;
    margin-top: 66px;
    overflow: hidden;
  }
  .ala {
    width: 107%;
    margin-left: -3.5%;
    overflow: hidden;
    margin-top: 24px;
  }
  .ald {
    width: 86.91%;
    margin: 0 6.545%;
    position: relative;
  }
  .ald_t {
    width: 100%;
    overflow: hidden;
  }
  .ald_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ald_w {
    width: 95.87%;
    position: absolute;
    bottom: 11px;
    left: 2.065%;
    background-color: #fff;
  }
  .ald_w img {
    width: 110px;
    float: left;
  }
  .ald_wa {
    width: 74%;
    float: left;
    margin-top: 12px;
  }
  .ald_wa h6 {
    font-size: 14px;
    color: #323232;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ald_wa p {
    font-size: 12px;
    color: #646464;
    line-height: 19px;
    height: 38px;
    overflow: hidden;
  }
  .ald:hover .ald_t img {
    transform: scale(1.1);
  }
  .ale {
    display: table;
    margin: 0 auto;
    margin-top: 35px;
  }
  .ale_z {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    cursor: pointer;
    padding-top: 16px;
  }
  .ale_z img {
    margin: 0 auto;
  }
  .ale_y {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    cursor: pointer;
    padding-top: 16px;
  }
  .ale_y img {
    margin: 0 auto;
  }
  .ale_m {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    margin: 0 7px;
  }
  .ale_m a {
    display: block;
    font-size: 14px;
    color: #1e3485;
  }
  /*公司简介*/
  .gy {
    width: 100%;
    overflow: hidden;
    background-color: #f1f5f8;
    margin-top: 58px;
    padding: 55px 0 66px 0;
  }
  .bta p {
    text-align: left;
  }
  .bta img {
    margin-left: 0;
  }
  .gya {
    width: 44.333%;
  }
  .gyaw {
    width: 100%;
    margin-top: 35px;
  }
  .gyaw p {
    font-size: 14px;
    color: #323232;
    line-height: 22px;
    height: 132px;
    overflow: hidden;
  }
  .gya_m {
    width: 146px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #1e3485;
    background-color: #fff;
    margin-top: 66px;
    transition: all ease 0.3s;
  }
  .gya_m a {
    font-size: 14px;
    color: #1e3485;
  }
  .gya_m:hover {
    margin-left: 8px;
  }
  .gyb {
    width: 56%;
    margin-right: -49px;
  }
  .gyb img {
    width: 100%;
  }
  .gyc {
    width: 100%;
    height: 150px;
    background-color: #1c3281;
  }
  .gyca {
    margin-top: 37px;
  }
  .gyca_a {
    width: 200px;
  }
  .gyca_a p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
  }
  .gyca_a h6 {
    font-size: 16px;
    color: #fff;
  }
  .gyca_a h6 span {
    font-size: 38px;
  }
  .gycb {
    width: 33.333%;
    background-color: #1a70c7;
    height: 239px;
    margin-top: -89px;
    padding: 26px 5px 0 40px;
  }
  .gycb h6 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
  }
  .gycb p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-top: 17px;
    height: 108px;
    overflow: hidden;
  }
  .gycb_m {
    margin-top: 16px;
    transition: all ease 0.3s;
  }
  .gycb_m a {
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    text-transform: uppercase;
  }
  .gycb_m a img {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 8px;
  }
  .gycb_m:hover {
    margin-left: 6px;
  }
  /*最新资讯*/
  .xw {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
  }
  .xinw {
    width: 100%;
    margin-top: 23px;
    padding-bottom: 3px;
  }
  .xwa {
    width: 48.666%;
    border: 3px solid #f4f4f4;
    padding: 45px 48px 41px 47px;
  }
  .xwaa {
    width: 100%;
  }
  .xwaa_t {
    width: 100%;
    overflow: hidden;
  }
  .xwaa_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwaa_w {
    width: 100%;
    margin-top: 41px;
  }
  .xwaa_w1 {
    width: 72%;
  }
  .xwaa_w1 h6 {
    font-size: 14px;
    outline-color: #323232;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  .xwaa_w1 p {
    font-size: 12px;
    color: #646464;
    line-height: 21px;
    margin-top: 18px;
    height: 42px;
    overflow: hidden;
  }
  .xwaa_w > p {
    float: right;
    width: 91px;
    height: 91px;
    background-color: #1e3485;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 2px;
  }
  .xwaa_w > p span {
    font-size: 46px;
    display: block;
  }
  .xwab {
    margin-top: 26px;
  }
  .xwab li {
    width: 7px;
    height: 7px;
    background-color: #919191;
    margin-right: 7px;
    float: left;
    cursor: pointer;
  }
  .xwab li.on {
    background-color: #f0cb4c;
  }
  .xwaa:hover .xwaa_t img {
    transform: scale(1.1);
  }
  .xwb {
    width: 50%;
  }
  .xwc {
    width: 100%;
    border: 3px solid #f4f4f4;
    padding: 8.1% 77px 8.1% 54px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
    margin-bottom: -3px;
  }
  .xwc a > p {
    float: left;
    font-size: 12px;
    color: #323232;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    line-height: 32px;
    padding-bottom: 5px;
  }
  .xwc a > p span {
    font-size: 46px;
    display: block;
  }
  .xwca {
    width: 75%;
    float: right;
  }
  .xwca h6 {
    font-size: 16px;
    color: #323232;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  .xwca p {
    margin-top: 22px;
    font-size: 12px;
    color: #646464;
    line-height: 21px;
    height: 42px;
    overflow: hidden;
  }
  .xwc:hover {
    background-image: url(../img/h27.jpg);
  }
  .xw_m {
    margin: 0 auto;
    margin-top: 40px;
    float: none;
    transition: all ease 0.3s;
  }
  .xw_m:hover {
    transform: translateY(-6px);
  }
  /*联系我们*/
  .lx {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/h28.jpg);
    height: 273px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 62px;
    padding-top: 60px;
  }
  .lxa_m {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    margin-top: 56px;
    transition: all ease 0.3s;
  }
  .lxa_m a {
    display: block;
    font-size: 14px;
    color: #1e3485;
  }
  .lxa_m:hover {
    margin-left: 6px;
  }
  .lxb {
    width: 50%;
    padding-left: 33px;
  }
  .lxb h6 {
    font-size: 16px;
    color: #323232;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 2px;
    margin-bottom: 11px;
  }
  .lxb p {
    font-size: 12px;
    color: #646464;
    line-height: 16px;
    margin-right: 30px;
  }
  .lxb p img {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 12px;
  }
  .lxba {
    width: 96%;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    margin-top: 35px;
  }
  .lxba textarea {
    font-size: 12px;
    line-height: 46px;
    padding-left: 17px;
    width: 60%;
    float: left;
    color: #868686;
    height: 46px;
  }
  .lxba input {
    width: 144px;
    height: 40px;
    background-color: #1e3485;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    margin-top: 3px;
    margin-right: 3px;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    background-color: #2d2d2d;
    padding-top: 55px;
  }
  .yjb {
    margin-left: 6px;
  }
  .yjb > img {
    width: 169px;
  }
  .yjba {
    margin-left: 31px;
  }
  .yjba_a {
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
  }
  .yjba_a img {
    width: 47px;
    float: left;
  }
  .yjba_a p {
    line-height: 47px;
    font-size: 12px;
    color: #747474;
    margin-left: 9px;
    float: left;
  }
  .yjba_a img.t1 {
    position: absolute;
    bottom: -34px;
    left: -66px;
    width: 180px;
    z-index: 11;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .yjba_a:hover img.t1 {
    opacity: 1;
  }
  .yja {
  }
  .yja_a {
    width: 90px;
    margin-right: 20px;
  }
  .yja_aa {
    margin-right: 0;
  }
  .yja_a h6 {
    line-height: 30px;
    border-bottom: 1px solid #373737;
    padding-bottom: 13px;
    margin-bottom: 13px;
    position: relative;
  }
  .yja_a h6 a {
    font-size: 14px;
    color: #fff;
  }
  .yja_a h6::after {
    position: absolute;
    width: 15px;
    height: 2px;
    background-color: #373737;
    content: "";
    left: 0;
    bottom: 0;
  }
  .yja_a p {
    line-height: 27px;
  }
  .yja_a p a {
    font-size: 12px;
    color: #bbbaba;
    transition: all ease 0.3s;
  }
  .yja_a p a:hover {
    color: #fff;
  }
  .yjc {
    width: 100%;
    border-top: 1px solid #373737;
    margin-top: 65px;
  }
  .yjc p {
    font-size: 12px;
    color: #6e6e6e;
    line-height: 60px;
  }
  .yjc p a {
    font-size: 12px;
    color: #6e6e6e;
    transition: all ease 0.3s;
  }
  .yjc p:nth-child(2) {
    margin-left: 250px;
  }
  .yjc p a:hover {
    color: #fff;
  }

  /*固定的悬浮窗*/
  .yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 290px;
    right: -127px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 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: #1e3485 url(../img/t1.png) no-repeat;
  }
  .yb_bar .yb_phone {
    background: #1e3485 url(../img/t2.png) no-repeat;
  }
  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #1e3485 url(../img/t3.png) no-repeat;
    display: none;
  }
  .yb_bar .yb_ercode {
    background: #1e3485 url(../img/t4.png) no-repeat;
    display: none;
  }
  .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;
  }

  .zuoc {
    position: fixed;
    z-index: 9999999;
    bottom: 10%;
    left: -0;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 255px;
    opacity: 0;
  }
  .zuoca {
    width: 100%;
    margin: 9.5px 0;
    margin-left: -160px;
    transition: all 0.3s ease;
  }
  .zuoca img {
    width: 100%;
  }
  .zuoca:hover {
    margin-left: 0;
  }
  /*弹框*/
  .tank {
    width: 600px;
    height: 340px;
    background-color: #f7f7f7;
    position: fixed;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -170px;
    z-index: 10000;
    border-radius: 15px;
    padding-top: 50px;
  }
  .close {
    position: absolute;
    right: -2px;
    top: -2px;
    cursor: pointer;
  }
  .tk1 {
    width: 76%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .tk1 p {
    font-size: 14px;
    color: #666666;
    line-height: 37px;
    float: left;
  }
  .tk1 input {
    font-size: 14px;
    color: #666666;
    line-height: 37px;
    float: left;
    height: 37px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    width: 385px;
    padding-left: 15px;
  }
  .tk2 {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
  }
  .tk2 input {
    width: 120px;
    height: 37px;
    background-color: #2444b1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-right: 15px;
  }
  .tk2 p {
    float: left;
    line-height: 37px;
  }
  .tk2 p a {
    font-size: 12px;
    color: #666666;
  }

  /*****************************************内页开始******************************************/

  /*海运服务*/
  .nban {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .nban img {
    width: 1700px;
    position: relative;
    left: 50%;
    margin-left: -850px;
  }
  .ncd {
    position: absolute;
    width: 96%;
    left: 2%;
    bottom: 0;
    background-color: rgba(4, 4, 4, 0.7);
  }
  .ncd p {
    line-height: 62px;
    height: 62px;
    text-align: center;
    transition: all 0.3s ease;
    float: left;
    width: 20%;
  }
  .ncd p a {
    font-size: 19px;
    color: #fff;
  }
  .ncd p.on {
    background-color: rgba(15, 79, 223, 0.7);
  }
  .ncd p:hover {
    background-color: rgba(15, 79, 223, 0.7);
  }
  .ywn {
    width: 100%;
    overflow: hidden;
    margin-top: 37px;
  }
  .ywna {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 17px;
  }
  .btx img {
    margin: 0;
  }
  .btx p {
    text-align: left;
    margin-top: 10px;
  }
  .mbx {
    font-size: 12px;
    color: #868686;
    line-height: 12px;
  }
  .mbx a {
    font-size: 12px;
    color: #868686;
    transition: all 0.3s ease;
  }
  .mbx a:hover {
    color: #061f78;
  }
  .ywnb {
    width: 88%;
    margin: 0 auto;
    margin-top: 48px;
  }
  .ywnc {
    width: 100%;
  }
  .ywnca {
    width: 45.445%;
    position: relative;
  }
  .ywnca img.t1 {
    width: 130px;
    position: absolute;
    left: -50px;
    top: 0;
  }
  .ywnca p {
    font-size: 22px;
    color: #323232;
    margin-left: 130px;
    margin-top: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .ywnca p span {
    font-size: 14px;
    display: block;
    margin-top: 6px;
  }
  .ywnca img.t2 {
    width: 100%;
  }
  .ywncb {
    width: 45.445%;
    margin-top: 166px;
    padding-left: 24px;
  }
  .ywncb h6 {
    font-size: 22px;
    color: #0b1532;
    font-weight: bold;
    text-transform: uppercase;
  }
  .ywncb h6 span {
    font-size: 12px;
    color: #848484;
    font-weight: normal;
    display: block;
    margin-top: 7px;
  }
  .ywncb p {
    font-size: 17px;
    color: #323232;
    line-height: 28px;
    margin-top: 30px;
  }
  .ywncb p span {
    font-size: 30px;
    color: #323232;
    font-weight: bold;
  }
  .ywnd {
    margin-top: 20px;
  }
  .ywnd img.t1 {
    width: 72px;
    position: absolute;
    right: -34px;
    top: -32px;
    left: auto;
  }
  .ywnd .ywncb {
    margin-top: 54px;
    padding-left: 53px;
  }
  .ywne {
    margin-top: 20px;
  }
  .ywne img.t1 {
    width: 72px;
    position: absolute;
    left: -34px;
    top: -32px;
  }
  .ywne .ywncb {
    margin-top: 54px;
  }
  .tjzx {
    width: 100%;
    overflow: hidden;
    margin-top: 90px;
  }
  .tjzx .xwb {
    width: 100%;
  }
  .tjzx .xwb .xwc {
    width: 50%;
    padding: 35px 67px 36px 52px;
    height: auto;
  }
  .tjzx .xwb .xwc:nth-child(1) {
    border-right: none;
    border-bottom: none;
  }
  .tjzx .xwb .xwc:nth-child(2) {
    border-bottom: none;
  }
  .tjzx .xwb .xwc:nth-child(3) {
    border-right: none;
  }

  /*案例列表页*/
  .aly {
    width: 100%;
  }
  .aly .ald {
    width: 46.5%;
    margin: 48px 0 0 0;
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 58px;
  }
  .ym p {
    width: 45px;
    height: 42px;
    border: 1px solid #1e3485;
    text-align: center;
    line-height: 42px;
    transition: all ease 0.3s;
    margin: 0 4px;
  }
  .ym p:nth-child(1) {
    transform: rotateZ(180deg);
  }
  .ym p a {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #003492;
    transition: all ease 0.3s;
  }
  .ym p:hover {
    background-color: #1e3485;
  }
  .ym p:hover a {
    color: #fff;
  }
  .ym p.on {
    background-color: #1e3485;
  }
  .ym p.on a {
    color: #fff;
  }
  .al_yw {
    width: 100%;
    margin-top: 59px;
    overflow: hidden;
    margin-bottom: -35px;
  }
  .al_yw .ywb {
    width: 100%;
  }
  .al_yw .ywba {
    width: 20%;
    background-image: url(../img/h2.jpg);
    background-size: cover;
    border: none;
  }
  .al_yw .ywba .ywba_t img:nth-child(2) {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .al_yw .ywba .ywba_t img:nth-child(1) {
    opacity: 0;
    transform: rotateY(90deg);
  }
  .al_yw .ywba h6 {
    color: #fff;
  }
  .al_yw .ywba h5 {
    color: #fff;
  }
  .al_yw .ywba:hover .ywba_t {
    transform: translateY(-8px);
  }

  /*合作客户*/
  .hzy {
    width: 93%;
    margin: 0 auto;
    margin-top: 16px;
  }
  .hzya {
    width: 24.91%;
    margin: 26px 4.2116% 0 4.2116%;
    position: relative;
  }
  .hzya img.t1 {
    width: 100%;
    border: 1px solid #d2d2d2;
  }
  .hzya img.t2 {
    width: 44px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hzya p {
    font-size: 14px;
    color: #313131;
    padding-left: 55px;
    line-height: 18px;
    margin-top: 10px;
  }

  /*新闻列表页*/
  .xwl {
    width: 95%;
    margin: 0 auto;
    margin-top: 52px;
  }
  .xwla {
    width: 100%;
    border: 3px solid #f4f4f4;
    padding: 31px 105px 27px 52px;
    margin-top: -3px;
  }
  .xwla_t {
    width: 42%;
    overflow: hidden;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: 51%;
    margin-top: 1%;
  }
  .xwla_w h5 {
    font-size: 30px;
    color: #1e3485;
    border-bottom: 1px solid #cacaca;
    padding-right: 15px;
    display: inline-block;
    padding-bottom: 4px;
  }
  .xwla_w h6 {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3%;
  }
  .xwla_w p {
    font-size: 14px;
    color: #646464;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
  }
  .xwla_w span {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #1e3485;
    margin-top: 3%;
    display: block;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.1);
  }

  /*新闻内页*/
  .xwn {
    width: 95%;
    margin: 0 auto;
    background-color: #f4f4f4;
    margin-top: 30px;
    padding: 38px 0 45px 0;
  }
  .xwn h1 {
    width: 89.12%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #cacaca;
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 16px;
  }
  .xwn h6 {
    text-align: center;
    font-size: 14px;
    color: #646464;
    line-height: 24px;
    margin-top: 11px;
  }
  .xwn h6 span {
    width: 80px;
    display: inline-block;
  }
  .xwna {
    width: 84.56%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .xwna img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 26px;
  }
  .xwna p {
    font-size: 14px;
    color: #323232;
    line-height: 26px;
    margin-top: 34px;
  }
  .xwna p span {
    color: #a5a5a5;
  }
  .xwna strong {
    font-size: 14px;
    color: #a5a5a5;
    line-height: 24px;
    margin-top: 30px;
    display: block;
    font-weight: normal;
  }
  .xwna strong a {
    font-size: 14px;
    color: #a5a5a5;
  }
  .fhlb {
    width: 146px;
    height: 42px;
    border: 1px solid #1e3485;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top: 26px;
    transition: all ease 0.3s;
    background-color: #fff;
  }
  .fhlb a {
    display: block;
    font-size: 14px;
    color: #1e3485;
  }
  .fhlb:hover {
    transform: translateY(-6px);
  }

  /*关于我们页*/
  .ncd_x p {
    width: 20%;
  }
  .gyya {
    width: 97.25%;
    margin: 0 auto;
    margin-top: 48px;
  }
  .gyya_a {
    width: 100%;
  }
  .gyya_a img {
    width: 94px;
    float: left;
  }
  .gyya_a p {
    float: left;
    font-size: 26px;
    color: #1e3485;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 30px;
    margin-top: 18px;
    letter-spacing: 1px;
  }
  .gyya_a p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #909090;
    margin-top: 5px;
    letter-spacing: 0px;
  }
  .gyya_b {
    width: 100%;
    margin-top: 50px;
  }
  .gyya_ba {
    width: 269px;
    border-left: 3px solid #213787;
    padding-left: 20px;
  }
  .gyya_ba p {
    font-size: 16px;
    color: #1e3485;
  }
  .gyya_ba h6 {
    font-size: 16px;
    color: #1e3485;
  }
  .gyya_ba h6 span {
    font-size: 38px;
  }
  .gyya > p {
    font-size: 16px;
    line-height: 31px;
    color: #323232;
    margin-top: 33px;
  }
  .gyyb {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/h63.jpg);
    height: 670px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 43px;
    padding-top: 40px;
  }
  .gyyc {
    width: 100%;
    margin-top: 86px;
  }
  .gyyc_a {
    width: 65%;
    margin-left: -40px;
  }
  .gyyc_a img {
    width: 100%;
  }
  .gyyc_b {
    width: 35%;
  }
  .gyyc_c {
    margin-top: 33px;
  }
  .gyyc_c h6 {
    width: 76px;
    height: 27px;
    text-align: center;
    background-color: #203a85;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 20px;
  }
  .gyyc_c p {
    font-size: 14px;
    color: #3e3e3e;
    line-height: 24px;
    margin-top: 9px;
    padding-left: 16px;
  }
  .gyyd {
    width: 100%;
    margin-top: 68px;
  }
  .gyyd .jzg {
    margin-top: 44px;
  }
  .gyyd .jzg::after {
    display: none;
  }
  .gyye {
    width: 100%;
    margin-top: 44px;
  }
  .fca {
    margin-top: 36px;
    width: 100%;
    position: relative;
  }
  #swiper_wh {
    width: 95.41%;
    margin: 0 auto;
    padding-bottom: 35px;
  }
  .fca img {
    width: 100%;
  }
  .fca p {
    text-align: center;
    font-size: 16px;
    color: #313131;
    line-height: 26px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -35px;
  }
  #swiper-button-next_wh {
    background-image: url(../img/h69.png);
    width: 45px;
    height: 42px;
    background-size: 100% 100%;
    outline: none;
  }
  #swiper-button-prev_wh {
    background-image: url(../img/h68.png);
    width: 45px;
    height: 42px;
    background-size: 100% 100%;
    outline: none;
    left: 0;
  }
  .gyyf {
    background-image: url(../img/h68.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 34px;
    padding: 45px 0;
  }
  .gyyfa {
    width: 100%;
  }
  .gyyfa_a {
    width: 16.583%;
    margin-left: 3.222%;
    margin-top: 29px;
  }
  .gyyfa_a img {
    width: 100%;
  }
  .gyyfa_a p {
    font-size: 16px;
    line-height: 26px;
    color: #313131;
    margin-top: 9px;
    text-align: center;
  }
  .gyyfa_aa {
    margin-left: 0;
  }

  /*联系我们页*/
  .lxy {
    width: 100%;
    margin-top: 43px;
  }
  .lxya {
    width: 100%;
  }
  .map {
    width: 100%;
  }
  .lxyb {
    width: 91.666%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .lxyb_a.fl {
    width: 50%;
  }
  .lxyb_a {
    margin-top: 39px;
  }
  .lxyb_a:nth-child(2),
  .lxyb_a:nth-child(4) {
    padding-left: 118px;
  }
  .lxyb_a img {
    width: 38px;
    float: left;
    margin-top: 3px;
  }
  .lxyb_a p {
    float: left;
    margin-left: 27px;
    font-size: 14px;
    color: #646464;
  }
  .lxyb_a p span {
    display: block;
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    margin-top: 3px;
  }
  .lxyb_a p m {
    width: 90px;
    display: inline-block;
  }
  .lxyc {
    width: 100%;
    background-image: url(../img/h74.jpg);
    background-size: cover;
    height: 273px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 70px;
    padding: 51px 54px 56px 54px;
    margin-bottom: 100px;
  }
  .lxyca img {
    width: 80px;
    mix-blend-mode: multiply;
  }
  .lxyca p {
    font-size: 22px;
    color: #1e3485;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 19px;
  }
  .lxyca p span {
    display: block;
    font-size: 12px;
    color: #909090;
    font-weight: normal;
    margin-top: 10px;
  }
  .lxycb {
    width: 67%;
    margin-top: 20px;
  }
  .lxycb p {
    text-align: right;
    font-size: 28px;
    color: #1e3485;
    line-height: 38px;
  }
  .lxycba {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    margin-top: 34px;
  }
  .lxycba textarea {
    font-size: 18px;
    line-height: 73px;
    padding-left: 28px;
    width: 60%;
    float: left;
    color: #868686;
    height: 75px;
    letter-spacing: 1px;
  }
  .lxycba input {
    width: 224px;
    height: 63px;
    background-color: #1e3485;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    margin-top: 5px;
    margin-right: 5px;
  }

  /*案例内页*/
  .alna {
    width: 98%;
    margin: 0 auto;
    margin-top: 65px;
  }
  .alna_t {
    width: 38%;
    overflow: hidden;
  }
  .alna_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .alna_w {
    width: 52%;
    margin-top: 28px;
    margin-left: 4.931%;
  }
  .alna_w img {
    width: 102px;
    margin-left: -15px;
    float: left;
  }
  .alna_w h6 {
    font-size: 20px;
    color: #313131;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    margin-top: 9px;
    margin-left: 26px;
  }
  .alna_w h6 span {
    font-size: 12px;
    color: #a3a3a3;
    display: block;
    font-weight: normal;
    margin-top: 5px;
  }
  .alna_w p {
    font-size: 16px;
    color: #323232;
    line-height: 27px;
    margin-top: 29px;
  }
  .alna_w p br {
    display: none;
  }
  .alna:hover .alna_t img {
    transform: scale(1.1);
  }

  @media (min-width: 1050px) {
    .ywba {
      padding: 5.5% 0;
    }
    .yja_a {
      width: 95px;
      margin-right: 20px;
    }
  }

  @media (min-width: 1100px) {
    .ywba {
      padding: 6.2% 0;
    }
    .gyca_a {
      width: 210px;
    }
    .yja_a {
      width: 108px;
      margin-right: 18px;
    }
  }

  @media (min-width: 1150px) {
    .ywba {
      padding: 6.9% 0;
    }
    .yja_a {
      width: 109px;
      margin-right: 22px;
    }
  }

  @media (min-width: 1199px) {
    .commen1 {
      width: 1195px;
      margin: 0 auto;
    }
    .commen {
      width: 1195px;
      margin: 0 auto;
    }
    .ywba {
      padding: 8% 0;
    }
    .gyca_a {
      width: 230px;
    }
    .xwc {
      padding: 8.3% 77px 8.3% 54px;
    }
    .yja_a {
      width: 109px;
      margin-right: 30px;
    }
    .ywnb {
      width: 85%;
    }
    .xwla_w p {
      height: 72px;
    }
  }
}

@media (max-width: 999px) {
  /*网站地图*/
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 20px;
  }
  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }
  .wzdt_a h1 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }
  .wzdt_a h1 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: 20px;
    margin-top: 100px;
  }
  .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*/
  body,
  html {
    padding: 0;
    background: #fff;
    font-family: HELVETICANEUELTPRO-THEX, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    max-width: 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;
  }
  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  /*手机banner*/
  .sjban {
    width: 100%;
    margin-top: 24%;
  }
  .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: 4% 1%;
    transition: all ease 0.4s;
  }
  .sjdha {
    width: 100%;
  }
  .sjdha_t1 {
    width: 70%;
    overflow: hidden;
    margin-left: 4%;
  }
  .sjdha_t1 img {
    width: 100%;
  }
  .sjdha_t2 {
    width: 36px;
    position: absolute;
    right: 5%;
    top: calc(50% - 16px);
  }
  .sjdha_t2 img {
    width: 100%;
  }
  .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 #1e3485;
    background: #f6f6f6;
  }
  .sjdhb_ah1 h6 a {
    color: #1e3485;
  }
  .sjdhb_aa {
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  .sjdhb_ah1 .sjdhb_aa {
    height: auto;
  }
  .sjdhb_p {
    width: 100%;
    line-height: 28px;
    padding-left: 37px;
    text-transform: uppercase;
    margin: 11px 0;
  }
  .sjdhb_p a {
    font-size: 0.95rem;
    color: #222222;
  }
  .sjdhb_pa a {
    color: #1e3485;
  }
  /**手机底部导航**/
  .dan-xia {
    width: 100%;
    background-color: #000000;
    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: 35px;
    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;
  }

  /*主营业务*/
  .yw {
    width: 100%;
    overflow: hidden;
    margin-top: 8%;
  }
  .bt p {
    text-align: center;
    font-size: 1.2rem;
    color: #313131;
    line-height: 23px;
  }
  .bt p span {
    font-weight: bold;
    color: #061f78;
    margin-left: 2px;
  }
  .bt img {
    width: 100px;
    margin: 0 auto;
    margin-top: 8px;
  }
  .ywa {
    width: 100%;
    margin-top: 6%;
  }
  .ywb {
    width: 100%;
    border: 1px solid #d2d2d2;
  }
  .ywba {
    width: 50%;
    padding: 5% 0;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all ease 0.3s;
  }
  .ywba:nth-child(1) {
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .ywba:nth-child(2) {
    border-bottom: 1px solid #d2d2d2;
  }
  .ywba:nth-child(3) {
    border-right: 1px solid #d2d2d2;
  }
  .ywba_t {
    width: 70px;
    margin: 0 auto;
    position: relative;
  }
  .ywba_t img {
    width: 100%;
  }
  .ywba_t img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotateY(-90deg);
    opacity: 0;
    transition: all ease 0.3s;
  }
  .ywba h6 {
    text-align: center;
    font-size: 0.95rem;
    color: #323232;
    line-height: 26px;
    margin-top: 12px;
    letter-spacing: 1px;
    transition: all ease 0.3s;
  }
  .ywba p {
    text-align: center;
    font-size: 0.65rem;
    color: #929292;
    line-height: 12px;
    margin-top: 2px;
    height: 24px;
  }
  .ywba h5 {
    text-align: center;
    font-size: 0.7rem;
    color: #929292;
    line-height: 12px;
    margin-top: 8%;
    text-transform: uppercase;
    transition: all ease 0.3s;
  }
  .ywba h5 img {
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -2px;
    width: 20px;
  }
  .ywba:hover {
    background-image: url(../img/h2.jpg);
  }
  .ywba:hover .ywba_t img:nth-child(2) {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .ywba:hover .ywba_t img:nth-child(1) {
    opacity: 0;
    transform: rotateY(90deg);
  }
  .ywba:hover h6 {
    color: #fff;
  }
  .ywba:hover h5 {
    color: #fff;
  }
  .ywc {
    width: 100%;
    margin-top: 5%;
  }
  .ywc img {
    width: 100%;
  }
  /*企业价值观*/
  .jiazhi {
    width: 100%;
    overflow: hidden;
    margin-top: 8%;
  }
  .jzg {
    background-image: url(../img/h4.jpg);
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 6%;
    position: relative;
  }
  .jzga {
    width: 50%;
    padding: 7% 0;
    cursor: pointer;
    transition: all ease 0.3s;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/h13.png);
    position: relative;
    padding-left: 85px;
  }
  .jzg .commen {
    width: 100%;
  }
  .jzga img {
    width: 55px;
    margin: 0 auto;
    transition: all ease 0.3s;
    position: absolute;
    left: 15px;
    top: 15%;
  }
  .jzga h5 {
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .jzga h6 {
    font-size: 0.87rem;
    color: #2568c2;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
  }
  .jzga h6 span {
    display: block;
    font-size: 0.6rem;
    letter-spacing: 5px;
    margin-top: 2px;
  }
  .jzga div {
    font-size: 0.8rem;
    color: #2998cd;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    margin-top: 2%;
  }
  .jzga p {
    font-size: 0.95rem;
    color: #fff;
    line-height: 24px;
    margin-top: 5%;
    letter-spacing: 1px;
  }
  .jzga:hover img {
    transform: rotateZ(10deg);
  }
  /*合作客户*/
  .hz {
    width: 100%;
    overflow: hidden;
    margin-top: 8%;
  }
  .hza {
    width: 120%;
    overflow: hidden;
    margin-top: 6%;
    padding-left: 1px;
  }
  .hzx {
    width: 100%;
  }
  .hzx img {
    width: 100%;
    border: 1px solid #d2d2d2;
  }
  .hzx p {
    text-align: center;
    font-size: 0.85rem;
    color: #313131;
    line-height: 22px;
    margin-top: 10px;
  }
  .hzd {
    margin-top: 6%;
    width: 100%;
  }
  .hzd_z {
    display: none;
  }
  .hzd_y {
    display: none;
  }
  .hzd_m {
    width: 120px;
    height: 36px;
    border: 1px solid #1e3485;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .hzd_m a {
    display: block;
    font-size: 0.88rem;
    color: #1e3485;
  }
  /*客户案例*/
  .al {
    width: 100%;
    margin-top: 8%;
    overflow: hidden;
  }
  .ala {
    width: 170%;
    overflow: hidden;
    margin-top: 5%;
  }
  .ald {
    width: 100%;
    position: relative;
  }
  .ald_t {
    width: 100%;
    overflow: hidden;
  }
  .ald_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .ald_w {
    width: 94%;
    position: absolute;
    bottom: 8px;
    left: 3%;
    background-color: #fff;
    padding: 1% 0;
  }
  .ald_w img {
    width: 85px;
    float: left;
  }
  .ald_wa {
    width: calc(100% - 100px);
    float: left;
    margin-top: 6px;
  }
  .ald_wa h6 {
    font-size: 0.85rem;
    color: #323232;
    font-weight: bold;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ald_wa p {
    font-size: 0.7rem;
    color: #646464;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
  }
  .ald:hover .ald_t img {
    transform: scale(1.1);
  }
  .ale {
    margin-top: 6%;
    width: 100%;
  }
  .ale_z {
    display: none;
  }
  .ale_y {
    display: none;
  }
  .ale_m {
    width: 120px;
    height: 36px;
    border: 1px solid #1e3485;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    float: none;
  }
  .ale_m a {
    display: block;
    font-size: 0.88rem;
    color: #1e3485;
  }
  /*公司简介*/
  .gy {
    width: 100%;
    overflow: hidden;
    background-color: #f1f5f8;
    margin-top: 8%;
    padding: 7% 0;
  }
  .bta p {
    text-align: left;
  }
  .bta img {
    margin-left: 0;
  }
  .gya {
    width: 100%;
  }
  .gyaw {
    width: 100%;
    margin-top: 6%;
  }
  .gyaw p {
    font-size: 0.85rem;
    color: #323232;
    line-height: 22px;
    height: 132px;
    overflow: hidden;
  }
  .gya_m {
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #1e3485;
    background-color: #fff;
    margin-top: 7%;
    transition: all ease 0.3s;
  }
  .gya_m a {
    font-size: 0.88rem;
    color: #1e3485;
  }
  .gya_m:hover {
    margin-left: 8px;
  }
  .gyb {
    width: 100%;
    margin-top: 9%;
  }
  .gyb img {
    width: 100%;
  }
  .gyc {
    width: 100%;
    height: 100px;
    background-color: #1c3281;
    padding-top: 20px;
  }
  .gyca {
    width: 100%;
    padding-left: 2%;
  }
  .gyca_a {
    width: 33%;
  }
  .gyca_a:nth-child(2) {
    width: 41%;
  }
  .gyca_a:nth-child(3) {
    width: 24%;
  }
  .gyca_a p {
    font-size: 0.9rem;
    color: #fff;
    line-height: 24px;
  }
  .gyca_a h6 {
    font-size: 0.85rem;
    color: #fff;
  }
  .gyca_a h6 span {
    font-size: 1.5rem;
  }

  /*最新资讯*/
  .xw {
    width: 100%;
    overflow: hidden;
    margin-top: 8%;
  }
  .xinw {
    width: 100%;
    margin-top: 5%;
  }
  .xwa {
    width: 94%;
    margin: 0 auto;
    border: 3px solid #f4f4f4;
    padding: 5.5%;
    float: none;
  }
  .xwaa {
    width: 100%;
  }
  .xwaa_t {
    width: 100%;
    overflow: hidden;
  }
  .xwaa_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwaa_w {
    width: 100%;
    margin-top: 8%;
  }
  .xwaa_w1 {
    width: calc(95% - 75px);
  }
  .xwaa_w1 h6 {
    font-size: 0.88rem;
    color: #323232;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  .xwaa_w1 p {
    font-size: 0.8rem;
    color: #646464;
    line-height: 20px;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
  }
  .xwaa_w > p {
    float: right;
    width: 72px;
    height: 72px;
    background-color: #1e3485;
    text-align: center;
    font-size: 0.7rem;
    color: #fff;
    padding-top: 5px;
  }
  .xwaa_w > p span {
    font-size: 2.2rem;
    display: block;
  }
  .xwab {
    margin-top: 20px;
  }
  .xwab li {
    width: 7px;
    height: 7px;
    background-color: #919191;
    margin-right: 7px;
    float: left;
    cursor: pointer;
  }
  .xwab li.on {
    background-color: #f0cb4c;
  }
  .xwaa:hover .xwaa_t img {
    transform: scale(1.1);
  }
  .xwb {
    width: 94%;
    margin: 0 auto;
    float: none;
  }
  .xwc {
    width: 100%;
    border: 3px solid #f4f4f4;
    padding: 8% 6%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.3s;
    margin-top: -3px;
  }
  .xwc a > p {
    float: left;
    font-size: 0.7rem;
    color: #323232;
    border-bottom: 1px solid #cacaca;
    text-align: center;
    line-height: 26px;
    padding-bottom: 2px;
  }
  .xwc a > p span {
    font-size: 2.2rem;
    display: block;
  }
  .xwca {
    width: calc(95% - 60px);
    float: right;
    margin-top: -5px;
  }
  .xwca h6 {
    font-size: 0.88rem;
    color: #323232;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
  }
  .xwca p {
    margin-top: 10px;
    font-size: 0.8rem;
    color: #646464;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
  .xwc:hover {
    background-image: url(../img/h27.jpg);
  }
  .xw_m {
    margin: 0 auto;
    margin-top: 6%;
    float: none;
    transition: all ease 0.3s;
  }
  .xw_m:hover {
    transform: translateY(-6px);
  }
  /*联系我们*/
  .lx {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/h30.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 8%;
    padding: 7% 0;
  }
  .lxb {
    width: 100%;
    padding-left: 4%;
  }
  .lxb h6 {
    font-size: 0.95rem;
    color: #323232;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 2px;
    margin-bottom: 6px;
  }
  .lxb p {
    font-size: 0.8rem;
    color: #646464;
    line-height: 16px;
    float: none;
    margin-top: 5px;
  }
  .lxb p img {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
  }
  .lxba {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    margin-top: 6%;
  }
  .lxba textarea {
    font-size: 0.8rem;
    line-height: 42px;
    padding-left: 12px;
    width: calc(100% - 120px);
    float: left;
    color: #868686;
    height: 42px;
  }
  .lxba input {
    width: 110px;
    height: 36px;
    background-color: #1e3485;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 0.8rem;
    margin-top: 3px;
    margin-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /*footer*/
  .yj {
    width: 100%;
    overflow: hidden;
    background-color: #2d2d2d;
    padding: 8% 0 26% 0;
  }
  .yj .commen {
    width: 100%;
  }
  .yjb {
    margin-left: 5%;
  }
  .yjb > img {
    width: 110px;
  }
  .yjc {
    float: left;
    margin-left: 5%;
    margin-top: 2%;
  }
  .yjc p {
    font-size: 0.75rem;
    color: #6e6e6e;
    line-height: 28px;
    float: none;
  }
  .yjc p a {
    font-size: 0.75rem;
    color: #6e6e6e;
    transition: all ease 0.3s;
  }
  .yjc p a:hover {
    color: #fff;
  }

  /*弹框*/
  .tank {
    width: 300px;
    height: 220px;
    background-color: #f7f7f7;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -150px;
    z-index: 10000;
    border-radius: 12px;
    padding-top: 20px;
  }
  .close {
    position: absolute;
    right: -2px;
    top: -2px;
    cursor: pointer;
  }
  .tk1 {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .tk1 p {
    font-size: 12px;
    color: #666666;
    line-height: 37px;
    float: left;
  }
  .tk1 input {
    font-size: 12px;
    color: #666666;
    line-height: 37px;
    float: left;
    height: 37px;
    border: 1px solid #c9c9c9;
    background-color: #fff;
    width: 160px;
    padding-left: 12px;
  }
  .tk2 {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
  }
  .tk2 input {
    width: 100px;
    height: 32px;
    background-color: #2444b1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    float: none;
    margin-top: 8px;
    display: block;
  }
  .tk2 p {
    line-height: 32px;
    text-align: center;
  }
  .tk2 p a {
    font-size: 12px;
    color: #666666;
  }

  /*****************************************内页开始******************************************/

  /*海运服务*/
  .nsjban {
    width: 100%;
    margin-top: 24%;
    overflow: hidden;
  }
  .nsjban img {
    width: 220%;
    margin-left: -80%;
  }
  .ncd {
    width: 92%;
    background-color: rgba(4, 4, 4, 0.7);
    margin-left: 4%;
    margin-top: 8%;
  }
  .ncd p {
    line-height: 40px;
    height: 40px;
    text-align: center;
    transition: all 0.3s ease;
    float: left;
    width: 50%;
  }
  .ncd p a {
    font-size: 0.85rem;
    color: #fff;
  }
  .ncd p.on {
    background-color: rgba(15, 79, 223, 0.7);
  }
  .ncd p:hover {
    background-color: rgba(15, 79, 223, 0.7);
  }
  .ywn {
    width: 100%;
    overflow: hidden;
    margin-top: 10%;
  }
  .ywna {
    width: 100%;
  }
  .btx {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 12px;
  }
  .btx p {
    margin-top: 7px;
  }
  .mbx {
    font-size: 0.75rem;
    color: #868686;
    line-height: 20px;
    margin-top: 6px;
  }
  .mbx a {
    font-size: 0.75rem;
    color: #868686;
    transition: all 0.3s ease;
  }
  .mbx a:hover {
    color: #061f78;
  }
  .ywnb {
    width: 82%;
    margin: 0 auto;
    margin-top: 8%;
  }
  .ywnc {
    width: 100%;
  }
  .ywnca {
    width: 100%;
    position: relative;
  }
  .ywnca img.t1 {
    width: 50px;
    position: absolute;
    left: -20px;
    top: -20px;
  }
  .ywnca p {
    display: none;
  }
  .ywnca img.t2 {
    width: 100%;
  }
  .ywncb {
    width: 100%;
    margin-top: 8%;
    padding-left: 4%;
  }
  .ywncb h6 {
    font-size: 1.05rem;
    color: #0b1532;
    font-weight: bold;
    text-transform: uppercase;
  }
  .ywncb h6 span {
    font-size: 0.75rem;
    color: #848484;
    font-weight: normal;
    display: block;
    margin-top: 7px;
  }
  .ywncb p {
    font-size: 0.88rem;
    color: #323232;
    line-height: 28px;
    margin-top: 4%;
  }
  .ywncb p span {
    font-size: 1.2rem;
    color: #323232;
    font-weight: bold;
  }
  .ywnd {
    margin-top: 8%;
  }
  .ywnd img.t1 {
    width: 50px;
    position: absolute;
    right: -20px;
    top: -20px;
    left: auto;
  }
  .ywne {
    margin-top: 8%;
  }

  /*案例列表页*/
  .aly {
    width: 100%;
  }
  .aly .ald {
    width: 100%;
    margin: 6% 0 0 0;
  }
  .ym {
    display: table;
    margin: 0 auto;
    margin-top: 9%;
  }
  .ym p {
    width: 40px;
    height: 40px;
    border: 1px solid #1e3485;
    text-align: center;
    line-height: 40px;
    transition: all ease 0.3s;
    margin: 0 4px;
  }
  .ym p:nth-child(1) {
    transform: rotateZ(180deg);
  }
  .ym p a {
    width: 100%;
    display: block;
    font-size: 1rem;
    color: #003492;
    transition: all ease 0.3s;
  }
  .ym p:hover {
    background-color: #1e3485;
  }
  .ym p:hover a {
    color: #fff;
  }
  .ym p.on {
    background-color: #1e3485;
  }
  .ym p.on a {
    color: #fff;
  }
  .al_yw {
    width: 100%;
    margin-top: 8%;
    overflow: hidden;
  }
  .al_yw .ywb {
    width: 100%;
  }
  .al_yw .ywba {
    width: 50%;
    background-image: url(../img/h2.jpg);
    background-size: cover;
    border: none;
  }
  .al_yw .ywba .ywba_t img:nth-child(2) {
    opacity: 1;
    transform: rotateY(0deg);
  }
  .al_yw .ywba .ywba_t img:nth-child(1) {
    opacity: 0;
    transform: rotateY(90deg);
  }
  .al_yw .ywba h6 {
    color: #fff;
  }
  .al_yw .ywba h5 {
    color: #fff;
  }
  .al_yw .ywba:hover .ywba_t {
    transform: translateY(-5px);
  }

  /*案例内页*/
  .alna {
    width: 96%;
    margin: 0 auto;
    margin-top: 7%;
  }
  .alna_t {
    width: 100%;
    overflow: hidden;
    float: none;
  }
  .alna_t img {
    width: 100%;
  }
  .alna_w {
    width: 96%;
    margin: 0 auto;
    margin-top: 6%;
    float: none;
  }
  .alna_w img {
    width: 80px;
    margin-left: -12px;
    float: left;
  }
  .alna_w h6 {
    font-size: 1rem;
    color: #313131;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    margin-top: 9px;
    margin-left: 5%;
  }
  .alna_w h6 span {
    font-size: 0.75rem;
    color: #a3a3a3;
    display: block;
    font-weight: normal;
    margin-top: 5px;
  }
  .alna_w h6 span br {
    display: none;
  }
  .alna_w p {
    font-size: 0.85rem;
    color: #323232;
    line-height: 25px;
    margin-top: 2%;
  }
  .alna_w p br {
    display: none;
  }

  /*合作客户*/
  .hzy {
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
  }
  .hzya {
    width: 42%;
    margin: 5% 4% 0 4%;
    position: relative;
  }
  .hzya img.t1 {
    width: 100%;
    border: 1px solid #d2d2d2;
  }
  .hzya img.t2 {
    width: 36px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hzya p {
    font-size: 0.85rem;
    color: #313131;
    padding-left: 50px;
    line-height: 18px;
    margin-top: 6px;
  }

  /*新闻列表页*/
  .xwl {
    width: 94%;
    margin: 0 auto;
    margin-top: 9%;
  }
  .xwla {
    width: 100%;
    border: 3px solid #f4f4f4;
    padding: 7%;
    margin-top: -3px;
  }
  .xwla_t {
    width: 100%;
    overflow: hidden;
  }
  .xwla_t img {
    width: 100%;
    transition: all ease 0.3s;
  }
  .xwla_w {
    width: 100%;
    margin-top: 6%;
  }
  .xwla_w h5 {
    font-size: 1.1rem;
    color: #1e3485;
    border-bottom: 1px solid #cacaca;
    padding-right: 12px;
    display: inline-block;
    padding-bottom: 4px;
  }
  .xwla_w h6 {
    font-size: 1rem;
    color: #323232;
    font-weight: bold;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 3%;
  }
  .xwla_w p {
    font-size: 0.85rem;
    color: #646464;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 5px;
  }
  .xwla_w span {
    display: none;
  }
  .xwla:hover .xwla_t img {
    transform: scale(1.1);
  }

  /*新闻内页*/
  .xwn {
    width: 96%;
    margin: 0 auto;
    background-color: #f4f4f4;
    margin-top: 30px;
    padding: 6%;
  }
  .xwn h1 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #cacaca;
    font-size: 1rem;
    color: #323232;
    font-weight: bold;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .xwn h6 {
    text-align: center;
    font-size: 0.75rem;
    color: #646464;
    line-height: 22px;
    margin-top: 6px;
  }
  .xwn h6 span {
    width: 20px;
    display: inline-block;
  }
  .xwna {
    width: 100%;
    margin: 0 auto;
    margin-top: 7%;
  }
  .xwna img {
    max-width: 100%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .xwna p {
    font-size: 0.85rem;
    color: #323232;
    line-height: 24px;
    margin-top: 5%;
  }
  .xwna p span {
    color: #a5a5a5;
  }
  .xwna strong {
    font-size: 0.8rem;
    color: #a5a5a5;
    line-height: 24px;
    margin-top: 8%;
    display: block;
    font-weight: normal;
  }
  .xwna strong a {
    font-size: 0.8rem;
    color: #a5a5a5;
  }
  .fhlb {
    width: 120px;
    height: 36px;
    border: 1px solid #1e3485;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    margin-top: 7%;
    transition: all ease 0.3s;
    background-color: #fff;
  }
  .fhlb a {
    display: block;
    font-size: 0.88rem;
    color: #1e3485;
  }
  .fhlb:hover {
    transform: translateY(-6px);
  }

  /*关于我们页*/
  .ncd_x p {
    width: 30%;
  }
  .gyya {
    width: 98%;
    margin: 0 auto;
    margin-top: 8%;
  }
  .gyya_a {
    width: 110%;
  }
  .gyya_a img {
    width: 70px;
    float: left;
  }
  .gyya_a p {
    float: left;
    font-size: 1.1rem;
    color: #1e3485;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 4%;
    margin-top: 15px;
    letter-spacing: 1px;
  }
  .gyya_a p span {
    display: block;
    font-weight: normal;
    font-size: 0.55rem;
    color: #909090;
    margin-top: 5px;
    letter-spacing: 0px;
  }
  .gyya_b {
    width: 100%;
    margin-top: 6%;
  }
  .gyya_ba {
    width: 28%;
    border-left: 3px solid #213787;
    padding-left: 3%;
  }
  .gyya_ba:nth-child(2) {
    width: 38%;
  }
  .gyya_ba:nth-child(3) {
    width: 34%;
  }
  .gyya_ba p {
    font-size: 0.85rem;
    color: #1e3485;
  }
  .gyya_ba h6 {
    font-size: 0.85rem;
    color: #1e3485;
  }
  .gyya_ba h6 span {
    font-size: 1.3rem;
  }
  .gyya > p {
    font-size: 0.85rem;
    line-height: 26px;
    color: #323232;
    margin-top: 5%;
  }
  .gyyb {
    width: 100%;
    margin-top: 7%;
  }
  .gyyb .commen > img {
    width: 108%;
    margin-left: -4%;
    margin-top: 2%;
  }
  .gyyc {
    width: 100%;
    margin-top: 7%;
  }
  .gyyc_a {
    width: 100%;
    margin-top: 4%;
  }
  .gyyc_a img {
    width: 100%;
  }
  .gyyc_b {
    width: 100%;
  }
  .gyyc_c {
    margin-top: 5%;
  }
  .gyyc_c h6 {
    width: 70px;
    height: 25px;
    text-align: center;
    background-color: #203a85;
    line-height: 25px;
    color: #fff;
    font-size: 0.85rem;
    border-radius: 3px;
    margin-top: 4%;
  }
  .gyyc_c p {
    font-size: 0.85rem;
    color: #3e3e3e;
    line-height: 22px;
    margin-top: 8px;
    padding-left: 18px;
  }
  .gyyd {
    width: 100%;
    margin-top: 8%;
  }
  .gyyd .jzg::after {
    display: none;
  }
  .gyye {
    width: 100%;
    margin-top: 8%;
  }
  .fca {
    margin-top: 4%;
    width: 100%;
    position: relative;
  }
  #swiper_wh {
    width: 140%;
    margin-left: -20%;
    padding-bottom: 30px;
  }
  .fca img {
    width: 100%;
  }
  .fca p {
    text-align: center;
    font-size: 0.8rem;
    color: #313131;
    line-height: 22px;
    margin-top: 5px;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -27px;
  }
  #swiper_wh .swiper-slide-active p {
    opacity: 1;
  }
  #swiper-button-next_wh {
    display: none;
  }
  #swiper-button-prev_wh {
    display: none;
  }
  .gyyf {
    background-image: url(../img/h68.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 6%;
    padding: 6% 0;
  }
  .gyyfa {
    width: 100%;
  }
  .gyyfa_a {
    width: 42%;
    margin: 3% 4%;
  }
  .gyyfa_a img {
    width: 100%;
  }
  .gyyfa_a p {
    font-size: 0.82rem;
    line-height: 22px;
    color: #313131;
    margin-top: 6px;
    text-align: center;
  }
  .sjbt {
    border: none;
  }

  /*联系我们页*/
  .lxy {
    width: 100%;
    margin-top: 8%;
  }
  .lxya {
    width: 100%;
  }
  .map {
    width: 100%;
  }
  .lxyb {
    width: 94%;
    margin: 0 auto;
    margin-top: 5%;
  }
  .lxyb_a.fl {
    width: 100%;
  }
  .lxyb_a {
    margin-top: 4%;
  }
  .lxyb_a img {
    width: 28px;
    float: left;
    margin-top: 3px;
  }
  .lxyb_a p {
    float: left;
    margin-left: 4%;
    font-size: 0.82rem;
    color: #646464;
    width: calc(96% - 28px);
  }
  .lxyb_a p span {
    display: block;
    font-size: 0.92rem;
    color: #323232;
    font-weight: bold;
    margin-top: 3px;
  }
  .lxyb_a p m {
    width: 20px;
    display: block;
    margin-top: 3px;
  }
  .lxyc {
    width: 100%;
    background-image: url(../img/h74.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 7%;
    padding: 6%;
    margin-bottom: 9%;
  }
  .lxyca img {
    width: 70px;
    mix-blend-mode: multiply;
  }
  .lxyca p {
    font-size: 1rem;
    color: #1e3485;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 12px;
  }
  .lxyca p span {
    display: block;
    font-size: 0.65rem;
    color: #909090;
    font-weight: normal;
    margin-top: 5px;
  }
  .lxyca p span br {
    display: none;
  }
  .lxycb {
    width: 100%;
    margin-top: 6%;
  }
  .lxycb p {
    font-size: 1.1;
    color: #1e3485;
    line-height: 30px;
  }
  .lxycba {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    margin-top: 2%;
  }
  .lxycba textarea {
    font-size: 0.8rem;
    line-height: 42px;
    padding-left: 12px;
    width: calc(100% - 120px);
    float: left;
    color: #868686;
    height: 42px;
  }
  .lxycba input {
    width: 110px;
    height: 36px;
    background-color: #1e3485;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 0.8rem;
    margin-top: 3px;
    margin-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  @media (min-width: 350px) {
  }

  @media (min-width: 374px) {
  }

  @media (min-width: 400px) {
  }

  @media (min-width: 414px) {
    .sjdha_t2 {
      width: 40px;
      top: calc(50% - 18px);
    }
  }

  @media (min-width: 450px) {
    .yjb {
      margin-left: 6%;
    }
    .yjb > img {
      width: 120px;
    }
    .yjc {
      margin-left: 6%;
      margin-top: 2%;
    }
    .yjc p {
      font-size: 0.8rem;
      line-height: 30px;
    }
    .yjc p a {
      font-size: 0.8rem;
    }
    .yj {
      padding: 8% 0 24% 0;
    }
  }

  @media (min-width: 500px) {
    .sjdha_t2 {
      width: 44px;
      top: calc(50% - 20px);
    }
    .bt p {
      font-size: 1.3rem;
      line-height: 25px;
    }
    .bt img {
      width: 110px;
    }
    .jzga {
      padding: 7% 0;
      padding-left: 105px;
    }
    .jzga img {
      width: 70px;
      left: 15px;
      top: 15%;
    }
    .jzga h5 {
      font-size: 1.25rem;
    }
    .jzga h6 {
      font-size: 0.95rem;
    }
    .jzga h6 span {
      font-size: 0.7rem;
      margin-top: 4px;
    }
    .jzga p {
      font-size: 1.05rem;
      line-height: 28px;
      margin-top: 5%;
    }
    .yjb {
      margin-left: 9%;
    }
    .yjb > img {
      width: 125px;
    }
    .yjc {
      margin-left: 6%;
      margin-top: 2.5%;
    }
    .yjc p {
      font-size: 0.8rem;
      line-height: 32px;
    }
    .yjc p a {
      font-size: 0.8rem;
    }
    .yj {
      padding: 8% 0 22% 0;
    }
    .dan-xid img {
      width: 40px;
    }
  }

  @media (min-width: 550px) {
    .ywba_t {
      width: 79px;
    }
    .ywba h6 {
      font-size: 1.05rem;
      line-height: 30px;
    }
    .ywba p {
      font-size: 0.75rem;
      line-height: 14px;
    }
    .ywba h5 {
      font-size: 0.75rem;
      line-height: 14px;
    }
    .gyca {
      padding-left: 7%;
    }
    .yjb {
      margin-left: 10%;
    }
    .yjb > img {
      width: 130px;
    }
    .yjc {
      margin-left: 8%;
      margin-top: 2.5%;
    }
    .yjc p {
      font-size: 0.82rem;
      line-height: 32px;
    }
    .yjc p a {
      font-size: 0.82rem;
    }
  }

  @media (min-width: 600px) {
    .jzga {
      padding: 7% 0;
      padding-left: 125px;
    }
    .jzga img {
      width: 80px;
      left: 20px;
      top: 16%;
    }
    .gyca {
      padding-left: 8%;
    }
    .yjb {
      margin-left: 11%;
    }
    .yjb > img {
      width: 140px;
    }
    .yjc {
      margin-left: 10%;
      margin-top: 2.5%;
    }
    .yjc p {
      font-size: 0.86rem;
      line-height: 34px;
    }
    .yjc p a {
      font-size: 0.86rem;
    }
    .yj {
      padding: 8% 0 20% 0;
    }
    .dan-xid img {
      width: 48px;
    }
  }

  @media (min-width: 650px) {
    .yjb {
      margin-left: 13%;
    }
    .yjb > img {
      width: 150px;
    }
    .yjc {
      margin-left: 12%;
      margin-top: 2.5%;
    }
    .yjc p {
      font-size: 0.9rem;
      line-height: 36px;
    }
    .yjc p a {
      font-size: 0.9rem;
    }
  }

  @media (min-width: 700px) {
    .sjdha_t2 {
      width: 58px;
      top: calc(50% - 28px);
    }
    .jzga {
      padding: 6% 0;
      padding-left: 145px;
    }
    .jzga img {
      width: 85px;
      left: 30px;
      top: 16%;
    }
  }

  @media (min-width: 750px) {
    body {
      max-width: 750px;
      margin: 0 auto;
    }
    .sjdhgd {
      max-width: 750px;
      left: 50%;
      margin-left: -375px;
    }
    .yjb {
      margin-left: 13%;
    }
    .yjb > img {
      width: 180px;
    }
    .yjc {
      margin-left: 12%;
      margin-top: 3%;
    }
    .yjc p {
      font-size: 0.95rem;
      line-height: 42px;
    }
    .yjc p a {
      font-size: 0.95rem;
    }
  }
}
