body {
  font-size: 14px;
  font-family: "Microsoft YaHei", serif; }

.container-fixed {
  width: 1220px; }

.d-flex {
  display: flex !important; }
 #top .phone{
  display: none;
 }
.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.15) !important; }

#top {
  background: #f4f4f4;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #000000; }
  #top span {
    line-height: 50px; }

#head {
  padding: 20px 0; }
  #head .logo {
    width: 321px;
    padding-top: 15px; }
  #head .form-search {
    width: 442px;
    padding-top: 20px; }
    #head .form-search form {
      border: 3px solid #5698e3;
      height: 49px; }
      #head .form-search form label {
        margin-bottom: 0; }
        #head .form-search form label #keyword {
          width: 334px;
          height: 100%;
          padding: 0 20px;
          border: 0;
          font-size: 18px; }
          #head .form-search form label #keyword:focus {
            outline: none; }
      #head .form-search form button {
        width: 102px;
        height: 43px;
        border: 1px solid #ffffff;
        background: #5698e3;
        color: #ffffff;
        font-size: 20px; }
    #head .form-search .list-keywords {
      margin-bottom: 0;
      margin-top: 10px; }
      #head .form-search .list-keywords a {
        color: #999999;
        display: inline-block;
        margin-right: 10px; }
  #head .phone {
    padding-top: 20px; }
    #head .phone > a {
      display: inline-block;
      width: 286px;
      font-size: 22px;
      color: #5698e3;
      font-weight: bold;
      background: url("../images/phone_bg.png") left center no-repeat;
      padding-left: 43px; }
      #head .phone > a > span {
        color: #706f6f;
        font-size: 15px;
        font-weight: normal; }
      #head .phone > a:hover {
        text-decoration: none; }

#app-nav {
  background: #1d5cad;
  height: 63px; }
  #app-nav .nav-box {
    position: relative; }
    #app-nav .nav-box .shop-list {
      width: 287px;
      position: absolute;
      left: 0;
      z-index: 999999999; }
      #app-nav .nav-box .shop-list > .head {
        line-height: 63px;
        background: #5698e3;
        color: #ffffff;
        font-size: 20px;
        padding-left: 25px; }
      #app-nav .nav-box .shop-list > ul {
        margin-bottom: 0; }
        #app-nav .nav-box .shop-list > ul > li {
          height: 82px;
          position: relative;
          width: 100%;
          background: #5698e3;
          border-bottom: 1px dashed #d1e3de; }
          #app-nav .nav-box .shop-list > ul > li:last-child {
            border-bottom: none; }
          #app-nav .nav-box .shop-list > ul > li > ul {
            margin-bottom: 0;
            display: none;
            position: absolute;
            width: 416px;
            left: 100%;
            top: 0;
            background: #ffffff;
            padding: 20px; }
            #app-nav .nav-box .shop-list > ul > li > ul > li {
              display: inline-block;
              padding: 0 15px;
              margin: 10px 0; }
              #app-nav .nav-box .shop-list > ul > li > ul > li:last-child {
                border-right: none; }
              #app-nav .nav-box .shop-list > ul > li > ul > li > a {
                color: #96a7a2;
                font-size: 15px; }
          #app-nav .nav-box .shop-list > ul > li:hover {
            background: #ffffff; }
            #app-nav .nav-box .shop-list > ul > li:hover > dl dd > a {
              color: #96a7a2; }
            #app-nav .nav-box .shop-list > ul > li:hover > ul {
              display: block !important; }
          #app-nav .nav-box .shop-list > ul > li > dl {
            margin-bottom: 0;
            margin-top: 0;
            height: 82px;
            width: 100%;
            background: url("../images/icon1.png") 24px center no-repeat;
            padding-left: 64px; }
            #app-nav .nav-box .shop-list > ul > li > dl dt {
              font-weight: normal;
              line-height: 1;
              padding-top: 14px; }
              #app-nav .nav-box .shop-list > ul > li > dl dt > a {
                color: #43544f;
                font-size: 18px;
                line-height: 1; }
            #app-nav .nav-box .shop-list > ul > li > dl dd {
              display: inline-block;
              line-height: 1;
              margin-top: 15px; }
              #app-nav .nav-box .shop-list > ul > li > dl dd > a {
                color: #fcfcfc;
                line-height: 1; }
    #app-nav .nav-box .app-nav {
      margin-bottom: 0;
      width: 913px;
      margin-left: 287px; }
      #app-nav .nav-box .app-nav > li > a {
        color: #ffffff;
        font-size: 20px;
        text-decoration: none;
        line-height: 63px;
        display: inline-block;
        padding: 0 20px; }
        #app-nav .nav-box .app-nav > li > a:hover {
          background: #5698e3; }
      #app-nav .nav-box .app-nav > li.active > a {
        background: #5698e3; }

#banner img {
/*  height: 492px !important;*/
  margin: 0 auto; }

