.text-center {
  text-align: center; }

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

.rot45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.sm-show {
  display: none; }

.sm-hide {
  display: block; }

header {
  height: 50px;
  z-index: 999; }
  header .container {
    padding-left: 15px;
    padding-right: 15px; }
  header .navbar-brand img {
    height: 40px;
    position: relative;
    top: -7.5px; }
  header .h-search {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    display: none;
    padding: 20px;
    height: 100px;
    background: white; }
    header .h-search .input-group {
      margin-top: 15px;
      width: 300px;
      height: 40px;
      line-height: 40px;
      font-size: 16px;
      color: #868686; }
      header .h-search .input-group input.form-control {
        border-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        padding-left: 20px;
        padding-right: 45px; }
    header .h-search .input-group-btn:last-child > .btn {
      border: 0px;
      position: absolute;
      right: 5px;
      top: 0px;
      background: transparent;
      color: #024198;
      font-size: 16px;
      z-index: 99;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px; }
  header .language {
    margin-top: 20px;
    margin-left: 20px;
    color: #747474;
    font-size: 16px; }

#top_swiper .txt {
  width: 80%;
  margin: 30px auto;
  color: white;
  text-align: center; }
#top_swiper .big-info {
  font-size: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  width: 90%;
  display: inline-block; }

.news .col-md-4 {
  padding-left: 2px;
  padding-right: 2px; }
  .news .col-md-4 p {
    font-size: 14px;
    line-height: 45px;
    color: #646464; }
.news .layui-card {
  box-shadow: none; }
.news .layui-card-header {
  color: #024198;
  font-size: 16px; }
  .news .layui-card-header > div {
    width: 50%; }
  .news .layui-card-header .layui-icon {
    font-size: 24px;
    vertical-align: middle; }
.news .layui-card-body img {
  width: 100%; }
.news .swiper-slide {
  padding-left: 2px;
  padding-right: 2px; }
  .news .swiper-slide p {
    font-size: 14px;
    padding: 10px 0px;
    color: #646464; }
.news .layui-carousel,
.news .layui-carousel > [carousel-item] > * {
  background: transparent; }
.news .layui-carousel-arrow {
  background: #3ca117;
  width: 36px;
  height: 72px;
  border-radius: 0px;
  margin-top: -70px;
  line-height: 72px;
  opacity: 0.5; }
.news .layui-carousel:hover .layui-carousel-arrow[lay-type="add"],
.news .layui-carousel[lay-arrow="always"] .layui-carousel-arrow[lay-type="add"] {
  right: 2px; }
.news .layui-carousel-arrow[lay-type="add"], .news .swiper-notification {
  right: 2px; }
.news .layui-carousel-arrow[lay-type="sub"] {
  left: 2px; }
.news .layui-carousel-ind {
  display: none; }
.news .layui-card-header {
  height: 52px;
  padding: 10px 15px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 0px; }

.navbar-inverse {
  background-color: white;
  border-color: #f6f6f6; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #f6f6f6; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #c2c2c2; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #024198;
  background-color: #ffffff; }

.navbar-inverse .navbar-nav > li > a span {
  display: none; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #024198;
  background-color: transparent; }

.navbar-inverse .navbar-toggle:focus .icon-bar,
.navbar-inverse .navbar-toggle:hover .icon-bar {
  background: #c2c2c2; }

.navbar-inverse .navbar-toggle .icon-bar:nth-of-type(2) {
  -moz-transform: rotate(45deg) translate(5px, 7px);
  -ms-transform: rotate(45deg) translate(5px, 7px);
  -webkit-transform: rotate(45deg) translate(5px, 7px);
  transform: rotate(45deg) translate(2px, 4px); }
.navbar-inverse .navbar-toggle .icon-bar:nth-of-type(3) {
  opacity: 0; }
.navbar-inverse .navbar-toggle .icon-bar:last-child {
  -moz-transform: rotate(-45deg) translate(5px, -7px);
  -ms-transform: rotate(-45deg) translate(5px, -7px);
  -webkit-transform: rotate(-45deg) translate(5px, -7px);
  transform: rotate(-45deg) translate(4px, -7px); }
.navbar-inverse .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  -moz-transform: rotate(0deg) translate(0px);
  -ms-transform: rotate(0deg) translate(0px);
  -webkit-transform: rotate(0deg) translate(0px);
  transform: rotate(0deg) translate(0px); }
.navbar-inverse .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  opacity: 1; }
.navbar-inverse .navbar-toggle.collapsed .icon-bar:last-child {
  -moz-transform: rotate(0deg) translate(0px);
  -ms-transform: rotate(0deg) translate(0px);
  -webkit-transform: rotate(0deg) translate(0px);
  transform: rotate(0deg) translate(0px); }

.navbar-inverse .navbar-toggle {
  border: none; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent; }

.layui-breadcrumb span[lay-separator] {
  margin: 0 5px;
  color: #999; }

.dropdown-menu {
  min-width: 100%;
  border: none;
  border-radius: 0px;
  padding: 0px; }
  .dropdown-menu > li > a {
    height: 40px;
    padding: 0px 20px;
    padding-left: 30px;
    line-height: 40px;
    color: #5a5b5b; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #024198;
      background: #e5e9f2; }

.index-inotr {
  background: #dee8eb;
  padding: 50px 0px; }
  .index-inotr .flex {
    display: block; }
  .index-inotr .col-md-3 {
    text-align: center; }
    .index-inotr .col-md-3 > div:first-child .bg-liujiao {
      background-position: center;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 232px;
      width: 202px;
      display: inline-block; }
    .index-inotr .col-md-3 > div:first-child img {
      margin: 10px 9px;
      width: 184px;
      height: 210px; }
    .index-inotr .col-md-3 > div:last-child {
      margin-top: 20px;
      color: #5a5b5b; }
      .index-inotr .col-md-3 > div:last-child span {
        font-size: 18px;
        border-bottom: 2px solid #024198;
        padding: 10px; }
      .index-inotr .col-md-3 > div:last-child p {
        margin-top: 20px; }

.index-show .flex {
  display: block; }
.index-show .container {
  padding: 0px;
  width: 1184px; }
.index-show .title {
  padding: 20px; }
  .index-show .title p {
    margin: 4px; }
    .index-show .title p span {
      display: inline-block;
      height: 40px;
      background: #024198;
      color: white;
      width: 150px;
      line-height: 40px;
      font-size: 18px;
      border-top-left-radius: 20px;
      border-bottom-right-radius: 20px; }
    .index-show .title p i {
      color: #5a5b5b;
      font-size: 24px; }
.index-show .col-md-3 {
  width: 284px;
  padding-left: 0px;
  padding-right: 0px;
  margin-right: 16px; }
  .index-show .col-md-3:last-child {
    margin-right: 0px; }
.index-show .layui-card {
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 1px 1px 5px 1px #e2e2e2;
  margin-bottom: 10px; }
  .index-show .layui-card img {
    width: 274px;
    height: 174px; }
.index-show .layui-card-header {
  height: inherit;
  padding: 0px; }

footer {
  background: #f2f6f7;
  padding: 45px 0px;
  line-height: 24px;
  color: #5a5b5b;
  margin-top: 0px; }

.product-bigImg {
  background: url(bg.jpg) center no-repeat;
  background-size: auto auto;
  background-size: 100% 100%;
  height: 300px; }
  .product-bigImg .container {
    padding: 100px 0px; }
  .product-bigImg span {
    font-size: 48px;
    font-weight: 300;
    margin-right: 40px; }
  .product-bigImg p {
    font-size: 18px;
    margin-top: 10px;
    color: #666; }

.product-show .container {
  position: relative;
  width: 1230px; }
.product-show .title-label {
  display: inline-block;
  position: relative;
  height: 160px;
  width: 250px;
  background: #024198;
  color: white;
  text-align: center;
  padding: 30px 0px;
  top: -75px; }
  .product-show .title-label p:first-child {
    font-size: 32px; }
  .product-show .title-label p:last-child {
    font-size: 16px; }
.product-show .left-nav {
  padding: 0px;
  width: 250px; }
  .product-show .left-nav li {
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle; }
    .product-show .left-nav li a {
      color: #5a5b5b;
      cursor: pointer;
      text-decoration: none; }
  .product-show .left-nav li:hover {
    transition: 1s;
    background: #024198; }
    .product-show .left-nav li:hover a {
      color: white; }
  .product-show .left-nav li.active {
    background: #e5eaf4;
    border-left: 4px solid #3ca117; }
    .product-show .left-nav li.active a {
      color: blue; }
.product-show .right-content {
  padding-left: 80px; }
  .product-show .right-content .content-item {
    display: none;
    color: #5a5b5b;
    line-height: 24px; }
    .product-show .right-content .content-item p {
      margin-bottom: 0px; }
  .product-show .right-content .title {
    border-bottom: 1px dashed #ddd;
    padding: 16.5px 0px; }
    .product-show .right-content .title span:first-child {
      font-size: 20px; }
    .product-show .right-content .title span:last-child {
      float: right;
      border-left: 3px solid blue;
      padding-left: 10px;
      font-size: 16px;
      line-height: 20px; }
  .product-show .right-content .product-table {
    margin: 40px 0px;
    width: 100%;
    color: #5a5b5b; }
    .product-show .right-content .product-table th,
    .product-show .right-content .product-table td {
      text-align: left;
      height: 40px;
      line-height: 40px;
      padding-left: 10px; }
    .product-show .right-content .product-table th {
      background: #3ca117;
      font-size: 20px;
      color: white;
      border-right: 2px solid white; }
    .product-show .right-content .product-table tbody .info {
      display: none;
      background: #f3f3f3; }
      .product-show .right-content .product-table tbody .info h4 {
        font-size: 14px;
        color: #444; }
      .product-show .right-content .product-table tbody .info p {
        margin: 0px; }
      .product-show .right-content .product-table tbody .info td {
        padding: 10px; }
      .product-show .right-content .product-table tbody .info .content {
        font-size: 14px;
        color: #999;
        line-height: 24px; }
    .product-show .right-content .product-table tbody tr {
      cursor: pointer; }
  .product-show .right-content .content-item .txt {
    width: 870px;
    padding: 35px;
    background: #f3f3f3; }
  .product-show .right-content .content-item.dsz-div {
    width: 870px; }
    .product-show .right-content .content-item.dsz-div .col-md-6:first-child img {
      width: 100%;
      height: 360px; }
    .product-show .right-content .content-item.dsz-div .dsz-img {
      margin-top: 40px; }
    .product-show .right-content .content-item.dsz-div .col-md-6 {
      width: 530px;
      height: 360px;
      padding: 0px; }
    .product-show .right-content .content-item.dsz-div .info {
      background: #024198;
      padding: 20px 30px;
      color: white;
      width: 340px;
      height: 360px;
      box-sizing: border-box; }
      .product-show .right-content .content-item.dsz-div .info .title {
        padding: 10px 0px;
        display: inline-block;
        font-size: 20px;
        border-bottom: 2px solid white;
        letter-spacing: 2px; }
      .product-show .right-content .content-item.dsz-div .info .p1 {
        font-size: 22px;
        margin-bottom: 50px; }
      .product-show .right-content .content-item.dsz-div .info .p2 {
        margin: 0px; }
    .product-show .right-content .content-item.dsz-div .txt {
      padding: 35px;
      background: #f3f3f3; }
      .product-show .right-content .content-item.dsz-div .txt .title {
        border-left: 2px solid #024198;
        color: #222222;
        font-size: 18px;
        font-weight: bold;
        padding-left: 20px;
        border-bottom: none;
        margin: 20px 0px; }
  .product-show .right-content .content-item.honor-div {
    width: 870px; }
    .product-show .right-content .content-item.honor-div .top {
      height: 160px; }
      .product-show .right-content .content-item.honor-div .top .col-md-5 {
        background: #3ca117;
        line-height: 160px;
        text-align: center;
        color: white;
        font-size: 32px; }
        .product-show .right-content .content-item.honor-div .top .col-md-5 span {
          padding-left: 30px; }
      .product-show .right-content .content-item.honor-div .top .col-md-7 {
        background: #024198;
        height: 160px;
        color: white;
        padding: 10px 20px;
        line-height: 20px; }
    .product-show .right-content .content-item.honor-div .honor-img {
      padding: 40px 20px;
      background: #f3f3f3; }
      .product-show .right-content .content-item.honor-div .honor-img .col-md-4,
      .product-show .right-content .content-item.honor-div .honor-img .col-md-3 {
        margin-bottom: 10px; }
.product-show .skill {
  padding: 20px 0px; }
  .product-show .skill img {
    width: 100%; }
  .product-show .skill h2 {
    font-size: 32px;
    color: #444;
    margin-bottom: 40px; }
    .product-show .skill h2 img {
      width: 40px; }
  .product-show .skill p {
    line-height: 24px;
    color: #444;
    font-size: 14px; }
  .product-show .skill .col-md-6:first-child {
    width: 550px;
    padding: 0px; }
  .product-show .skill .col-md-6:last-child {
    padding-left: 100px; }
  .product-show .skill .item {
    margin: 60px 0px; }
  .product-show .skill .honor-btn {
    margin-top: 80px; }
    .product-show .skill .honor-btn a {
      width: 220px;
      height: 60px;
      line-height: 60px;
      font-size: 24px;
      border-radius: 0px;
      background: #3ca117; }

.news-list > ul {
  margin: 20px 0px; }
  .news-list > ul > li {
    border: 1px solid #fff;
    height: 200px;
    background: #f8f8f8;
    margin-bottom: 40px; }
    .news-list > ul > li .title {
      font-size: 20px;
      font-weight: bold;
      color: #666;
      cursor: pointer; }
    .news-list > ul > li p {
      font-size: 14px;
      color: #444; }
    .news-list > ul > li .col-md-3 {
      padding: 0px; }
    .news-list > ul > li img {
      padding: 10px; }
    .news-list > ul > li.active, .news-list > ul > li:hover {
      border: 1px solid #024198; }
    .news-list > ul > li div:first-child {
      padding: 40px;
      color: #5a5b5b; }
      .news-list > ul > li div:first-child .date {
        color: #a0a0a0; }

.news-info {
  padding: 20px 0px;
  line-height: 24px;
  color: #5a5b5b; }
  .news-info .title {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    cursor: pointer; }
  .news-info .date {
    color: #a0a0a0; }

.zjl-info {
  padding: 40px 0; }
  .zjl-info .title {
    color: #024198;
    font-size: 20px;
    margin-bottom: 20px; }
  .zjl-info .col-md-6:first-child {
    line-height: 24px;
    color: #5a5b5b; }
  .zjl-info .input-code input {
    display: inline-block;
    margin-right: 10px; }
  .zjl-info .input-code img {
    height: 40px;
    vertical-align: middle;
    margin-right: 10px; }
  .zjl-info .input-code label {
    color: #3ca117; }
  .zjl-info .layui-btn.layui-btn-green {
    background: #3ca117; }

.lxwm-info {
  padding: 80px 0px 50px 0px;
  color: #5a5b5b; }
  .lxwm-info .title {
    padding-bottom: 40px; }

.tips {
  display: none;
  position: fixed;
  left: 40px;
  top: 500px; }
  .tips div {
    height: 40px;
    width: 40px;
    margin-bottom: 15px;
    cursor: pointer; }
  .tips .tip-blue {
    background: #023294; }
  .tips .tip-green {
    background: #3ca117; }

.img-lxwm {
  padding: 93px 0px; }

.sm-tab {
  display: none; }

@media (min-width: 768px) {
  .navbar {
    top: 100px; }

  .navbar-brand {
    display: none; }

  header {
    height: 151px; }
    header .h-search {
      display: block; }

  .navbar-nav > li {
    width: 140px; }
    .navbar-nav > li:first-child {
      text-align: center;
      padding-left: 0px; }

  .navbar-inverse .navbar-nav > li:not(:first-child) > a {
    padding-left: 30px; } }
@media (max-width: 768px) {
  .dropdown-menu {
    position: relative;
    top: inherit;
    left: inherit;
    float: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: #f2f6f7; }

  .navbar-inverse .navbar-nav > li > a span {
    display: inline-block; }

  .container {
    padding: 0px; }

  .left-nav {
    display: none; }

  .product-show .container {
    width: inherit; }
  .product-show .title-label {
    display: none; }
  .product-show .right-content {
    padding: 0px; }
    .product-show .right-content .title {
      display: none; }
    .product-show .right-content .content-item img {
      width: 100%; }
    .product-show .right-content .content-item .txt {
      width: 100vw; }
    .product-show .right-content .content-item.dsz-div {
      width: 100%; }
      .product-show .right-content .content-item.dsz-div .flex {
        display: block; }
      .product-show .right-content .content-item.dsz-div img {
        width: 100vw;
        height: inherit; }
      .product-show .right-content .content-item.dsz-div .col-md-6 {
        width: 100vw;
        height: inherit; }
        .product-show .right-content .content-item.dsz-div .col-md-6:first-child img {
          width: 100vw;
          height: inherit; }
      .product-show .right-content .content-item.dsz-div .info {
        display: -webkit-flex;
        padding: 15px;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex; }
        .product-show .right-content .content-item.dsz-div .info .title {
          display: none; }
        .product-show .right-content .content-item.dsz-div .info .p1 {
          font-size: 14px;
          margin-bottom: 0px; }
        .product-show .right-content .content-item.dsz-div .info .p2:nth-of-type(2),
        .product-show .right-content .content-item.dsz-div .info .p2:nth-of-type(3) {
          display: inline-block; }
      .product-show .right-content .content-item.dsz-div .dsz-img {
        margin-top: 5px; }
        .product-show .right-content .content-item.dsz-div .dsz-img img {
          width: 60%; }
    .product-show .right-content .content-item.honor-div {
      width: 100vw; }
      .product-show .right-content .content-item.honor-div .top {
        height: inherit; }
        .product-show .right-content .content-item.honor-div .top .col-md-5 {
          line-height: 70px; }
        .product-show .right-content .content-item.honor-div .top .col-md-7 {
          background: transparent;
          color: #c2c2c2;
          display: block;
          height: inherit; }
      .product-show .right-content .content-item.honor-div .honor-img {
        padding: 20px 0px; }
        .product-show .right-content .content-item.honor-div .honor-img .col-md-4 {
          width: 50%;
          float: left;
          padding: 0px 5px;
          height: 34vw; }
          .product-show .right-content .content-item.honor-div .honor-img .col-md-4 img {
            width: 95%; }
        .product-show .right-content .content-item.honor-div .honor-img .col-md-3 {
          padding: 0px 5px;
          width: 33%;
          float: left; }
          .product-show .right-content .content-item.honor-div .honor-img .col-md-3 img {
            width: 100%; }
    .product-show .right-content .product-table {
      margin: 0px;
      width: 100vw; }
  .product-show .skill img {
    width: 100vw; }
  .product-show .skill .item {
    margin: 20px 0px; }
    .product-show .skill .item:first-child {
      margin-top: -20px; }
  .product-show .skill .col-md-6:first-child {
    width: inherit;
    height: inherit; }
  .product-show .skill .col-md-6:last-child {
    padding-left: 15px; }
  .product-show .skill .honor-btn {
    text-align: center; }

  .product-bigImg {
    height: inherit;
    background-size: cover; }
    .product-bigImg .container {
      padding: 50px 0px;
      width: 80%;
      text-align: center;
      margin: 0 auto; }
    .product-bigImg span {
      font-size: 24px;
      margin-right: 20px; }
    .product-bigImg p {
      font-size: 14px;
      color: white; }

  .img-lxwm {
    padding: 0px; }

  .lxwm-info .div-rever {
    position: absolute;
    margin-top: 480px; }
    .lxwm-info .div-rever img {
      width: 100%; }
  .lxwm-info .div-map {
    margin-top: 20px; }
  .lxwm-info .sm-show {
    height: 480px; }

  .zjl-info .sm-hide {
    display: none; }
  .zjl-info .layui-form {
    padding-top: 20px; }

  .layui-breadcrumb {
    display: none; }

  .news-list > ul {
    margin: 0px; }
    .news-list > ul > li {
      margin-bottom: 20px;
      height: inherit; }
      .news-list > ul > li div:first-child {
        padding: 20px; }
      .news-list > ul > li .col-md-3 {
        display: none; }

  .container.news-info {
    padding: 0px 15px; }

  .sm-tab {
    display: block;
    margin-top: 25px; }
    .sm-tab ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex;
      border-bottom: 1px solid #ddd; }
      .sm-tab ul li {
        background: #e5eaf4;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        color: white;
        padding: 0px 10px;
        position: relative;
        border-left: 1px solid white;
        cursor: pointer; }
        .sm-tab ul li a {
          color: #5a5b5b; }
        .sm-tab ul li.active {
          bottom: -1px;
          background: #024198; }
          .sm-tab ul li.active a {
            color: white; }

  .index-inotr {
    background: #dee8eb;
    padding: 50px 0px; }
    .index-inotr .flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: -moz-box;
      display: flex; }
      .index-inotr .flex:last-child {
        margin-top: 30px; }
    .index-inotr .col-md-3 {
      text-align: center;
      width: 50%;
      padding: 0px; }
      .index-inotr .col-md-3 > div:first-child .bg-liujiao {
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        width: 60%;
        height: inherit;
        display: inline-block; }
      .index-inotr .col-md-3 > div:first-child img {
        margin: 10px 9px;
        width: calc(100% - 18px);
        height: inherit; }
      .index-inotr .col-md-3 > div:last-child {
        margin-top: 20px;
        color: #5a5b5b; }
        .index-inotr .col-md-3 > div:last-child span {
          font-size: 18px;
          border-bottom: 2px solid #024198;
          padding: 10px; }
        .index-inotr .col-md-3 > div:last-child p {
          margin-top: 20px;
          display: none; }

  .index-show .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex; }
  .index-show .container {
    padding: 0px 10px;
    width: 100vw; }
  .index-show .title {
    padding: 20px; }
    .index-show .title p {
      margin: 4px; }
      .index-show .title p span {
        display: inline-block;
        height: 40px;
        background: #024198;
        color: white;
        width: 150px;
        line-height: 40px;
        font-size: 18px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: 20px; }
      .index-show .title p i {
        color: #5a5b5b;
        font-size: 24px; }
  .index-show .col-md-3 {
    width: 50vw;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 16px; }
    .index-show .col-md-3:last-child {
      margin-right: 0px; }
  .index-show .layui-card {
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 1px 1px 5px 1px #e2e2e2;
    margin-bottom: 10px; }
    .index-show .layui-card img {
      width: calc(100% - 10px);
      height: inherit; }
  .index-show .layui-card-header {
    height: inherit;
    padding: 0px; }

  footer .text-right {
    display: none; }

  .sm-show {
    display: block; }

  .sm-hide {
    display: none; }

  .sm-img img {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */
