body {
  font-size: 14px;
  font-family: "Microsoft YaHei", serif; 
  min-width: 1240px;
}

.container-fixed {
  width: 1220px; }

.d-flex {
  display: flex !important; }

.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: 50px 0; }
  #head .logo {
    width: 321px; }
  #head .form-search {
    width: 442px;
    padding-top: 20px; }
    #head .form-search form {
      border: 3px solid #269f77;
      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: #269f77;
        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: 33px;
      color: #e60012;
      font-weight: bold;
      background: url("../images/phone_bg.png") left center no-repeat;
      padding-left: 43px; }
      #head .phone > a:hover {
        text-decoration: none; }

#app-nav {
  background: #31cb97;
  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: #269f77;
        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: #e7f9f4;
          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 > 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;
              margin-right: 15px; }
              #app-nav .nav-box .shop-list > ul > li > dl dd > a {
                color: #96a7a2;
                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: #269f77; }
      #app-nav .nav-box .app-nav > li.active > a {
        background: #269f77; }

#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;
          white-space: pre; }
        #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: #31cb97;
            border-color: #31cb97; }

#page-product-list .product-box {
  border-bottom: 2px solid #31cb97;
  margin-top: 40px; }
  #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: #269f77;
          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-news {
  margin-top: 40px; }
  #page-news .page-title {
    font-weight: normal;
    margin: 0;
    font-size: 19px;
    color: #000000;
    line-height: 1;
    text-align: center;
    background: url("../images/title_bg.png") no-repeat top center;
    padding-top: 61px; }
  #page-news ul {
    margin-bottom: 0;
    margin-top: 46px; }
    #page-news ul > li {
      width: 380px;
      height: 163px;
      position: relative; }
      #page-news ul > li > a {
        display: block;
        text-decoration: none; }
        #page-news ul > li > a.img {
          width: 138px;
          height: 138px;
          position: relative;
          z-index: 2;
          padding-top: 12px; }
        #page-news ul > li > a.info {
          width: 324px;
          height: 163px;
          position: absolute;
          right: 0;
          top: 0;
          z-index: 1;
          padding-left: 99px;
          padding-top: 40px;
          padding-right: 20px; }
          #page-news ul > li > a.info::after {
            content: "";
            display: block;
            width: 7px;
            height: 77px;
            position: absolute;
            right: 0;
            top: 40px;
            background: #dadada; }
          #page-news ul > li > a.info:hover::after {
            background: #269f77; }
          #page-news ul > li > a.info b {
            font-weight: normal;
            color: #000000;
            font-size: 19px;
            line-height: 1;
            display: block; }
          #page-news ul > li > a.info span {
            color: #606064;
            font-size: 15px;
            display: block;
            margin-top: 20px; }

#footer {
  background: #000000;
  padding: 20px 0;
  margin-top: 40px; }
  #footer .footer-nav li {
    display: inline-block;
    border-right: 1px solid #ffffff;
    padding-right: 10px;
    padding-left: 10px; }
    #footer .footer-nav li:last-child {
      border: none; }
    #footer .footer-nav li:first-child {
      padding-left: 0; }
    #footer .footer-nav li > a {
      line-height: 1; }
  #footer .footer-nav a {
    color: #ffffff;
    font-size: 16px; }
  #footer .box {
    margin-top: 20px;
    color: #ffffff; }
    #footer .box .right span {
      display: block;
      margin-top: 10px; }

#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: #31cb97;
                background-image: url("../images/right_icon.png");
                color: #ffffff; }
            #page-content .content-left > ul > li > ul > li.active > a {
              background-color: #31cb97;
              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 .content {
      font-size: 14px;
      line-height: 2; }
    #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: #31cb97; }
    #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: #31cb97 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 .sms-content {
      padding: 20px 0 0; }
    #page-content .content-right .app-article .content {
      padding: 20px 0;
      padding-bottom: 0; }
      #page-content .content-right .app-article .content > ul {
        width: 327px;
        margin-bottom: 0; }
        #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: 300px; }
    #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; }

/*# sourceMappingURL=app.css.map */