#page-info {
  position: relative;
  padding-top: 64px; }
  #page-info::before {
    content: "";
    display: block;
    height: 232px;
    background: #c4c4c4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  #page-info > .container-fixed {
    position: relative;
    z-index: 999; }
    #page-info > .container-fixed > ul {
      margin-bottom: 0; }
      #page-info > .container-fixed > ul > li {
        width: 380px;
        height: 312px;
        background: #ffffff;
        text-align: center;
        padding: 28px 50px; }
        #page-info > .container-fixed > ul > li .title {
          color: #000000;
          font-size: 19px;
          font-weight: normal;
          background: url("../images/ydjs_icon.png") top center no-repeat;
          padding-top: 68px;
          line-height: 1;
          display: block; }
        #page-info > .container-fixed > ul > li .info {
          font-size: 15px;
          color: #606064;
          line-height: 2;
          margin-top: 23px; }
        #page-info > .container-fixed > ul > li .more {
          margin-top: 20px;
          display: inline-block;
          width: 150px;
          height: 40px;
          line-height: 40px;
          border: 1px solid #000000;
          color: #000000;
          text-decoration: none; }
          #page-info > .container-fixed > ul > li .more:hover {
            color: #1d5cad;
            border-color: #1d5cad; }

#page-product-list .product-box {
  margin-top: 40px; }
  #page-product-list .product-box > .head {
    border-bottom: 2px solid #019ae7;
    padding-bottom: 10px; }
    #page-product-list .product-box > .head > h3 {
      font-size: 19px;
      color: #000000;
      padding-left: 59px;
      background: url("../images/title_bg.png") left center no-repeat;
      height: 42px;
      line-height: 42px;
      font-weight: normal;
      margin: 0; }
    #page-product-list .product-box > .head > ul {
      margin-bottom: 0; }
      #page-product-list .product-box > .head > ul > li {
        display: inline-block;
        padding: 0 10px; }
        #page-product-list .product-box > .head > ul > li > a {
          color: #000000;
          font-size: 15px;
          display: inline-block;
          height: 24px;
          line-height: 24px;
          padding: 0 15px;
          border-radius: 8px;
          text-decoration: none; }
          #page-product-list .product-box > .head > ul > li > a:hover {
            background: #5698e3;
            color: #ffffff; }
        #page-product-list .product-box > .head > ul > li:last-child {
          border-left: 1px solid #e5e5e5; }
  #page-product-list .product-box > ul {
    margin-bottom: 0;
    margin-top: 20px;
    border: 1px solid #e5e5e5; }
    #page-product-list .product-box > ul > li {
      width: 25%;
      height: 360px;
      border-right: 1px solid #e5e5e5; }
      #page-product-list .product-box > ul > li:last-child {
        border-right: none; }
      #page-product-list .product-box > ul > li > a {
        display: block;
        overflow: hidden;
        text-decoration: none; }
        #page-product-list .product-box > ul > li > a.thumb {
          overflow: hidden;
          height: 300px; }
          #page-product-list .product-box > ul > li > a.thumb > img {
            transition: all .5s; }
          #page-product-list .product-box > ul > li > a.thumb:hover > img {
            transform: scale(1.5); }
        #page-product-list .product-box > ul > li > a.title {
          padding: 0 20px; }
          #page-product-list .product-box > ul > li > a.title > b {
            display: block;
            font-weight: normal;
            font-size: 16px;
            color: #000000; }
          #page-product-list .product-box > ul > li > a.title > span {
            display: block;
            color: #99999b;
            font-size: 16px; }

#page-link {
  margin-top: 40px; }

#footer {
  background: #f4f4f4;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #666666; }
  #footer a {
    color: #666666; }

#page-content {
  margin-top: 25px; }
  #page-content .content-left {
    width: 287px;
    height: auto; }
    #page-content .content-left > ul {
      margin-bottom: 0;
      border: 1px solid #dddddd;
      border-top: none; }
      #page-content .content-left > ul > li {
        height: 50px;
        overflow: hidden; }
        #page-content .content-left > ul > li > h2 {
          font-size: 18px;
          color: #43544f;
          margin: 0;
          height: 50px;
          line-height: 50px;
          font-weight: normal;
          background: #f7f7f7 url("../images/close_icon.png") 26px center no-repeat;
          border-top: 1px solid #dddddd;
          padding-left: 47px;
          cursor: pointer; }
        #page-content .content-left > ul > li > ul {
          margin-bottom: 0;
          padding: 5px 0; }
          #page-content .content-left > ul > li > ul > li {
            padding: 4px 45px; }
            #page-content .content-left > ul > li > ul > li > a {
              display: block;
              color: #6c6c6c;
              font-size: 15px;
              text-decoration: none;
              line-height: 24px;
              padding: 0 10px;
              background-repeat: no-repeat;
              background-position: 180px center; }
              #page-content .content-left > ul > li > ul > li > a:hover {
                background-color: #1d5cad;
                background-image: url("../images/right_icon.png");
                color: #ffffff; }
            #page-content .content-left > ul > li > ul > li.active > a {
              background-color: #1d5cad;
              background-image: url("../images/right_icon.png");
              color: #ffffff; }
        #page-content .content-left > ul > li.open {
          height: auto !important; }
  #page-content .content-right {
    width: 896px; }
    #page-content .content-right > .page-position {
      padding-bottom: 10px;
      border-bottom: 1px solid #d9d9d9; }
      #page-content .content-right > .page-position > a {
        color: #6c6c6c;
        font-size: 14px; }
        #page-content .content-right > .page-position > a:last-child {
          color: #1d5cad; }
    #page-content .content-right > .list-product > li {
      border: 1px solid #e8e8e8;
      border-right: none;
      width: 224px;
      margin-top: 20px;
      height: 300px; }
      #page-content .content-right > .list-product > li > a {
        display: block;
        overflow: hidden;
        text-decoration: none; }
        #page-content .content-right > .list-product > li > a.thumb {
          overflow: hidden;
          height: 224px; }
          #page-content .content-right > .list-product > li > a.thumb > img {
            transition: all .5s; }
          #page-content .content-right > .list-product > li > a.thumb:hover > img {
            transform: scale(1.5); }
        #page-content .content-right > .list-product > li > a.title {
          margin-top: 10px;
          padding: 0 20px; }
          #page-content .content-right > .list-product > li > a.title > b {
            display: block;
            font-weight: normal;
            font-size: 16px;
            color: #000000; }
          #page-content .content-right > .list-product > li > a.title > span {
            display: block;
            color: #99999b;
            font-size: 16px; }
      #page-content .content-right > .list-product > li.border-right {
        border-right: 1px solid #e8e8e8; }
    #page-content .content-right .app-article .header {
      height: 40px;
      background: #1d5cad url("../images/title_bg.png") left center no-repeat;
      line-height: 40px;
      font-size: 14px;
      padding-left: 60px;
      margin-top: 20px; }
    #page-content .content-right .app-article .content {
      padding: 20px 0; }
      #page-content .content-right .app-article .content > ul {
        width: 327px; }
        #page-content .content-right .app-article .content > ul > li {
          margin-bottom: 2px; }
          #page-content .content-right .app-article .content > ul > li b {
            display: inline-block;
            background: #f6f6f6;
            width: 90px;
            height: 40px;
            line-height: 40px;
            font-weight: normal;
            text-align: center; }
          #page-content .content-right .app-article .content > ul > li span {
            border-bottom: 1px solid #e6e6e6;
            width: 220px;
            display: inline-block;
            height: 40px;
            line-height: 40px;
            margin-left: 16px; }
      #page-content .content-right .app-article .content .thumb {
        width: 400px; }
    #page-content .content-right .app-article .tips {
      font-size: 14px;
      background: #f6f6f6;
      padding: 10px;
      margin-top: 20px; }
      #page-content .content-right .app-article .tips span {
        color: red;
        font-weight: bold; }

#page-link {
  height: 250px;
  background: url("../images/link_bg.png") no-repeat center;
  position: relative; }
  #page-link::before {
    content: "";
    display: block;
    width: 100%;
    height: 250px;
    background: url("../images/tm_bg_03.png");
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99; }
  #page-link ul {
    position: relative;
    z-index: 999;
    padding-top: 40px; }
    #page-link ul > li {
      padding-top: 110px;
      background-repeat: no-repeat;
      background-position: center;
      height: 164px;
      min-width: 164px;
      text-align: center;
      color: #ffffff; }
      #page-link ul > li > a {
        color: #ffffff; }

@media (max-width: 767px) {
  .container-fixed {
    width: 100% !important; }

  #top .pull-right {
    float: left !important; }
 #top .phone{
  display: block;
 }
  #head .form-search {
    display: none; }
  #head .phone {
    display: none; }

  #app-nav {
    height: auto; }
    #app-nav .nav-box .shop-list {
      display: none; }
    #app-nav .nav-box .app-nav {
      width: 100%;
      margin-left: 0; }
      #app-nav .nav-box .app-nav.justify-content-around {
        justify-content: space-between !important;
        flex-wrap: wrap !important; }
      #app-nav .nav-box .app-nav > li > a {
        line-height: 40px; }

  #banner img {
    height: auto !important; }

  #page-product-list .product-box {
    margin-top: 20px; }
    #page-product-list .product-box > .head > ul {
      display: none; }
    #page-product-list .product-box > ul {
      flex-wrap: wrap !important; }
      #page-product-list .product-box > ul > li {
        width: 100%;
        border-bottom: 1px solid #e5e5e5; }
        #page-product-list .product-box > ul > li:last-child {
          border: none; }

  #page-link {
    display: none; }

  #footer {
    margin-top: 20px; }

  #page-content .content-left {
     width:100%;
     margin-bottom:20px; } 

    #page-content .content-right{
      width:100%;
    }

   #page-content   .content-box{
    display: block !important;
   }
#page-content .content-right > .list-product > li{
        border-right: 1px solid #e8e8e8 !important; }
        #page-content .content-right > .list-product > li{
          width: 100%;
        }
        #top span{
          line-height: 2 !important;
        }

   }

/*# sourceMappingURL=app.css.map */
