@charset "utf-8";

/* CSS Document */
@media (min-width: 1199px) {
  body,
  html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    /*抗锯齿效果*/
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
  }

  body {
    max-width: 1920px;
    margin: 0 auto;
  }

  a,
  ul,
  li,
  ol,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dt,
  dd {
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
  }

  * img {
    display: block;
    border: none;
  }

  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
  }

  /*p{text-align:justify;text-justify:inter-ideograph;}*/
  .clearfix {
    clear: both;
  }

  .mob {
    display: none;
  }

  .pc {
    display: block;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .commen {
    width: 1200px;
    margin: 0 auto;
  }

  .ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  /* placeholder样式 */
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #d6ddf4;
  }

  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #d6ddf4;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #d6ddf4;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #d6ddf4;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #028bff;
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #028bff;
    border-radius: 5px;
  }

  /* 导航 */
  .top {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: absolute;
    z-index: 1000;
  }

  .nava {
    position: relative;
    float: left;
    padding: 0px 10px 0px 10px;
    margin-left: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s;
  }

  .nava:first-child {
    margin-left: 115px;
  }

  .nava > p {
    line-height: 98px;
  }

  .nava > p a {
    font-size: 16px;
    /* color: #fff; */
  }

  .nav .on {
    border-bottom: 3px solid #80c5ff;
  }

  .nava:hover {
    border-bottom: 3px solid #80c5ff;
  }

  .navb {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    opacity: 0;
    position: absolute;
    width: 120px;
    z-index: 2;
    text-align: center;
    left: -18px;
    border-radius: 5px;
    border: 1px solid #80c5ff;
  }

  .navba {
    transition: all 0.3s;
    margin-bottom: 10px;
  }

  .navba:last-child {
    margin-bottom: 0;
  }

  .navba a {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    transition: all 0.3s;
  }

  .navba:hover {
    background: #e5f3ff;
  }

  .navba:hover a {
    color: #028bff;
  }

  .dh .fl:nth-child(3) p {
    font-size: 18px;
    font-weight: bold;
    /* color: #fff; */
    letter-spacing: 0.2px;
    line-height: 98px;
    margin-left: 60px;
  }

  .ban {
    width: 100%;
    height: 800px;
    overflow: hidden;
    position: relative;
  }

  .imgbox {
    position: absolute;
    margin-left: -960px;
    left: 50%;
    width: 1920px;
    overflow: hidden;
    height: 800px;
  }

  .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .boy {
    width: 1100px;
  }

  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 6%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }

  .bt-b {
    background: url(../esimg/yi07.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }

  .bt-b:hover {
    background: url(../esimg/yi09.png);
  }

  .bt-k {
    width: 47px;
    height: 47px;
    position: absolute;
    right: 6%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }

  .bt-f {
    background: url(../esimg/yi06.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }

  .bt-f:hover {
    background: url(../esimg/yi08.png);
  }

  .keywords {
    position: absolute;
    z-index: 100;
    bottom: 21px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }

  .keywords p,
  .keywords a {
    /* color: #fff; */
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
  }

  .keywords a {
    margin-right: 35px;
  }

  .keywords a:hover {
    color: #ff8d24;
  }

  .flip {
    z-index: 1000;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 46px;
  }

  .flip li {
    cursor: pointer;
    float: left;
    transition: all 0.3s;
    background: url(../esimg/dian2.png) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
  }

  .ppp {
    background: url(../esimg/dian1.png) no-repeat !important;
    background-position: center;
  }

  .flip li:nth-child(2) {
    margin-left: 34px;
    margin-right: 34px;
  }

  .flip li:nth-child(3) {
    margin-right: 34px;
  }

  /* 服务项目 */
  .fwxm {
    width: 100%;
    background: url(../esimg/fuwu.png) no-repeat;
    background-position: center;
    background-size: cover;
    /*padding-bottom: 150px;*/
  }

  .xm1 {
    padding-bottom: 30px;
  }

  .bt p {
    font-size: 20px;
    color: #000000;
    margin-top: 72px;
  }

  .bt p span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    font-family: arial;
    color: #000000;
    margin-bottom: -2px;
  }

  .xm1 .fr p {
    line-height: 38px;
    width: 110px;
    background: url(../esimg/bg_blue.png) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 93px;
  }

  .xm1 .fr p a {
    font-size: 14px;
    color: #fff;
  }

  .xm {
    display: none;
    transition: all 0.3s;
    float: left;
    width: 12.5%;
    padding-top: 16px;
    padding-bottom: 13px;
    margin-top: 38px;
    position: relative;
  }

  .xm img {
    margin: 0 auto;
  }

  .xm p {
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 6px;
  }

  .xm::after {
    content: " ";
    border-left: 1px solid #eff3fa;
    position: absolute;
    height: 40px;
    bottom: 20px;
    right: -1px;
  }

  .xm:hover {
    box-shadow: #f5f5f8 0px 0px 25px 10px;
  }

  .xm:hover ::after {
    content: none;
  }

  .xm2 {
    width: 100%;
    background: url(../esimg/bg_baby_blue.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 20px;
  }

  .zss {
    max-width: 1370px;
    margin: 0 auto;
  }

  .zs {
    position: relative;
    width: 100%;
    top: 25px;
  }

  .zs_z {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 40px;
    top: calc(50% - 20px);
    cursor: pointer;
  }

  .zs_y {
    width: 41px;
    height: 41px;
    position: absolute;
    right: 40px;
    top: calc(50% - 20px);
    cursor: pointer;
  }

  .zsa {
    overflow: hidden;
    width: 87.591%;
    margin: 0 auto;
    padding-top: 20px;
  }

  .zsd {
    border: 1px solid #297afc;
    width: 93.333%;
    margin: 0 auto;
    padding: 41px 0px 0px 20px;
    height: 360px;
    transition: all 0.3s;
    position: relative;
    top: 0px;
    transition: all 0.3s;
  }

  .zsd a > p {
    font-size: 18px;
    /* color: #fff; */
    margin-top: 20px;
  }

  .zsd a > p span {
    font-size: 12px;
    /* color: rgba(255, 255, 255, 0.1); */
    display: block;
    transition: all 0.3s;
  }

  .zse {
    margin-top: 24px;
  }

  .zse p {
    font-size: 12px;
    /* color: #fff; */
    float: left;
    line-height: 35px;
  }

  .zse p:nth-child(2n - 1) {
    /* width: 120px; */
    width: 100%;
  }

  .zsd:hover {
    top: -20px;
  }

  .zsd:hover p,
  .zsd:hover a > p,
  .zsd:hover a > p span {
    color: rgba(255, 255, 255, 1);
  }

  .zsd:first-child:hover {
  }

  .zsc:first-child:hover .zsd {
    background: url(../esimg/j1.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 1px rgba(89, 123, 254, 0.6);
    border: none;
  }

  .zsc:nth-child(2):hover .zsd {
    background: url(../esimg/j2.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 1px rgba(89, 123, 254, 0.6);
    border: none;
  }

  .zsc:nth-child(3):hover .zsd {
    background: url(../esimg/j3.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 1px rgba(89, 123, 254, 0.6);
    border: none;
  }

  .zsc:nth-child(4):hover .zsd {
    background: url(../esimg/j4.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 1px rgba(89, 123, 254, 0.6);
    border: none;
  }

  .zsc:nth-child(5):hover .zsd {
    background: url(../esimg/j5.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 1px rgba(89, 123, 254, 0.6);
    border: none;
  }

  .zsc:nth-child(6):hover .zsd {
    background: url(../esimg/j6.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 1px rgba(89, 123, 254, 0.6);
    border: none;
  }

  .zsc:nth-child(7):hover .zsd {
    background: url(../esimg/j7.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 1px rgba(89, 123, 254, 0.6);
    border: none;
  }

  .zsc:nth-child(8):hover .zsd {
    background: url(../esimg/j8.png) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 10px 1px rgba(89, 123, 254, 0.6);
    border: none;
  }

  /* 案例 */
  .al {
    background: url(../esimg/bg_case.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .al .fr p {
    transition: all 0.3s;
    margin-top: 95px;
    line-height: 36px;
    width: 110px;
    border: 1px solid #c3c3c3;
    /* border-radius: 19px; */
    text-align: center;
  }

  .al .fr p a {
    transition: all 0.3s;
    font-size: 14px;
    color: #666666;
  }

  .al .fr p:hover a {
    color: #fff;
    display: block;
  }

  .al .fr p:hover {
    border: 1px solid #146fff;
    background: linear-gradient(#325cff, #1291fa);
  }

  .albt {
    margin-top: 57px;
  }

  .albt .on {
    background: url(../esimg/bg_blue_btn.png) no-repeat;
    background-position: center;
    background-size: contain;
  }

  .albt .on a {
    color: #fff;
  }

  .albt p {
    float: left;
    width: 11.111%;
    position: relative;
    text-align: center;
    line-height: 28px;
    transition: all 0.3s;
  }

  .albt p:first-child {
    width: 10%;
  }

  .albt p::after {
    content: " ";
    height: 10px;
    position: absolute;
    border-left: 1px solid #e7e7e7;
    right: -1px;
    top: 7px;
  }

  .albt p:nth-child(9)::after {
    content: none;
  }

  .albt p:hover {
    background: url(../esimg/bg_blue_btn.png) no-repeat;
    background-position: center;
    background-size: contain;
  }

  .albt p a {
    font-size: 14px;
    color: #9f9f9f;
    transition: all 0.3s;
  }

  .albt p:hover a {
    color: #fff;
  }

  .alxq {
    width: 100%;
    margin-top: 43px;
    padding-bottom: 80px;
  }

  .alxqa {
    width: 31.666%;
    float: left;
    margin-bottom: 30px;
  }

  .imgboxa {
    width: 100%;
    overflow: hidden;
  }

  .imgboxa img {
    width: 100%;
    transition: all 0.3s;
  }

  .pboxa {
    transition: all 0.3s;
    padding: 23px 25px 17px 25px;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }

  .pboxa > p:first-child {
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pboxa > p:nth-child(2) {
    font-size: 12px;
    color: #999999;
    display: block;
    margin-top: 10px;
    transition: all 0.3s;
  }

  .pboxa h6 {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 12px;
    transition: all 0.3s;
  }

  .pboxa div p:first-child {
    font-size: 12px;
    color: #999999;
    transition: all 0.3s;
  }

  .pboxa div img {
    float: right;
  }

  .pboxa div {
    background: url(../esimg/next_grey.png) no-repeat;
    background-position: 100% 2px;
  }

  .alxqa:hover .pboxa {
    background: #146fff;
    border-bottom: 1px solid #146fff;
    border-left: 1px solid #146fff;
    border-right: 1px solid #146fff;
  }

  .alxqa:hover .imgboxa img {
    transform: scale(1.05);
  }

  .alxqa:hover div {
    background: url(../esimg/next_white.png) no-repeat;
    background-position: 100% 2px;
  }

  .alxqa:hover .pboxa > p {
    color: #fff;
  }

  .alxqa:hover .pboxa > p span {
    color: #fff;
  }

  .alxqa:hover .pboxa div p:first-child {
    color: #fff;
  }

  .alxqa:hover h6 {
    border-bottom: 1px solid #fff;
  }

  .alxqa:nth-child(3n - 1) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  /* 关于我们 */
  .gy {
    background: url(../esimg/company_about.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
  }

  .gy .bt p {
    padding-top: 129px;
    color: #fff;
    margin-bottom: 102px;
    margin-top: 0px;
  }

  .gy .bt p span {
    color: #fff;
  }

  .gya {
    width: 100%;
  }

  .gyb {
    width: 32.916%;
  }

  .gyb:first-child {
    background: url(../esimg/core_idea.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .gyb:nth-child(2) {
    background: url(../esimg/career_mission.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 0.626%;
    margin-right: 0.626%;
  }

  .gyb:nth-child(3) {
    background: url(../esimg/operating.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .gyb p {
    font-size: 20px;
    /* color: #fff; */
    margin-left: 167px;
    margin-top: 44px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }

  .gyb p span {
    display: block;
    margin-top: 3px;
    letter-spacing: normal;
  }

  .gyc p:first-child {
    font-size: 20px;
    color: #1291fa;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 78px;
    margin-bottom: 18px;
  }

  .gyc p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    letter-spacing: 0.7px;
  }

  .gyc p:nth-child(3) {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1.2px;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 60px;
  }

  .gyc p:nth-child(4) {
    background: url(../esimg/blue_btn.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
  }

  .gyc p:nth-child(4) a {
    font-size: 14px;
    color: #fff;
  }

  /* 4大理由 */
  .ly {
    background-image: url(../esimg/q1.jpg);
    background-position: center;
    background-size: cover;
    height: 726px;
    transition: all 0.3s;
  }

  .lyy1 {
    background-image: url(../esimg/q1.jpg);
    transition: all 0.3s;
  }

  .lyy2 {
    background-image: url(../esimg/q2.jpg);
    transition: all 0.3s;
  }

  .lyy3 {
    background-image: url(../esimg/q3.jpg);
    transition: all 0.3s;
  }

  .lyy4 {
    background-image: url(../esimg/q4.jpg);
    transition: all 0.3s;
  }

  .bta {
    display: table;
    margin: 0 auto;
    padding-top: 87px;
  }

  .bta p {
    display: inline-block;
    font-size: 31px;
    color: #fff;
    letter-spacing: 2.7px;
  }

  .bta p span {
    font-weight: bold;
  }

  .bta img {
    display: inline-block;
    position: relative;
    top: 7px;
  }

  .lyb {
    width: 100%;
  }

  .lyba {
    transition: all 0.3s;
    float: left;
    width: 25%;
    background-position: center;
    background-size: cover;
    border-left: 1px solid rgba(81, 86, 106, 0.2);
    position: relative;
    padding-bottom: 84px;
  }

  .lyba:nth-child(4) {
    border-right: 1px solid rgba(81, 86, 106, 0.2);
  }

  .lyba p:first-child {
    transition: all 0.3s;
    font-size: 40px;
    font-weight: bold;
    font-family: arial;
    color: #fff;
    padding-left: 15px;
    padding-top: 77px;
  }

  .lyba h6 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transform: rotateZ(90deg);
    position: absolute;
    top: 154px;
  }

  .lyba p:nth-child(4) {
    position: relative;
    top: 0;
    transition: all 0.3s;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 209px;
    padding-left: 25px;
    padding-right: 34px;
  }

  .lyba p:nth-child(4) span {
    height: 66px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-top: 15px;
    font-weight: normal;
  }

  .picbox1 {
    margin-top: 32px;
    margin-left: 24px;
    width: 36px;
    height: 36px;
    overflow: hidden;
  }

  .picbox1 img {
    position: relative;
    top: 0;
    transition: all 0.3s;
  }

  .lyba1 h6 {
    left: -8px;
  }

  .lyba2 h6 {
    left: 2px;
  }

  .lyba3 h6 {
    left: 1px;
  }

  .lyba4 h6 {
    left: -26px;
    top: 181px;
  }

  .lyba:hover p:first-child {
    color: #2b72fc;
  }

  .lyba:hover p:nth-child(4) {
    position: relative;
    top: -70px;
  }

  .lyba:hover .picbox1 img {
    top: -36px;
  }

  .lyba1:hover {
    background: url(../esimg/transition_blue.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lyba3:hover {
    background: url(../esimg/transition_blue.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lyba2:hover {
    background: url(../esimg/transition_yellow.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lyba4:hover {
    background: url(../esimg/transition_yellow.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lyba1:hover p:first-child {
    color: #2b72fc;
  }

  .lyba3:hover p:first-child {
    color: #2b72fc;
  }

  .lyba2:hover p:first-child {
    color: #ff8d24;
  }

  .lyba4:hover p:first-child {
    color: #ff8d24;
  }

  /* 新闻 */
  .xw {
    background: url(../esimg/bg_bigwhite.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 78px;
  }

  .xw .commen {
    position: relative;
  }

  .xw .commen > .fr {
    position: relative;
    width: 74.34%;
    z-index: 100;
  }

  .xw .bt p {
    margin-top: 53px;
  }

  .xwa {
    margin-top: 66px;
  }

  .xwa p {
    color: #000000;
    font-size: 16px;
    width: 100px;
    line-height: 29px;
    text-align: center;
    /* border-radius: 15px; */
    cursor: pointer;
  }

  .xwa p a {
    color: #000000;
    font-size: 16px;
    width: 100px;
    text-align: center;
  }

  .xwa .on {
    background: #2b72fc;
  }

  .xwa .on a {
    color: #fff;
    font-size: 14px;
  }

  .xwa p:nth-child(2) {
    margin-top: 32px;
  }

  .xwb {
    margin-top: 115px;
  }

  .xwb .fl {
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .xwb .fl:first-child {
    background: url(../esimg/left_btn1.png) no-repeat;
    background-size: cover;
    transition: all 0.3s;
  }

  .xwb .fl:nth-child(2) {
    margin-left: 20px;
    background: url(../esimg/icon_yuan_right.png) no-repeat;
    background-size: cover;
    transition: all 0.3s;
  }

  .xwb .fl:first-child:hover {
    background: url(../esimg/left_btn2.png) no-repeat;
    background-size: cover;
  }

  .xwb .fl:nth-child(2):hover {
    background: url(../esimg/icon_yuan_right2.png) no-repeat;
    background-size: cover;
  }

  .bgpic {
    position: absolute;
    z-index: 1;
    left: 240px;
    top: 0px;
  }

  .picbox2 {
    width: 420px;
    height: 260px;
    overflow: hidden;
  }

  .picbox2 img {
    transition: all 0.3s;
    width: 100%;
  }

  .pbox2 p:first-child {
    transition: all 0.3s;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
  }

  .pbox2 p:nth-child(2) {
    font-size: 12px;
    color: #bec4d0;
    font-family: arial;
    margin-top: 19px;
  }

  .pbox2 p:nth-child(3) {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-right: 15px;
    margin-top: 16px;
    height: 60px;
    overflow: hidden;
  }

  .pbox2 p:nth-child(4) {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.5px;
    margin-top: 25px;
  }

  .pbox2 {
    width: 49.612%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 31px;
    padding-top: 54px;
    background: url(../esimg/yinhao1.png) no-repeat;
    background-position: 0px 10px;
  }

  .xwc1 {
    padding-top: 60px;
  }

  .xwc1:hover p:first-child {
    color: #1291fa;
  }

  .xwc1:hover img {
    transform: scale(1.05);
  }

  .xwc2,
  .xwc3 {
    width: 50%;
  }

  .xwc2 {
    padding-left: 13px;
  }

  .xwc3 {
    padding-left: 23px;
  }

  .xwc2:hover p {
    color: #007aff;
  }

  .xwc3:hover p {
    color: #007aff;
  }

  .xwe > .fl .fl p,
  .xwc > .fl .fl p {
    font-size: 24px;
    font-family: arial;
    padding-bottom: 30px;
    padding-top: 38px;
  }

  .xwe > .fl .fl p span,
  .xwc > .fl .fl p span {
    font-size: 12px;
    color: #e2e2e2;
    display: block;
    margin-top: 6px;
  }

  .xwe > .fl .fl,
  .xwc > .fl .fl {
    border-bottom: 1px solid #ededed;
    width: 64px;
  }

  .xwe > .fl .fr,
  .xwc > .fl .fr {
    width: 77.5%;
    padding-right: 20px;
  }

  .xwe > .fl .fr p:first-child,
  .xwc > .fl .fr p:first-child {
    padding-top: 42px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
  }

  .xwe > .fl .fr p:nth-child(2),
  .xwc > .fl .fr p:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    padding-right: 5px;
    margin-top: 22px;
    height: 36px;
    overflow: hidden;
  }

  .xwe > .fl,
  .xwc > .fl {
    background: url(../esimg/yinhao2.png) no-repeat;
    background-position: 93% 38px;
  }

  /* 百科 */
  .bk .commen .fr p {
    transition: all 0.3s;
    margin-top: 100px;
    line-height: 38px;
    width: 110px;
    border: 1px solid #c3c3c3;
    /* border-radius: 19px; */
    text-align: center;
  }

  .bk .commen .fr p a {
    font-size: 14px;
    color: #666666;
    display: block;
  }

  .bk .bt p {
    margin-top: 83px;
  }

  .bk .commen .fr p:hover {
    border: 1px solid #1291fa;
    background: linear-gradient(#335bff, #1291fa);
  }

  .bk .commen .fr p:hover a {
    color: #fff;
  }

  .bk .bt {
    margin-bottom: 27px;
  }

  /* .bka .swiper-slide{height: 220px;} */
  .bkb {
    position: relative;
    top: 0px;
    padding: 48px 25px 32px 33px;
    border: 1px solid #e6e6f1;
    background: url(../esimg/yinhao3.png) no-repeat;
    background-position: 32px 20px;
  }

  .bkb p:first-child {
    transition: all 0.3s;
    font-size: 16px;
    color: #333333;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bkb p:nth-child(2) {
    font-size: 12px;
    color: #b6b6b6;
    font-family: arial;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .bkb p:nth-child(3) {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
  }

  .bka .swiper-slide-next .bkb {
    padding: 62px 25px 45px 33px;
    top: -10px;
  }

  .bka .swiper-slide-next .bkb p:first-child {
    color: #1291fa;
  }

  .bka .swiper-slide {
    margin-top: 20px;
  }

  /* 联系我们 */
  .lx {
    background: url(../esimg/bg_diamond.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lx .commen > .fr p {
    line-height: 38px;
    width: 110px;
    background: url(../esimg/bg_blue.png) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 93px;
  }

  .lx .commen > .fr p a {
    font-size: 14px;
    color: #fff;
  }

  .lx .bt p {
    margin-top: 54px;
  }

  .lxa {
    margin-top: 66px;
    margin-bottom: 50px;
  }

  .lxb {
    border-radius: 5px;
    width: 21.666%;
    float: left;
    background-position: center;
    background-size: cover;
    margin-left: 1.667%;
    margin-right: 1.667%;
    box-shadow: 0px 0px 20px 10px #f4f4f8;
    padding: 43px 10px 0px 43px;
    height: 200px;
  }

  .lxb:first-child {
    background: url(../esimg/bg_light_blue.png) no-repeat;
  }

  .lxb:nth-child(2) {
    background: url(../esimg/bg_light_blue2.png) no-repeat;
  }

  .lxb:nth-child(3) {
    background: url(../esimg/bg_light_blue3.png) no-repeat;
  }

  .lxb:nth-child(4) {
    background: url(../esimg/bg_light_blue4.png) no-repeat;
  }

  .lxb p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.4px;
    margin-top: 18px;
    margin-bottom: 14px;
  }

  .lxb p:nth-child(3) {
    font-size: 22px;
    font-weight: bold;
    font-family: arial;
    letter-spacing: 0.1px;
  }

  .lxb:nth-child(3) p:nth-child(3) {
    font-size: 20px;
    letter-spacing: normal;
  }

  .lxb:nth-child(4) p:nth-child(3) {
    width: 90%;
    font-size: 14px;
    letter-spacing: 0.1px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-weight: normal;
  }

  .lxc {
    background: url(../esimg/bg_message.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .lxc input:first-of-type,
  .lxc input:nth-of-type(2) {
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(222, 237, 250, 0.4);
    width: 170px;
    height: 42px;
    background-color: rgba(0, 107, 225, 0.4);
  }

  .lxc textarea:nth-child(3) {
    padding-left: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(222, 237, 250, 0.4);
    width: 200px;
    height: 42px;
    background-color: rgba(0, 107, 225, 0.4);
  }

  .lxc input:first-of-type {
    background-image: url(../esimg/customer_service.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
  }

  .lxc input:nth-of-type(2) {
    margin-left: 6px;
    background-image: url(../esimg/contact_info.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
  }

  .lxc textarea:nth-child(3) {
    margin-left: 7px;
    position: relative;
    top: 15px;
    background-image: url(../esimg/leave_message.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
  }

  .lxc input[type="submit"] {
    transition: all 0.3s;
    margin-left: 6px;
    border-radius: 5px;
    background: linear-gradient(#ffa24d, #ff8d24);
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    letter-spacing: 0.1px;
    cursor: pointer;
  }

  .lxc input[type="submit"]:hover {
    margin-left: 9px;
  }

  .lxc {
    padding-top: 48px;
    padding-bottom: 34px;
    /* padding-left: 30.833%; */
    padding-left: 15%;
    position: relative;
    top: 30px;
    z-index: 2;
  }

  /* foot */
  .ft {
    background: #020923;
  }

  .ft .commen {
    position: relative;
    z-index: 1;
  }

  .ft1,
  .ft2,
  .ft3 {
    float: left;
  }

  .ft1 img:first-child {
    padding-top: 93px;
  }

  .ft1 p {
    font-size: 12px;
    color: #757c92;
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .ft2 {
    width: 64.166%;
    margin-left: 9.75%;
  }

  .ft2 .fl {
    width: 20%;
    float: left;
    padding-top: 106px;
    border-left: 1px solid #0f152a;
    padding-left: 27px;
    height: 420px;
  }

  .ft2 .fl p a {
    font-size: 12px;
    color: #5a5f71;
    line-height: 28px;
    transition: all 0.3s;
  }

  .ft2 .fl p a:hover {
    color: #fff;
  }

  .ft2 .fl p:first-child {
    margin-bottom: 14px;
    position: relative;
  }

  .ft2 .fl p:first-child a {
    font-size: 14px;
    color: #fff;
  }

  .ft2 .fl p:first-child::before {
    content: " ";
    position: absolute;
    height: 12px;
    width: 3px;
    background: #f0923d;
    border-radius: 1px;
    left: -29px;
    top: 4px;
  }

  .ft3 {
    text-align: right;
  }

  .ft3 .ftt {
    position: absolute;
    right: 0;
    top: 110px;
  }

  .ftt p {
    font-size: 12px;
    color: #5a5f71;
    letter-spacing: 0.5px;
    margin-right: 16px;
    margin-top: 4px;
  }

  .fb p:first-child {
    float: left;
  }

  .fb p:nth-child(2) {
    float: right;
  }

  .fb {
    border-top: 1px solid #1c2239;
  }

  .fb p {
    line-height: 70px;
    color: #494e5f;
    font-size: 12px;
  }

  .fb p a {
    color: #494e5f;
    font-size: 12px;
    transition: all 0.3s;
  }

  .fb 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: #2b72fc url(../esimg/t1.png) no-repeat;
  }

  .yb_bar .yb_phone {
    background: #2b72fc url(../esimg/t2.png) no-repeat;
  }

  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #2b72fc url(../esimg/t3.png) no-repeat;
  }

  .yb_bar .yb_ercode {
    background: #2b72fc url(../esimg/t4.png) no-repeat;
  }

  .hd_qr {
    padding: 6px 37px 25px 37px;
    box-sizing: border-box;
    width: 180px;
  }

  .yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  .yb_QQ a:hover {
    color: #fff;
  }

  .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;
  }

  /* 友情链接 */
  .yqlj p {
    line-height: 40px;
    color: #333333;
    font-size: 14px;
  }

  .yqlj p a {
    font-size: 14px;
    color: #333333;
    transition: all 0.3s;
    margin-right: 10px;
  }

  .yqlj p a:hover {
    color: #2b72fc;
  }

  /*==========================================================================================================================*/
  /* 内页开始 */
  /* 服务 */
  .dh1 {
    height: 100px;
  }

  .dh12 {
    margin-left: 53px;
  }

  .dha {
    position: relative;
  }

  .dha:first-child {
    margin-right: 58px;
  }

  .dha:nth-child(2),
  .dha:nth-child(3),
  .dha:nth-child(4) {
    margin-right: 72px;
  }

  .dha:nth-child(5) {
    margin-right: 76px;
  }

  .dha p {
    width: 72px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 44px;
    transition: all 0.3s;
    border-bottom: 3px solid #fff;
  }

  .dha p a {
    color: #000000;
    font-size: 14px;
    transition: all 0.3s;
  }

  .dh12 .on p {
    border-bottom: 3px solid #028bff;
  }

  .dh12 .on p a {
    color: #028bff;
  }

  .dha:hover p {
    border-bottom: 3px solid #028bff;
  }

  .dha:hover p a {
    color: #028bff;
  }

  .dhaa {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    opacity: 0;
    position: absolute;
    width: 120px;
    z-index: 2;
    text-align: center;
    left: -24px;
    border-radius: 5px;
    border: 1px solid #80c5ff;
  }

  .dhab {
    transition: all 0.3s;
    margin-bottom: 10px;
  }

  .dhab:last-child {
    margin-bottom: 0;
  }

  .dhab a {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    transition: all 0.3s;
  }

  .dhab:hover {
    background: #e5f3ff;
  }

  .dhab:hover a {
    color: #028bff;
  }

  .dh13 p {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    background: linear-gradient(to right, #2f58ff, #078fff);
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1px;
    font-weight: bold;
    text-align: center;
    margin-top: 33px;
    margin-left: 44px;
  }

  .nyban {
    position: relative;
    width: 100%;
    /* height: 600px; */
  }

  .nyban img {
    /* position: absolute;
		margin-left: -960px;
		left: 50%; */
    width: 100%;
  }

  .keyword {
    background: url(../esimg/bg_white3.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -26px;
  }

  .keyword p {
    line-height: 52px;
  }

  .keyword p:first-child {
    float: left;
    padding-left: 36px;
    letter-spacing: 1.2px;
    color: #6a6a6a;
  }

  .keyword p:first-child a {
    color: #6a6a6a;
    transition: all 0.3s;
  }

  .keyword p:first-child a:hover {
    color: #028bff;
  }

  .keyword h1 {
    float: left;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 52px;
    transition: all 0.3s;
  }

  .keyword a:hover h1 {
    color: #028bff;
  }

  .kw {
    float: right;
    letter-spacing: 0.4px;
    font-size: 12px;
    color: #333333;
    width: 45%;
    padding-right: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .kw a {
    margin-right: 22px;
    font-size: 12px;
    color: #333333;
    transition: all 0.3s;
  }

  .kw a:hover {
    color: #028bff;
  }

  .btt {
    display: table;
    margin: 0 auto;
  }

  .btt p:first-child {
    font-size: 31px;
    color: #000000;
    letter-spacing: 2.7px;
    display: inline-block;
  }

  .btt img {
    display: inline-block;
    position: relative;
    top: 8px;
  }

  .btt p span {
    font-weight: bold;
  }

  .btt p:nth-child(3) {
    font-size: 31px;
    color: #000000;
    letter-spacing: 2.7px;
    display: inline-block;
  }

  .btt p:nth-child(4) {
    font-size: 18px;
    font-family: arial;
    color: #d4dde6;
    text-align: center;
    margin-top: 10px;
  }

  .fw .btt {
    margin-top: 19px;
  }

  .fwml {
    width: 100%;
    margin-top: 35px;
  }

  .fwml p {
    float: left;
    width: 10%;
    margin-right: 2.857%;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
    background: #f7fbff;
  }

  .fwml p a {
    line-height: 30px;
    color: #333333;
    /* transition: all 0.3s; */
    font-size: 14px;
  }

  .fwml .on {
    background: linear-gradient(#ffa24d, #ff8d24);
  }

  .fwml .on a {
    color: #fff;
  }

  .fwml p:nth-child(8) {
    margin-right: 0;
  }

  .fwml p:hover {
    background: linear-gradient(#ffa24d, #ff8d24);
  }

  .fwml p:hover a {
    color: #fff;
  }

  .fwd {
    margin-top: 40px;
  }

  .fwdet {
    margin-bottom: 60px;
  }

  .fwdet .fr {
    width: 50%;
  }

  .picbox4 {
    width: 96.666%;
    margin-left: 3.334%;
  }

  .picbox4 img {
    width: 100%;
  }

  .fwdet:first-child {
    border: 2px solid #e7fcf9;
  }

  .fwdet:nth-child(2) {
    border: 2px solid #e4f2f9;
  }

  .fwdet:nth-child(3) {
    border: 2px solid #f8f5ff;
  }

  .fwdet:nth-child(4) {
    border: 2px solid #fffafa;
  }

  .fwdet:nth-child(5) {
    border: 2px solid #e7fcf9;
  }

  .fwdet:nth-child(6) {
    border: 2px solid #e4f2f9;
  }

  .fwdet:nth-child(7) {
    border: 2px solid #f8f5ff;
  }

  .fwdet:nth-child(8) {
    border: 2px solid #fffafa;
  }

  .fwp {
    width: 114%;
    padding-right: 14%;
    height: 180px;
    margin-top: 37px;
    margin-bottom: 48px;
    padding-top: 29px;
    padding-left: 40px;
  }

  .fwdet:first-child .fwp {
    background: #ecfffc;
  }

  .fwdet:nth-child(2) .fwp {
    background: #fafdff;
  }

  .fwdet:nth-child(3) .fwp {
    background: #f8f5ff;
  }

  .fwdet:nth-child(4) .fwp {
    background: #fffafa;
  }

  .fwdet:nth-child(5) .fwp {
    background: #ecfffc;
  }

  .fwdet:nth-child(6) .fwp {
    background: #fafdff;
  }

  .fwdet:nth-child(7) .fwp {
    background: #f8f5ff;
  }

  .fwdet:nth-child(8) .fwp {
    background: #fffafa;
  }

  .fwdet .fl img {
    position: absolute;
    bottom: 14px;
    right: -160px;
  }

  .fwdet:nth-child(2) .fwp p:nth-child(2n),
  .fwdet:nth-child(3) .fwp p:nth-child(2n),
  .fwdet:nth-child(5) .fwp p:nth-child(2n),
  .fwdet:nth-child(6) .fwp p:nth-child(2n),
  .fwdet:nth-child(7) .fwp p:nth-child(2n) {
    width: 52%;
  }

  .fwdet .fl {
    width: 50%;
    padding: 49px 6px 0px 0px;
    position: relative;
    z-index: -1;
  }

  .fwdet .fl > p:first-child {
    font-size: 20px;
    color: #000000;
    padding-left: 40px;
  }

  .fwdet .fl > p span {
    font-size: 44px;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    display: block;
  }

  .fwdet .fl > p:nth-child(2) {
    font-size: 14px;
    line-height: 2;
    color: #565656;
    letter-spacing: 1px;
    margin-top: 37px;
    height: 90px;
    padding-left: 40px;
  }

  .fwp p {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 42px;
  }

  .fwp p:nth-child(3n + 1) {
    width: 100%;
  }

  .fwp p:nth-child(3n + 2) {
    width: 100%;
  }

  .picbox4 {
    margin-top: 90px;
  }

  .cw .commen .fr p {
    transition: all 0.3s;
    margin-top: 100px;
    line-height: 38px;
    width: 110px;
    border: 1px solid #c3c3c3;
    border-radius: 19px;
    text-align: center;
  }

  .cw .commen .fr p a {
    transition: all 0.3s;
    font-size: 14px;
    color: #666666;
  }

  .cw .commen .fr p:hover {
    border: 1px solid #fff;
    background: linear-gradient(#315ffe, #1290fa);
  }

  .cw .commen .fr p:hover a {
    color: #fff;
  }

  .cwd {
    width: 93.333%;
    margin: 0 auto;
  }

  .imgboxaa {
    width: 100%;
    overflow: hidden;
  }

  .imgboxaa img {
    width: 100%;
    transition: all 0.3s;
  }

  .pboxaa {
    background: #fff;
    transition: all 0.3s;
    padding: 16px 25px 16px 25px;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }

  .pboxaa > p:first-child {
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pboxaa > p:nth-child(2) {
    font-size: 12px;
    color: #999999;
    display: block;
    margin-top: 10px;
    transition: all 0.3s;
  }

  .pboxaa h6 {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 12px;
    transition: all 0.3s;
  }

  .pboxaa div p:first-child {
    font-size: 12px;
    color: #999999;
    transition: all 0.3s;
  }

  .pboxaa div img {
    float: right;
  }

  .pboxaa div {
    background: url(../esimg/next_grey.png) no-repeat;
    background-position: 100% 2px;
  }

  .alxqaa:hover .pboxaa {
    background: #146fff;
    border-bottom: 1px solid #146fff;
    border-left: 1px solid #146fff;
    border-right: 1px solid #146fff;
  }

  .alxqaa:hover .imgboxaa img {
    transform: scale(1.05);
  }

  .alxqaa:hover div {
    background: url(../esimg/next_white.png) no-repeat;
    background-position: 100% 2px;
  }

  .alxqaa:hover .pboxaa > p {
    color: #fff;
  }

  .alxqaa:hover .pboxaa > p span {
    color: #fff;
  }

  .alxqaa:hover .pboxaa div p:first-child {
    color: #fff;
  }

  .alxqaa:hover h6 {
    border-bottom: 1px solid #fff;
  }

  .alxqaa:nth-child(3n - 1) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .cwa {
    width: 100%;
    height: 360px;
    background: #f7fbff;
    padding-top: 40px;
    margin-top: 39px;
    margin-bottom: 47px;
  }

  /* 案例 */
  .alzp .bt p {
    margin-top: 20px;
  }

  .alzp .albt {
    margin-top: 46px;
  }

  .lxfs {
    margin-top: 39px;
  }

  .lxfs .fr p:first-child {
    font-size: 14px;
    color: #979797;
    letter-spacing: 0.5px;
    padding-left: 10px;
    line-height: 17px;
  }

  .lxfs .fr p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #1291fa;
    padding-left: 10px;
    letter-spacing: 0.5px;
  }

  .lxfs img {
    margin-top: 4px;
  }

  .pagea {
    display: table;
    margin: 0 auto;
  }

  .pagea p {
    cursor: pointer;
    float: left;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 10px;
    background: #f7fbff;
    margin-right: 4px;
    margin-left: 4px;
  }

  .pagea p a {
    font-size: 12px;
    color: #1f7cfa;
  }

  .pagea p:first-child,
  .pagea p:nth-child(7) {
    width: 50px;
  }

  .pagea .a {
    width: 70px !important;
  }

  .pagea p:hover {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagea p:hover a {
    color: #fff;
  }

  .pagea .on {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagea .on a {
    color: #fff;
  }

  .alzp .alxq {
    padding-bottom: 10px;
  }

  /* 客户 */
  .khs {
    margin-top: 45px;
    height: 540px;
    overflow: hidden;
  }

  .khdet {
    float: left;
    width: 23.333%;
  }

  .khdet:nth-child(4n - 2) {
    margin-left: 2.222%;
    margin-right: 2.222%;
  }

  .khdet:nth-child(4n - 1) {
    margin-right: 2.222%;
  }

  .khdet img {
    border: 1px solid #e1e7f4;
    width: 100%;
  }

  .khdet p {
    text-align: center;
    font-size: 16px;
    color: #444444;
    line-height: 18px;
    margin-top: 9px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 21px;
  }

  .gd {
    text-align: center;
    text-decoration: underline;
    margin-top: 16px;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
    cursor: pointer;
  }

  .gd:hover {
    color: #1291fa;
  }

  .hzkh .bt p {
    margin-top: 24px;
  }

  /* 客户评价 */
  .khpj .bt p {
    margin-top: 20px;
  }

  .pjs {
    margin-top: 67px;
  }

  .pjdet {
    width: 100%;
    padding-bottom: 31px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 20px 10px #fafafc;
    transition: all 0.3s;
  }

  .pj1 {
    transition: all 0.3s;
    margin-left: 3.5%;
    width: 8.333%;
    background: url(../esimg/kefu.png) no-repeat;
    background-position: 100% calc(50% + 4px);
  }

  .pj1 p {
    transition: all 0.3s;
    text-align: center;
    font-size: 16px;
    color: #959cb7;
    letter-spacing: 0.5px;
    padding-top: 142px;
  }

  .pj2 {
    padding-left: 36px;
    width: 73%;
  }

  .pj2 p:first-child {
    transition: all 0.3s;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.5px;
    margin-top: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pj2 p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    color: #666666;
    margin-top: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pj2 p:nth-child(2) span {
    margin-right: 20px;
  }

  .pj2 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    letter-spacing: 0.3px;
    margin-top: 13px;
    height: 36px;
    overflow: hidden;
  }

  .pj2 p:nth-child(4) {
    transition: all 0.3s;
    font-size: 12px;
    color: #bcbec2;
    margin-top: 13px;
  }

  .pj3 {
    transition: all 0.3s;
    margin-top: 77px;
    margin-right: 64px;
    width: 43px;
    height: 43px;
    background: url(../esimg/double_right.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .pjdet:hover {
    background: #1e7efa;
    box-shadow: none;
  }

  .pjdet:hover .pj1 {
    background: url(../esimg/kefu.png) no-repeat;
    background-position: 100% calc(50% + 4px);
  }

  .pjdet:hover p {
    color: #fff;
  }

  .pjdet:hover .pj3 {
    background: url(../esimg/double_right2.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  /* 评价详情 */
  .pjxq > .fl {
    width: 62.5%;
    padding-top: 24px;
  }

  .pjxq > .fr {
    width: 31.666%;
  }

  .pjxq .fr .bt p {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .pjxq .fr .bkb {
    margin-bottom: 15px;
  }

  .pjbt {
    margin-left: 29px;
  }

  .pjbt h1 {
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.6px;
  }

  .pjbt > p {
    font-size: 12px;
    line-height: 1.5;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 18px;
  }

  .pjbt > p span {
    margin-right: 28px;
  }

  .pja p {
    font-size: 12px;
    color: #909090;
    line-height: 2;
    padding-left: 22px;
  }

  .pja p:first-child {
    background: url(../esimg/author.png) no-repeat;
    background-position: 0px center;
  }

  .pja p:nth-child(2) {
    background: url(../esimg/date.png) no-repeat;
    background-position: 0px center;
    margin-left: 63px;
  }

  .pja p:nth-child(3) {
    background: url(../esimg/source.png) no-repeat;
    background-position: 0px center;
    margin-left: 69px;
  }

  .tx {
    position: relative;
  }

  .tx img:first-child {
    width: 70px;
  }

  .tx img:nth-child(3) {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 19px);
  }

  .tx p {
    font-size: 14px;
    color: #959cb7;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 4px;
    margin-bottom: 23px;
  }

  .pjb strong {
    display: block;
    padding-left: 39px;
    font-size: 14px;
    line-height: 2;
    color: #333333;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .pjb strong a {
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    color: #666666;
    margin-right: 22px;
    transition: all 0.3s;
  }

  .pjb strong a:hover {
    color: #1291fa;
  }

  .pjb {
    border: 1px solid #e1e7f4;
  }

  .pjb > p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    color: #666666;
    padding: 26px 27px 22px 35px;
  }

  .pjb img {
    max-width: 100%;
    margin: 0 auto;
  }

  .pageb {
    border: 1px solid #e1e7f4;
    border-radius: 20px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 33px;
  }

  .pageb p {
    line-height: 38px;
  }

  .pageb p:hover a {
    color: #ff9029;
  }

  .pageb p:first-child:hover {
    background: url(../esimg/icon_left.png) no-repeat;
    background-position: 0px 14px;
  }

  .pageb p:nth-child(3):hover {
    background: url(../esimg/icon_right.png) no-repeat;
    background-position: 100% 14px;
  }

  .pageb a {
    font-size: 14px;
    color: #0882ff;
    letter-spacing: 0.5px;
    transition: all 0.3s;
  }

  .pageb p:first-child {
    position: absolute;
    left: 27px;
    top: 0px;
    padding-left: 20px;
    background: url(../esimg/small_left.png) no-repeat;
    background-position: 0px 14px;
    transition: all 0.3s;
  }

  .pageb p:nth-child(2) {
    text-align: center;
  }

  .pageb p:nth-child(3) {
    position: absolute;
    right: 27px;
    top: 0px;
    padding-right: 20px;
    background: url(../esimg/small_right.png) no-repeat;
    background-position: 100% 14px;
    transition: all 0.3s;
  }

  .bkb:hover p:first-child {
    color: #1291fa;
  }

  /* 案例详情 */
  .als {
    padding-top: 32px;
  }

  .als .fl {
    width: 51%;
    padding-left: 8px;
  }

  .als .fr {
    width: 33.333%;
    padding-left: 19px;
  }

  .als .fl p:first-child,
  .als .fr p:first-child {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0.5px;
  }

  .als .fl p:first-child span,
  .als .fr p:first-child span {
    display: block;
    width: 10px;
    border-bottom: 2px solid #9a9a9a;
    margin-top: 18px;
  }

  .als .fl p:nth-child(2) {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 25px;
    margin-bottom: 19px;
  }

  .als .fl p:nth-child(3) {
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .als .fl p:nth-child(4) {
    width: 110px;
    height: 38px;
    border: 1px solid #e3e9f5;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    margin-top: 35px;
  }

  .als .fl p:nth-child(4) a {
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 36px;
    transition: all 0.3s;
  }

  .als .fl p:nth-child(4):hover {
    border: 1px solid #1291fa;
  }

  .als .fl p:nth-child(4):hover a {
    color: #1291fa;
  }

  .als .d {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0.5px;
  }

  .als .fr p:first-child {
    margin-bottom: 20px;
  }

  .als .d span {
    color: #555555;
  }

  .als1 {
    margin-top: 43px;
  }

  .als1,
  .als2 {
    background: #f7fbff;
  }

  .als1 img:first-child {
    position: relative;
    margin-left: -960px;
    left: 50%;
    height: 570px;
  }

  .als2 {
    padding-top: 46px;
  }

  .als2 p {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 42px;
  }

  .als2 p span {
    font-size: 14px;
    color: #7c7c7c;
    display: block;
    margin-top: 5px;
  }

  .als2 img {
    max-width: 1200px;
    margin: 0 auto;
  }

  .pagec {
    display: table;
    margin: 0 auto;
    margin-top: 118px;
  }

  .pagec p {
    float: left;
  }

  .pagec p:first-child {
    transition: all 0.3s;
    padding-left: 41px;
    background: url(../esimg/round_left.png) no-repeat;
    background-position: 0px 0px;
    margin-right: 85px;
  }

  .pagec p:nth-child(4) {
    padding-right: 41px;
    background: url(../esimg/icon_yuan_right3.png) no-repeat;
    background-position: 100% 0px;
    margin-left: 85px;
  }

  .pagec p:first-child:hover {
    background: url(../esimg/icon_yuan_left3.png) no-repeat;
    background-position: 0px 0px;
  }

  .pagec p:nth-child(4):hover {
    background: url(../esimg/round_right.png) no-repeat;
    background-position: 100% 0px;
  }

  .pagec p:first-child a,
  .pagec p:nth-child(4) a {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    transition: all 0.3s;
  }

  .pagec p:nth-child(2) a,
  .pagec p:nth-child(3) a {
    font-size: 14px;
    color: #2572fb;
    line-height: 36px;
    transition: all 0.3s;
  }

  .pagec p:nth-child(2),
  .pagec p:nth-child(3) {
    border: 1px solid #1789fa;
    border-radius: 18px;
    width: 138px;
    text-align: center;
    transition: all 0.3s;
  }

  .pagec p:nth-child(2) {
    margin-right: 42px;
  }

  .pagec p:first-child:hover a {
    color: #1789fa;
  }

  .pagec p:nth-child(4):hover a {
    color: #1789fa;
  }

  .pagec p:nth-child(2):hover {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagec p:nth-child(2):hover a {
    color: #fff;
  }

  .pagec p:nth-child(3):hover {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagec p:nth-child(3):hover a {
    color: #fff;
  }

  /* 关于我们 */
  .gywm .bt p {
    margin-top: 30px;
    font-size: 24px;
  }

  .gywm .commen > .fr {
    width: 58.5%;
    padding-top: 50px;
  }

  .gywm .commen > .fr p:first-child {
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.6px;
  }

  .gywm .commen > .fr p:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    letter-spacing: 0.4px;
    margin-top: 24px;
  }

  .gywm .commen img {
    max-width: 100%;
    margin-top: 77px;
  }

  .gywma {
    background: url(../esimg/grey_round.png);
    background-position: center;
    background-size: cover;
    padding-top: 66px;
    padding-bottom: 58px;
  }

  .gywm {
    padding-bottom: 82px;
  }

  .gywmaa {
    margin-top: 40px;
  }

  .gywmab {
    width: 23.333%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 1px #f2f6fb;
    padding-bottom: 42px;
  }

  .gywmab img {
    margin: 0 auto;
    margin-top: 38px;
  }

  .gywmab p {
    text-align: center;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 14px;
  }

  .gywmab p span {
    display: block;
    font-size: 14px;
    font-family: arial;
    color: #adadad;
  }

  .gywmab:nth-child(4n - 2) {
    margin-left: 2.222%;
    margin-right: 2.222%;
  }

  .gywmab:nth-child(4n - 1) {
    margin-right: 2.222%;
  }

  .gywmb {
    background: url(../esimg/bg_logo.jpg) no-repeat;
    padding-top: 78px;
    background-size: auto 310px;
  }

  .gywmb .btt p {
    color: #fff;
  }

  .gywmba {
    float: left;
    width: 49.166%;
    background: #fff;
    padding-top: 26px;
    margin-bottom: 20px;
    height: 190px;
    border: 1px solid #e6e6f1;
  }

  .gywmba:first-child,
  .gywmba:nth-child(3) {
    float: left;
  }

  .gywmba:nth-child(2),
  .gywmba:nth-child(4) {
    float: right;
  }

  .gywmba .fl {
    width: 27.457%;
    border-right: 1px solid #f2f7fb;
  }

  .gywmba .fr {
    width: 72.543%;
    padding-left: 33px;
    padding-right: 40px;
  }

  .gywmba .fl img {
    margin-left: 34px;
  }

  .gywmba .fl p {
    font-size: 20px;
    margin-left: 44px;
    margin-top: 8px;
    letter-spacing: 1px;
  }

  .gywmba:first-child .fl p,
  .gywmba:nth-child(4) .fl p {
    color: #1867dd;
  }

  .gywmba:nth-child(2) .fl p,
  .gywmba:nth-child(3) .fl p {
    color: #ff9b3f;
  }

  .gywmba .fl p span {
    font-size: 14px;
    display: block;
    letter-spacing: normal;
  }

  .gywmba .fr p:first-child {
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
  }

  .gywmba .fr p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-top: 5px;
  }

  .gywmba:first-child .fr p:first-child,
  .gywmba:nth-child(4) .fr p:first-child {
    color: #1867dd;
  }

  .gywmba:nth-child(2) .fr p:first-child,
  .gywmba:nth-child(3) .fr p:first-child {
    color: #ff8d24;
  }

  .gywmbb {
    padding-top: 52px;
  }

  .gywmc {
    background: url(../esimg/light_blue_bg.jpg) no-repeat;
    background-position: center;
  }

  .gywmc .bt p {
    font-size: 24px;
  }

  .ccs {
    width: 45.161%;
    background: #fff;
    position: relative;
    padding: 40px 0px 34px 39px;
    box-shadow: 0px 0px 20px 5px #f1f1f5;
    margin-bottom: 50px;
  }

  .ccs p:first-child {
    font-size: 26px;
    font-weight: bold;
    font-family: arial;
    color: #bad1ff;
  }

  .ccs p:nth-child(2) {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 2;
  }

  .ccs p:nth-child(2)::before {
    top: -1px;
    left: -3px;
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 10px;
    background: #e7eefe;
    z-index: -1;
  }

  .ccs p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
  }

  .ccs p:nth-child(4) {
    font-size: 24px;
    font-weight: bold;
    font-family: calibri;
    color: #e7eefe;
    position: absolute;
    bottom: 12px;
    right: 14px;
  }

  .ccs:nth-child(2n - 1) {
    margin-right: 9.678%;
  }

  .cc {
    width: 64.583%;
  }

  .gywmda:nth-child(2) {
    margin-left: 6.251%;
    margin-right: 6.251%;
  }

  .gywmda {
    width: 29.166%;
    background: #fff;
    position: relative;
    padding: 40px 0px 34px 0px;
    box-shadow: 0px 0px 20px 5px #f1f1f5;
    margin-bottom: 50px;
  }

  .gywmda p:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
    font-family: arial;
    color: #bad1ff;
    padding-left: 39px;
  }

  .gywmda p:nth-child(3) {
    padding-left: 39px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 2;
  }

  .gywmda p:nth-child(3)::before {
    top: -1px;
    left: 33px;
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 10px;
    background: #e7eefe;
    z-index: -1;
  }

  .gywmda p:nth-child(4) {
    padding-left: 39px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
  }

  .gywmda p:nth-child(5) {
    padding-left: 39px;
    font-size: 24px;
    font-weight: bold;
    font-family: calibri;
    color: #e7eefe;
    position: absolute;
    bottom: 12px;
    right: 14px;
  }

  .picbox5 {
    width: 82.857%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .picbox5 img {
    width: 100%;
  }

  .bt1 p {
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
  }

  .bt1 p span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    font-family: arial;
    color: #000000;
    margin-bottom: -2px;
  }

  .gywmc .bt p span {
    margin-bottom: 3px;
  }

  /* 公司新闻 */
  .gsxw .bt p {
    margin-top: 20px;
  }

  .xwaa {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 47px;
  }

  .xwa1 {
    width: 35%;
  }

  .xwa2 {
    width: 62.5%;
  }

  .picbox6 {
    width: 100%;
    overflow: hidden;
    height: 258px;
  }

  .picbox6 img {
    width: 100%;
    transition: all 0.3s;
  }

  .pbox6 {
    transition: all 0.3s;
    background-image: url(../esimg/double_right.png);
    background-size: 34px 34px;
    background-position: 92% 47%;
    background-repeat: no-repeat;
    border-left: 1px solid #e1e7f4;
    border-right: 1px solid #e1e7f4;
    border-bottom: 1px solid #e1e7f4;
    padding: 35px 100px 43px 30px;
  }

  .pbox6 p:first-child {
    transition: all 0.3s;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .pbox6 p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    font-family: arial;
    color: #bec4d0;
    margin-top: 15px;
    margin-bottom: 14px;
  }

  .pbox6 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    letter-spacing: 0.4px;
    height: 36px;
    overflow: hidden;
  }

  .xwdet1 {
    padding: 32px 150px 20px 41px;
    background-image: url(../esimg/double_right.png);
    background-position: 92.5% 50%;
    background-repeat: no-repeat;
    border: 1px solid #e1e7f4;
  }

  .xwdet1 p:first-child {
    transition: all 0.3s;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .xwdet1 p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    font-family: arial;
    color: #bec4d0;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .xwdet1 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 22px;
  }

  .xwdet1 p:nth-child(4) {
    transition: all 0.3s;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
  }

  .xwa2 .xwdet1:first-child {
    margin-bottom: 30px;
  }

  .xwa1:hover .pbox6 {
    background: #1291fa;
    background-size: 34px 34px;
    background-image: url(../esimg/double_right2.png);
    background-position: 92% 47%;
    background-repeat: no-repeat;
    border-left: 1px solid #1291fa;
    border-right: 1px solid #1291fa;
    border-bottom: 1px solid #1291fa;
  }

  .xwa1:hover p {
    color: #fff;
  }

  .xwa1:hover img {
    transform: scale(1.05);
  }

  .xwdet1:hover {
    background: #1291fa;
    background-image: url(../esimg/double_right2.png);
    background-position: 92.5% 50%;
    background-repeat: no-repeat;
  }

  .xwdet1:hover p {
    color: #fff;
  }

  .xwdet1:hover img {
    transform: scale(1.05);
  }

  .xwdet2 {
    border: 1px solid #e1e7f4;
    transition: all 0.3s;
    margin-bottom: 25px;
  }

  .picbox7 {
    float: left;
    width: 25%;
    margin-left: 1.666%;
    overflow: hidden;
    margin-top: 19px;
  }

  .picbox7 img {
    width: 100%;
    transition: all 0.3s;
  }

  .pbox7 {
    float: right;
    width: 68.166%;
    background-image: url(../esimg/double_right.png);
    background-position: 92% 50%;
    background-repeat: no-repeat;
  }

  .pbox7 p:first-child {
    width: 75%;
    transition: all 0.3s;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 40px;
  }

  .pbox7 p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    font-family: arial;
    color: #bec4d0;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .pbox7 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
    width: 76%;
    height: 44px;
    overflow: hidden;
  }

  .pbox7 p:nth-child(4) {
    transition: all 0.3s;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    padding-bottom: 30px;
  }

  .xwdet2:hover {
    background: #1291fa;
  }

  .xwdet2:hover .pbox7 {
    background-image: url(../esimg/double_right2.png);
    background-position: 92% 50%;
    background-repeat: no-repeat;
  }

  .xwdet2:hover p {
    color: #fff;
  }

  .xwdet2:hover img {
    transform: scale(1.05);
  }

  .xws {
    margin-bottom: 15px;
  }

  /* 新闻详情 */
  .xwbt h1 {
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.6px;
  }

  .xwf {
    margin-top: 21px;
    padding-bottom: 18px;
  }

  .xwf p {
    font-size: 12px;
    color: #909090;
    line-height: 16px;
    padding-left: 22px;
    letter-spacing: 0.5px;
  }

  .xwf p:first-child {
    background: url(../esimg/author.png) no-repeat;
    background-position: 0px 0px;
  }

  .xwf p:nth-child(2) {
    background: url(../esimg/date.png) no-repeat;
    background-position: 0px 0px;
    margin-left: 62px;
  }

  .xwf p:nth-child(3) {
    background: url(../esimg/source.png) no-repeat;
    background-position: 0px 0px;
    margin-left: 69px;
  }

  .xwg strong {
    display: block;
    font-size: 14px;
    color: #333333;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .xwg strong a {
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    margin-right: 22px;
    transition: all 0.3s;
  }

  .xwg strong a:hover {
    color: #1291fa;
  }

  .xwg {
    border-top: 1px solid #e1e7f4;
  }

  .xwg > p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.4px;
    line-height: 24px;
    padding: 26px 0px 22px 0px;
  }

  .xwg img {
    max-width: 100%;
    margin: 0 auto;
  }

  .xwxq > .fl {
    width: 62.5%;
    padding-top: 14px;
  }

  .xwxq > .fr {
    width: 31.666%;
  }

  .xwxq .fr .bt p {
    margin-top: 20px;
    margin-bottom: 38px;
  }

  .xwxq .fr .bkb {
    margin-bottom: 15px;
  }

  /* 资讯 */
  .xwzx .bt p {
    margin-top: 20px;
  }

  .zxs {
    width: 70%;
    margin-top: 48px;
  }

  .oth {
    width: 25%;
  }

  .zx1 {
    transition: all 0.3s;
    border: 1px solid #e1e7f4;
    padding: 30px 31px 26px 32px;
    background: #fff;
    margin-bottom: 30px;
  }

  .zx1 a > p:first-child {
    transition: all 0.3s;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.5px;
    margin-bottom: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .zx1 a > p:nth-child(2) {
    color: #2487fa;
    font-size: 12px;
    transition: all 0.3s;
  }

  .zx1 a > p:nth-child(2) span {
    margin-right: 17px;
  }

  .zx1 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    left: 0.5px;
    margin-top: 15px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 23px;
  }

  .zx11 p:first-child {
    transition: all 0.3s;
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: 0.5px;
    float: left;
  }

  .zx11 p:first-child span {
    transition: all 0.3s;
    color: #666666;
  }

  .zx11 p:nth-child(2) {
    transition: all 0.3s;
    float: right;
    font-size: 12px;
    font-family: arial;
    color: #b4b4b4;
  }

  .zx1:hover a p {
    color: #fff;
  }

  .zx1:hover p span {
    color: #fff;
  }

  .zx1:hover {
    background: #1291fa;
  }

  .zx2 {
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 1px solid #e1e7f4;
    background-image: url(../esimg/next_btn.png);
    background-repeat: no-repeat;
    background-position: 96% 50%;
  }

  .zx2 .fl:first-child {
    width: 9.285%;
    margin-left: 18px;
  }

  .zx2 .fl:first-child p:first-child {
    transition: all 0.3s;
    font-size: 38px;
    font-family: arial;
    color: #333333;
    text-align: center;
    line-height: 36px;
    margin-top: 17px;
  }

  .zx2 .fl:first-child p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    color: #333333;
    font-family: arial;
    text-align: center;
    margin-bottom: 19px;
  }

  .zx2 .fl:nth-child(2) p:first-child {
    transition: all 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.7px;
    margin-bottom: 6px;
    margin-top: 22px;
  }

  .zx2 .fl:nth-child(2) p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .zx2 .fl:nth-child(2) {
    width: 70%;
    padding-left: 12px;
  }

  .zx2:hover {
    background: #1291fa;
    background-image: url(../esimg/next_btn.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
  }

  .zx2:hover .fl:first-child p:first-child {
    color: #fff;
  }

  .zx2:hover .fl:first-child p:nth-child(2) {
    color: #fff;
  }

  .zx2:hover .fl:nth-child(2) p:first-child {
    color: #fff;
  }

  .zx2:hover .fl:nth-child(2) p:nth-child(2) {
    color: #fff;
  }

  .oth1 {
    padding-top: 43px;
  }

  .oth1 h6 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .oth1 p {
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .oth1 p:hover a {
    color: #1291fa;
  }

  .oth1 p a {
    transition: all 0.3s;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.8px;
    padding-left: 20px;
  }

  .oth1 p span {
    font-size: 16px;
    color: #028aff;
    display: inline-block;
    width: 30px;
    height: 25px;
    border: 1px solid #e1e7f4;
    text-align: center;
    line-height: 25px;
  }

  .oth2 > p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
  }

  .oth2 {
    padding-top: 28px;
  }

  .oth22 {
    border: 1px solid #e1e7f4;
    padding-top: 35px;
    margin-top: 17px;
  }

  .oth22 p:first-child {
    margin-left: 29px;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 29px;
    padding-left: 50px;
    background-image: url(../esimg/small_tel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }

  .oth22 p:nth-child(2) {
    margin-left: 29px;
    margin-top: 24px;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #4e4e4e;
    padding-left: 50px;
    background-image: url(../esimg/small_message.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }

  .oth22 p:nth-child(3) {
    margin-bottom: 37px;
    margin-left: 29px;
    margin-top: 27px;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-left: 50px;
    background-image: url(../esimg/small_address.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }

  .oth22 img {
    margin: 0 auto;
  }

  .oth22 p:nth-child(5) {
    font-size: 14px;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 7px;
  }

  .zxs .pagea {
    margin-top: 20px;
  }

  /* 问答详情 */
  .wdxq > .fl {
    width: 62.5%;
    padding-top: 14px;
  }

  .wdxq > .fr {
    width: 31.666%;
  }

  .wdxq .fr .bt p {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .wdxq .fr .bkb {
    margin-bottom: 15px;
  }

  .wdxq .xwbt h1 {
    padding-left: 39px;
    background: url(../esimg/icon_question.png) no-repeat;
    background-position: 0px 3px;
  }

  /* 常见问答 */
  .cjwd .bt p {
    margin-top: 20px;
  }

  .wds {
    margin-top: 38px;
  }

  .wda {
    width: 48.333%;
    border: 1px solid #e1e7f4;
    padding: 26px 30px 27px 30px;
    margin-bottom: 40px;
  }

  .wda:nth-child(odd) {
    float: left;
  }

  .wda:nth-child(even) {
    float: right;
  }

  .wda p:first-child {
    transition: all 0.3s;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1.7px;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #e1e7f4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .wda p:first-child span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 24px;
    line-height: 24px;
    border-radius: 5px;
    background: linear-gradient(#325dff, #1291fa);
    display: inline-block;
    left: 0px;
    top: 0px;
  }

  .wda p:nth-child(2) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    position: relative;
    padding-left: 40px;
    height: 44px;
    overflow: hidden;
  }

  .wda p:nth-child(2) span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 24px;
    line-height: 24px;
    border-radius: 5px;
    background: linear-gradient(#ffa14b, #ff8d24);
    display: inline-block;
    left: 0px;
    top: 0px;
  }

  .wda p:nth-child(3) {
    transition: all 0.3s;
    font-size: 12px;
    color: #bec4d0;
    font-family: arial;
    padding-left: 35px;
    margin-top: 20px;
  }

  .wda:hover p {
    color: #fff;
  }

  .wda:hover {
    background: #1291fa;
  }

  .wda p:nth-child(3) {
    background-image: url(../esimg/next_btn.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
  }

  /* 联系我们 */
  .lxwm {
    border: 1px solid #e1ecf4;
    border-radius: 10px;
    padding-bottom: 52px;
    margin-top: 33px;
  }

  .lxwm > .fl {
    width: 45%;
    padding-left: 50px;
  }

  .lxwm > .fr {
    width: 46.666%;
    margin-right: 50px;
  }

  .lxwm > .fl h6 {
    font-size: 20px;
    color: #4e4e4e;
    letter-spacing: 1.5px;
    padding-top: 56px;
    margin-bottom: 35px;
  }

  .lxwm > .fl p {
    line-height: 28px;
    font-size: 16px;
    color: #4e4e4e;
    padding-left: 58px;
    letter-spacing: 0.5px;
  }

  .lxwm > .fl p:nth-child(2) {
    background: url(../esimg/small_tel.png) no-repeat;
    background-position: 0px 0px;
    margin-bottom: 49px;
  }

  .lxwm > .fl p:nth-child(3) {
    background: url(../esimg/icon_contact.png) no-repeat;
    background-position: 0px 0px;
    margin-bottom: 37px;
  }

  .lxwm > .fl p:nth-child(4) {
    background: url(../esimg/small_message.png) no-repeat;
    background-position: 0px 0px;
    margin-bottom: 37px;
  }

  .lxwm > .fl p:nth-child(5) {
    background: url(../esimg/small_message2.png) no-repeat;
    background-position: 0px 0px;
    margin-bottom: 37px;
  }

  .lxwm > .fl p:nth-child(6) {
    background: url(../esimg/small_address.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxinp > p:first-child {
    font-size: 20px;
    color: #4e4e4e;
    letter-spacing: 1.5px;
    padding-top: 56px;
    margin-bottom: 31px;
  }

  .lxinp input[type="text"] {
    width: 48.214%;
    height: 56px;
    border: 1px solid #e1e7f4;
    border-radius: 1px;
    line-height: 56px;
    padding-left: 46px;
    font-size: 14px;
  }

  .lxinp input:nth-child(1) {
    margin-right: 2.9%;
    background: url(../esimg/small_kefu.png) no-repeat;
    background-position: 14px 17px;
  }

  .lxinp input:nth-child(2) {
    background: url(../esimg/icon_tel.png) no-repeat;
    background-position: 14px 17px;
  }

  .lxinp textarea {
    margin-top: 20px;
    padding-top: 18px;
    width: 100%;
    height: 190px;
    border: 1px solid #e1e7f4;
    border-radius: 1px;
    font-size: 14px;
    padding-left: 46px;
    background: url(../esimg/small_message5.png) no-repeat;
    background-position: 14px 17px;
  }

  .lxinp input:nth-child(5) {
    transition: all 0.3s;
    margin-top: 22px;
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: linear-gradient(#ffa24d, #ff8d24);
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
  }

  .lxfsa {
    float: right;
    margin-top: 27px;
    padding-right: 120px;
  }

  .lxfsa .fr {
    padding-left: 11px;
  }

  .lxinp input:nth-child(5):hover {
    margin-top: 19px;
  }

  .lxfsa .fr p:first-child {
    font-size: 14px;
    color: #979797;
    letter-spacing: 0.5px;
    line-height: 18px;
  }

  .lxfsa .fr p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #1291fa;
    letter-spacing: 0.5px;
  }

  .addre {
    width: 1100px;
    height: 380px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-top: 50px;
  }

  .lxwma {
    border: 1px solid #e1ecf4;
    border-radius: 10px;
    padding: 0px 50px 0px 50px;
    margin-top: 33px;
  }

  .lxwm1 {
    border-bottom: 1px solid #e1e7f4;
  }

  .lxwm1 .fl:first-child img {
    margin-top: 16px;
  }

  .lxwm1 .fl:first-child p {
    font-size: 16px;
    color: #4e4e4e;
    letter-spacing: 1.3px;
    line-height: 20px;
  }

  .lxwm1 .fl:nth-child(2) {
    padding-left: 95px;
  }

  .lxwm1 .fl:nth-child(2) p,
  .lxwm1 .fr p {
    font-size: 14px;
    color: #4e4e4e;
    letter-spacing: 0.3px;
    padding-left: 41px;
    line-height: 26px;
  }

  .lxwm1 .fl:nth-child(2) p:first-child {
    background: url(../esimg/small_kefu2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 35px;
  }

  .lxwm1 .fl:nth-child(2) p:nth-child(2) {
    background: url(../esimg/small_tel2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
  }

  .lxwm1 .fl:nth-child(2) p:nth-child(3) {
    background: url(../esimg/icon_contact2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
    margin-bottom: 38px;
  }

  .lxwm1 .fr p:first-child {
    background: url(../esimg/small_message3.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 35px;
  }

  .lxwm1 .fr p:nth-child(2) {
    background: url(../esimg/small_address2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
  }

  .lxwm2 .fl:first-child img {
    margin-top: 16px;
  }

  .lxwm2 .fl:first-child p {
    font-size: 16px;
    color: #4e4e4e;
    letter-spacing: 1.3px;
    line-height: 20px;
  }

  .lxwm2 .fl:nth-child(2) {
    padding-left: 95px;
  }

  .lxwm2 .fl:nth-child(2) p,
  .lxwm2 .fr p {
    font-size: 14px;
    color: #4e4e4e;
    letter-spacing: 0.3px;
    padding-left: 41px;
    line-height: 26px;
  }

  .lxwm2 .fl:nth-child(2) p:first-child {
    background: url(../esimg/small_kefu3.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 35px;
  }

  .lxwm2 .fl:nth-child(2) p:nth-child(2) {
    background: url(../esimg/icon_tel2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
  }

  .lxwm2 .fl:nth-child(2) p:nth-child(3) {
    background: url(../esimg/icon_contact3.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
    margin-bottom: 38px;
  }

  .lxwm2 .fr p:first-child {
    background: url(../esimg/small_message4.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 35px;
  }

  .lxwm2 .fr p:nth-child(2) {
    background: url(../esimg/small_address3.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
  }

  .lxwm2 .fr {
    padding-right: 106px;
  }

  .he {
    margin-bottom: 66px;
  }

  /*网站地图*/
  .wzdt2 {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 1144px;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 100px 30px;
    margin-bottom: -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*/

  .fb p:first-child img {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 3px;
  }

  /* 首页banner 新增修改 */
  .swiper-newSw {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .swiper-newSw img {
    width: 100%;
  }

  .swiper-newSw .prev-newSw {
    left: 5%;
  }

  .swiper-newSw .next-newSw {
    right: 5%;
  }

  .swiper-newSw .pagination-newSw {
    bottom: 60px !important;
  }

  .swiper-newSw .pagination-newSw .swiper-pagination-bullet {
    cursor: pointer;
    background: url(../esimg/dian2.png) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
  }

  .swiper-newSw .pagination-newSw .swiper-pagination-bullet-active {
    background: url(../esimg/dian1.png) no-repeat;
    background-position: center;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
  body,
  html {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    /*抗锯齿效果*/
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    overflow-x: hidden;
  }

  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: #333;
  }

  * img {
    display: block;
    border: none;
  }

  input,
  select,
  textarea {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "微软雅黑";
    -webkit-appearance: none;
    border: none;
  }

  .clearfix {
    clear: both;
  }

  .mob {
    display: none;
  }

  .pc {
    display: block;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }

  .commen {
    width: 96%;
    margin: 0 auto;
  }

  .ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #8951ad;
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #8951ad;
    border-radius: 5px;
  }

  /* placeholder样式 */
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #d6ddf4;
  }

  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #d6ddf4;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #d6ddf4;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #d6ddf4;
  }

  /*滚动条样式*/
  ::-webkit-scrollbar-track-piece {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 5px;
  }

  ::-webkit-scrollbar {
    width: 8px;
    background-color: #028bff;
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #282828;
    border-radius: 5px;
  }

  ::-webkit-scrollbar-thumb:hover {
    width: 8px;
    background-color: #028bff;
    border-radius: 5px;
  }

  /* 导航 */
  .top {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    position: absolute;
    z-index: 1000;
  }

  .nava {
    position: relative;
    float: left;
    padding: 0px 10px 0px 10px;
    margin-left: 23px;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.3s;
  }

  .nava > p {
    line-height: 98px;
  }

  .nava > p a {
    font-size: 16px;
    /* color: #fff; */
  }

  .nav .on {
    border-bottom: 3px solid #80c5ff;
  }

  .nava:hover {
    border-bottom: 3px solid #80c5ff;
  }

  .navb {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    opacity: 0;
    position: absolute;
    width: 120px;
    z-index: 2;
    text-align: center;
    left: -18px;
    border-radius: 5px;
    border: 1px solid #80c5ff;
  }

  .navba {
    transition: all 0.3s;
    margin-bottom: 10px;
  }

  .navba:last-child {
    margin-bottom: 0;
  }

  .navba a {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    transition: all 0.3s;
  }

  .navba:hover {
    background: #e5f3ff;
  }

  .navba:hover a {
    color: #028bff;
  }

  .dh .fl:nth-child(3) p {
    font-size: 18px;
    font-weight: bold;
    /* color: #fff; */
    letter-spacing: 0.2px;
    line-height: 98px;
    margin-left: 60px;
  }

  .ban {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
  }

  .imgbox {
    position: absolute;
    margin-left: -960px;
    left: 50%;
    width: 1920px;
    overflow: hidden;
    height: 800px;
  }

  .imgbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .boy {
    width: 1100px;
  }

  .bt-a {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 3%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }

  .bt-b {
    background: url(../esimg/yi07.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }

  .bt-b:hover {
    background: url(../esimg/yi09.png);
  }

  .bt-k {
    width: 47px;
    height: 47px;
    position: absolute;
    right: 3%;
    top: calc(50% - 23.5px);
    cursor: pointer;
    z-index: 15;
  }

  .bt-f {
    background: url(../esimg/yi06.png) no-repeat;
    width: 47px;
    height: 47px;
    opacity: 1;
    transition: all ease 0.3s;
  }

  .bt-f:hover {
    background: url(../esimg/yi08.png);
  }

  .keywords {
    position: absolute;
    z-index: 100;
    bottom: 21px;
    width: 1000px;
    left: 50%;
    margin-left: -450px;
  }

  .keywords p,
  .keywords a {
    /* color: #fff; */
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
  }

  .keywords a {
    margin-right: 35px;
  }

  .keywords a:hover {
    color: #ff8d24;
  }

  .flip {
    z-index: 1000;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 46px;
  }

  .flip li {
    cursor: pointer;
    float: left;
    transition: all 0.3s;
    background: url(../esimg/dian2.png) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
  }

  .ppp {
    background: url(../esimg/dian1.png) no-repeat !important;
    background-position: center;
  }

  .flip li:nth-child(2) {
    margin-left: 34px;
    margin-right: 34px;
  }

  .flip li:nth-child(3) {
    margin-right: 34px;
  }

  /* 服务项目 */
  .fwxm {
    width: 100%;
    background: url(../esimg/fuwu.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 150px;
  }

  .xm1 {
    padding-bottom: 30px;
  }

  .bt p {
    font-size: 20px;
    color: #000000;
    margin-top: 72px;
  }

  .bt p span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    font-family: arial;
    color: #000000;
    margin-bottom: -2px;
  }

  .xm1 .fr p {
    line-height: 38px;
    width: 110px;
    background: url(../esimg/bg_blue.png) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 93px;
  }

  .xm1 .fr p a {
    font-size: 14px;
    color: #fff;
  }

  .xm {
    transition: all 0.3s;
    float: left;
    width: 12.5%;
    padding-top: 16px;
    padding-bottom: 13px;
    margin-top: 38px;
    position: relative;
  }

  .xm img {
    margin: 0 auto;
  }

  .xm p {
    font-size: 14px;
    color: #333333;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 6px;
  }

  .xm::after {
    content: " ";
    border-left: 1px solid #eff3fa;
    position: absolute;
    height: 40px;
    bottom: 20px;
    right: -1px;
  }

  .xm:hover {
    box-shadow: #f5f5f8 0px 0px 25px 10px;
  }

  .xm:hover ::after {
    content: none;
  }

  .xm2 {
    width: 100%;
    background: url(../esimg/bg_baby_blue.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .zss {
    max-width: 1370px;
    margin: 0 auto;
  }

  .zs {
    position: relative;
    width: 100%;
    top: 15px;
  }

  .zs_z {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 20px;
    top: calc(50% - 20px);
    cursor: pointer;
  }

  .zs_y {
    width: 41px;
    height: 41px;
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
    cursor: pointer;
  }

  .zsa {
    overflow: hidden;
    width: 87.591%;
    margin: 0 auto;
  }

  .zsd {
    border: 1px solid #297afc;
    width: 93.333%;
    margin: 0 auto;
    padding: 20px 0px 0px 10px;
    height: 386px;
    transition: all 0.3s;
  }

  .zsd a > p {
    font-size: 18px;
    /* color: #fff; */
    margin-top: 20px;
  }

  .zsd a > p span {
    font-size: 12px;
    /* color: rgba(255, 255, 255, 0.1); */
    display: block;
  }

  .zse {
    margin-top: 24px;
  }

  .zse p {
    font-size: 12px;
    /* color: #fff; */
    float: left;
    line-height: 35px;
  }

  .zse p:nth-child(2n - 1) {
    width: 120px;
  }

  .zsd:hover {
    border: 1px solid #ff8d24;
  }

  /* 案例 */
  .al {
    background: url(../esimg/bg_case.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .al .fr p {
    transition: all 0.3s;
    margin-top: 100px;
    line-height: 36px;
    width: 110px;
    border: 1px solid #c3c3c3;
    /* border-radius: 19px; */
    text-align: center;
  }

  .al .fr p a {
    transition: all 0.3s;
    font-size: 14px;
    color: #666666;
  }

  .al .fr p:hover a {
    color: #fff;
    display: block;
  }

  .al .fr p:hover {
    border: 1px solid #146fff;
    background: linear-gradient(#325cff, #1291fa);
  }

  .albt {
    margin-top: 57px;
  }

  .albt .on {
    background: url(../esimg/bg_blue_btn.png) no-repeat;
    background-position: center;
    background-size: contain;
  }

  .albt .on a {
    color: #fff;
  }

  .albt p {
    float: left;
    width: 11.111%;
    position: relative;
    text-align: center;
    line-height: 28px;
    transition: all 0.3s;
  }

  .albt p:first-child {
    width: 10%;
  }

  .albt p::after {
    content: " ";
    height: 10px;
    position: absolute;
    border-left: 1px solid #e7e7e7;
    right: -1px;
    top: 7px;
  }

  .albt p:nth-child(9)::after {
    content: none;
  }

  .albt p:hover {
    background: url(../esimg/bg_blue_btn.png) no-repeat;
    background-position: center;
    background-size: contain;
  }

  .albt p a {
    font-size: 14px;
    color: #9f9f9f;
    transition: all 0.3s;
  }

  .albt p:hover a {
    color: #fff;
  }

  .alxq {
    width: 100%;
    margin-top: 43px;
    padding-bottom: 80px;
  }

  .alxqa {
    width: 31.666%;
    float: left;
    margin-bottom: 30px;
  }

  .imgboxa {
    width: 100%;
    overflow: hidden;
  }

  .imgboxa img {
    width: 100%;
    transition: all 0.3s;
  }

  .pboxa {
    transition: all 0.3s;
    padding: 23px 25px 17px 25px;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }

  .pboxa > p:first-child {
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pboxa > p:nth-child(2) {
    font-size: 12px;
    color: #999999;
    display: block;
    margin-top: 10px;
    transition: all 0.3s;
  }

  .pboxa h6 {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 12px;
    transition: all 0.3s;
  }

  .pboxa div p:first-child {
    font-size: 12px;
    color: #999999;
    transition: all 0.3s;
  }

  .pboxa div img {
    float: right;
  }

  .pboxa div {
    background: url(../esimg/next_grey.png) no-repeat;
    background-position: 100% 2px;
  }

  .alxqa:hover .pboxa {
    background: #146fff;
    border-bottom: 1px solid #146fff;
    border-left: 1px solid #146fff;
    border-right: 1px solid #146fff;
  }

  .alxqa:hover .imgboxa img {
    transform: scale(1.05);
  }

  .alxqa:hover div {
    background: url(../esimg/next_white.png) no-repeat;
    background-position: 100% 2px;
  }

  .alxqa:hover .pboxa > p {
    color: #fff;
  }

  .alxqa:hover .pboxa > p span {
    color: #fff;
  }

  .alxqa:hover .pboxa div p:first-child {
    color: #fff;
  }

  .alxqa:hover h6 {
    border-bottom: 1px solid #fff;
  }

  .alxqa:nth-child(3n - 1) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  /* 关于我们 */
  .gy {
    background: url(../esimg/company_about.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-bottom: 100px;
  }

  .gy .bt p {
    padding-top: 129px;
    color: #fff;
    margin-bottom: 102px;
    margin-top: 0px;
  }

  .gy .bt p span {
    color: #fff;
  }

  .gya {
    width: 100%;
  }

  .gyb {
    width: 32.916%;
  }

  .gyb:first-child {
    background: url(../esimg/core_idea.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .gyb:nth-child(2) {
    background: url(../esimg/career_mission.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-left: 0.626%;
    margin-right: 0.626%;
  }

  .gyb:nth-child(3) {
    background: url(../esimg/operating.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .gyb p {
    font-size: 17px;
    /* color: #fff; */
    margin-left: 167px;
    margin-top: 44px;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
  }

  .gyb p span {
    display: block;
    margin-top: 3px;
    letter-spacing: normal;
  }

  .gyc p:first-child {
    font-size: 20px;
    color: #1291fa;
    letter-spacing: 2px;
    text-align: center;
    margin-top: 78px;
    margin-bottom: 18px;
  }

  .gyc p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    letter-spacing: 0.7px;
  }

  .gyc p:nth-child(3) {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1.2px;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 60px;
  }

  .gyc p:nth-child(4) {
    background: url(../esimg/blue_btn.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto;
  }

  .gyc p:nth-child(4) a {
    font-size: 14px;
    color: #fff;
  }

  /* 4大理由 */
  .ly {
    background-image: url(../esimg/q1.jpg);
    background-position: center;
    background-size: cover;
  }

  .lyy1 {
    background-image: url(../esimg/q1.jpg);
    background-position: center;
    background-size: cover;
  }

  .lyy2 {
    background-image: url(../esimg/q2.jpg);
    background-position: center;
    background-size: cover;
  }

  .lyy3 {
    background-image: url(../esimg/q3.jpg);
    background-position: center;
    background-size: cover;
  }

  .lyy4 {
    background-image: url(../esimg/q4.jpg);
    background-position: center;
    background-size: cover;
  }

  .bta {
    display: table;
    margin: 0 auto;
    padding-top: 87px;
  }

  .bta p {
    display: inline-block;
    font-size: 31px;
    color: #fff;
    letter-spacing: 2.7px;
  }

  .bta p span {
    font-weight: bold;
  }

  .bta img {
    display: inline-block;
    position: relative;
    top: 7px;
  }

  .lyb {
    width: 100%;
  }

  .lyba {
    transition: all 0.3s;
    float: left;
    width: 25%;
    background-position: center;
    background-size: cover;
    border-left: 1px solid rgba(81, 86, 106, 0.2);
    position: relative;
    padding-bottom: 84px;
  }

  .lyba:nth-child(4) {
    border-right: 1px solid rgba(81, 86, 106, 0.2);
  }

  .lyba p:first-child {
    transition: all 0.3s;
    font-size: 40px;
    font-weight: bold;
    font-family: arial;
    color: #fff;
    padding-left: 15px;
    padding-top: 77px;
  }

  .lyba h6 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transform: rotateZ(90deg);
    position: absolute;
    top: 154px;
  }

  .lyba p:nth-child(4) {
    position: relative;
    top: 0;
    transition: all 0.3s;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 209px;
    padding-left: 25px;
    padding-right: 34px;
  }

  .lyba p:nth-child(4) span {
    height: 66px;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-top: 15px;
    font-weight: normal;
  }

  .picbox1 {
    margin-top: 40px;
    margin-left: 24px;
    width: 36px;
    height: 36px;
    overflow: hidden;
  }

  .picbox1 img {
    position: relative;
    top: 0;
    transition: all 0.3s;
  }

  .lyba1 h6 {
    left: -8px;
  }

  .lyba2 h6 {
    left: 2px;
  }

  .lyba3 h6 {
    left: 1px;
  }

  .lyba4 h6 {
    left: -26px;
    top: 181px;
  }

  .lyba:hover p:first-child {
    color: #2b72fc;
  }

  .lyba:hover p:nth-child(4) {
    position: relative;
    top: -90px;
  }

  .lyba:hover .picbox1 img {
    top: -36px;
  }

  .lyba1:hover {
    background: url(../esimg/transition_blue.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lyba3:hover {
    background: url(../esimg/transition_blue.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lyba2:hover {
    background: url(../esimg/transition_yellow.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lyba4:hover {
    background: url(../esimg/transition_yellow.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lyba1:hover p:first-child {
    color: #2b72fc;
  }

  .lyba3:hover p:first-child {
    color: #2b72fc;
  }

  .lyba2:hover p:first-child {
    color: #ff8d24;
  }

  .lyba4:hover p:first-child {
    color: #ff8d24;
  }

  /* 新闻 */
  .xw {
    background: url(../esimg/bg_bigwhite.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 78px;
  }

  .xw .commen {
    position: relative;
  }

  .xw .commen > .fr {
    position: relative;
    width: 74.34%;
    z-index: 100;
  }

  .xw .bt p {
    margin-top: 53px;
  }

  .xwa {
    margin-top: 66px;
  }

  .xwa p {
    color: #000000;
    font-size: 16px;
    width: 100px;
    line-height: 30px;
    text-align: center;
    /* border-radius: 15px; */
    cursor: pointer;
  }

  .xwa p a {
    color: #000000;
    font-size: 16px;
    width: 100px;
    line-height: 30px;
    text-align: center;
    /* border-radius: 15px; */
    cursor: pointer;
  }

  .xwa .on {
    background: #2b72fc;
  }

  .xwa .on a {
    color: #fff;
    font-size: 14px;
  }

  .xwa p:nth-child(2) {
    margin-top: 32px;
  }

  .xwb {
    margin-top: 115px;
  }

  .xwb .fl {
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .xwb .fl:first-child {
    background: url(../esimg/left_btn1.png) no-repeat;
    background-size: cover;
    transition: all 0.3s;
  }

  .xwb .fl:nth-child(2) {
    margin-left: 20px;
    background: url(../esimg/icon_yuan_right.png) no-repeat;
    background-size: cover;
    transition: all 0.3s;
  }

  .xwb .fl:first-child:hover {
    background: url(../esimg/left_btn2.png) no-repeat;
    background-size: cover;
  }

  .xwb .fl:nth-child(2):hover {
    background: url(../esimg/icon_yuan_right2.png) no-repeat;
    background-size: cover;
  }

  .bgpic {
    position: absolute;
    z-index: 1;
    left: 240px;
    top: 0px;
  }

  .picbox2 {
    width: 47.085%;
    height: 260px;
    overflow: hidden;
  }

  .picbox2 img {
    width: 100%;
  }

  .pbox2 p:first-child {
    font-size: 18px;
    color: #1291fa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
  }

  .pbox2 p:nth-child(2) {
    font-size: 12px;
    color: #bec4d0;
    font-family: arial;
    margin-top: 19px;
  }

  .pbox2 p:nth-child(3) {
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-right: 15px;
    margin-top: 16px;
    height: 60px;
    overflow: hidden;
  }

  .pbox2 p:nth-child(4) {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.5px;
    margin-top: 25px;
  }

  .pbox2 {
    width: 49.612%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 31px;
    padding-top: 54px;
    background: url(../esimg/yinhao1.png) no-repeat;
    background-position: 0px 10px;
  }

  .xwc1 {
    padding-top: 60px;
  }

  .xwc2,
  .xwc3 {
    width: 50%;
  }

  .xwc2 {
    padding-left: 13px;
  }

  .xwc3 {
    padding-left: 23px;
  }

  .xwe > .fl .fl p,
  .xwc > .fl .fl p {
    font-size: 24px;
    font-family: arial;
    padding-bottom: 30px;
    padding-top: 38px;
  }

  .xwe > .fl .fl p span,
  .xwc > .fl .fl p span {
    font-size: 12px;
    color: #e2e2e2;
    display: block;
    margin-top: 6px;
  }

  .xwe > .fl .fl,
  .xwc > .fl .fl {
    border-bottom: 1px solid #ededed;
    width: 64px;
  }

  .xwe > .fl .fr,
  .xwc > .fl .fr {
    width: 77.5%;
    padding-right: 20px;
  }

  .xwe > .fl .fr p:first-child,
  .xwc > .fl .fr p:first-child {
    padding-top: 42px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
  }

  .xwe > .fl .fr p:nth-child(2),
  .xwc > .fl .fr p:nth-child(2) {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    padding-right: 5px;
    margin-top: 22px;
    height: 36px;
    overflow: hidden;
  }

  .xwe > .fl,
  .xwc > .fl {
    background: url(../esimg/yinhao2.png) no-repeat;
    background-position: 93% 38px;
  }

  /* 百科 */
  .bk .commen .fr p {
    transition: all 0.3s;
    margin-top: 100px;
    line-height: 38px;
    width: 110px;
    border: 1px solid #c3c3c3;
    /* border-radius: 19px; */
    text-align: center;
  }

  .bk .commen .fr p a {
    font-size: 14px;
    color: #666666;
  }

  .bk .bt p {
    margin-top: 83px;
  }

  .bk .commen .fr p:hover {
    border: 1px solid #1291fa;
    background: linear-gradient(#335bff, #1291fa);
  }

  .bk .commen .fr p:hover a {
    color: #fff;
  }

  .bk .bt {
    margin-bottom: 27px;
  }

  /* .bka .swiper-slide{height: 220px;} */
  .bkb {
    margin-bottom: 20px;
    position: relative;
    top: 0px;
    padding: 50px 25px 32px 33px;
    border: 1px solid #e6e6f1;
    background: url(../esimg/yinhao3.png) no-repeat;
    background-position: 32px 20px;
  }

  .bkb p:first-child {
    font-size: 16px;
    color: #333333;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .bkb p:nth-child(2) {
    font-size: 12px;
    color: #b6b6b6;
    font-family: arial;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .bkb p:nth-child(3) {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
  }

  .bkb:nth-child(2) {
    margin-top: 20px;
  }

  .bka .swiper-slide-next .bkb {
    padding: 62px 25px 45px 33px;
    top: -10px;
  }

  .bka .swiper-slide-next .bkb p:first-child {
    color: #1291fa;
  }

  .bka .swiper-slide {
    margin-top: 20px;
  }

  /* 联系我们 */
  .lx {
    background: url(../esimg/bg_diamond.jpg) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .lx .commen > .fr p {
    line-height: 38px;
    width: 110px;
    background: url(../esimg/bg_blue.png) no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    margin-top: 93px;
  }

  .lx .commen > .fr p a {
    font-size: 14px;
    color: #fff;
  }

  .lxa {
    margin-top: 66px;
    margin-bottom: 50px;
  }

  .lxb {
    border-radius: 5px;
    width: 21.666%;
    float: left;
    background-position: center;
    background-size: cover;
    margin-left: 1.667%;
    margin-right: 1.667%;
    box-shadow: 0px 0px 20px 10px #f4f4f8;
    padding: 43px 10px 0px 10px;
    height: 200px;
  }

  .lxb:first-child {
    background: url(../esimg/bg_light_blue.png) no-repeat;
  }

  .lxb:nth-child(2) {
    background: url(../esimg/bg_light_blue2.png) no-repeat;
  }

  .lxb:nth-child(3) {
    background: url(../esimg/bg_light_blue3.png) no-repeat;
  }

  .lxb:nth-child(4) {
    background: url(../esimg/bg_light_blue4.png) no-repeat;
  }

  .lxb p:nth-child(2) {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0.4px;
    margin-top: 24px;
    margin-bottom: 14px;
  }

  .lxb p:nth-child(3) {
    font-size: 22px;
    font-weight: bold;
    font-family: arial;
    letter-spacing: 0.1px;
  }

  .lxb:nth-child(3) p:nth-child(3) {
    font-size: 20px;
    letter-spacing: normal;
  }

  .lxb:nth-child(4) p:nth-child(3) {
    font-size: 14px;
    letter-spacing: 0.1px;
    font-family: "Microsoft YaHei", "微软雅黑";
    font-weight: normal;
  }

  .lxc {
    background: url(../esimg/bg_message.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .lxc input:first-of-type,
  .lxc input:nth-of-type(2) {
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(222, 237, 250, 0.4);
    width: 150px;
    height: 42px;
    background-color: rgba(0, 107, 225, 0.4);
  }

  .lxc textarea:nth-child(3) {
    padding-left: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(222, 237, 250, 0.4);
    width: 180px;
    height: 42px;
    background-color: rgba(0, 107, 225, 0.4);
  }

  .lxc input:first-of-type {
    background-image: url(../esimg/customer_service.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
  }

  .lxc input:nth-of-type(2) {
    margin-left: 6px;
    background-image: url(../esimg/contact_info.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
  }

  .lxc textarea:nth-child(3) {
    margin-left: 7px;
    position: relative;
    top: 15px;
    background-image: url(../esimg/leave_message.png);
    background-repeat: no-repeat;
    background-position: 10px 12px;
  }

  .lxc input[type="submit"] {
    margin-left: 6px;
    border-radius: 5px;
    background: linear-gradient(#ffa24d, #ff8d24);
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    letter-spacing: 0.1px;
    cursor: pointer;
  }

  .lxc {
    padding-top: 32px;
    padding-bottom: 22px;
    padding-left: 30%;
    position: relative;
    top: 30px;
    z-index: 2;
  }

  /* foot */
  .ft {
    background: #020923;
  }

  .ft .commen {
    position: relative;
    z-index: 1;
  }

  .ft1,
  .ft2,
  .ft3 {
    float: left;
  }

  .ft1 img:first-child {
    padding-top: 93px;
  }

  .ft1 p {
    font-size: 12px;
    color: #757c92;
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .ft2 {
    width: 64.166%;
    margin-left: 4.75%;
  }

  .ft2 .fl {
    width: 20%;
    float: left;
    padding-top: 106px;
    border-left: 1px solid #0f152a;
    padding-left: 27px;
    height: 420px;
  }

  .ft2 .fl p a {
    font-size: 12px;
    color: #5a5f71;
    line-height: 28px;
    transition: all 0.3s;
  }

  .ft2 .fl p a:hover {
    color: #fff;
  }

  .ft2 .fl p:first-child {
    margin-bottom: 14px;
    position: relative;
  }

  .ft2 .fl p:first-child::before {
    content: " ";
    position: absolute;
    height: 12px;
    width: 3px;
    background: #f0923d;
    border-radius: 1px;
    left: -28px;
    top: 8px;
  }

  .ft2 .fl p:first-child a {
    font-size: 14px;
    color: #fff;
  }

  .ft3 {
    text-align: right;
  }

  .ft3 .ftt {
    position: absolute;
    right: 0;
    top: 110px;
  }

  .ftt p {
    font-size: 12px;
    color: #5a5f71;
    letter-spacing: 0.5px;
    margin-right: 16px;
    margin-top: 4px;
  }

  .fb p:first-child {
    float: left;
  }

  .fb p:nth-child(2) {
    float: right;
  }

  .fb {
    border-top: 1px solid #1c2239;
  }

  .fb p {
    line-height: 70px;
    color: #494e5f;
    font-size: 12px;
  }

  .fb p a {
    color: #494e5f;
    font-size: 12px;
    transition: all 0.3s;
  }

  .fb 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: #2b72fc url(../esimg/t1.png) no-repeat;
  }

  .yb_bar .yb_phone {
    background: #2b72fc url(../esimg/t2.png) no-repeat;
  }

  .yb_bar .yb_QQ {
    text-indent: 0;
    background: #2b72fc url(../esimg/t3.png) no-repeat;
  }

  .yb_bar .yb_ercode {
    background: #2b72fc url(../esimg/t4.png) no-repeat;
  }

  .hd_qr {
    padding: 6px 37px 25px 37px;
    box-sizing: border-box;
    width: 180px;
  }

  .yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  .yb_QQ a:hover {
    color: #fff;
  }

  .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;
  }

  /*==========================================================================================================================*/
  /* 内页开始 */
  /* 服务 */
  .dh1 {
    height: 100px;
  }

  .dha {
    position: relative;
  }

  .dha:first-child {
    margin-right: 30px;
  }

  .dha:nth-child(2),
  .dha:nth-child(3),
  .dha:nth-child(4) {
    margin-right: 32px;
  }

  .dha:nth-child(5) {
    margin-right: 32px;
  }

  .dha p {
    width: 72px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 44px;
    transition: all 0.3s;
    border-bottom: 3px solid #fff;
  }

  .dha p a {
    color: #000000;
    font-size: 14px;
    transition: all 0.3s;
  }

  .dh12 .on p {
    border-bottom: 3px solid #028bff;
  }

  .dh12 .on p a {
    color: #028bff;
  }

  .dha:hover p {
    border-bottom: 3px solid #028bff;
  }

  .dha:hover p a {
    color: #028bff;
  }

  .dhaa {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    opacity: 0;
    position: absolute;
    width: 120px;
    z-index: 2;
    text-align: center;
    left: -25px;
    border-radius: 5px;
    border: 1px solid #80c5ff;
  }

  .dhab {
    transition: all 0.3s;
    margin-bottom: 10px;
  }

  .dhab:last-child {
    margin-bottom: 0;
  }

  .dhab a {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    transition: all 0.3s;
  }

  .dhab:hover {
    background: #e5f3ff;
  }

  .dhab:hover a {
    color: #028bff;
  }

  .dh13 p {
    width: 160px;
    height: 36px;
    border-radius: 18px;
    background: linear-gradient(to right, #2f58ff, #078fff);
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.1px;
    font-weight: bold;
    text-align: center;
    margin-top: 33px;
    margin-left: 44px;
  }

  .nyban {
    position: relative;
    width: 100%;
    /* height: 500px; */
  }

  .nyban img {
    /* position: absolute;
		margin-left: -790px;
		left: 50%;
		width: 1600px; */
    width: 100%;
  }

  .keyword {
    background: url(../esimg/bg_white3.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: -26px;
  }

  .keyword p {
    line-height: 52px;
  }

  .keyword p:first-child {
    float: left;
    padding-left: 36px;
    letter-spacing: 1.2px;
    color: #6a6a6a;
  }

  .keyword p:first-child a {
    color: #6a6a6a;
    transition: all 0.3s;
  }

  .keyword p:first-child a:hover {
    color: #028bff;
  }

  .keyword h1 {
    float: left;
    color: #6a6a6a;
    font-size: 12px;
    line-height: 52px;
    transition: all 0.3s;
  }

  .keyword a:hover h1 {
    color: #028aff;
  }

  .kw {
    float: right;
    letter-spacing: 0.4px;
    font-size: 12px;
    color: #333333;
    padding-right: 36px;
    width: 48%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .kw a {
    margin-right: 22px;
    font-size: 12px;
    color: #333333;
    transition: all 0.3s;
  }

  .kw a:hover {
    color: #028bff;
  }

  .btt {
    display: table;
    margin: 0 auto;
  }

  .btt p:first-child {
    font-size: 31px;
    color: #000000;
    letter-spacing: 2.7px;
    display: inline-block;
  }

  .btt img {
    display: inline-block;
    position: relative;
    top: 8px;
  }

  .btt p span {
    font-weight: bold;
  }

  .btt p:nth-child(3) {
    font-size: 31px;
    color: #000000;
    letter-spacing: 2.7px;
    display: inline-block;
  }

  .btt p:nth-child(4) {
    font-size: 18px;
    font-family: arial;
    color: #d4dde6;
    text-align: center;
    margin-top: 10px;
  }

  .fw .btt {
    margin-top: 19px;
  }

  .fwml {
    width: 100%;
    margin-top: 35px;
  }

  .fwml p {
    float: left;
    width: 10%;
    margin-right: 2.857%;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s;
    background: linear-gradient(#fff, #fff);
  }

  .fwml p a {
    line-height: 30px;
    color: #333333;
    /* transition: all 0.3s; */
    font-size: 14px;
  }

  .fwml .on {
    background: linear-gradient(#ffa24d, #ff8d24);
  }

  .fwml .on a {
    color: #fff;
  }

  .fwml p:nth-child(8) {
    margin-right: 0;
  }

  .fwml p:hover {
    background: linear-gradient(#ffa24d, #ff8d24);
  }

  .fwml p:hover a {
    color: #fff;
  }

  .fwd {
    margin-top: 40px;
  }

  .fwdet {
    margin-bottom: 60px;
  }

  .fwdet .fl {
    width: 50%;
    padding: 49px 6px 0px 0px;
    position: relative;
    z-index: -1;
  }

  .fwdet:first-child {
    border: 2px solid #e7fcf9;
  }

  .fwdet:nth-child(2) {
    border: 2px solid #e4f2f9;
  }

  .fwdet:nth-child(3) {
    border: 2px solid #f8f5ff;
  }

  .fwdet:nth-child(4) {
    border: 2px solid #fffafa;
  }

  .fwdet:nth-child(5) {
    border: 2px solid #e7fcf9;
  }

  .fwdet:nth-child(6) {
    border: 2px solid #e4f2f9;
  }

  .fwdet:nth-child(7) {
    border: 2px solid #f8f5ff;
  }

  .fwdet:nth-child(8) {
    border: 2px solid #fffafa;
  }

  .fwp {
    width: 114%;
    padding-right: 14%;
    height: 180px;
    margin-top: 37px;
    margin-bottom: 48px;
    padding-top: 29px;
    padding-left: 40px;
  }

  .fwdet:first-child .fwp {
    background: #ecfffc;
  }

  .fwdet:nth-child(2) .fwp {
    background: #fafdff;
  }

  .fwdet:nth-child(3) .fwp {
    background: #f8f5ff;
  }

  .fwdet:nth-child(4) .fwp {
    background: #fffafa;
  }

  .fwdet:nth-child(5) .fwp {
    background: #ecfffc;
  }

  .fwdet:nth-child(6) .fwp {
    background: #fafdff;
  }

  .fwdet:nth-child(7) .fwp {
    background: #f8f5ff;
  }

  .fwdet:nth-child(8) .fwp {
    background: #fffafa;
  }

  .fwdet .fl img {
    position: absolute;
    bottom: 14px;
    right: -160px;
  }

  .fwdet .fl > p:first-child {
    font-size: 20px;
    color: #000000;
    padding-left: 40px;
  }

  .fwdet .fl > p span {
    font-size: 44px;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    display: block;
  }

  .fwdet .fl > p:nth-child(2) {
    font-size: 14px;
    line-height: 2;
    color: #565656;
    letter-spacing: 1px;
    margin-top: 37px;
    height: 90px;
    padding-left: 40px;
  }

  .fwp p {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 42px;
  }

  .fwp p:nth-child(3n + 1) {
    width: 40.5%;
  }

  .fwp p:nth-child(3n + 2) {
    width: 34.5%;
  }

  .picbox4 {
    margin-top: 90px;
  }

  .cw .commen .fr p {
    transition: all 0.3s;
    margin-top: 100px;
    line-height: 38px;
    width: 110px;
    border: 1px solid #c3c3c3;
    border-radius: 19px;
    text-align: center;
  }

  .cw .commen .fr p a {
    font-size: 14px;
    color: #666666;
  }

  .cw .commen .fr p:hover {
    border: 1px solid #1291fa;
  }

  .cw .commen .fr p:hover a {
    color: #1291fa;
  }

  .cwd {
    width: 93.333%;
    margin: 0 auto;
  }

  .imgboxaa {
    width: 100%;
    overflow: hidden;
  }

  .imgboxaa img {
    width: 100%;
    transition: all 0.3s;
  }

  .pboxaa {
    background: #fff;
    transition: all 0.3s;
    padding: 16px 25px 16px 25px;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }

  .pboxaa > p:first-child {
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pboxaa > p:nth-child(2) {
    font-size: 12px;
    color: #999999;
    display: block;
    margin-top: 10px;
    transition: all 0.3s;
  }

  .pboxaa h6 {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-top: 23px;
    margin-bottom: 12px;
    transition: all 0.3s;
  }

  .pboxaa div p:first-child {
    font-size: 12px;
    color: #999999;
    transition: all 0.3s;
  }

  .pboxaa div img {
    float: right;
  }

  .pboxaa div {
    background: url(../esimg/next_grey.png) no-repeat;
    background-position: 100% 2px;
  }

  .alxqaa:hover .pboxaa {
    background: #146fff;
    border-bottom: 1px solid #146fff;
    border-left: 1px solid #146fff;
    border-right: 1px solid #146fff;
  }

  .alxqaa:hover .imgboxaa img {
    transform: scale(1.05);
  }

  .alxqaa:hover div {
    background: url(../esimg/next_white.png) no-repeat;
    background-position: 100% 2px;
  }

  .alxqaa:hover .pboxaa > p {
    color: #fff;
  }

  .alxqaa:hover .pboxaa > p span {
    color: #fff;
  }

  .alxqaa:hover .pboxaa div p:first-child {
    color: #fff;
  }

  .alxqaa:hover h6 {
    border-bottom: 1px solid #fff;
  }

  .alxqaa:nth-child(3n - 1) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .cwa {
    width: 100%;
    height: 360px;
    background: #f7fbff;
    padding-top: 40px;
    margin-top: 39px;
  }

  .fwdet .fr {
    width: 50%;
  }

  .picbox4 {
    width: 96.666%;
    margin-left: 3.334%;
  }

  .picbox4 img {
    width: 100%;
  }

  /* 案例 */
  .alzp .bt p {
    margin-top: 20px;
  }

  .lxfs {
    margin-top: 39px;
  }

  .lxfs .fr p:first-child {
    font-size: 14px;
    color: #979797;
    letter-spacing: 0.5px;
    padding-left: 10px;
    line-height: 18px;
  }

  .lxfs .fr p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #1291fa;
    padding-left: 10px;
    letter-spacing: 0.5px;
  }

  .lxfs img {
    margin-top: 4px;
  }

  .pagea {
    display: table;
    margin: 0 auto;
  }

  .pagea p {
    cursor: pointer;
    float: left;
    line-height: 36px;
    width: 36px;
    text-align: center;
    border-radius: 10px;
    background: #f7fbff;
    margin-right: 4px;
    margin-left: 4px;
  }

  .pagea p a {
    font-size: 12px;
    color: #1f7cfa;
  }

  .pagea .a {
    width: 70px;
  }

  .pagea p:hover {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagea p:hover a {
    color: #fff;
  }

  .pagea .on {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagea .on a {
    color: #fff;
  }

  .alzp .alxq {
    padding-bottom: 10px;
  }

  /* 客户 */
  .khs {
    margin-top: 45px;
    height: 460px;
    overflow: hidden;
  }

  .khdet {
    float: left;
    width: 23.333%;
  }

  .khdet:nth-child(4n - 2) {
    margin-left: 2.222%;
    margin-right: 2.222%;
  }

  .khdet:nth-child(4n - 1) {
    margin-right: 2.222%;
  }

  .khdet img {
    border: 1px solid #e1e7f4;
    width: 100%;
  }

  .khdet p {
    text-align: center;
    font-size: 16px;
    color: #444444;
    line-height: 18px;
    margin-top: 9px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 21px;
  }

  .gd {
    text-align: center;
    text-decoration: underline;
    margin-top: 16px;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s;
    cursor: pointer;
  }

  .gd:hover {
    color: #1291fa;
  }

  .hzkh .commen .bt p {
    margin-top: 24px;
  }

  /* 客户评价 */
  .khpj .bt p {
    margin-top: 20px;
  }

  .pjs {
    margin-top: 67px;
  }

  .pjdet {
    width: 100%;
    padding-bottom: 31px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 20px 10px #fafafc;
    transition: all 0.3s;
  }

  .pj1 {
    transition: all 0.3s;
    margin-left: 3.5%;
    width: 8.333%;
    background: url(../esimg/kefu.png) no-repeat;
    background-position: 100% 50%;
    background-size: contain;
  }

  .pj1 p {
    transition: all 0.3s;
    text-align: center;
    font-size: 16px;
    color: #959cb7;
    letter-spacing: 0.5px;
    padding-top: 148px;
  }

  .pj2 {
    padding-left: 36px;
    width: 73%;
  }

  .pj2 p:first-child {
    transition: all 0.3s;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0.5px;
    margin-top: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pj2 p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    color: #666666;
    margin-top: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pj2 p:nth-child(2) span {
    margin-right: 20px;
  }

  .pj2 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    letter-spacing: 0.3px;
    margin-top: 13px;
    height: 36px;
    overflow: hidden;
  }

  .pj2 p:nth-child(4) {
    transition: all 0.3s;
    font-size: 12px;
    color: #bcbec2;
    margin-top: 13px;
  }

  .pj3 {
    transition: all 0.3s;
    margin-top: 77px;
    margin-right: 64px;
    width: 43px;
    height: 43px;
    background: url(../esimg/double_right.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  .pjdet:hover {
    background: #1e7efa;
    box-shadow: none;
  }

  .pjdet:hover .pj1 {
    background: url(../esimg/kefu.png) no-repeat;
    background-position: 100% 50%;
    background-size: contain;
  }

  .pjdet:hover p {
    color: #fff;
  }

  .pjdet:hover .pj3 {
    background: url(../esimg/double_right2.png) no-repeat;
    background-position: center;
    background-size: cover;
  }

  /* 评价详情 */
  .pjxq > .fl {
    width: 62.5%;
    padding-top: 24px;
  }

  .pjxq > .fr {
    width: 31.666%;
  }

  .pjbt {
    margin-left: 29px;
  }

  .pjbt h1 {
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.6px;
  }

  .pjbt > p {
    font-size: 12px;
    line-height: 1.5;
    color: #666666;
    margin-top: 15px;
    margin-bottom: 18px;
  }

  .pjbt > p span {
    margin-right: 28px;
  }

  .pja p {
    font-size: 12px;
    color: #909090;
    line-height: 2;
    padding-left: 22px;
  }

  .pja p:first-child {
    background: url(../esimg/author.png) no-repeat;
    background-position: 0px center;
  }

  .pja p:nth-child(2) {
    background: url(../esimg/date.png) no-repeat;
    background-position: 0px center;
    margin-left: 63px;
  }

  .pja p:nth-child(3) {
    background: url(../esimg/source.png) no-repeat;
    background-position: 0px center;
    margin-left: 69px;
  }

  .tx {
    position: relative;
  }

  .tx img:first-child {
    width: 70px;
  }

  .tx img:nth-child(3) {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 19px);
  }

  .tx p {
    font-size: 14px;
    color: #959cb7;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 4px;
    margin-bottom: 23px;
  }

  .pjb strong {
    display: block;
    padding-left: 39px;
    font-size: 14px;
    line-height: 2;
    color: #333333;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .pjb strong a {
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    color: #666666;
    margin-right: 22px;
    transition: all 0.3s;
  }

  .pjb strong a:hover {
    color: #1291fa;
  }

  .pjb {
    border: 1px solid #e1e7f4;
  }

  .pjb > p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 1px;
    color: #666666;
    padding: 26px 22px 22px 35px;
  }

  .pjb img {
    max-width: 100%;
    margin: 0 auto;
  }

  .pageb {
    border: 1px solid #e1e7f4;
    border-radius: 20px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 33px;
  }

  .pageb p {
    line-height: 38px;
  }

  .pageb p:hover a {
    color: #ff9029;
  }

  .pageb a {
    font-size: 14px;
    color: #0882ff;
    letter-spacing: 0.5px;
    transition: all 0.3s;
  }

  .pageb p:first-child {
    position: absolute;
    left: 27px;
    top: 0px;
    padding-left: 20px;
    background: url(../esimg/small_left.png) no-repeat;
    background-position: 0px 14px;
  }

  .pageb p:nth-child(2) {
    text-align: center;
  }

  .pageb p:nth-child(3) {
    position: absolute;
    right: 27px;
    top: 0px;
    padding-right: 20px;
    background: url(../esimg/small_right.png) no-repeat;
    background-position: 100% 14px;
  }

  .pageb p:first-child:hover {
    background: url(../esimg/icon_left.png) no-repeat;
    background-position: 0px 14px;
  }

  .pageb p:nth-child(3):hover {
    background: url(../esimg/icon_right.png) no-repeat;
    background-position: 100% 14px;
  }

  .pjxq .fr .bt p {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .bkb:hover p:first-child {
    color: #1291fa;
  }

  .pjxq .fr .bkb {
    margin-bottom: 15px;
  }

  /* 案例详情 */
  .als .fl {
    width: 51%;
    padding-left: 8px;
  }

  .als .fr {
    width: 33.333%;
    padding-left: 19px;
  }

  .als .fl p:first-child,
  .als .fr p:first-child {
    font-size: 24px;
    color: #000000;
    letter-spacing: 0.5px;
  }

  .als .fl p:first-child span,
  .als .fr p:first-child span {
    display: block;
    width: 10px;
    border-bottom: 2px solid #9a9a9a;
    margin-top: 18px;
  }

  .als .fl p:nth-child(2) {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 25px;
    margin-bottom: 19px;
  }

  .als .fl p:nth-child(3) {
    font-size: 14px;
    color: #555555;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .als .fl p:nth-child(4) {
    width: 110px;
    height: 38px;
    border: 1px solid #e3e9f5;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    margin-top: 35px;
  }

  .als .fl p:nth-child(4) a {
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 36px;
    transition: all 0.3s;
  }

  .als .fl p:nth-child(4):hover {
    border: 1px solid #1291fa;
  }

  .als .fl p:nth-child(4):hover a {
    color: #1291fa;
  }

  .als .d {
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0.5px;
  }

  .als .fr p:first-child {
    margin-bottom: 20px;
  }

  .als .d span {
    color: #555555;
  }

  .als1 {
    margin-top: 43px;
  }

  .als1,
  .als2 {
    background: #f7fbff;
  }

  .als1 img:first-child {
    position: relative;
    margin-left: -960px;
    left: 50%;
    height: 570px;
  }

  .als2 {
    padding-top: 46px;
  }

  .als2 p {
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 42px;
  }

  .als2 p span {
    font-size: 14px;
    color: #7c7c7c;
    display: block;
    margin-top: 5px;
  }

  .als2 img {
    max-width: 96%;
    margin: 0 auto;
  }

  .pagec {
    display: table;
    margin: 0 auto;
    margin-top: 118px;
  }

  .pagec p {
    float: left;
  }

  .pagec p:first-child {
    transition: all 0.3s;
    padding-left: 41px;
    background: url(../esimg/round_left.png) no-repeat;
    background-position: 0px 0px;
    margin-right: 85px;
  }

  .pagec p:nth-child(4) {
    padding-right: 41px;
    background: url(../esimg/icon_yuan_right3.png) no-repeat;
    background-position: 100% 0px;
    margin-left: 85px;
  }

  .pagec p:first-child:hover {
    background: url(../esimg/icon_yuan_left3.png) no-repeat;
    background-position: 0px 0px;
  }

  .pagec p:nth-child(4):hover {
    background: url(../esimg/round_right.png) no-repeat;
    background-position: 100% 0px;
  }

  .pagec p:first-child a,
  .pagec p:nth-child(4) a {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    transition: all 0.3s;
  }

  .pagec p:nth-child(2) a,
  .pagec p:nth-child(3) a {
    font-size: 14px;
    color: #2572fb;
    line-height: 36px;
    transition: all 0.3s;
  }

  .pagec p:nth-child(2),
  .pagec p:nth-child(3) {
    border: 1px solid #1789fa;
    border-radius: 18px;
    width: 138px;
    text-align: center;
    transition: all 0.3s;
  }

  .pagec p:nth-child(2) {
    margin-right: 42px;
  }

  .pagec p:first-child:hover a {
    color: #1789fa;
  }

  .pagec p:nth-child(4):hover a {
    color: #1789fa;
  }

  .pagec p:nth-child(2):hover {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagec p:nth-child(2):hover a {
    color: #fff;
  }

  .pagec p:nth-child(3):hover {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagec p:nth-child(3):hover a {
    color: #fff;
  }

  /* 关于我们 */
  .gywm .bt p {
    margin-top: 30px;
    font-size: 24px;
  }

  .gywm .commen > .fr {
    width: 58%;
    padding-top: 50px;
  }

  .gywm .commen > .fr p:first-child {
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.6px;
  }

  .gywm .commen > .fr p:nth-child(2) {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
    letter-spacing: 0.4px;
    margin-top: 24px;
  }

  .gywm .commen img {
    max-width: 100%;
    margin-top: 77px;
  }

  .gywma {
    background: url(../esimg/grey_round.png);
    background-position: center;
    background-size: cover;
    padding-top: 66px;
    padding-bottom: 58px;
  }

  .gywm {
    padding-bottom: 82px;
  }

  .gywmaa {
    margin-top: 40px;
  }

  .gywmab {
    width: 23.333%;
    float: left;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 1px #f2f6fb;
    padding-bottom: 42px;
  }

  .gywmab img {
    margin: 0 auto;
    margin-top: 38px;
  }

  .gywmab p {
    text-align: center;
    font-size: 20px;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 14px;
  }

  .gywmab p span {
    display: block;
    font-size: 14px;
    font-family: arial;
    color: #adadad;
  }

  .gywmab:nth-child(4n - 2) {
    margin-left: 2.222%;
    margin-right: 2.222%;
  }

  .gywmab:nth-child(4n - 1) {
    margin-right: 2.222%;
  }

  .gywmb {
    background: url(../esimg/bg_logo.jpg) no-repeat;
    padding-top: 78px;
    background-size: auto 310px;
  }

  .gywmb .btt p {
    color: #fff;
  }

  .gywmba {
    float: left;
    width: 49.166%;
    background: #fff;
    padding-top: 26px;
    margin-bottom: 20px;
    height: 190px;
    border: 1px solid #e6e6f1;
  }

  .gywmba:first-child,
  .gywmba:nth-child(3) {
    float: left;
  }

  .gywmba:nth-child(2),
  .gywmba:nth-child(4) {
    float: right;
  }

  .gywmba .fl {
    width: 27.457%;
    border-right: 1px solid #f2f7fb;
  }

  .gywmba .fr {
    width: 72.543%;
    padding-left: 33px;
    padding-right: 40px;
  }

  .gywmba .fl img {
    margin-left: 34px;
  }

  .gywmba .fl p {
    font-size: 20px;
    margin-left: 44px;
    margin-top: 8px;
  }

  .gywmba:first-child .fl p,
  .gywmba:nth-child(4) .fl p {
    color: #1867dd;
  }

  .gywmba:nth-child(2) .fl p,
  .gywmba:nth-child(3) .fl p {
    color: #ff9b3f;
  }

  .gywmba .fl p span {
    font-size: 14px;
    display: block;
  }

  .gywmba .fr p:first-child {
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
  }

  .gywmba .fr p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
    color: #878787;
    margin-top: 5px;
  }

  .gywmba:first-child .fr p:first-child,
  .gywmba:nth-child(4) .fr p:first-child {
    color: #1867dd;
  }

  .gywmba:nth-child(2) .fr p:first-child,
  .gywmba:nth-child(3) .fr p:first-child {
    color: #ff8d24;
  }

  .gywmbb {
    padding-top: 52px;
  }

  .gywmc {
    background: url(../esimg/light_blue_bg.jpg) no-repeat;
    background-position: center;
  }

  .gywmc .bt p {
    font-size: 24px;
  }

  .ccs {
    width: 45.161%;
    background: #fff;
    position: relative;
    padding: 40px 0px 34px 39px;
    box-shadow: 0px 0px 10px 1px #f1f1f5;
    margin-bottom: 50px;
  }

  .ccs p:first-child {
    font-size: 26px;
    font-weight: bold;
    font-family: arial;
    color: #bad1ff;
  }

  .ccs p:nth-child(2) {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 2;
  }

  .ccs p:nth-child(2)::before {
    top: -1px;
    left: -3px;
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 10px;
    background: #e7eefe;
    z-index: -1;
  }

  .ccs p:nth-child(3) {
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
  }

  .ccs p:nth-child(4) {
    font-size: 24px;
    font-weight: bold;
    font-family: calibri;
    color: #e7eefe;
    position: absolute;
    bottom: 12px;
    right: 14px;
  }

  .ccs:nth-child(2n - 1) {
    margin-right: 9.678%;
  }

  .cc {
    width: 64.583%;
  }

  .gywmda:nth-child(2) {
    margin-left: 6.251%;
    margin-right: 6.251%;
  }

  .gywmda {
    width: 29.166%;
    background: #fff;
    position: relative;
    padding: 40px 0px 34px 0px;
    box-shadow: 0px 0px 10px 1px #f1f1f5;
    margin-bottom: 50px;
  }

  .gywmda p:nth-child(2) {
    font-size: 26px;
    font-weight: bold;
    font-family: arial;
    color: #bad1ff;
    padding-left: 39px;
  }

  .gywmda p:nth-child(3) {
    padding-left: 39px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 2;
  }

  .gywmda p:nth-child(3)::before {
    top: -1px;
    left: 33px;
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 10px;
    background: #e7eefe;
    z-index: -1;
  }

  .gywmda p:nth-child(4) {
    padding-left: 39px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
  }

  .gywmda p:nth-child(5) {
    padding-left: 39px;
    font-size: 24px;
    font-weight: bold;
    font-family: calibri;
    color: #e7eefe;
    position: absolute;
    bottom: 12px;
    right: 14px;
  }

  .picbox5 {
    width: 82.857%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .picbox5 img {
    width: 100%;
  }

  .bt1 p {
    font-size: 24px;
    color: #000000;
    margin-top: 20px;
  }

  .bt1 p span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    font-family: arial;
    color: #000000;
    margin-bottom: -2px;
  }

  .gywmc .bt p span {
    margin-bottom: 3px;
  }

  /* 公司新闻 */
  .gsxw .bt p {
    margin-top: 20px;
  }

  .xwaa {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 47px;
  }

  .xwa1 {
    width: 35%;
  }

  .xwa2 {
    width: 62.5%;
  }

  .picbox6 {
    width: 100%;
    overflow: hidden;
  }

  .picbox6 img {
    width: 100%;
    transition: all 0.3s;
  }

  .pbox6 {
    transition: all 0.3s;
    background-image: url(../esimg/double_right.png);
    background-size: 34px 34px;
    background-position: 92% 47%;
    background-repeat: no-repeat;
    border-left: 1px solid #e1e7f4;
    border-right: 1px solid #e1e7f4;
    border-bottom: 1px solid #e1e7f4;
    padding: 35px 100px 43px 30px;
  }

  .pbox6 p:first-child {
    transition: all 0.3s;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .pbox6 p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    font-family: arial;
    color: #bec4d0;
    margin-top: 15px;
    margin-bottom: 14px;
  }

  .pbox6 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    letter-spacing: 0.4px;
    height: 36px;
    overflow: hidden;
  }

  .xwdet1 {
    padding: 20px 150px 17px 41px;
    background-image: url(../esimg/double_right.png);
    background-position: 92.5% 50%;
    background-repeat: no-repeat;
    border: 1px solid #e1e7f4;
  }

  .xwdet1 p:first-child {
    transition: all 0.3s;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .xwdet1 p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    font-family: arial;
    color: #bec4d0;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .xwdet1 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 22px;
  }

  .xwdet1 p:nth-child(4) {
    transition: all 0.3s;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
  }

  .xwa2 .xwdet1:first-child {
    margin-bottom: 10px;
  }

  .xwa1:hover .pbox6 {
    background: #1291fa;
    background-size: 34px 34px;
    background-image: url(../esimg/double_right2.png);
    background-position: 92% 47%;
    background-repeat: no-repeat;
    border-left: 1px solid #1291fa;
    border-right: 1px solid #1291fa;
    border-bottom: 1px solid #1291fa;
  }

  .xwa1:hover p {
    color: #fff;
  }

  .xwa1:hover img {
    transform: scale(1.05);
  }

  .xwdet1:hover {
    background: #1291fa;
    background-image: url(../esimg/double_right2.png);
    background-position: 92.5% 50%;
    background-repeat: no-repeat;
  }

  .xwdet1:hover p {
    color: #fff;
  }

  .xwdet1:hover img {
    transform: scale(1.05);
  }

  .xwdet2 {
    border: 1px solid #e1e7f4;
    transition: all 0.3s;
    margin-bottom: 25px;
  }

  .picbox7 {
    float: left;
    width: 25%;
    margin-left: 1.666%;
    overflow: hidden;
    margin-top: 19px;
  }

  .picbox7 img {
    width: 100%;
    transition: all 0.3s;
  }

  .pbox7 {
    float: right;
    width: 68.166%;
    background-image: url(../esimg/double_right.png);
    background-position: 92% 50%;
    background-repeat: no-repeat;
  }

  .pbox7 p:first-child {
    width: 75%;
    transition: all 0.3s;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 40px;
  }

  .pbox7 p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    font-family: arial;
    color: #bec4d0;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .pbox7 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
    margin-bottom: 22px;
    width: 76%;
    height: 44px;
    overflow: hidden;
  }

  .pbox7 p:nth-child(4) {
    transition: all 0.3s;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.5px;
    padding-bottom: 30px;
  }

  .xwdet2:hover {
    background: #1291fa;
  }

  .xwdet2:hover .pbox7 {
    background-image: url(../esimg/double_right2.png);
    background-position: 92% 50%;
    background-repeat: no-repeat;
  }

  .xwdet2:hover p {
    color: #fff;
  }

  .xwdet2:hover img {
    transform: scale(1.05);
  }

  .xws {
    margin-bottom: 15px;
  }

  /* 新闻详情 */
  .xwbt h1 {
    font-size: 22px;
    color: #333333;
    letter-spacing: 1.6px;
  }

  .xwf {
    margin-top: 21px;
    padding-bottom: 17px;
  }

  .xwf p {
    font-size: 12px;
    color: #909090;
    line-height: 16px;
    padding-left: 22px;
    letter-spacing: 0.5px;
  }

  .xwf p:first-child {
    background: url(../esimg/author.png) no-repeat;
    background-position: 0px 0px;
  }

  .xwf p:nth-child(2) {
    background: url(../esimg/date.png) no-repeat;
    background-position: 0px 0px;
    margin-left: 62px;
  }

  .xwf p:nth-child(3) {
    background: url(../esimg/source.png) no-repeat;
    background-position: 0px 0px;
    margin-left: 69px;
  }

  .xwg strong {
    display: block;
    font-size: 14px;
    color: #333333;
    padding-top: 32px;
    padding-bottom: 24px;
  }

  .xwg strong a {
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    margin-right: 22px;
    transition: all 0.3s;
  }

  .xwg strong a:hover {
    color: #1291fa;
  }

  .xwg {
    border-top: 1px solid #e1e7f4;
  }

  .xwg > p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.4px;
    line-height: 24px;
    padding: 26px 0px 22px 0px;
  }

  .xwg img {
    max-width: 100%;
    margin: 0 auto;
  }

  .xwxq > .fl {
    width: 62.5%;
  }

  .xwxq > .fr {
    width: 31.666%;
  }

  /* 资讯 */
  .xwzx .bt p {
    margin-top: 20px;
  }

  .zxs {
    width: 70%;
    margin-top: 48px;
  }

  .oth {
    width: 25%;
  }

  .zx1 {
    transition: all 0.3s;
    border: 1px solid #e1e7f4;
    padding: 30px 31px 26px 32px;
    background: #fff;
    margin-bottom: 30px;
  }

  .zx1 a > p:first-child {
    transition: all 0.3s;
    font-size: 18px;
    color: #333333;
    letter-spacing: 1.5px;
    margin-bottom: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .zx1 a > p:nth-child(2) {
    color: #2487fa;
    font-size: 12px;
    transition: all 0.3s;
  }

  .zx1 a > p:nth-child(2) span {
    margin-right: 17px;
  }

  .zx1 p:nth-child(3) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    left: 0.5px;
    margin-top: 15px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 23px;
  }

  .zx11 p:first-child {
    transition: all 0.3s;
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: 0.5px;
    float: left;
  }

  .zx11 p:first-child span {
    transition: all 0.3s;
    color: #666666;
  }

  .zx11 p:nth-child(2) {
    transition: all 0.3s;
    float: right;
    font-size: 12px;
    font-family: arial;
    color: #b4b4b4;
  }

  .zx1:hover a p {
    color: #fff;
  }

  .zx1:hover p span {
    color: #fff;
  }

  .zx1:hover {
    background: #1291fa;
  }

  .zx2 {
    margin-bottom: 20px;
    transition: all 0.3s;
    border: 1px solid #e1e7f4;
    background-image: url(../esimg/next_btn.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
  }

  .zx2 .fl:first-child {
    width: 9.285%;
    margin-left: 30px;
  }

  .zx2 .fl:first-child p:first-child {
    transition: all 0.3s;
    font-size: 38px;
    font-family: arial;
    color: #333333;
    text-align: center;
    line-height: 36px;
    margin-top: 17px;
  }

  .zx2 .fl:first-child p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    color: #333333;
    font-family: arial;
    text-align: center;
    margin-bottom: 19px;
  }

  .zx2 .fl:nth-child(2) p:first-child {
    transition: all 0.3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.7px;
    margin-bottom: 6px;
    margin-top: 22px;
  }

  .zx2 .fl:nth-child(2) p:nth-child(2) {
    transition: all 0.3s;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0.3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .zx2 .fl:nth-child(2) {
    width: 70%;
  }

  .zx2:hover {
    background: #1291fa;
    background-image: url(../esimg/next_btn.png);
    background-repeat: no-repeat;
    background-position: 94% 50%;
  }

  .zx2:hover .fl:first-child p:first-child {
    color: #fff;
  }

  .zx2:hover .fl:first-child p:nth-child(2) {
    color: #fff;
  }

  .zx2:hover .fl:nth-child(2) p:first-child {
    color: #fff;
  }

  .zx2:hover .fl:nth-child(2) p:nth-child(2) {
    color: #fff;
  }

  .oth1 h6 {
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }

  .oth1 p {
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .oth1 p:hover a {
    color: #1291fa;
  }

  .oth1 p a {
    transition: all 0.3s;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0.8px;
    padding-left: 20px;
  }

  .oth1 p span {
    font-size: 16px;
    color: #028aff;
    display: inline-block;
    width: 30px;
    height: 25px;
    border: 1px solid #e1e7f4;
    text-align: center;
    line-height: 25px;
  }

  .oth2 > p {
    font-size: 20px;
    color: #000000;
    letter-spacing: 2px;
  }

  .oth2 {
    padding-top: 28px;
  }

  .oth22 {
    border: 1px solid #e1e7f4;
    padding-top: 35px;
    margin-top: 17px;
  }

  .oth22 p:first-child {
    margin-left: 29px;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 29px;
    padding-left: 50px;
    background-image: url(../esimg/small_tel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }

  .oth22 p:nth-child(2) {
    margin-left: 29px;
    margin-top: 24px;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #4e4e4e;
    padding-left: 50px;
    background-image: url(../esimg/small_message.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }

  .oth22 p:nth-child(3) {
    margin-bottom: 37px;
    margin-left: 29px;
    margin-top: 27px;
    font-size: 14px;
    color: #4e4e4e;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding-left: 50px;
    background-image: url(../esimg/small_address.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }

  .oth22 img {
    margin: 0 auto;
  }

  .oth22 p:nth-child(5) {
    font-size: 14px;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 7px;
  }

  .zxs .pagea {
    margin-top: 20px;
  }

  /* 问答详情 */
  .wdxq > .fl {
    width: 62.5%;
    padding-top: 14px;
  }

  .wdxq > .fr {
    width: 31.666%;
  }

  .wdxq .fr .bt p {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .wdxq .fr .bkb {
    margin-bottom: 15px;
  }

  .wdxq .xwbt h1 {
    padding-left: 39px;
    background: url(../esimg/icon_question.png) no-repeat;
    background-position: 0px 3px;
  }

  /* 常见问答 */
  .cjwd .bt p {
    margin-top: 20px;
  }

  .wds {
    margin-top: 38px;
  }

  .wda {
    width: 48.333%;
    border: 1px solid #e1e7f4;
    padding: 26px 30px 27px 30px;
    margin-bottom: 40px;
  }

  .wda:nth-child(odd) {
    float: left;
  }

  .wda:nth-child(even) {
    float: right;
  }

  .wda p:first-child {
    transition: all 0.3s;
    padding-bottom: 19px;
    margin-bottom: 19px;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1.7px;
    position: relative;
    padding-left: 40px;
    border-bottom: 1px solid #e1e7f4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .wda p:first-child span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 24px;
    line-height: 24px;
    border-radius: 5px;
    background: linear-gradient(#325dff, #1291fa);
    display: inline-block;
    left: 0px;
    top: 0px;
  }

  .wda p:nth-child(2) {
    transition: all 0.3s;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
    position: relative;
    padding-left: 40px;
    height: 44px;
    overflow: hidden;
  }

  .wda p:nth-child(2) span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 24px;
    line-height: 24px;
    border-radius: 5px;
    background: linear-gradient(#ffa14b, #ff8d24);
    display: inline-block;
    left: 0px;
    top: 0px;
  }

  .wda p:nth-child(3) {
    transition: all 0.3s;
    font-size: 12px;
    color: #bec4d0;
    font-family: arial;
    padding-left: 35px;
    margin-top: 20px;
  }

  .wda:hover p {
    color: #fff;
  }

  .wda:hover {
    background: #1291fa;
  }

  .wda p:nth-child(3) {
    background-image: url(../esimg/next_btn.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
  }

  /* 联系我们 */
  .lxwm {
    border: 1px solid #e1ecf4;
    border-radius: 10px;
    padding-bottom: 52px;
    margin-top: 33px;
  }

  .lxwm > .fl {
    width: 45%;
    padding-left: 50px;
  }

  .lxwm > .fr {
    width: 46.666%;
    margin-right: 50px;
  }

  .lxwm > .fl h6 {
    font-size: 20px;
    color: #4e4e4e;
    letter-spacing: 1.5px;
    padding-top: 56px;
    margin-bottom: 35px;
  }

  .lxwm > .fl p {
    line-height: 28px;
    font-size: 16px;
    color: #4e4e4e;
    padding-left: 58px;
    letter-spacing: 0.5px;
  }

  .lxwm > .fl p:nth-child(2) {
    background: url(../esimg/small_tel.png) no-repeat;
    background-position: 0px 0px;
    margin-bottom: 49px;
  }

  .lxwm > .fl p:nth-child(3) {
    background: url(../esimg/icon_contact.png) no-repeat;
    background-position: 0px 0px;
    margin-bottom: 37px;
  }

  .lxwm > .fl p:nth-child(4) {
    background: url(../esimg/small_message.png) no-repeat;
    background-position: 0px 0px;
    margin-bottom: 37px;
  }

  .lxwm > .fl p:nth-child(5) {
    background: url(../esimg/small_message2.png) no-repeat;
    background-position: 0px 0px;
    margin-bottom: 37px;
  }

  .lxwm > .fl p:nth-child(6) {
    background: url(../esimg/small_address.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxinp > p:first-child {
    font-size: 20px;
    color: #4e4e4e;
    letter-spacing: 1.5px;
    padding-top: 56px;
    margin-bottom: 31px;
  }

  .lxinp input[type="text"] {
    width: 48.214%;
    height: 56px;
    border: 1px solid #e1e7f4;
    border-radius: 1px;
    line-height: 56px;
    padding-left: 46px;
    font-size: 14px;
  }

  .lxinp input:nth-child(1) {
    margin-right: 2.5%;
    background: url(../esimg/small_kefu.png) no-repeat;
    background-position: 14px 17px;
  }

  .lxinp input:nth-child(2) {
    background: url(../esimg/icon_tel.png) no-repeat;
    background-position: 14px 17px;
  }

  .lxinp textarea {
    margin-top: 20px;
    padding-top: 18px;
    width: 100%;
    height: 190px;
    border: 1px solid #e1e7f4;
    border-radius: 1px;
    font-size: 14px;
    padding-left: 46px;
    background: url(../esimg/small_message5.png) no-repeat;
    background-position: 14px 17px;
  }

  .lxinp input:nth-child(6) {
    margin-top: 22px;
    float: left;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: linear-gradient(#ffa24d, #ff8d24);
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
  }

  .lxfsa {
    float: right;
    margin-top: 27px;
    padding-right: 20px;
  }

  .lxfsa .fr {
    padding-left: 11px;
  }

  .lxfsa .fr p:first-child {
    font-size: 14px;
    color: #979797;
    letter-spacing: 0.5px;
    line-height: 18px;
  }

  .lxfsa .fr p:nth-child(2) {
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #1291fa;
    letter-spacing: 0.5px;
  }

  .addre {
    width: 91.666%;
    height: 380px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    margin-top: 50px;
  }

  .lxwma {
    border: 1px solid #e1ecf4;
    border-radius: 10px;
    padding: 0px 20px 0px 20px;
    margin-top: 33px;
  }

  .lxwm1 {
    border-bottom: 1px solid #e1e7f4;
  }

  .lxwm1 .fl:first-child img {
    margin-top: 16px;
  }

  .lxwm1 .fl:first-child p {
    font-size: 16px;
    color: #4e4e4e;
    letter-spacing: 1.3px;
    line-height: 20px;
  }

  .lxwm1 .fl:nth-child(2) {
    padding-left: 10px;
  }

  .lxwm1 .fl:nth-child(2) p,
  .lxwm1 .fr p {
    font-size: 14px;
    color: #4e4e4e;
    letter-spacing: 0.3px;
    padding-left: 41px;
    line-height: 26px;
  }

  .lxwm1 .fl:nth-child(2) p:first-child {
    background: url(../esimg/small_kefu2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 35px;
  }

  .lxwm1 .fl:nth-child(2) p:nth-child(2) {
    background: url(../esimg/small_tel2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
  }

  .lxwm1 .fl:nth-child(2) p:nth-child(3) {
    background: url(../esimg/icon_contact2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
    margin-bottom: 38px;
  }

  .lxwm1 .fr p:first-child {
    background: url(../esimg/small_message3.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 35px;
  }

  .lxwm1 .fr p:nth-child(2) {
    background: url(../esimg/small_address2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
  }

  .lxwm2 .fl:first-child img {
    margin-top: 16px;
  }

  .lxwm2 .fl:first-child p {
    font-size: 16px;
    color: #4e4e4e;
    letter-spacing: 1.3px;
    line-height: 20px;
  }

  .lxwm2 .fl:nth-child(2) {
    padding-left: 10px;
  }

  .lxwm2 .fl:nth-child(2) p,
  .lxwm2 .fr p {
    font-size: 14px;
    color: #4e4e4e;
    letter-spacing: 0.3px;
    padding-left: 41px;
    line-height: 26px;
  }

  .lxwm2 .fl:nth-child(2) p:first-child {
    background: url(../esimg/small_kefu3.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 35px;
  }

  .lxwm2 .fl:nth-child(2) p:nth-child(2) {
    background: url(../esimg/icon_tel2.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
  }

  .lxwm2 .fl:nth-child(2) p:nth-child(3) {
    background: url(../esimg/icon_contact3.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
    margin-bottom: 38px;
  }

  .lxwm2 .fr p:first-child {
    background: url(../esimg/small_message4.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 35px;
  }

  .lxwm2 .fr p:nth-child(2) {
    background: url(../esimg/small_address3.png) no-repeat;
    background-position: 0px 0px;
    margin-top: 24px;
  }

  .lxwm2 .fr {
    padding-right: 106px;
  }

  .he {
    margin-bottom: 66px;
  }

  /* 友情链接 */
  .yqlj p {
    line-height: 40px;
    color: #333333;
    font-size: 14px;
  }

  .yqlj p a {
    font-size: 14px;
    color: #333333;
    transition: all 0.3s;
    margin-right: 10px;
  }

  .yqlj p a:hover {
    color: #2b72fc;
  }

  /*网站地图*/
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /*网站地图*/
  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 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*/

  .fb p:first-child img {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    top: 3px;
  }

  /* 首页banner 新增修改 */
  .swiper-newSw {
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .swiper-newSw img {
    width: 100%;
  }

  .swiper-newSw .prev-newSw {
    left: 5%;
  }

  .swiper-newSw .next-newSw {
    right: 5%;
  }

  .swiper-newSw .pagination-newSw {
    bottom: 60px !important;
  }

  .swiper-newSw .pagination-newSw .swiper-pagination-bullet {
    cursor: pointer;
    background: url(../esimg/dian2.png) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
  }

  .swiper-newSw .pagination-newSw .swiper-pagination-bullet-active {
    background: url(../esimg/dian1.png) no-repeat;
    background-position: center;
  }

  @media (min-width: 1050px) {
    .gyb p {
      font-size: 18px;
    }

    .lxb {
      padding: 43px 10px 0px 20px;
    }

    .fwp {
      margin-top: 50px;
      margin-bottom: 40px;
    }

    .dha:first-child {
      margin-right: 40px;
    }

    .dha:nth-child(2),
    .dha:nth-child(3),
    .dha:nth-child(4) {
      margin-right: 40px;
    }

    .dha:nth-child(5) {
      margin-right: 40px;
    }

    .xwdet1 {
      padding: 20px 150px 22px 41px;
    }

    .khs {
      height: 485px;
    }
  }

  @media (min-width: 1100px) {
    .lxc {
      padding-left: 33%;
    }

    .dha:first-child {
      margin-right: 45px;
    }

    .dha:nth-child(2),
    .dha:nth-child(3),
    .dha:nth-child(4) {
      margin-right: 45px;
    }

    .dha:nth-child(5) {
      margin-right: 45px;
    }

    .xwdet1 {
      padding: 25px 150px 22px 41px;
    }

    .khs {
      height: 495px;
    }
  }

  @media (min-width: 1150px) {
    .gyb p {
      font-size: 20px;
    }

    .lxb {
      padding: 43px 10px 0px 30px;
    }

    .dha:first-child {
      margin-right: 50px;
    }

    .dha:nth-child(2),
    .dha:nth-child(3),
    .dha:nth-child(4) {
      margin-right: 50px;
    }

    .dha:nth-child(5) {
      margin-right: 50px;
    }

    .xwdet1 {
      padding: 25px 150px 27px 41px;
    }

    .khs {
      height: 510px;
    }
  }

  @media (min-width: 1199px) {
    .dha:first-child {
      margin-right: 55px;
    }

    .dha:nth-child(2),
    .dha:nth-child(3),
    .dha:nth-child(4) {
      margin-right: 55px;
    }

    .dha:nth-child(5) {
      margin-right: 55px;
    }

    .xwa2 .xwdet1:first-child {
      margin-bottom: 30px;
    }
  }
}
#VerifyCode2 {
  width: 100%;
}
#Image1 {
  margin-top: -50px;
  margin-left: 77%;
  height: 45px;
}
.lxc #VerifyCode2 {
  width: 240px;
  height: 42px;
  padding-left: 20px;
  margin-left: 10px;
  background-color: rgba(0, 107, 225, 0.4);
}
.lxc #Image1 {
  margin-top: -38px;
  margin-left: 59.8%;
  position: absolute;
  height: auto;
}
#VerifyCode3 {
  width: 100%;
  height: 42px;
  font-size: 14px;
  padding-left: 20px;
  color: #fff;
  border: 1px solid rgba(222, 237, 250, 0.4);
  margin-top: 25px;
  background-color: rgba(0, 107, 225, 0.4);
}
.lxc #Image2 {
  bottom: 71px !important;
  top: auto !important;
  width: 100px;
  height: 30px;
  left: auto !important;
  right: 5px !important;
}
@media (max-width: 999px) {
  body,
  html {
    padding: 0;
    background: #fff;
    font-family: Arial;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    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;
  }

  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #fff;
  }

  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #fff;
  }

  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #fff;
  }

  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #fff;
  }

  /*手机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: 64.666%;
    overflow: hidden;
    margin-left: 4%;
    float: left;
  }

  .sjdha_t1 img,
  .sjdha_t3 img {
    width: 100%;
  }

  .sjdha_t3 img {
    margin-top: 20%;
  }

  .sjdha_t2 {
    width: 32px;
    position: absolute;
    right: 5%;
    top: calc(50% - 14px);
  }

  .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 #146fff;
    background: #f6f6f6;
  }

  .sjdhb_ah1 h6 a {
    color: #146fff;
  }

  .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: #146fff;
  }

  .sjdh {
    box-shadow: 0 -2px 18px -2px #2a54ff;
  }

  /**手机底部导航**/
  .dan-xia {
    width: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-size: 100% 100%;
    box-shadow: 0 0 20px -5px #000;
  }

  .dan-xib {
    width: 25%;
    padding: 2% 0 1% 0%;
  }

  .dan-xid img {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }

  .dan-xid p {
    color: #000;
    text-align: center;
    font-size: 0.85rem;
    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%;
  }

  /* banner */
  .banmob {
    margin-top: 17% !important;
    position: relative;
  }

  .banmob img {
    width: 100%;
  }

  /* .html-new-banmob body,
	.html-new-banmob {
		width: 100%;
		max-width: 100%;
	} */

  .new-banmob {
    width: 100%;
  }

  .new-banmob .swiper-slide {
  }

  .new-banmob .swiper-slide img {
    width: 100%;
  }

  .paged {
    bottom: 10px;
    position: absolute;
    z-index: 1000;
  }

  .paged .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #fff;
  }

  .paged .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    background: #fb8e3e;
  }

  /* 服务项目 */
  .fwxm {
    margin-top: 8%;
    width: 100%;
    padding-bottom: 4%;
  }

  .xm1 {
    padding-bottom: 30px;
  }

  .bt p {
    font-size: 0.95rem;
    color: #000000;
    margin-top: 8%;
    margin-bottom: 6%;
  }

  .bt p span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: arial;
    color: #000000;
    margin-bottom: 4%;
  }

  .bt1 p {
    font-size: 0.95rem;
    color: #000000;
    margin-top: 8%;
    margin-bottom: 3%;
  }

  .bt1 p span {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    font-family: arial;
    color: #000000;
    margin-bottom: 4%;
  }

  .more {
    line-height: 30px;
    width: 100px;
    border-radius: 20px;
    background-image: linear-gradient(to right, #3a61ff, #078fff);
    text-align: center;
    margin-top: 25%;
  }

  .more a {
    font-size: 0.85rem;
    color: #fff;
  }

  .xm {
    width: 47%;
    padding: 20px 0px 20px 10px;
    margin-top: 6%;
    border-radius: 5px;
    position: relative;
  }

  .xm:nth-child(2n-1) {
    float: left;
  }

  .xm:nth-child(2n) {
    float: right;
  }

  .xm:first-child {
    background: linear-gradient(to right, #1a75f0, #64a2ff);
  }

  .xm:nth-child(2) {
    background: linear-gradient(to right, #fb8e3e, #ffb362);
  }

  .xm:nth-child(3) {
    background: linear-gradient(to right, #8c69ea, #c69cf9);
  }

  .xm:nth-child(4) {
    background: linear-gradient(to right, #22c988, #70e89f);
  }

  .xm:nth-child(5) {
    background: linear-gradient(to right, #00bed4, #57e1f0);
  }

  .xm:nth-child(6) {
    background: linear-gradient(to right, #fc5a56, #ff7c72);
  }

  .xm:nth-child(7) {
    background: linear-gradient(to right, #fbbf2c, #fdca4d);
  }

  .xm:nth-child(8) {
    background: linear-gradient(to right, #618afe, #9cb5fd);
  }

  .xm img:nth-child(4) {
    width: 40px;
    position: absolute;
    top: calc(50% - 20px);
    right: 7.5%;
  }

  .xm p {
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 5px;
  }

  .xm img:first-child {
    display: none;
  }

  .xm h6 {
    font-size: 0.6rem;
    color: #fff;
  }

  .xm2 {
    width: 100%;
    background: url(../esimg/bg_baby_blue.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 10px;
  }

  .zss {
    max-width: 1370px;
    margin: 0 auto;
  }

  .zs {
    position: relative;
    width: 100%;
    top: 15px;
  }

  .zs_z {
    width: 41px;
    height: 41px;
    position: absolute;
    left: 20px;
    top: calc(50% - 20px);
    cursor: pointer;
  }

  .zs_y {
    width: 41px;
    height: 41px;
    position: absolute;
    right: 20px;
    top: calc(50% - 20px);
    cursor: pointer;
  }

  .zsa {
    overflow: hidden;
    width: 87.591%;
    margin: 0 auto;
  }

  .zsd {
    border: 1px solid #297afc;
    width: 93.333%;
    margin: 0 auto;
    padding: 20px 0px 0px 10px;
    height: 360px;
    transition: all 0.3s;
  }

  .zsd a > p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
  }

  .zsd a > p span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.1);
    display: block;
  }

  .zse {
    margin-top: 24px;
  }

  .zse p {
    font-size: 12px;
    color: #fff;
    float: left;
    line-height: 35px;
  }

  .zse p:nth-child(2n - 1) {
    width: 120px;
  }

  /* 案例 */
  .alxq {
    width: 100%;
    margin-top: 8%;
    padding-bottom: 8%;
  }

  .alxqa {
    width: 97%;
    margin: 0 auto;
    margin-bottom: 8%;
  }

  .alxqa:nth-child(4),
  .alxqa:nth-child(5),
  .alxqa:nth-child(6) {
    display: none;
  }

  .imgboxa {
    width: 100%;
    overflow: hidden;
  }

  .imgboxa img {
    width: 100%;
    transition: all 0.3s;
  }

  .pboxa {
    transition: all 0.3s;
    padding: 5% 4% 3% 4%;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }

  .pboxa > p:first-child {
    font-size: 0.95rem;
    color: #333333;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pboxa > p:nth-child(2) {
    font-size: 0.8rem;
    color: #999999;
    display: block;
    margin-top: 5px;
    transition: all 0.3s;
  }

  .pboxa h6 {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 2%;
    transition: all 0.3s;
  }

  .pboxa div p:first-child {
    font-size: 0.7rem;
    color: #999999;
    transition: all 0.3s;
  }

  .pboxa div img {
    float: right;
  }

  .pboxa div {
    background: url(../esimg/next_grey.png) no-repeat;
    background-position: 100% 2px;
  }

  /* 4大理由 */
  .ly {
    background-image: url(../esimg/q1.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 10%;
    padding-bottom: 6%;
  }

  .picbox1 {
    display: none;
  }

  .bta {
    display: table;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  .bta p {
    display: inline-block;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1px;
  }

  .bta p span {
    font-weight: bold;
  }

  .bta img {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
  }

  .lyb {
    width: 100%;
  }

  .lyba {
    height: 90px;
    padding: 4.5% 10% 4.5% 13.97%;
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-bottom: 6%;
  }

  .lyba p:first-child {
    position: absolute;
    right: -4px;
    bottom: -3px;
    transition: all 0.3s;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: arial;
    color: #fff;
    padding-left: 15px;
  }

  .lyba:nth-child(odd) {
    background: url(../esimg/m13.png) no-repeat;
    background-size: 100% 100%;
  }

  .lyba:nth-child(even) {
    background: url(../esimg/m14.png) no-repeat;
    background-size: 100% 100%;
  }

  .lyba .mob:nth-child(2) {
    float: left;
  }

  .lyba h6:nth-child(3) {
    float: left;
    font-size: 0.8rem;
    color: #fff;
    margin-left: 10%;
  }

  .lyba h6:nth-child(3) span {
    display: block;
    font-size: 0.85rem;
    margin-top: 7px;
  }

  .lyba .mob img {
    width: 30px;
  }

  .lyba .mob p {
    text-align: center;
    color: #fff;
    font-size: 1rem;
    margin-top: 10px;
  }

  /* 关于我们 */
  .mobgy {
    padding-top: 8%;
    padding-bottom: 5%;
  }

  .mobpic img {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .mobp p:first-child {
    color: #0783ff;
    font-size: 0.95rem;
    margin-bottom: 5%;
  }

  .mobp p:nth-child(2) {
    color: #333333;
    font-size: 14px;
    line-height: 2;
  }

  .mobp p:nth-child(3) {
    color: #333333;
    font-size: 14px;
    line-height: 2;
  }

  /* 新闻 */
  .xw {
    padding-top: 8%;
    padding-bottom: 8%;
    overflow: hidden;
  }

  .mobxw {
    width: 100%;
    margin-top: 5%;
  }

  .mobxwa {
    width: 160%;
  }

  .picbox3 {
    width: 100%;
  }

  .picbox3 img {
    width: 100%;
  }

  .pbox3 p:first-child {
    font-size: 0.7rem;
    color: #bec4d0;
    margin-top: 4%;
    margin-bottom: 4%;
  }

  .pbox3 p:nth-child(2) {
    font-size: 1rem;
    color: #333333;
    margin-bottom: 3%;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pbox3 p:nth-child(3) {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    height: 56px;
    overflow: hidden;
  }

  .mobxwa .swiper-slide-next .pbox3 {
    display: none;
  }

  .page {
    float: right;
    margin-top: 3%;
  }

  .page .swiper-pagination-bullet {
    background: #dedede;
    margin-left: 10px;
    width: 6px;
    height: 6px;
  }

  .page .swiper-pagination-bullet-active {
    background: #2d62ff;
    width: 6px;
  }

  /* 百科 */
  .mobbk {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .mobbka {
    border-bottom: 1px dashed #cddae1;
  }

  .mobbka p:first-child {
    float: left;
    color: #333333;
    font-size: 0.85rem;
    padding-left: 4%;
    position: relative;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
  }

  .mobbka p:first-child::before {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #dadfe8;
    border-radius: 4px;
    left: 0px;
    top: 20px;
  }

  .mobbka p:nth-child(2) {
    float: right;
    color: #bec4d0;
    font-size: 0.8rem;
    line-height: 50px;
  }

  /* 联系 */
  .lx {
    padding-top: 6%;
  }

  .lx1 {
    background: url(../esimg/m21.jpg) no-repeat;
  }

  .lxa {
    margin-top: 6%;
  }

  .lxb {
    padding-bottom: 5%;
    height: 150px;
    width: 50%;
    float: left;
    background-color: #fff;
    padding-left: 5%;
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .lxb:first-child {
    border-top: 1px solid #e6f3fa;
    border-left: 1px solid #e6f3fa;
    border-right: 1px solid #e6f3fa;
  }

  .lxb:nth-child(2) {
    border-top: 1px solid #e6f3fa;
    border-right: 1px solid #e6f3fa;
  }

  .lxb:nth-child(3) {
    border: 1px solid #e6f3fa;
  }

  .lxb:nth-child(4) {
    border-bottom: 1px solid #e6e3fa;
    border-right: 1px solid #e6e3fa;
    border-top: 1px solid #e6f3fa;
  }

  .lxb img {
    height: 30px;
  }

  .lxb p:nth-child(2) {
    font-size: 0.8rem;
    letter-spacing: 0.1px;
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .lxb p:nth-child(3) {
    font-size: 0.95rem;
    font-weight: bold;
  }

  .lxb p:nth-child(3) span {
    font-weight: normal;
    font-family: "微软雅黑";
    display: inline-block;
  }

  .lxb p:nth-child(2) {
    color: #333333;
  }

  .lxb p:nth-child(3) {
    color: #333333;
  }

  .lxb:nth-child(4) p:nth-child(3) {
    font-weight: normal;
    font-family: "微软雅黑";
    font-size: 0.8rem;
    width: 90%;
  }

  .lx > .commen {
    padding-bottom: 10%;
  }

  .lxc {
    background: linear-gradient(#2a54ff, #018cff);
    background-position: center;
    background-size: cover;
    width: 100%;
  }

  .lxc input:nth-child(2),
  .lxc input:nth-child(3) {
    color: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    padding-left: 40px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(222, 237, 250, 0.4);
    width: 47.352%;
    height: 42px;
    background-color: rgba(0, 107, 225, 0.4);
  }

  .lxc textarea:nth-child(4) {
    color: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    padding-left: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgba(222, 237, 250, 0.4);
    width: 100%;
    height: 100px;
    background-color: rgba(0, 107, 225, 0.4);
  }

  .lxc input:nth-child(2) {
    background-image: url(../esimg/customer_service.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
  }

  .lxc input:nth-child(3) {
    float: right;
    background-image: url(../esimg/contact_info.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
  }

  .lxc textarea:nth-child(4) {
    position: relative;
    top: 15px;
    background-image: url(../esimg/leave_message.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
  }

  .lxc input[type="submit"] {
    border-radius: 5px;
    background: linear-gradient(#ffa24d, #ff8d24);
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0.1px;
    margin-top: 7%;
  }

  .lxc {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .lxc .commen {
    position: relative;
  }

  .lxc p {
    font-size: 1.1rem;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5%;
    padding-left: 20%;
  }

  .lxc img {
    position: absolute;
    top: -50px;
    left: 0px;
    width: 50px;
  }

  /* foot */
  .ft2 {
    display: none;
  }

  .ft {
    background: #020923;
    padding-top: 10%;
    padding-bottom: 20%;
  }

  .ft .commen {
    position: relative;
    z-index: 1;
    padding-bottom: 5%;
  }

  .ft1 {
    float: left;
  }

  .ft3 {
    float: right;
  }

  .ft1 img:nth-child(2) {
    width: 53%;
  }

  .ft1 p {
    font-size: 0.8rem;
    color: #757c92;
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .ft1 img:nth-child(4) {
    width: 150px;
  }

  .ft3 {
    text-align: right;
  }

  .ftt p {
    font-size: 0.8rem;
    color: #5a5f71;
    letter-spacing: 0.5px;
    margin-top: 4px;
    text-align: center;
  }

  .fb p:first-child {
    float: left;
  }

  .fb p:nth-child(2) {
    float: left;
  }

  .fb {
    display: none;
    border-top: 1px solid #1c2239;
    padding-top: 5%;
  }

  .fb p {
    color: #b5b5b5;
    font-size: 0.6rem;
    line-height: 22px;
  }

  .fb p a {
    color: #b5b5b5;
    font-size: 0.6rem;
    transition: all 0.3s;
  }

  .fb p a:hover {
    color: #fff;
  }

  /* ============================================================================================================================== */
  /* 内页开始 */

  /* 内页banner */
  .nyban {
    margin-top: 16.5%;
    width: 100%;
  }

  .nyban img {
    width: 100%;
  }

  /* 服务 */
  .fw {
    margin-top: 8%;
  }

  .keyword {
    display: none;
    margin-top: 6%;
  }

  .keyword p:first-child {
    letter-spacing: 0.5px;
    color: #6a6a6a;
    font-size: 0.8rem;
    float: left;
  }

  .keyword p:first-child a {
    color: #6a6a6a;
    transition: all 0.3s;
    font-size: 0.8rem;
  }

  .kw {
    display: none;
  }

  .keyword h1 {
    color: #6a6a6a;
    font-size: 0.8rem;
    letter-spacing: 1.2px;
    float: left;
  }

  .btt {
    display: table;
    margin: 0 auto;
  }

  .btt p:first-child {
    font-size: 1.2rem;
    color: #000000;
    letter-spacing: 2.7px;
    display: inline-block;
  }

  .btt img {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 15px;
  }

  .btt p span {
    font-weight: bold;
  }

  .btt p:nth-child(3) {
    font-size: 1.2rem;
    color: #000000;
    letter-spacing: 2.7px;
    display: inline-block;
  }

  .btt p:nth-child(4) {
    font-size: 0.8rem;
    font-family: arial;
    color: #d4dde6;
    text-align: center;
    margin-top: 10px;
  }

  .fwml {
    display: none;
  }

  .fwd {
    margin-top: 8%;
  }

  .fwdet {
    margin-bottom: 8%;
    border: 1px solid #1291fa;
  }

  .fwdet .fl {
    width: 100%;
    padding: 5%;
  }

  .fwdet .fl img {
    display: none;
  }

  .fwdet .fl > p:first-child {
    font-size: 1.1rem;
    color: #000000;
  }

  .fwdet .fl > p span {
    font-size: 1.2rem;
    font-family: arial;
    font-weight: bold;
    color: #000000;
    display: block;
  }

  .fwdet .fl > p:nth-child(2) {
    font-size: 14px;
    line-height: 2;
    color: #565656;
    letter-spacing: 1px;
    margin-top: 5%;
  }

  .fwdet .fr {
    width: 100%;
  }

  .picbox4 {
    width: 94%;
    margin: 0 auto;
  }

  .picbox4 img {
    width: 100%;
  }

  .fwp {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .fwp p {
    float: left;
    font-size: 0.8rem;
    color: #333333;
    line-height: 40px;
  }

  .fwp p {
    /* width: 50%; */
    width: 100%;
  }

  .picbox4 {
    margin-bottom: 5%;
  }

  .cwd {
    width: 93.333%;
    margin: 0 auto;
  }

  .imgboxaa {
    width: 100%;
    overflow: hidden;
  }

  .imgboxaa img {
    width: 100%;
    transition: all 0.3s;
  }

  .pboxaa {
    transition: all 0.3s;
    padding: 3%;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
  }

  .pboxaa > p:first-child {
    font-size: 0.95rem;
    color: #333333;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pboxaa > p:nth-child(2) {
    font-size: 0.8rem;
    color: #999999;
    display: block;
    margin-top: 5px;
    transition: all 0.3s;
  }

  .pboxaa h6 {
    border-bottom: 1px solid #ededed;
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
    transition: all 0.3s;
  }

  .pboxaa div p:first-child {
    font-size: 0.7rem;
    color: #999999;
    transition: all 0.3s;
  }

  .pboxaa div img {
    float: right;
  }

  .pboxaa div {
    background: url(../esimg/next_grey.png) no-repeat;
    background-position: 98% 2px;
  }

  .alxqaa:nth-child(3n - 1) {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .cwa {
    width: 100%;
    margin-top: 7%;
  }

  .cwd {
    width: 150%;
  }

  /* 案例 */
  .alzp {
    margin-bottom: 8%;
    padding-top: 8%;
  }

  .lxfs {
    display: none;
  }

  .pagea {
    display: table;
    margin: 0 auto;
  }

  .pagea p {
    cursor: pointer;
    float: left;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 10px;
    background: #f7fbff;
    margin-right: 2px;
    margin-left: 2px;
  }

  .pagea p a {
    font-size: 12px;
    color: #1f7cfa;
  }

  .pagea .a {
    width: 70px;
  }

  .pagea p:hover {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagea p:hover a {
    color: #fff;
  }

  .pagea .on {
    background: linear-gradient(#325dff, #1291fa);
  }

  .pagea .on a {
    color: #fff;
  }

  .bk {
    padding-top: 8%;
  }

  /* 客户 */
  .hzkh {
    padding-top: 8%;
  }

  .khs {
    padding-top: 8%;
  }

  .khdet {
    float: left;
    width: 47%;
  }

  .khdet:nth-child(n > 6) {
    display: none;
  }

  .khdet:nth-child(2n) {
    margin-left: 6%;
  }

  .khdet img {
    border: 1px solid #e1e7f4;
    width: 100%;
  }

  .khdet p {
    text-align: center;
    font-size: 0.85rem;
    color: #444444;
    line-height: 18px;
    margin-top: 3%;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
  }

  /* .gd{text-align: center;text-decoration: underline;margin-top: 4%;margin-bottom: 8%;} */
  /* .gd a{font-size: 0.85rem;color: #333333;transition: all 0.3s;} */
  .gd {
    display: none;
  }

  /* 客户评价 */
  /* .khpj .bt p{margin-top: 20px;} */
  .khpj {
    padding-bottom: 8%;
  }

  .pjs {
    margin-top: 6%;
  }

  .pjdet {
    width: 100%;
    padding-bottom: 4%;
    margin-bottom: 5%;
    box-shadow: 0px 0px 10px 2px #fafafc;
    border: 1px solid #fafafc;
  }

  .pj1 {
    display: none;
  }

  .pj2 {
    width: 100%;
    padding: 5%;
  }

  .pj2 p:first-child {
    width: 80%;
    font-size: 1rem;
    color: #333333;
    letter-spacing: 0.5px;
    margin-top: 3%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pj2 p:nth-child(2) {
    font-size: 0.75rem;
    color: #666666;
    margin-top: 2%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .pj2 p:nth-child(2) span {
    margin-right: 5%;
  }

  .pj2 p:nth-child(3) {
    font-size: 0.85rem;
    line-height: 18px;
    color: #333333;
    letter-spacing: 0.3px;
    margin-top: 3%;
    height: 36px;
    overflow: hidden;
  }

  .pj2 p:nth-child(4) {
    font-size: 0.7rem;
    color: #bcbec2;
    margin-top: 5%;
  }

  .pj3 {
    display: none;
  }

  /* 评价详情 */
  .pjxq > .fl {
    width: 100%;
    padding-top: 8%;
  }

  .pjxq > .fr {
    display: none;
  }

  .pjbt {
    width: 78%;
  }

  .pjbt h1 {
    font-size: 1.1rem;
    color: #333333;
    letter-spacing: 1.5px;
    padding-left: 3%;
  }

  .pjbt > p {
    font-size: 0.7rem;
    line-height: 1.5;
    color: #666666;
    margin-top: 3%;
    margin-bottom: 3%;
    padding-left: 3%;
  }

  .pjbt > p span {
    margin-right: 3%;
  }

  .pja p {
    font-size: 0.7rem;
    color: #909090;
    line-height: 2;
    padding-left: 3%;
    margin-right: 2%;
  }

  /* .pja p:first-child{background: url(../esimg/author.png) no-repeat;background-position: 0px 0px;}
	.pja p:nth-child(2){background: url(../esimg/date.png) no-repeat;background-position: 0px 0px;margin-left: 63px;}
	.pja p:nth-child(3){background: url(../esimg/source.png) no-repeat;background-position: 0px 0px;margin-left: 69px;} */
  .tx {
    position: relative;
  }

  .tx img:first-child {
    width: 70px;
  }

  .tx img:nth-child(3) {
    display: none;
  }

  .tx p {
    font-size: 0.8rem;
    color: #959cb7;
    text-align: center;
    letter-spacing: 0.5px;
    margin-top: 4px;
    margin-bottom: 23px;
  }

  .pjb strong {
    display: block;
    padding-left: 3%;
    font-size: 0.8rem;
    line-height: 2;
    color: #333333;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .pjb strong a {
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 2;
    color: #666666;
    margin-right: 22px;
    transition: all 0.3s;
  }

  .pjb {
    border-top: 1px solid #e1e7f4;
  }

  .pjb > p {
    font-size: 0.85rem;
    color: #666666;
    letter-spacing: 1px;
    line-height: 2;
    padding: 5% 3% 3% 3%;
  }

  .pjb img {
    max-width: 100%;
    margin: 0 auto;
  }

  .pageb {
    border: 1px solid #e1e7f4;
    border-radius: 20px;
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
  }

  .pageb p {
    line-height: 38px;
  }

  .pageb a {
    font-size: 0.85rem;
    color: #0882ff;
    letter-spacing: 0.5px;
    transition: all 0.3s;
  }

  .pageb p:first-child {
    position: absolute;
    left: 27px;
    top: 0px;
    padding-left: 20px;
    background: url(../esimg/small_left.png) no-repeat;
    background-position: 5% 14px;
  }

  .pageb p:nth-child(2) {
    text-align: center;
  }

  .pageb p:nth-child(3) {
    position: absolute;
    right: 27px;
    top: 0px;
    padding-right: 20px;
    background: url(../esimg/small_right.png) no-repeat;
    background-position: 95% 14px;
  }

  .pjxq .fr .bt p {
    margin-top: 30px;
    margin-bottom: 38px;
  }

  .bkb:hover p:first-child {
    color: #1291fa;
  }

  .pjxq .fr .bkb {
    margin-bottom: 15px;
  }

  /* 案例详情 */
  .alzs {
    margin-top: 8%;
  }

  .als .fl {
    width: 100%;
  }

  .als .fr {
    width: 100%;
    padding-top: 6%;
  }

  .als .fl p:first-child,
  .als .fr p:first-child {
    font-size: 1.1rem;
    color: #000000;
    letter-spacing: 0.5px;
  }

  .als .fl p:first-child span,
  .als .fr p:first-child span {
    display: block;
    width: 10px;
    border-bottom: 2px solid #9a9a9a;
    margin-top: 4%;
  }

  .als .fl p:nth-child(2) {
    font-size: 0.85rem;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 5%;
    margin-bottom: 4%;
  }

  .als .fl p:nth-child(3) {
    font-size: 0.8rem;
    color: #555555;
    line-height: 20px;
    letter-spacing: 0.3px;
  }

  .als .fl p:nth-child(4) {
    width: 110px;
    height: 38px;
    border: 1px solid #e3e9f5;
    border-radius: 20px;
    text-align: center;
    transition: all 0.3s;
    margin-top: 4%;
  }

  .als .fl p:nth-child(4) a {
    font-size: 12px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 36px;
    transition: all 0.3s;
  }

  .als .d {
    font-size: 0.85rem;
    line-height: 34px;
    color: #000000;
    letter-spacing: 0.5px;
  }

  .als .fr p:first-child {
    margin-bottom: 5%;
  }

  .als .d span {
    color: #555555;
  }

  .als1 {
    display: none;
  }

  .als2 {
    padding-top: 6%;
  }

  .als2 p {
    font-size: 1rem;
    color: #000000;
    text-align: center;
    margin-bottom: 5%;
  }

  .als2 p span {
    font-size: 0.8rem;
    color: #7c7c7c;
    display: block;
    margin-top: 2%;
  }

  .als2 img {
    max-width: 96%;
    margin: 0 auto;
  }

  .pagec {
    margin: 0 auto;
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .pagec p {
    float: left;
  }

  .pagec p:first-child {
    padding-left: 30px;
    background: url(../esimg/round_left.png) no-repeat;
    background-position: 0px 0px;
    float: left;
    background-size: 24px 24px;
    line-height: 24px;
    margin-left: 6%;
  }

  .pagec p:nth-child(4) {
    padding-right: 30px;
    background: url(../esimg/icon_yuan_right3.png) no-repeat;
    background-position: 100% 0px;
    float: right;
    background-size: 24px 24px;
    line-height: 24px;
    margin-right: 6%;
  }

  .pagec p:first-child a,
  .pagec p:nth-child(4) a {
    font-size: 0.9rem;
    color: #333333;
  }

  /* .pagec p:nth-child(2) a,.pagec p:nth-child(3) a{font-size: 14px;color: #2572fb;line-height: 36px;transition: all 0.3s;} */
  .pagec p:nth-child(2),
  .pagec p:nth-child(3) {
    display: none;
    /* border: 1px solid #1789fa;border-radius: 18px;width: 138px;text-align: center;transition: all 0.3s; */
  }

  .pagec p:nth-child(2) {
    margin-right: 42px;
  }

  /* 关于我们 */
  .gywm .bt p {
    margin-top: 8%;
    font-size: 24px;
  }

  .gywm .commen > .fr {
    width: 100%;
    padding-top: 8%;
  }

  .gywm .commen > .fr p:first-child {
    font-size: 0.95rem;
    color: #333333;
    letter-spacing: 1.6px;
  }

  .gywm .commen > .fr p:nth-child(2) {
    font-size: 0.85rem;
    line-height: 24px;
    color: #333333;
    letter-spacing: 0.4px;
    margin-top: 5%;
  }

  .gywm .commen img {
    max-width: 100%;
    margin-top: 7%;
  }

  .gywma {
    padding-top: 2%;
    padding-bottom: 8%;
  }

  .gywm {
    padding-bottom: 8%;
  }

  .gywmaa {
    margin-top: 6%;
  }

  .gywmab {
    width: 47%;
    float: left;
    background: #fff;
    margin-bottom: 6%;
    box-shadow: 0px 0px 5px 1px #f2f6fb;
    padding-bottom: 6%;
  }

  .gywmab img {
    margin: 0 auto;
    margin-top: 6%;
    width: 60px;
  }

  .gywmab p {
    text-align: center;
    font-size: 0.9rem;
    color: #000000;
    letter-spacing: 0.5px;
    margin-top: 5%;
  }

  .gywmab p span {
    display: block;
    font-size: 0.8rem;
    font-family: arial;
    color: #adadad;
  }

  .gywmab:nth-child(2n - 1) {
    margin-right: 6%;
  }

  .gywmb {
    background: url(../esimg/bg_logo.jpg) no-repeat;
    padding-top: 7%;
    background-size: cover;
    padding-bottom: 6%;
  }

  .gywmb .btt p {
    color: #fff;
  }

  .gywmba {
    width: 100%;
    background: #fff;
    padding-top: 3%;
    padding-bottom: 2%;
    margin-bottom: 3%;
    border-radius: 10px;
  }

  .gywmba .fl {
    width: 27.457%;
    padding-left: 10px;
  }

  .gywmba .fr {
    width: 72.543%;
    padding: 2% 5% 2% 5%;
    border-left: 1px solid #f2f7fb;
  }

  .gywmba .fl p {
    font-size: 1rem;
    margin-left: 10%;
    margin-top: 2%;
  }

  .gywmba:first-child .fl p,
  .gywmba:nth-child(4) .fl p {
    color: #1867dd;
  }

  .gywmba:nth-child(2) .fl p,
  .gywmba:nth-child(3) .fl p {
    color: #ff9b3f;
  }

  .gywmba .fl p span {
    font-size: 0.8rem;
    display: block;
  }

  .gywmba .fr p:first-child {
    font-size: 0.95rem;
    font-family: arial;
    font-weight: bold;
  }

  .gywmba .fr p:nth-child(2) {
    font-size: 0.85rem;
    line-height: 22px;
    color: #878787;
    margin-top: 2%;
  }

  .gywmba:first-child .fr p:first-child,
  .gywmba:nth-child(4) .fr p:first-child {
    color: #1867dd;
  }

  .gywmba:nth-child(2) .fr p:first-child,
  .gywmba:nth-child(3) .fr p:first-child {
    color: #ff8d24;
  }

  .gywmbb {
    padding-top: 52px;
  }

  .gywmc {
    background: url(../esimg/light_blue_bg.jpg) no-repeat;
    background-position: center;
    margin-top: 6%;
  }

  .ccs {
    width: 48%;
    background: #fff;
    position: relative;
    padding: 5%;
    box-shadow: 0px 0px 10px 1px #f1f1f5;
    margin-bottom: 6%;
  }

  .ccs p:first-child {
    font-size: 0.9rem;
    font-weight: bold;
    font-family: arial;
    color: #bad1ff;
  }

  .ccs p:nth-child(2) {
    margin-top: 7%;
    margin-bottom: 6%;
    font-size: 0.85rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 2;
  }

  .ccs p:nth-child(2)::before {
    top: -3px;
    left: -3px;
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 10px;
    background: #e7eefe;
    z-index: -1;
  }

  .ccs p:nth-child(3) {
    font-size: 0.8rem;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
    height: 88px;
  }

  .ccs p:nth-child(4) {
    font-size: 0.95rem;
    font-weight: bold;
    font-family: calibri;
    color: #e7eefe;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }

  .ccs:nth-child(2n - 1) {
    margin-right: 4%;
  }

  .cc {
    width: 100%;
  }

  .gywmda:nth-child(2) {
    margin-left: 4%;
  }

  .gywmda {
    width: 48%;
    background: #fff;
    position: relative;
    padding: 5%;
    box-shadow: 0px 0px 10px 1px #f1f1f5;
    margin-bottom: 6%;
  }

  .gywmda p:nth-child(2) {
    font-size: 0.95rem;
    font-weight: bold;
    font-family: arial;
    color: #bad1ff;
  }

  .gywmda p:nth-child(3) {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 0.85rem;
    font-weight: bold;
    color: #333333;
    letter-spacing: 0.1px;
    position: relative;
    z-index: 2;
  }

  .gywmda p:nth-child(3)::before {
    top: -3px;
    left: -3px;
    content: " ";
    width: 18px;
    height: 18px;
    position: absolute;
    border-radius: 10px;
    background: #e7eefe;
    z-index: -1;
  }

  .gywmda p:nth-child(4) {
    font-size: 0.8rem;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
  }

  .gywmda p:nth-child(5) {
    font-size: 0.95rem;
    font-weight: bold;
    font-family: calibri;
    color: #e7eefe;
    position: absolute;
    bottom: 5px;
    right: 5px;
  }

  .picbox5 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5%;
  }

  .picbox5 img {
    width: 100%;
  }

  .gywmc .bt p span {
    margin-bottom: 3px;
  }

  /* 公司新闻 */
  .xwaa {
    width: 100%;
    margin-bottom: 7%;
    margin-top: 8%;
  }

  .xwa1 {
    width: 100%;
  }

  .xwa2 {
    width: 100%;
  }

  .picbox6 {
    width: 100%;
    overflow: hidden;
  }

  .picbox6 img {
    width: 100%;
    transition: all 0.3s;
  }

  .pbox6 {
    border-left: 1px solid #e1e7f4;
    border-right: 1px solid #e1e7f4;
    border-bottom: 1px solid #e1e7f4;
    padding: 5%;
  }

  .pbox6 p:first-child {
    font-size: 1rem;
    color: #333333;
    letter-spacing: 1.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .pbox6 p:nth-child(2) {
    font-size: 0.7rem;
    font-family: arial;
    color: #bec4d0;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .pbox6 p:nth-child(3) {
    font-size: 0.85rem;
    line-height: 18px;
    color: #666666;
    letter-spacing: 0.4px;
    height: 36px;
    overflow: hidden;
  }

  .xwdet1 {
    padding: 5%;
    border: 1px solid #e1e7f4;
    margin-top: 5%;
  }

  .xwdet1 p:first-child {
    font-size: 1rem;
    color: #333333;
    letter-spacing: 1.2px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .xwdet1 p:nth-child(2) {
    font-size: 0.7rem;
    font-family: arial;
    color: #bec4d0;
    margin-top: 3%;
    margin-bottom: 2%;
  }

  .xwdet1 p:nth-child(3) {
    font-size: 0.85rem;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 2%;
  }

  .xwdet1 p:nth-child(4) {
    font-size: 0.8rem;
    color: #666666;
    letter-spacing: 0.5px;
  }

  .xwdet2 {
    border: 1px solid #e1e7f4;
    transition: all 0.3s;
    margin-bottom: 6%;
  }

  .picbox7 {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 2%;
  }

  .picbox7 img {
    width: 100%;
  }

  .pbox7 {
    width: 100%;
    padding: 2% 5% 2% 5%;
  }

  .pbox7 p:first-child {
    width: 90%;
    font-size: 1rem;
    color: #333333;
    letter-spacing: 1.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 2%;
  }

  .pbox7 p:nth-child(2) {
    font-size: 0.7rem;
    font-family: arial;
    color: #bec4d0;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .pbox7 p:nth-child(3) {
    font-size: 0.85rem;
    line-height: 22px;
    color: #666666;
    letter-spacing: 0.4px;
    margin-bottom: 3%;
    width: 95%;
    height: 44px;
    overflow: hidden;
  }

  .pbox7 p:nth-child(4) {
    font-size: 0.8rem;
    color: #666666;
    letter-spacing: 0.5px;
    padding-bottom: 2%;
  }

  .xws {
    margin-bottom: 15px;
  }

  /* 新闻详情 */
  .pja p {
    font-size: 0.8rem;
    color: #909090;
    line-height: 2;
    padding-left: 3%;
    margin-right: 2%;
  }

  .xwf {
    width: 100%;
    margin-bottom: 5%;
  }

  .xwf p {
    font-size: 0.65rem;
    color: #909090;
    line-height: 20px;
    padding-left: 10px;
    margin-right: 2%;
  }

  /* 	.xwf p:first-child{background: url(../esimg/author.png) no-repeat;background-position: 0px 1px;}
	.xwf p:nth-child(2){background: url(../esimg/date.png) no-repeat;background-position: 0px 1px;}
	.xwf p:nth-child(3){background: url(../esimg/source.png) no-repeat;background-position: 0px 1px;} */
  .xwbt {
    width: 100%;
  }

  .xwbt h1 {
    font-size: 1.1rem;
    color: #333333;
    letter-spacing: 0.5px;
    margin-bottom: 6%;
    margin-top: 6%;
  }

  .xwg strong {
    display: block;
    padding-left: 3%;
    font-size: 0.8rem;
    color: #333333;
    padding-top: 3%;
    padding-bottom: 3%;
  }

  .xwg strong a {
    font-weight: normal;
    font-size: 0.8rem;
    color: #666666;
    margin-right: 22px;
    transition: all 0.3s;
  }

  .xwg {
    border-top: 1px solid #e1e7f4;
  }

  .xwg > p {
    font-size: 0.85rem;
    color: #666666;
    letter-spacing: 0.4px;
    line-height: 24px;
    padding: 3%;
  }

  .xwg img {
    max-width: 100%;
    margin: 0 auto;
  }

  .xwxq .fr {
    display: none;
  }

  /* 资讯 */
  .zxs {
    width: 100%;
    margin-top: 6%;
    padding-bottom: 7%;
  }

  .oth {
    display: none;
  }

  .zx1 {
    border: 1px solid #e1e7f4;
    padding: 3%;
    background: #fff;
    margin-bottom: 6%;
  }

  .zx1 a > p:first-child {
    font-size: 0.95rem;
    color: #333333;
    letter-spacing: 1.5px;
    margin-bottom: 4%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .zx1 a > p:nth-child(2) {
    color: #2487fa;
    font-size: 0.8rem;
  }

  .zx1 a > p:nth-child(2) span {
    margin-right: 3%;
  }

  .zx1 p:nth-child(3) {
    font-size: 0.85rem;
    line-height: 18px;
    color: #666666;
    left: 0.5px;
    margin-top: 4%;
    height: 36px;
    overflow: hidden;
    margin-bottom: 4%;
  }

  .zx11 p:first-child {
    font-size: 0.8rem;
    color: #b3b3b3;
    letter-spacing: 0.5px;
    float: left;
  }

  .zx11 p:first-child span {
    color: #666666;
  }

  .zx11 p:nth-child(2) {
    float: right;
    font-size: 0.8rem;
    font-family: arial;
    color: #b4b4b4;
  }

  .zx2 {
    margin-bottom: 6%;
    border: 1px solid #e1e7f4;
    background-image: url(../esimg/next_btn.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
  }

  .zx2 .fl:first-child {
    width: 20%;
  }

  .zx2 .fl:first-child p:first-child {
    font-size: 2rem;
    font-family: arial;
    color: #333333;
    text-align: center;
    line-height: 36px;
    margin-top: 17px;
  }

  .zx2 .fl:first-child p:nth-child(2) {
    font-size: 0.8rem;
    color: #333333;
    font-family: arial;
    text-align: center;
    margin-bottom: 19px;
  }

  .zx2 .fl:nth-child(2) p:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.85rem;
    color: #333333;
    letter-spacing: 0.7px;
    margin-bottom: 6px;
    margin-top: 22px;
  }

  .zx2 .fl:nth-child(2) p:nth-child(2) {
    font-size: 0.8rem;
    color: #666666;
    letter-spacing: 0.3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .zx2 .fl:nth-child(2) {
    width: 70%;
  }

  /* 问答详情 */
  .wdxq > .fl {
    width: 100%;
  }

  .wdxq > .fr {
    display: none;
  }

  .wdxq .xwbt h1 {
    margin-top: 6%;
    margin-bottom: 6%;
    padding-left: 30px;
    background: url(../esimg/icon_question.png) no-repeat;
    background-position: 0px 0px;
    line-height: 24px;
  }

  /* 常见问答 */
  .wds {
    margin-top: 6%;
  }

  .wda {
    width: 100%;
    border: 1px solid #e1e7f4;
    padding: 3%;
    margin-bottom: 5%;
  }

  .wda p:first-child {
    line-height: 26px;
    padding-bottom: 2%;
    margin-bottom: 4%;
    font-size: 0.95rem;
    color: #333333;
    letter-spacing: 1.7px;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #e1e7f4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .wda p:first-child span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 24px;
    line-height: 24px;
    border-radius: 5px;
    background: linear-gradient(#325dff, #1291fa);
    display: inline-block;
    left: 0px;
    top: 0px;
  }

  .wda p:nth-child(2) {
    font-size: 0.85rem;
    line-height: 22px;
    color: #666666;
    position: relative;
    padding-left: 30px;
    height: 66px;
    overflow: hidden;
  }

  .wda p:nth-child(2) span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    text-align: center;
    width: 24px;
    line-height: 24px;
    border-radius: 5px;
    background: linear-gradient(#ffa14b, #ff8d24);
    display: inline-block;
    left: 0px;
    top: 0px;
  }

  .wda p:nth-child(3) {
    font-size: 12px;
    color: #bec4d0;
    font-family: arial;
    padding-left: 35px;
    margin-top: 2%;
  }

  .wda:hover p {
    color: #fff;
  }

  .wda:hover {
    background: #1291fa;
  }

  .wda p:nth-child(3) {
    background-image: url(../esimg/next_btn.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
  }

  /* 联系我们 */
  .lxwm {
    border: 1px solid #e1ecf4;
    border-radius: 10px;
    padding-bottom: 5%;
    margin-top: 8%;
  }

  .lxwm > .fl {
    width: 100%;
    padding: 5%;
  }

  .lxwm > .fr {
    display: none;
  }

  .lxwm > .fl h6 {
    font-size: 1rem;
    color: #4e4e4e;
    letter-spacing: 1.5px;
    padding-top: 3%;
    margin-bottom: 3%;
  }

  .lxwm > .fl p {
    line-height: 28px;
    font-size: 0.85rem;
    color: #4e4e4e;
    padding-left: 50px;
    letter-spacing: 0.5px;
    margin-bottom: 3%;
  }

  .lxwm > .fl p:nth-child(2) {
    background: url(../esimg/small_tel.png) no-repeat;
    background-position: 0px 10px;
  }

  .lxwm > .fl p:nth-child(3) {
    background: url(../esimg/icon_contact.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm > .fl p:nth-child(4) {
    background: url(../esimg/small_message.png) no-repeat;
    background-position: 0px 5px;
  }

  .lxwm > .fl p:nth-child(5) {
    background: url(../esimg/small_message2.png) no-repeat;
    background-position: 0px 2px;
  }

  .lxwm > .fl p:nth-child(6) {
    background: url(../esimg/small_address.png) no-repeat;
    background-position: 0px 0px;
  }

  .addrf {
    width: 98%;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 3%;
  }

  .lxwma {
    border: 1px solid #e1ecf4;
    border-radius: 10px;
    padding: 5%;
    margin-top: 7%;
  }

  .lxwm1 {
    border-bottom: 1px solid #e1e7f4;
  }

  .lxwm1 .fl,
  .lxwm1 .fr {
    width: 100%;
  }

  .lxwm2 .fl,
  .lxwm2 .fr {
    width: 100%;
  }

  .lxwm1 .fl:first-child p {
    font-size: 0.95rem;
    color: #4e4e4e;
    letter-spacing: 1.3px;
    margin-bottom: 7%;
  }

  .lxwm1 .fl:nth-child(2) p,
  .lxwm1 .fr p {
    font-size: 0.85rem;
    color: #4e4e4e;
    letter-spacing: 0.3px;
    padding-left: 40px;
    line-height: 26px;
    margin-bottom: 4%;
  }

  .lxwm1 .fl:nth-child(2) p:first-child {
    background: url(../esimg/small_kefu2.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm1 .fl:nth-child(2) p:nth-child(2) {
    background: url(../esimg/small_tel2.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm1 .fl:nth-child(2) p:nth-child(3) {
    background: url(../esimg/icon_contact2.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm1 .fr p:first-child {
    background: url(../esimg/small_message3.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm1 .fr p:nth-child(2) {
    background: url(../esimg/small_address2.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm2 .fl:first-child img {
    margin-top: 2%;
  }

  .lxwm2 .fl:first-child p {
    font-size: 0.95rem;
    color: #4e4e4e;
    letter-spacing: 1.3px;
    margin-bottom: 7%;
  }

  .lxwm2 .fl:nth-child(2) p,
  .lxwm2 .fr p {
    font-size: 14px;
    color: #4e4e4e;
    letter-spacing: 0.3px;
    padding-left: 40px;
    line-height: 26px;
    margin-bottom: 4%;
  }

  .lxwm2 .fl:nth-child(2) p:first-child {
    background: url(../esimg/small_kefu3.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm2 .fl:nth-child(2) p:nth-child(2) {
    background: url(../esimg/icon_tel2.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm2 .fl:nth-child(2) p:nth-child(3) {
    background: url(../esimg/icon_contact3.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm2 .fr p:first-child {
    background: url(../esimg/small_message4.png) no-repeat;
    background-position: 0px 0px;
  }

  .lxwm2 .fr p:nth-child(2) {
    background: url(../esimg/small_address3.png) no-repeat;
    background-position: 0px 0px;
  }

  .lx {
    margin-top: 0 !important;
  }

  .cw {
    margin-top: 10%;
    overflow: hidden;
  }

  /* 友情链接 */
  .yqlj {
    display: none;
  }

  /*网站地图*/
  .wzdt2 {
    width: 96%;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 20px;
  }

  .wzdt_a {
    border: solid 2px #e5e5e5;
    margin-top: 22px;
  }

  .wzdt_a h6 {
    width: 96%;
    margin: 0 auto;
    border-bottom: 1px solid #f2f2f2;
    margin-top: 5px;
  }

  .wzdt_a h6 a {
    font-size: 16px;
    color: #505050;
    font-weight: bold;
    line-height: 45px;
  }

  .wzdt_a p {
    margin: 0 25px;
  }

  .wzdt_a p a {
    color: #505050;
    line-height: 42px;
    margin-right: 15px;
  }

  .wzdt_a p a:hover {
    color: #0665d0;
  }

  /*网站地图*/
  /*404*/
  .fzfbox {
    width: 100%;
    margin: 0 auto;
    background: #f9f9f9;
    padding: 30px;
    margin-bottom: 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*/

  @media (min-width: 350px) {
  }

  @media (min-width: 374px) {
    .lyba {
      height: 95px;
    }

    .xm {
      padding: 15px 0px 16px 10px;
    }

    .ccs p:nth-child(3) {
      letter-spacing: normal;
      height: 44px;
      margin-bottom: 6%;
    }
  }

  @media (min-width: 400px) {
    .lyba {
      height: 104px;
    }

    .xm {
      padding: 15px 0px 20px 10px;
    }

    .lxb p:nth-child(2) {
      margin-bottom: 4%;
    }
  }

  @media (min-width: 414px) {
    .lyba {
      height: 108px;
    }

    .xm {
      padding: 18px 0px 20px 10px;
    }

    .lxb {
      padding-left: 3%;
    }
  }

  @media (min-width: 450px) {
    .xm {
      padding: 24px 0px 20px 10px;
    }

    .lyba {
      height: 117px;
    }

    .lxb p:nth-child(2) {
      font-size: 0.85rem;
    }
  }

  @media (min-width: 500px) {
    .lyba {
      height: 130px;
    }

    .xm {
      padding: 24px 0px 29px 10px;
    }

    .lxb:nth-child(4) p:nth-child(3) {
      font-size: 0.85rem;
    }
  }

  @media (min-width: 550px) {
    .lyba {
      height: 143px;
    }

    .xm {
      padding: 32px 0px 29px 10px;
    }
  }

  @media (min-width: 600px) {
    .lxb {
      height: 170px;
    }

    .lyba {
      height: 156px;
    }

    .xm {
      padding: 32px 0px 38px 10px;
    }
  }

  @media (min-width: 650px) {
    .xm {
      padding: 41px 0px 38px 10px;
    }

    .lyba {
      height: 169px;
    }
  }

  @media (min-width: 700px) {
    .lyba {
      height: 182px;
    }

    .xm {
      padding: 41px 0px 47px 10px;
    }
  }

  @media (min-width: 750px) {
    body {
      max-width: 100%;
      margin: 0 auto;
    }

    .lyba {
      height: 195px;
    }

    .xm {
      padding: 50px 0px 47px 10px;
    }
  }
}
