.flex {
  isplay: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

ul {
  list-style: none; }

.flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row; }

.flex-justify-content {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center; }

.flex-align-items {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center; }

.img-all {
  height: 100%;
  width: 100%; }

.transition {
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s; }

* {
  margin: 0;
  padding: 0; }

body, html {
  height: 100%;
  width: 100%;
  background: #fff; }

input {
  outline: none; }

a {
  text-decoration: none; }

.container {
  height: 100%;
  width: 100%;
  font-size: .7rem; }
  .container .header {
    height: 3rem;
    width: 100%;
    box-sizing: border-box;
    padding-right: 1.05rem;
    padding-left: 0.65rem;
    background-color:rgba(246, 245, 245, 1);
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    justify-content: space-between;
    z-index: 99999; }
    .container .header a {
      height: 1.6rem;
      width: 8.29rem;
      margin-top: 0.7rem;
      display: block; }
      .container .header a img {
        height: 100%;
        width: 100%; }
    .container .header .meta {
      height: 1.2rem;
      width: 1.2rem;
      margin-top: 0.9rem; }
  .container .meta-border {
    border-bottom: 0.05rem solid #e5e5e5; }
  .container .header-back {
    /* height: 100%; */
	padding-bottom: 1rem;
    width: 100%;
    background-color: #FFFFFF;
   /* background-size: 52rem;
    background-position: 192% 96%; */
    position: relative; }
    .container .header-back .header-back-main {
      position: absolute;
      top: 7.55rem;
      left: 1.35rem; }
      .container .header-back .header-back-main .header-back-header {
        color: #fff;
        font-size: 1rem; }
      .container .header-back .header-back-main .header-back-i {
        height: 0.05rem;
        width: 9.2rem;
        background-color: #fff;
        display: block;
        margin-top: 1.2rem; }
      .container .header-back .header-back-main .header-back-introduce {
        width: 15.6rem;
        height: 11.5rem;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0.18rem;
        box-sizing: border-box;
        padding: 0.35rem 0.55rem;
        margin-top: 1.05rem;
        text-indent: 1.5rem;
        color: #fff;
        font-size: 0.7rem;
        line-height: 220%;
        margin-bottom: 1.9rem; }
      .container .header-back .header-back-main .header-go-about {
        width: 7.55rem;
        height: 1.9rem;
        color: #505050;
        background-color: rgba(0, 0, 0, 0.7);
        font-size: 0.7rem;
        line-height: 1.9rem;
        overflow: hidden; }
        .container .header-back .header-back-main .header-go-about a {
          color: #fff;
          width: 100%;
          height: 100%;
          overflow: hidden;
          display: block; }
          .container .header-back .header-back-main .header-go-about a img {
            height: 1.2rem;
            width: 1.2rem;
            margin-top: 0.35rem;
            float: right;
            margin-right: 0.5rem; }
          .container .header-back .header-back-main .header-go-about a span {
            color: white;
            font-size: 0.7rem;
            float: left;
            padding-left: 0.65rem; }
    .container .header-back .header-back-nav {
      height: 1.95rem;
      width: 1.2rem;
      left: 50%;
      margin-left: -0.6rem;
      position: absolute;
      bottom: 1.25rem; }
      .container .header-back .header-back-nav .nav-i {
        height: 1.2rem;
        width: 1.2rem;
        position: absolute;
        top: 0; }
      .container .header-back .header-back-nav .bottom-i {
        height: 1.2rem;
        width: 1.2rem;
        position: absolute;
        top: 0.75rem; }
  .container .main-list {
    width: 100%;
    position: relative;
    height: 40.5rem; }
    .container .main-list .main-list-back {
      position: absolute;
      top: 0;
      left: 0;
      height: 17.81rem;
      width: 100%;
      background: url("../images/main-back.png");
      background-size: 100%; }
    .container .main-list .main-list-content {
      position: absolute;
      top: 0;
      left: 0;
      height: auto;
      width: 100%; }
      .container .main-list .main-list-content .main-list-title {
        color: #0360a4;
        font-size: 1rem;
        font-weight: bold;
        padding-top: 1.1rem;
        text-align: center;
        width: 100%;
        margin-bottom: 1.5rem; }
      .container .main-list .main-list-content .main-list-item-box:last-child {
        margin-bottom: 0.62rem; }
      .container .main-list .main-list-content .main-list-item-box {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0.95rem;
        overflow: hidden;
        margin-bottom: 1.2rem; }
        .container .main-list .main-list-content .main-list-item-box .main-list-item-left {
          height: 5rem;
          width: 5rem;
          background-size: 100%;
          float: left; }
          .container .main-list .main-list-content .main-list-item-box .main-list-item-left a {
            display: block;
            height: 5rem;
            width: 5rem; }
        .container .main-list .main-list-content .main-list-item-box .main-list-item-right {
          margin-left: 1.2rem;
          height: 100%;
          width: auto;
          float: left; }
          .container .main-list .main-list-content .main-list-item-box .main-list-item-right a {
            color: gray;
            font-size: 0.7rem;
            font-weight: bold;
            margin-bottom: 0.55rem;
            display: block;
            width: 100%; }
          .container .main-list .main-list-content .main-list-item-box .main-list-item-right .main-list-item-content {
            width: 10.8rem;
            height: auto;
            color: gray;
            font-size: 0.7rem;
            display: block;
            line-height: 150%; }
  .container .product-application {
    width: 100%;
    height: auto;
    background: #0464ac;
    overflow-x: hidden;
    padding-top: 1.2rem; }
    .container .product-application .product-application-header {
      width: 100%;
      text-align: center;
      color: white;
      font-size: 1rem;
      padding-bottom: 1.5rem;
      font-weight: bold; }
    .container .product-application .swiper-wrapper-item {
      width: 100%;
      height: auto; }
    .container .product-application .product-nav {
      height: 1.8rem;
      width: 100%;
      padding-left: 0.5rem;
      padding-right: 0.65rem;
      box-sizing: border-box;
      overflow: hidden;
      margin-bottom: 1.6rem; }
      .container .product-application .product-nav .product-icon {
        height: 1.2rem;
        float: right;
        margin-top: 0.3rem;
        width: 1.2rem; }
      .container .product-application .product-nav .product-left {
        margin-right: 0.45rem;
        float: left;}
      .container .product-application .product-nav .product-main-img {
        height: 1.8rem;
        width: 1.8rem;
        float: left;
        margin-right: 0.4rem; }
      .container .product-application .product-nav .product-name {
        color: white;
        float: left;
        display: block;
        height: 100%;
        line-height: 1.8rem;
        font-size: 0.8rem;}
      .container .product-application .product-nav .product-page {
        color: #fff;
        float: right;
        display: block;
        height: 100%;
        margin-right: 0.1rem;
        line-height: 1.8rem;
        font-size: 0.7rem; }
    .container .product-application .product-content {
      width: 100%;
      box-sizing: border-box;
      padding-left: 0.55rem;
      padding-right: 0.9rem;
      color: #fff;
      font-size: 0.7rem;
      height: auto;
      padding-bottom: 0.1rem; }
      .container .product-application .product-content .product-content-p {
        margin-bottom: 1rem;}
      .container .product-application .product-content .product-content-p p{
        text-indent: -0.5rem;}
      .container .product-application .product-content .product-content-p:last-child {
        margin-bottom: 0.2rem; }
    .container .product-application .product-item-box {
      width: 100%;
      padding-top: 1.5rem;
      box-sizing: border-box;
      padding-left: 0.7rem;
      padding-right: 0.7rem;
      overflow: hidden;
      padding-bottom: 0.2rem; }
      .container .product-application .product-item-box .product-item-img {
        width: 8.25rem;
        height: 7.5rem;
        float: left;
        margin-bottom: 1.2rem; }
        .container .product-application .product-item-box .product-item-img .product-item-img-a {
          display: block;
          width: 100%;
          height: 100%; }
        .container .product-application .product-item-box .product-item-img img {
          border-radius: 0.18rem; }
      .container .product-application .product-item-box .product-item-img:nth-child(even) {
        float: right; }
  .container .product-application .product-item-nav {
      width: 100%;
      height: 1.05rem;
      box-sizing: border-box;
      padding-left: 3.1rem;
      padding-right: 3.1rem;
      justify-content: space-between;}
  .container .product-application .product-item-nav-page{
      height: 1rem;
      width: 100%;
      color: #fff;
      line-height: 1rem;
      text-align: center;
      padding-bottom: 0.5rem;
      padding-top: 0.5rem;
    }
.container .product-application .product-item-nav-page a{
  color: #fff;
  font-size: 0.6rem;
}
    .container .product-application .product-item-nav .item-nav-i {
        height: 0.9rem;
        width: 0.9rem; }
    .container .product-application .product-item-nav .right-item-nav-i{
      transform: rotate(180deg);
      -ms-transform: rotate(180deg); /* IE 9 */
      -moz-transform: rotate(180deg); /* Firefox */
      -webkit-transform: rotate(180deg); /* Safari and Chrome */
      -o-transform: rotate(180deg); /* Opera */}
      .container .product-application .product-item-nav .product-item-nav-text {
        color: #fff;
        font-size: 0.7rem; }
  .container .footer-contact {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding-top: 1.29rem; }
    .container .footer-contact .footer-contact-header {
      color: #323232;
      font-size: 0.9rem;
      font-weight: bold;
      margin-left: 0.7rem;
      padding-bottom: 1.2rem; }
    .container .footer-contact .footer-contact-from {
      height: auto;
      width: 100%;
      box-sizing: border-box;
      padding-left: 0.65rem;
      padding-right: 0.65rem;
      margin-top: 1.2rem;
      padding-bottom: 1.35rem;
      border-bottom: 1px solid #d6d6d6; }
      .container .footer-contact .footer-contact-from .footer-contact-from-item {
        height: 2.1rem;
        margin-bottom: 0.83rem;
        width: 100%;
        color: #a6a6a6;
        border-radius: 0.18rem;
        font-size: 0.7rem;
        border: #d6d6d6 solid 0.06rem;
        background: #f3f3f3;
        text-indent: 0.5rem;
        border-bottom: 1px solid #d6d6d6; }
      .container .footer-contact .footer-contact-from .footer-contact-from-submit {
        color: white;
        background-color: #2a82e4;
        font-size: 0.9rem;
        line-height: 150%;
        border: rgba(166, 166, 166, 0.6) solid 0.06rem;
        text-align: center;
        display: block;
        width: 100%;
        height: 2.25rem; }
  .container .contact-info {
    padding-top: 1.2rem;
    width: 100%;
    padding-right: 1.9rem;
    padding-left: 0.8rem;
    padding-bottom: 1.25rem;
    box-sizing: border-box; }
    .container .contact-info .contact-info-item {
      color: #a6a6a6;
      font-size: 0.7rem;
      display: block;
      margin-bottom: 0.5rem; }
  .container .footer {
    height: auto;
    width: 100%;
    padding-top: 1.1rem;
    box-sizing: border-box;
    padding-left: 0.65rem;
    padding-bottom: 2.9rem;
    padding-right: 0.65rem;
    background-color: rgba(42, 130, 228, 1); }
    .container .footer .footer-nav {
      height: 1.05rem;
      line-height: 1.05rem;
      width: 100%;
      margin-bottom: 1.05rem;
      justify-content: space-between; }
      .container .footer .footer-nav .footer-nav-item {
        flex: 1;
        text-align: center;}
        .container .footer .footer-nav .footer-nav-item a {
          display: block;
          color: white;
          font-size: 0.7rem; }
    .container .footer .footer-i {
      height: 0.05rem;
      width: 12.5rem;
      display: block;
      background-color: #e5e5e5;
      margin: 0 auto; }
    .container .footer .footer-share-nav {
      height: 1.8rem;
      width: 100%;
      box-sizing: border-box;
      padding-left: 3.65rem;
      padding-right: 3.65rem;
      justify-content: space-between;
      margin-top: 1.48rem;
      margin-bottom: 0.63rem; }
      .container .footer .footer-share-nav .footer-share-nav-a {
        height: 1.6rem;
        width: 1.6rem;
        display: block; }
    .container .footer .footer-main {
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding-bottom: 1.15rem; }
      .container .footer .footer-main .footer-main-span {
        color: #fff;
        font-size: 0.7rem;
        display: block;
        white-space: nowrap;
        text-align: center; }
  .container .meta-box {
    height: 30.5rem;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
	overflow-y: auto;
    display: none;
    z-index: 99999999999; }
  .container .meta-box .meta-header {
      width: 100%;
      height: 3.15rem;
      text-align: center;
      box-sizing: border-box;
      margin: 0 auto;
	  background-color: rgba(42, 130, 228, 1);
	   color: #FFF;
	   font-size: .8rem;
	   display: flex;
	   align-items: center;
	   padding-left: 1rem;}
  .container .meta-box .meta-header a{
    display: block;
    height: 100%;
    width: 100%;
  }
.container .meta-box .close-img {
      height: 1.8rem;
      width: 1.8rem;
      position: absolute;
      top: 0.6rem;
      right: 0.7rem;
      transition: all 0.5s; }
    .container .meta-box .close-rotate {
      transform: rotate(90deg); }
    .container .meta-box .meta-nav {
      height: auto;
      width: 100%;
		/* max-height: 72vh;
		overflow-y: auto; */
      box-sizing: border-box;
      padding-left: 1.4rem;
      padding-right: 1.4rem; }
      .container .meta-box .meta-nav .meta-nav-item {
        min-height: 2.3rem;
        width: 100%;
        justify-content: center;
        flex-direction: column; }
        .container .meta-box .meta-nav .meta-nav-item .meta-nav-main {
          height: 2.3rem;
          width: 100%;
          line-height: 2.3rem !important;
          border-bottom: 0.05rem solid #e5e5e5;
          overflow: hidden; }
          .container .meta-box .meta-nav .meta-nav-item .meta-nav-main .meta-nav-item-text {
            color: #505050;
            font-size: 0.8rem;
            padding-left: 6.2rem;
            height: 100%;
            display: inline-block;
            line-height: 2.3rem !important;
            float: left; }
        .container .meta-box .meta-nav .meta-nav-item .meta-nav-main .meta-nav-item-active {
          color:rgba(32, 76, 156, 1) !important;
          height: 2.2rem !important;
          line-height: 2.2rem; !important;}
          .container .meta-box .meta-nav .meta-nav-item .meta-nav-item-active .meta-nav-item-text {
            line-height: initial; }
          .container .meta-box .meta-nav .meta-nav-item .meta-nav-item-active .meta-nav-item-bottom {
             }
        .container .meta-box .meta-nav .meta-nav-item .meta-nav-item-box {
          width: 100%;
          height: auto;
          padding-top: 0.55rem;
          text-align: center;
          display: none; }
          .container .meta-box .meta-nav .meta-nav-item .meta-nav-item-box .meta-nav-item-li {
            margin-bottom: 0.65rem; }
            .container .meta-box .meta-nav .meta-nav-item .meta-nav-item-box .meta-nav-item-li a {
              color: #505050;
              font-size: 0.7rem; }
          .container .meta-box .meta-nav .meta-nav-item .meta-nav-item-box .meta-nav-item-li:last-child {
            margin-bottom: 0.75rem; }
        .container .meta-box .meta-nav .meta-nav-item .meta-nav-item-bottom {
          height: 1.2rem;
          width: 1.2rem;
          background: url("../images/meta-bottom-icon.svg");
          background-size: 1.2rem;
          display: inline-block;
          margin-top: 0.55rem; }
      .container .meta-box .meta-nav .meta-nav-item:last-child {
        border-bottom: 0; }
  .container .article {
    height: auto;
    width: 100%;
    min-height: 75%;
    overflow-x: hidden;
    /* padding-top: 3rem; */
	}
    .container .article .article-title {
      margin-top: 0.5rem;
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding-left: 0.75rem;
      padding-right: 0.5rem;
      color: #505050;
      font-size: 0.8rem;
      margin-bottom: 0.35rem; }
      .container .article .article-title a {
        color: #505050; }
    .container .article .article-info {
      height: 1.05rem;
      width: 100%;
      padding-left: 0.75rem;
      padding-right: 0.5rem;
      padding-bottom: 0.45rem;
      border-bottom: 1px solid #e5e5e5; }
      .container .article .article-info span {
        color: #a6a6a6;
        font-size: 0.7rem; }
      .container .article .article-info .time {
        margin-left: 0.9rem; }
    .container .article .article-back-img {
      width: 16.8rem;
      height: 9.61rem;
      display: block;
      margin: 0 auto;
      margin-top: 1.5rem;
      margin-bottom: 0.69rem; }
    .container .article-p {
      width: 100%;
      box-sizing: border-box;
      padding-left: 0.9rem;
      padding-right: 0.9rem;
      color: #666666;
      padding-top: 0.9rem;
	  line-height: 180%;
      font-size: 0.7rem; }
    .container .article-p img{
      max-width: 100% !important;
      height: auto !important;
    }
    .container .article-content-title p img{
      display: block !important;
    }
     .container .article-p p img{
       max-width: 100% !important;
       height: auto !important;
    }
    .container .article-p div img{
      max-width: 100% !important;
      height: auto !important;
    }
    .container .article .see-number {
      margin-top: 0.53rem;
      padding-right: 0.9rem;
      display: block;
      width: 100%;
      color: #a6a6a6;
      font-size: 0.7rem;
      box-sizing: border-box;
      text-align: right;
      padding-bottom: 1.6rem; }
  .container .articleList {
    height: auto;
    width: 100%;
    /* padding-top: 3rem; */
	min-height: 75%;
    padding-bottom: 2.05rem; }
  .container .page-articleList{
    padding-bottom: 1.7rem;
  }
    .container .articleList-header {
      /* height: 5rem !important; */
	  padding-top: 3rem;
	  height: auto;
      width: 100%; }
      .container .articleList-header img {
        /* height: 5rem; */
		height: auto;
		width: 100%;
		}
  .container .page-nav {
    height: 2.99rem;
    line-height: 2.99rem;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.75rem;
    overflow: hidden; }
    .container .page-nav .page-hone {
      height: 1.2rem;
      width: 1.2rem;
      display: block;
      position: relative;
      margin-right: 0.4rem; }
      .container .page-nav .page-hone img {
        position: absolute;
        top: 0;
        left: 0; }
    .container .page-nav .page-nav-text {
      color: #505050;
      font-size: 0.7rem;
      display: block;
      height: 1.05rem;
      line-height: 1.05rem; }
    .container .page-nav .page-nav-right {
      color: #bebebe;
      font-size: 0.7rem;
      width: 0.95rem;
      text-align: center; }
  .container .page-nav-bottom {
    height: 0.01rem;
    width: 17rem;
    margin-left: 1.05rem;
    display: block;
    background: #eee; }
  .container .page-list {
    width: 14.35rem;
    box-sizing: border-box;
    padding-top: 0.75rem;
    margin: 0 auto; }
    .container .page-list .page-header {
      width: 100%;
      text-align: center;
      color: rgba(128, 128, 128, 1);
      font-size: 0.8rem;
      font-weight: bold;
      position: relative;
      margin-bottom: 0.75rem; }
      .container .page-list .page-header .page-header-i {
        width: 3rem;
        height: 0.05rem;
        display: block;
        background: #e5e5e5;
        position: absolute;
        left: 0rem;
        top: 50%; }
      .container .page-list .page-header .right-i {
        right: 0rem;
        left: inherit; }
  .container .page-article-list {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.85rem;
    padding-right: 0.9rem; }
    .container .page-article-list .page-article-item {
      color: #505050;
      font-size: 0.7rem;
      padding-bottom: 0.65rem;
      display: block;
      padding-left: 0.2rem;
      margin-bottom: 0.8rem;
      border-bottom: 0.01rem solid #e5e5e5; }
  .container .page-article-footer {
    padding-top: 1.6rem;
    box-sizing: border-box;
    padding-left: 1.15rem;
    padding-right: 1.15rem;
    width: 100%; }
    .container .page-article-footer .page-article-nav {
      width: 100%;
      height: auto;
      border-top: 0.05rem solid #e5e5e5;
      padding-top: 1.5rem;}
    .container .page-article-footer .page-article-nav .page-article-nav-item {
        width: 3.11rem;
        height: 1.6rem;
        background-color: white;
        font-size: 0.7rem;
        line-height: 1.6rem;
        border: #a6a6a6 solid 0.06rem;
        text-align: center;
        position: relative;
        margin: 0px -1px -1px 0px; }
  .container .page-article-footer .page-article-nav .page-article-nav-item:first-child{
    border-top-left-radius: 0.18rem;
    border-bottom-left-radius: 0.18rem;
  }
    .container .page-article-footer .page-article-nav .page-article-nav-item:last-child{
      border-top-right-radius: 0.18rem;
      border-bottom-right-radius: 0.18rem;
    }
        .container .page-article-footer .page-article-nav .page-article-nav-item a {
          display: block;
          height: 100%;
          width: 100%;
          color: #505050; }
      .container .page-article-footer .page-article-nav .nav-item-box {
        border: #a6a6a6 solid 0.06rem;
        border-radius: initial; }
  .container .news-box {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.75rem;
    padding-right: 0.35rem;
    padding-top: 0.3rem; }
  .container .news-box .news-item {
      display: block;
      margin-bottom: 0.85rem; }
.container .news-box .news-item:last-child .news-item-bottom{
  height: 0;
}
      .container .news-box .news-item .news-item-bottom {
        background: #e5e5e5;
        width: 100%;
        box-sizing: border-box;
        padding-left: 0.4rem;
        padding-right: 0.35rem;
        height: 0.05rem;
        display: block; }
    .container .news-box .news-item-a {
      height: 5.8rem;
      width: 100%;
      display: block;
      overflow: hidden; }
      .container .news-box .news-item-a .news-item-img {
        width: 6rem;
        height: 4.5rem;
        float: left;
        padding-right: 0.95rem; }
      .container .news-box .news-item-a .news-item-box {
        padding-top: 0.2rem;
        float: left;
        width: 10.1rem; }
        .container .news-box .news-item-a .news-item-box .news-item-header {
          color: #505050;
          font-size: 0.7rem;
          font-weight: bold;
          max-height: 3rem;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          display: block; }
        .container .news-box .news-item-a .news-item-box .news-item-time {
          margin-top: 0.65rem;
          display: block;
          color: #505050;
          font-size: 0.7rem; }
  .container .about-box {
    padding-top: 1.6rem; }
  .container .about-header {
    text-align: center;
    color: #0360a4;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: Microsoft YaHei;
    position: relative;
    width: 14.35rem;
    display: block;
    margin: 0 auto; }
    .container .about-header .about-header-i {
      width: 3rem;
      height: 0.05rem;
      background: #e5e5e5;
      display: block;
      position: absolute;
      left: 0rem;
      top: 50%;
      transform: translateY(-50%); }
    .container .about-header .header-i-right {
      left: initial;
      right: 0rem; }
  .container .ebterpise-box {
    width: 100%;
    height: auto;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    margin-top: 1.6rem;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;}
  .container .ebterpise-box .ebterpise-item {
      height: 9.6rem;
      width: 8.25rem;
      background-color: white;
      border-radius: 0.18rem;
      font-size: 0.7rem;
      line-height: 150%;
      box-shadow: 0rem 0rem 0.59rem 0rem rgba(0, 0, 0, 0.2);
      justify-content: space-between;
      overflow: hidden;
      margin-bottom: 1.05rem;}

.container .ebterpise-box .ebterpise-item:nth-last-of-type(-n+2){
  margin-bottom: 0;
}
      .container .ebterpise-box .ebterpise-item .ebterpise-item-a {
        height: 100%;
        width: 100%;
        display: block;
        position: relative; }
        .container .ebterpise-box .ebterpise-item .ebterpise-item-a .ebterpise-item-header {
          height: 7.5rem;
          width: 100%; }
        .container .ebterpise-box .ebterpise-item .ebterpise-item-a .ebterpise-item-footer {
          text-align: center;
          color: #505050;
          width: 100%;
          display: block;
          position: absolute;
          top: 7.5rem;
          height: 2.1rem;
          line-height: 2.1rem; }
  .container .honor-item {
    height: 8.15rem;
    width: 8.25rem;
    color: #505050;
    background-color: white;
    border-radius: 0.18rem;
    font-size: 0.7rem;
    line-height: 150%;
    box-shadow: 0rem 0rem 0.59rem 0rem rgba(0, 0, 0, 0.2);
    margin-bottom: 1.3rem;
    overflow: hidden; }
    .container .honor-item .honor-item-a {
      display: block;
      height: 100%;
      width: 100%;
      position: relative; }
      .container .honor-item .honor-item-a .honor-item-header {
        height: 6.2rem;
        width: 100%; }
      .container .honor-item .honor-item-a .honor-item-footer {
        height: 1.95rem;
        line-height: 1.95rem;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 6.2rem;
        left: 0;
        color: #505050;
        font-size: 0.7rem; }
  .container .expand-box {
    height: auto;
    width: 100%; }
    .container .expand-box .expand-item:last-child {
      margin-bottom: 0; }
    .container .expand-box .expand-item {
      height: auto;
      width: 18rem;
      display: block;
      margin: 0 auto;
      background-color: #fafafa;
      font-size: 0.7rem;
      line-height: 150%;
      border: #efefef solid 0.06rem;
      box-shadow: 0rem 0.12rem 0.12rem 0rem rgba(0, 0, 0, 0.07857);
      box-sizing: border-box;
      padding-left: 0.75rem;
      padding-top: 0.75rem;
      margin-bottom: 0.8rem;
      padding-bottom: 0.6rem; }
      .container .expand-box .expand-item .expand-time {
        color: #0360a4;
        font-size: 0.7rem;
        margin-bottom: 0.45rem;
        display: block;
        width: 100%; }
      .container .expand-box .expand-item .expand-text {
        color: #505050;
        font-size: 0.7rem; }
  .container .expand-list {
    padding-top: 1.05rem; }
    .container .expand-list .page-header {
      margin-bottom: 1.55rem; }
  .container .expand-list:not(:first-child) {
    padding-top: 1.3rem; }
    .container .expand-list:not(:first-child) .page-header {
      margin-bottom: 1.1rem; }
  .container .culture-box {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    flex-wrap: wrap;
    justify-content: space-between; }
    .container .culture-box .culture-item:nth-last-of-type(-n+2) {
      margin-bottom: 0; }

    .container .culture-box .culture-item {
      height: 12.45rem;
      width: 8.25rem;
      margin-bottom: 0.9rem; }
      .container .culture-box .culture-item .culture-item-a {
        height: 100%;
        width: 100%;
        display: block; }
        .container .culture-box .culture-item .culture-item-a .culture-item-img {
          height: 11rem;
          width: 100%;
          margin-bottom: 0.1rem; }
        .container .culture-box .culture-item .culture-item-a .culture-item-text {
          color: #505050;
          font-size: 0.7rem;
          display: block;
          width: 100%;
          max-height: 1.8rem;

          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          text-align: center;
          margin-top: 0.1rem; }
  .container .product-box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    flex-wrap: wrap;
    justify-content: space-between; }
    .container .product-box .product-item {
      height: auto;
      width: 7.75rem;
      margin-bottom: 1rem; }
    .container .product-box .product-item:nth-last-of-type(-n+2) {
      margin-bottom: 0; }
    .container .product-box .product-item-a {
      display: block;
      height: 100%;
      width: 100%; }
    .container .product-box .product-item-a .product-item-img {
        height: 5.17rem;
        width: 7.75rem !important;
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 0.1rem; }
      .container .product-box .product-item-a .product-item-span {
        color: #505050;
        font-size: 0.7rem;
        width: 100%;
        display: block;
        text-align: center; 
		margin-top: .3rem;}
  .container .product {
    height: auto;
    width: 100%;
    /* padding-top: 3rem; */
    padding-bottom: 1.85rem; }
  .container .productCateogy-box {
    height: auto;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0.65rem;
    padding-right: 0.65rem;
    flex-wrap: wrap;
    justify-content: space-between; }
    .container .productCateogy-box .productCateogy-item {
      height: 10.05rem;
      width: 8.25rem;
      color: #505050;
      background-color: white;
      border-radius: 0.18rem;
      font-size: 0.7rem;
      line-height: 150%;
      box-shadow: 0rem 0rem 0.59rem 0rem rgba(0, 0, 0, 0.2);
      text-align: center;
      box-sizing: border-box;
      padding: 0.65rem 0.5rem 0.5rem 0.5rem;
      margin-bottom: 1.5rem; }
      .container .productCateogy-box .productCateogy-item .productCateogy-item-a {
        display: block;
        height: 100%;
        width: 100%; }
    .container .productCateogy-box .productCateogy-img {
      width: 7.25rem;
      height: 7.5rem;
      border-radius: 0.18rem; }
    .container .productCateogy-box .product-name {
      padding-top: 0.35rem;
      color: #505050;
      font-size: 0.7rem; }
  .container .productList {
    height: auto;
    width: 100%;
    /* padding-top: 3rem; */
	 }
  .container .productList-box {
    width: 100%;
    height: auto;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    box-sizing: border-box;
    justify-content: space-between;
    flex-wrap: wrap; }
    .container .productList-box .productList-item:nth-last-of-type(-n+2) {
      margin-bottom: 0; }
    .container .productList-box .productList-item {
      width: 7.75rem;
      height: auto;
      margin-bottom: 1.04rem; }
      .container .productList-box .productList-item .productList-item-a {
        display: block;
        height: 100%;
        width: 100%; }
        .container .productList-box .productList-item .productList-item-a .productList-item-img {
          height: 5.17rem;
          width: 100%; }
        .container .productList-box .productList-item .productList-item-a .productList-item-name {
          color: #505050;
          font-size: 0.7rem;
          display: block;
          width: 100%;
          text-align: center;
          padding-top: 0.15rem; }
  .container .contact-box {
    width: 100%;
    height: auto; }
    .container .contact-box .contact-span {
      height: auto;
      width: 100%;
      margin-bottom: 1.25rem; }
      .container .contact-box .contact-span .contact-text {
        color: #505050;
        font-size: 0.7rem;
        width: 100%;
        text-align: center; }
      .container .contact-box .contact-span .contact-text:first-child {
        margin-bottom: 0.4rem; }
    .container .contact-box .contact-main-info-box {
      width: 100%;
      box-sizing: border-box;
      padding-left: 1.55rem;
      margin-bottom: 1.7rem; }
      .container .contact-box .contact-main-info-box .contact-info-item {
        height: 1.2rem;
        width: 100%;
        overflow: hidden;
        line-height: 1.2rem;
        margin-bottom: 1rem; }
        .container .contact-box .contact-main-info-box .contact-info-item .last-text {
          margin-left: 1.7rem !important; }
        .container .contact-box .contact-main-info-box .contact-info-item .contact-item-icon {
          height: 1.2rem;
          width: 1.2rem;
          display: block;
          float: left; }
        .container .contact-box .contact-main-info-box .contact-info-item .contact-info-item-text {
          margin-left: 0.5rem;
          display: block;
          height: 100%;
          line-height: 1.2rem;
          float: left;
          color: #505050;
          font-size: 0.7rem;
          overflow: hidden; }
          .container .contact-box .contact-main-info-box .contact-info-item .contact-info-item-text .phone-number {
            display: inline-block;
            float: left;
            color: #505050;
            font-size: 0.7rem; }
          .container .contact-box .contact-main-info-box .contact-info-item .contact-info-item-text .phone-number-left {
            margin-left: 1.55rem; }
    .container .contact-box #dituContent {
      height: 11.45rem;
      width: 100%;
      margin-bottom: 1.8rem;
      position: relative;
      display: block;
      left: -8px;}
    .container .contact-box .complaint-box {
      width: 100%;
      height: auto;
      margin-bottom: 2.35rem; }
      .container .contact-box .complaint-box .complaint-header {
        color: #323232;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 1.2rem; }
      .container .contact-box .complaint-box .complaint-from-input {
        width: 17.45rem;
        height: 2.1rem;
        color: #a6a6a6;
        background-color: #f3f3f3;
        border-radius: 0.18rem;
        font-size: 0.7rem;
        line-height: 2.1rem;
        border: #d6d6d6 solid 0.06rem;
        text-align: left;
        margin: 0 auto;
        display: block;
        margin-bottom: 0.85rem;
        text-indent: 0.5rem; }
      .container .contact-box .complaint-box .complaint-from-submit {
        height: 2.25rem;
        width: 17.45rem;
        display: block;
        margin: 0 auto;
        color: white;
        background-color: #2a82e4;
        font-size: 0.9rem;
        line-height: 2.25rem;
        border: rgba(166, 166, 166, 0.6) solid 0.06rem; }
      .container .contact-box .complaint-box .complaint-from-input:last-child {
        margin-bottom: 1.4rem; }
      .container .menu-box{
        height: 2.9rem;
        width: 100%;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 1);
        border-top: rgba(204, 204, 204, 1) solid 0.06rem;
        z-index: 9999999999999999;
      }
      .container .menu-box .menu-item{
        display: block;
        float: left;
        height: 100%;
        width: 25%;
        font-size: 1.4rem;
      }
      .container .menu-box .menu-item .menu-item-img{
        height: 1.4rem;
        width: 1.4rem;
        display: block;
        margin: 0 auto;
        margin-top: 0.25rem;
        margin-bottom:0.1rem;
        color: rgba(191, 191, 191, 1);
      }
      .container .menu-box .menu-item .menu-item-active{
        color: rgba(0, 0, 0, 1) !important;
      }
      .container .menu-box .menu-item .menu-item-active:before {
        color: rgba(0, 0, 0, 1) !important;
      }
      .container .menu-box .menu-item .menu-item-text{
        color: rgba(167, 167, 167, 1);
        font-size: 0.59rem;
        display: block;
        width: 100%;
        text-align: center;
      }
.magzine-list-title{
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  font-size: 0.8rem;
}
.magzine-list .magzine-list-item a{
  display: block;
  width: 100%;
  text-align: center;
  color: #000;
}
/*# sourceMappingURL=main.css.map */
.layui-layer-demo p{
  font-size: 0.6rem;
  letter-spacing:0.05rem;
}
.layui-layer-demo .layui-layer-content{
  max-height: 490px !important;
}
.layui-layer-demo p img{
  height: 50% !important;
  width: 50% !important;
}
.layui-layer-lan{
  max-width: 17rem;
  position: relative;
  transition: 0.5s all;
  border-radius: 0.2rem !important;
  overflow: hidden;
}
.layui-layer-lan a{
  display: block;
  width: 100%;
  padding-bottom: 0.4rem;
  font-size: 0.7rem;
  color:#999;
  text-align: left;
}
.layui-layer-lan a:last-child{
  padding-bottom: 0;
}
.layui-layer-lan .layui-layer-content{
  padding: 0.5rem;
}
.layui-layer-lan  .not-content{
  font-size: 0.8rem;
  text-align: center;
  padding: 0.2rem 0;
  display: block;
  width: 100%;
}
.layui-layer-lan .layui-layer-title{
  text-align: center;
  padding: 0 !important;
  font-size: 0.8rem;
  font-weight: 900;
}
.layui-layer-page .layui-layer-content{
  transition: 0.5s all;
}
@media screen and (min-width:640px){    html{font-size:19.2px;}
}
@media screen and (min-width:414px) and (max-width:639px){    html{font-size:21.92px;}
}
@media screen and (min-width:375px) and (max-width:413px){    html{font-size:20px;}
}
@media screen and (min-width:320px) and (max-width:374px){    html{font-size:17.0667px;}
}
.layui-layer-lan .show-page-box{
  min-height: 10rem;
  width:15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.layui-layer-lan .show-page-box table{
  font-size: 0.6rem;
}
.layui-layer-lan .layui-layer-title{
  background: #fff !important;
  color: #4476A7 !important;
  border:inherit !important;
  border-bottom: 0.05rem solid #eee !important;
}
.layui-layer-lan .show-page-box .items-i{
  height: 1rem;
  display: block;
  top: 50%;
  left: 0.8rem;
  position: absolute;
  color: #000;
  font-weight: 900;
  z-index: 999999;
  line-height: 1rem;
  font-size: 1rem;
  margin-top: -0.5rem;
}
.layui-layer-lan .show-page-box td{
  height:1rem;
  line-height: 1rem;
}
.layui-layer-lan .show-page-product .items-i{
  top: 44%;
}
.layui-layer-lan table td{
  white-space:nowrap;
}
.layui-layer-lan .show-page-box .items-i::after {
  display: inline-block;
  content: " ";
  height: 13px;
  width: 13px;
  border-width: 0 0 3px 3px;
  border-color: rgba(255,255,255,0.5);
  border-style: solid;
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
}
.layui-layer-lan .show-page-box .right-items{
  right: 1.6rem;
  left: auto;
}
.layui-layer-lan .show-page-box .right-items::after {
  border-width: 3px 3px 0 0;
}
.layui-layer-lan .show-page-box .img-items{
  max-width: 100% !important;
  height: auto !important;
}
.main-box-position{
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform:translate(-50%,-50%);
}
.layui-layer-lan .show-page-box .product-info-box{
  display: block;
  width: 100%;
  padding-top: 0.4rem;
}
.layui-layer-lani{
  min-width: 15rem;
  min-height: 8rem;
}
.social-share a{
  margin: 0 !important;
}
.social-share .social-share-icon{
  border: 0 !important;
}
.layui-layer{
  max-height: 80% !important;
}

/* jy */
.home-banner-img{
	width: 100%;
	height: auto;
	margin-top: 3rem;
}
.home-banner-bg{
	/* margin-top: 3rem; */
}
.home-brief-bg{
	width: 100%;
	padding: 1rem .5rem;
	box-sizing: border-box;
}
.home-brief-title{
	color: rgba(80, 80, 80, 1);
	font-size: .8rem;
	line-height: 150%;
	font-weight: bold;
}
.home-brief-val{
	color: rgba(80, 80, 80, 1);
	font-size: 0.7rem;
	line-height: 200%;
	margin-top: .8rem;
}
.home-brief-b{
	width: 100%;
	position: relative;
	/* margin-top: -.8rem; */
}
.home-brief-more{
	position: absolute;
	right: 0;
	color: rgba(42, 130, 228, 1) !important;
	font-size: .7rem;
	line-height: 150%;
}
.home-brief-more a{
	color: rgba(42, 130, 228, 1) !important;
}
.home-brief-imgList-bg{
	width: 100%;
	position: relative;
	margin-top: 2rem;
}
.home-brief-imgList-item{
	position: relative;
	float: left;
	/* margin-left: 1rem; */
	width: 22%;
	margin-left: 4%;
	
}
.home-brief-imgList-item:first-child{
	margin-left: 0;
}
.home-brief-imgList-item-img{
	width: 3.9rem;
	height: 3.9rem;
	display: flex;
	justify-content: center;
	align-items: center;
	object-fit: cover;
}
.home-brief-imgList-item-img-mask img{ 
	width: 1.4rem;
	height: 1.4rem;
	position: absolute;
	z-index: 2;
	top: 1.4rem;
	left: 1.3rem;
}
.home-brief-imgList-item-img-mask:after{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: #000;
	opacity: 0.5;
	z-index: 1;
	width: 100%;	
	height: 100%;
}

.home-application-title{
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}
.home-box-application-title {
	color: rgba(80, 80, 80, 1);
	font-size: .8rem;
	line-height: 150%;
}
.home-box-application-title-line-bg {
	display: flex;
	justify-content: center;
	margin-top: .3rem;
	color: rgba(255, 255, 255, 1);
	font-size: .8rem;
	margin-bottom: .5rem;
}
.home-box-application-title-line {
	margin-top: .5rem;
	height: 1px;
	width: 3rem;
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	overflow: hidden;
}
.home-box-application-title-val{
	font-size: .6rem;
	line-height: 150%;
	margin-left: .8rem;
	margin-right: .8rem;
	color: rgba(166, 166, 166, 1);
}
.home-application-list-bg{
	width: 100%;
	padding: 0rem .5rem;
	box-sizing: border-box;
}
.home-application-item{
	float: left;
	position: relative;
	width: 47.5%;
	margin-right: 5%;
	margin-top: .8rem;
    height: 7rem;
	overflow: hidden;
}
.home-application-item:nth-child(2n+2){
	margin-right: 0px;
}
.home-application-item-val{
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFF;
	font-size: .6rem;
	position: absolute;
	bottom: 0px;
	padding: 2%;
}
.home-application-item-img{
	height: 100%;
	width: 100%;
    object-fit: cover;
}
 .home-application{
    width: 100%;
    position: relative;
    height: auto;
	padding-bottom: 2rem;
}
.home-application-content {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: 100%; 
}

.home-product-title{
	width: 100%;
	text-align: center;
	margin-top: 2rem;
}
.home-box-product-title {
	color: rgba(80, 80, 80, 1);
	font-size: .8rem;
	line-height: 150%;
}
.home-box-product-title-line-bg {
	display: flex;
	justify-content: center;
	margin-top: .3rem;
	color: rgba(255, 255, 255, 1);
	font-size: .8rem;
	margin-bottom: .5rem;
}
.home-box-product-title-line {
	margin-top: .5rem;
	height: 1px;
	width: 3rem;
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	overflow: hidden;
}
.home-box-product-title-val{
	font-size: .6rem;
	line-height: 150%;
	margin-left: .8rem;
	margin-right: .8rem;
	color: rgba(166, 166, 166, 1);
}
.home-product-list-bg{
	width: 100%;
	padding: 0rem .5rem;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
}
.home-product-item{
	float: left;
	position: relative;
	width: 46.49%;
	height: 6.5rem;
	margin-right: 5%;
	margin-top: .8rem;
	overflow: hidden;
	border: rgba(166, 166, 166, 0.3) solid 1px;
}
.home-product-item:nth-child(2n+2){
	margin-right: 0px;
}
.home-product-item-val{
	width: 100%;
	text-align: center;
	/* background-color: #FFFFFF; */
	/* color: rgba(80, 80, 80, 1); */
	background-color: #00000040;
	color: #FFFFFF;
	font-size: .6rem;
	position: absolute;
	bottom: 0px;
	padding: 2%;
}
.home-product-item-val2{
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	color: rgba(80, 80, 80, 1);
	font-size: .6rem;
	position: absolute;
	bottom: 0px;
	padding: 2%;
	border-top: 1px #f3f3f3 solid;
}
.home-product-item-img{
	height: 100%;
	width: 100%;
}
 .home-product{
    width: 100%;
    position: relative;
    height: auto;
	/* height: 100%; */
	padding-bottom: 2rem;
	/* background-color: rgba(245, 245, 245, 1); */
}
.home-product-content {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: 100%; 
}

.home-news-title{
	width: 100%;
	text-align: center;
	padding-top: 2rem;
}
.home-box-news-title {
	color: rgba(80, 80, 80, 1);
	font-size: .8rem;
	line-height: 150%;
}
.home-box-news-title-line-bg {
	display: flex;
	justify-content: center;
	margin-top: .3rem;
	color: rgba(255, 255, 255, 1);
	font-size: .8rem;
	margin-bottom: .5rem;
}
.home-box-news-title-line {
	margin-top: .5rem;
	height: 1px;
	width: 3rem;
	border-bottom: 1px solid rgba(153, 153, 153, 1);
	overflow: hidden;
}
.home-box-news-title-val{
	font-size: .6rem;
	line-height: 150%;
	margin-left: .8rem;
	margin-right: .8rem;
	color: rgba(166, 166, 166, 1);
}
.home-news-list-bg{
	width: 100%;
	padding: 0rem .5rem;
	box-sizing: border-box;
}
 .home-news{
    width: 100%;
    position: relative;
    /* height: 36.5rem; */
	height: auto;
	padding-bottom: 2rem;
	background-color: rgba(245, 245, 245, 1);
}
.home-product-content {
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	width: 100%; 
}
.home-news-list-item:last-child{
	border-bottom:  none;
}
.home-news-list-item{
	width: 100%;
	border-bottom: 1px #ccc dashed;
	margin-top: 1.2rem;
	padding-bottom: 1.2rem;
}
.home-news-list-item-img-bg{
	position: relative;
	width: 100%;
	height: 7rem;
}
.home-news-list-item-img{
	width: 100%;
	height: 7rem;
	object-fit: cover;
}
.home-news-list-item-date{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: .15rem .5rem;
	font-size: .6rem;
	color: #FFF;
	background-color: #000000a6;
}
.home-news-list-item-title{
	color: rgba(46, 46, 46, 1);
	font-size: .7rem;
	line-height: 150%;
	font-weight: bold;
	margin-top: .5rem;

}
.home-news-list-item-val{
	color: rgba(144, 144, 144, 1);
	font-size: .6rem;
	margin-top: .7rem;
	line-height: 180%;
	
}
.home-news-list-more-bg{
	width: 100%;
	display: flex;
	justify-content: center;
}
.home-news-list-more-btn{
	color: rgba(80, 80, 80, 1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	font-size: .65rem;
	line-height: 150%;
	border: rgba(229, 229, 229, 1) solid 1px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 1.5rem;
}
.home-news-list-more-btn a{
	color: rgba(80, 80, 80, 1);
}

.foot-menu-bg{
  background-color: #FFF;
  font-size: .7rem;
  position: fixed;
  bottom: 2.9rem;
  width: 35%;
  left: 0;
  z-index: 999;
  border: rgba(229, 229, 229, 1) solid 2px;
  border-bottom: rgba(229, 229, 229, 1) solid 1px;
}
.foot-menu-item{
  color: rgba(80, 80, 80, 1);
  background-color: rgba(255, 255, 255, 1);
  padding: .5rem .4rem;
  border-bottom: rgba(229, 229, 229, 1) solid 1px;
}
/* .foot-menu-item:last-child{
  border-bottom: none;
} */
.foot-menu-item a{
  color: rgba(80, 80, 80, 1);
}
.hide{
  display: none;
}
.home-brief-imgList-img{
	width: 8.3rem;
	height: 6.2rem;
}
.home-brief-imgList-img:first-child{
	margin-right: .9rem;
}
.contact-top-bg{
	padding-left: 1.2rem;
	margin-top: 1.3rem;	
}
.contact-top-title{
	font-size: .9rem;
	color: rgba(56, 56, 56, 1);
	font-weight: bold;
}
.contact-top-item{
	font-size: .8rem;
	margin-top: 1rem;
	color: rgba(80, 80, 80, 1);
}
.contact-page-list {
    width: 14.35rem;
    box-sizing: border-box;
    padding-top: 0.75rem;
	margin-top: 2rem;
    margin: 0 auto; }
.contact-page-header {
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  font-size: 0.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.75rem; }
.contact-page-header-i {
	width: 3rem;
	height: 0.05rem;
	display: block;
	background: #e5e5e5;
	position: absolute;
	left: 0rem;
	top: 50%; }
.contact-right-i {
	right: 0rem;
	left: inherit; }
.contact-ly-item-title{
	color: rgba(56, 56, 56, 1);
	font-size: .7rem;
	margin-top: 1rem;
}
.contact-ly-item-input{
	margin-top: 1rem;
}
.contact-ly-item-input input{
	color: rgba(80, 80, 80, 1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 4px;
	font-size: .7rem;
	line-height: 150%;
	border: rgba(229, 229, 229, 1) solid 1px;
	text-align: center;
	height: 1.8rem;
	width: 100%;
		
}
.contact-ly-box{
	width: 100%;
	box-sizing: border-box;
	padding: 0 1.2rem;
}
.contact-ly-btn-bg{
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}
.contact-ly-btn{
	width: 8rem;
	height: 1.5rem;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(42, 130, 228, 1);
	border-radius: 4px;
	font-size: .7rem;
	line-height: 150%;
	text-align: center;
	border: none;
}