/* 移动优先 */
/* Author:泰州泰盟信息科技有限公司teman */
/* Contact: soft@0523cn.com*/
/* WebSite: www.0523cn.com*/

.top {
  position: inherit;
  display: none;
}

header {
  padding: 0.625rem 0px;
  position: relative;
}

.mb-nav {
  float: right;
  right: 0rem;
  top: 0.625rem;
  margin-right: 0.625rem;
  z-index: 11;

}

.mb-nav-body {
  display: none;
  left: 0px;
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  z-index: 11;
  padding: 2rem 0rem;
  box-shadow: 0px 0.375rem 0.4375rem 0.0625rem rgba(0, 0, 0, .1);
}

.mb-nav-body-wrap {
  border-top: 1px dashed #e9e9e9;
  width: 80%;
  margin: auto;
}

.mb-nav-body-wrap>ul>li {
  /* padding:10px 0px; */
  text-align: center;
  border-bottom: 1px dashed #e9e9e9;
}

.mb-nav-body-wrap>ul>li>a {
  display: inline-block;
  color: #828282;
  line-height: 3;
}

.mb-nav-menu {
  font-size: 1rem;
  color: #525252;
}

.mb-nav-font {
  font-size: 36px;
  color: #525252;
}

.mb-nav-submenu-warp {
  display: none;
}

.mb-nav-submenu {
  display: flex;
  flex-flow: row wrap;
  padding: 0.5rem 0rem;
  border-top: 1px dashed #e2e2e2;
  background-color: #f9f9f9;
}

.mb-nav-submenu-item {
  font-size: 14px;
  flex-grow: 0;
  width: 50%;
  line-height: 2;
  color: #828282;
  text-align: center;
  /* background: url(../images/arrow.png) no-repeat 18% center; */
}


nav {
  position: inherit;
  display: none;
}

.logo {
  position: inherit;
}

.menubar {
  position: inherit;
}

.logo>img {
  width: 50%;
}

.banner {
  height: 250px;
  width: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
}

.banner-text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  align-items: center;
}

.banner-text h2 {
  margin-top: 6.25rem;
  line-height: 1;
  font-size: 1.3rem;
  font-weight: bold;
}

.banner-text h3 {
  line-height: 2;
  font-size: 1rem;
  font-weight: bold;
}

.swiper-container {
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* index-porducts */
.i-products {
  padding: 1rem 0rem;
}

.i-products-header {
  padding: 1rem 0rem;
  text-align: center;
}

.i-products-header-tit-en {
  font-size: 2rem;
  font-family: "arial black";
  color: #e5e5e5;
}

.i-products-header-tit-cn {
  font-size: 1.5rem;
  color: #ff6537
}

.i-products-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.i-products-list-item {
  flex-shrink: 0;
  width: 50%;
  border-left: 1px dashed #e2e2e2;
  border-bottom: 1px dashed #e2e2e2;
  /* height: 200px; */
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  /*   padding: 1rem 0rem; */
}

.i-products-list-item-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem;
}

.i-products-list-item-thumb-tit {
  line-height: 3;
  font-size: 0.8rem;
  color: #626262;
  text-align: center;

}

.i-products-list-item-thumb img {
  width: 100%;
  vertical-align: bottom;

}

.i-products-motofont {
  font-size: 3rem;
  color: #626262;
}

/* index-about */
.i-about {
  padding: 1rem 0rem;
}

.i-about-header {
  /* padding:1rem 0rem; */
  text-align: center;
}

.i-about-header-tit-en {
  font-size: 2rem;
  font-family: "arial black";
  color: #e5e5e5;
}

.i-about-header-tit-cn {
  font-size: 1.5rem;
}

.i-about-body {
  padding: 1rem;
}

.i-about-body-thumb {
  /* float: left;
    margin-right: 15px; */
  background-color: #fff;
}

.i-about-body-thumb>img {
  width: 100%;
  vertical-align: bottom;
}


.i-about-body-article {
  padding: 1rem 0rem;
}

.i-about-body-article p {
  line-height: 2;
  text-indent: 2rem;

}

.i-about-more {
  padding: 0.9375rem 0rem;
  text-align: center;
}

.i-btn {
  display: inline-block;

}

.i-btn-about {
  border: 0.0625rem solid #a0a0a0;
  color: #323232;
  font-size: .8rem;
  padding: 0.5rem 1.875rem;
  border-radius: 1.25rem;

}

/* mobile-i-news */
.i-news {
  padding: 1rem 0rem;
}

.i-news-header {
  text-align: center;
}

.i-news-header-tit-en {
  font-size: 2rem;
  font-family: "arial black";
  color: #e5e5e5;
}


.i-news-header-tit-cn {
  font-size: 1.5rem;
}

.i-news-body {
  padding: 1rem;
}

.i-news-more {
  padding: 0.9375rem 0rem;
  text-align: center;
}

.i-btn-news {
  border: 0.0625rem solid #a0a0a0;
  color: #323232;
  font-size: .8rem;
  padding: 0.5rem 1.875rem;
  border-radius: 1.25rem;

}


.i-news-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.i-news-list-item {
  flex-grow: 0;
  width: 100%;
}

.i-news-list-item-body {
  padding: 1.5rem .5rem;
  border-bottom: 1px dashed #e2e2e2;
}

.i-news-list-item-thumb {
  width: 7.5rem;
  height: 5rem;
  background-color: #222222;
  float: left;
  margin-right: 0.625rem;
  overflow:hidden;
}

.i-news-list-item-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.i-news-list-item-article {
  overflow: hidden;
}

.i-news-list-item-article-tit {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.i-news-list-item-article-tit a {
  /* font-weight: bold; */
  line-height: 1.5;
  font-size: 0.875rem;
  color: #424242;
}

.i-news-list-item-article-adddate {
  line-height: 1.5;
  font-size: 0.625rem;
  color: #a2a2a2;
}

.i-news-list-item-article-desc {
  text-indent: 1rem;
  line-height: 1.5;
  font-size: 0.625rem;
  color: #a2a2a2;
}

/* footer */
.footer {
  display: flex;
  flex-flow: column wrap;
}

.footer-item {
  flex-grow: 1;
}

.footer-item:first-child {
  display: none;
}

.footer-item:nth-child(2) {
  padding: 1rem;
  text-align: center;
}

.footer-item:nth-child(3) {
  display: none;
}

.footer-item:nth-child(4) {
  display: none;
}

.footer-item p {
  font-size: 0.875rem;
  line-height: 2;
  color: #d7d7d7;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.footer-item h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #f7f7f7;
  margin-bottom: 1rem;
}

.footer-bottom {
  text-align: center;
  font-size: 0.75rem;
  padding: 1rem 1rem;
  line-height: 1.5;
  color: #f7f7f7;
  background-color: #424242;
}

.footer-hottel {
  font-size: 1.375rem;
  color: #E60012;
}

.footer-bottom a {
  color: #f7f7f7;
}

/* location-current */
.location {
  z-index: 10;
  position: absolute;
  top: -1.875rem;
  left: 0px;
  padding: 0px 0.9375rem;
  font-size: 0.75rem;
}

.location-body {
  background-color: rgba(246, 246, 246, 1);
  box-shadow: 0px 0.0625rem 0.625rem rgba(0, 0, 0, .2);
  border-radius: 0.3125rem;
}

.location-body-current {
  color: #828282;
  line-height: 3;
  background: url(../images/5oz3.png) no-repeat 16px / 1.1%;
  text-indent: 3rem;
}

.location-body-current a {
  color: #828282;
  transition: all 0.3s ease-in-out;
  font-size: 0.75rem;
}

.location-body-current a:hover {
  color: #525252;
}

.location-products {
  border-top: 0.0625rem dashed #ccc;
  display: flex;
  flex-flow: row wrap;
}

.location-product-item {
  border-right: 0.0625rem dashed #ccc;
  border-bottom: 0.0625rem dashed #ccc;
  padding: 0.625rem 0px;
  width: 33.3333%;
  flex-grow: 0;
  text-align: center;
  justify-content: flex-start;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.location-product-item:nth-child(3n) {
  border-right: none;
}

/* .location-product-item:nth-last-child(3) {
  border-bottom: none;
}

.location-product-item:nth-last-child(2) {
  border-bottom: none;
}

.location-product-item:nth-last-child(1) {
  border-bottom: none;
}
 */

.location-product-current-item {
  border-right: 0.0625rem dashed #ccc;
  background-color: #f0f0f0;
  width: 33.3333%;
  padding: 0.625rem;
  flex-grow: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.location-product-current-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background-color: #0085c8;
  left: 0px;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
}

/* .location-product-item:last-child {
  border-right: none;
} */

.location-product-item::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0.1875rem;
  background-color: #0085c8;
  left: 50%;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
}

/* .location-product-item:hover:after {
  left: 0px;
  width: 100%;
}
 */
/* .location-product-item:hover {
  background-color: #f0f0f0;
}
 */
/* .location-product-item:hover .location-motofont-size {
  color: rgba(114, 114, 114, 1);
}
 */
/* .location-product-item:hover .location-product-tit {
  color: rgba(114, 114, 114, 1);
}
 */
.location-product-item .location-product-tit {
  line-height: 1.5;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, .4);
  transition: all 0.5s ease-in-out;
}

.location-product-item .location-motofont-size {
  font-size: 1.625rem;
  color: rgba(0, 0, 0, .4);
  transition: all 0.5s ease-in-out;
}

.location-product-current-item .location-product-tit {
  line-height: 1.5;
  font-size: 0.75rem;
  color: rgba(114, 114, 114, 1);
  transition: all 0.5s ease-in-out;
}

.location-product-current-item .location-motofont-size {
  font-size: 1.625rem;
  color: rgba(114, 114, 114, 1);
  transition: all 0.5s ease-in-out;
}



/* singlepage */
.singlepage {
  position: relative;
  padding: 0.9375rem 0rem;
  border-bottom: 1px dashed #e0e0e0;
}

.leader {
  padding: 0rem 0.3125rem;
}

.leader-header {
  padding: 0.625rem 0rem 1.25rem 0rem;
  text-align: center;
}

.leader-header h2 {
  display: inline-block;
  color: #DAA520;
  line-height: 2;
  font-size: 1.125rem;
  position: relative;
}

.leader-header h2::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: -0.625rem;
  height: 0.1875rem;
  width: 50%;
  background-color: #C79556;
}

.leader-body {
  display: flex;
  flex-flow: row wrap;
  padding-top: 0.625rem;
}

.leader-thumb {
  flex-grow: 0;
  width: 100%;
  padding: 0px 15%;
}

.leader-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.leader-desc {
  padding: 0rem 0.3125rem;
  flex-grow: 0;
  line-height: 2;
  text-indent: 2em;
}

/* about */
.about {
  padding: 0rem 0.3125rem;
}

.about-header {
  padding: 0.625rem 0rem 1.25rem 0rem;
  text-align: center;
}

.about-header h2 {
  color: #DAA520;
  line-height: 2;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
}

.about-header h2::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: -0.625rem;
  height: 0.1875rem;
  width: 50%;
  background-color: #C79556;
}

.about-body {
  padding: 0rem 0.3125rem;
}

.about-thumb {
  padding-top: 0.625rem;
  display: flex;
  flex-flow: row wrap;
}

.about-thumb-item {
  flex-grow: 1;
  width: 50%;
  padding: 0.3125rem;
}

.about-thumb-img {
  padding: 0.3125rem;
  height: 100%;
  width: 100%;
  background-color: #f0f0f0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.about-thumb-img img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.5s ease-in-out;
}

.about-desc {
  padding: 0.625rem 0rem 0rem 0rem;
  line-height: 2;
  text-indent: 2em;
}

/* customer */
.customer {
  padding: 0rem 0.3125rem;
}

.customer-header {
  padding: 0.625rem 0rem 1.25rem 0rem;
  text-align: center;
}

.customer-header h2 {
  color: #DAA520;
  line-height: 2;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
}

.customer-header h2::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: -0.625rem;
  height: 0.1875rem;
  width: 50%;
  background-color: #C79556;
}

.customer-body {
  padding: 0rem 0.3125rem;
}

.customer-thumb {
  display: flex;
  flex-flow: row wrap;
}

.customer-thumb-item {
  flex-grow: 0;
  width: 33.3333%;
  padding: 0.375rem;
}

.customer-thumb-item:last-child {
  border: none;
}

.customer-thumb-item-img {
  padding: 5px;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.customer-thumb-item-img img {
  width: 100%;
  vertical-align: bottom;
  transition: all 0.5s ease-in-out;
}

/* channel */
.news {
  padding: 0rem 0.3125rem;
}

.news-header {
  padding: 0.625rem 0rem 1.25rem 0rem;
  text-align: center;
}

.news-header h2 {
  color: #DAA520;
  line-height: 2;
  font-size: 1.125rem;
  display: inline-block;
  position: relative;
}

.news-header h2::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -25%;
  bottom: -0.625rem;
  height: 0.1875rem;
  width: 50%;
  background-color: #C79556;
}

.news-body {
  padding: 0rem 0.3125rem;
}

.news-footer {
  padding: 15px 0px 0px 0px;
}

/* contact us */
.contact {
  margin-top: 1.25rem;
  padding: 0.625rem;
}

.contact-item {}

.contact-map {}

#mapcontainer {
  width: 100%;
  height: 300px;
}

.contact-body {}

.contact-body>h2 {
  font-size: 1.125rem;
  display: block;
  line-height: 3;
  border-bottom: 0.0625rem dashed #ccc;
}

.contact-body>p {
  display: block;
  line-height: 3;
  font-size: 16px;
  border-bottom: 0.0625rem dashed #ccc;
}

/* channel-honor */


/* channel-products */
.channel-products {
  position: relative;
  padding: 14.375rem 0.3125rem 0.9375rem 0.3125rem;
  background-color: #f9f9f9;
}

.channel-products-body {
  display: flex;
  flex-flow: row wrap;
}

.channel-products-item {
  flex-grow: 0;
  width: 50%;
  padding: 0.1875rem;
}

/* .channel-products-item:hover .channel-products-item-warp {
  border: 1px solid #0085c8;
} */

/* .channel-products-item:hover .channel-products-item-tit {
  border-top: 1px dashed #0085c8;
  color: #0085c8;
} */

.channel-products-item-warp {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease-in-out;
}

/* .channel-products-item-warp:hover {
  -webkit-box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, .1);
  box-shadow: 0 0.9375rem 1.875rem rgba(0, 0, 0, .1);
} */

.channel-products-item-thumb {
  width: 60%;
  margin: 0.625rem auto;
}

.channel-products-item-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.channel-products-item-desc {
  font-size: 0.75rem;
  width: 50%;
  margin: auto;
  padding: 0.3125rem 0px;
  color: #8a8a8a;
  line-height: 2;
  text-align: center;
}

.channel-products-item-tit {
  width: 100%;
  margin: auto;
  font-size: 0.75rem;
  color: #727272;
  border-top: 1px dashed #e2e2e2;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0px 0.3125rem;
}

.channel-products-pages {
  border-top: 1px solid #efefef;
  margin: 0.9375rem 0px 0px 0px;
  padding: 0.9375rem;
}

/* content */
.content-product-body {
  background-color: #fff;
}

.content-product-main {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  background-color: #f9f9f9;
}

.content-product-thumb {
  flex-grow: 0;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  text-align: center;
  padding: 0.625rem;
  margin: auto;
}

.content-product-thumb img {
  width: 100%;
  vertical-align: bottom;
}

.content-product-arges {
  flex-grow: 1;
  padding: 1.875rem 0rem;
  width: 100%;
}

.content-product-arges-tit {
  padding: 0.625rem 0rem;
}

.content-product-arges-tit h2 {
  display: inline-block;
  background-color: #007AFF;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.125rem;
  color: #fff;
  font-size: 14px;
}

.content-product-struct {
  padding: 1.875rem 0rem;
  border-bottom: 1px dashed #ccc;
}

.content-product-struct img {
  width: 100%;
  vertical-align: bottom;
}

.content-product-tech {
  padding: 1.875rem 0px;
  border-bottom: 1px dashed #ccc;
}

/* tables */
table.twt_arges {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px dashed rgba(210, 210, 210, 1);

}

table.twt_arges tr {
  border-bottom: 1px dashed rgba(210, 210, 210, 1);
}

/*   table.twt_arges tr:last-child{
    border-bottom: none;
  } */
table.twt_arges th {
  line-height: 1.5;
  padding: 0.3125rem 0rem;
  /* border-right: 1px dashed    rgba(210,210,210,1); */
  text-align: right;
}

table.twt_arges td {
  line-height: 1.5;
  text-align: left;
  padding: 0.3125rem 1.25rem 0.3125rem 0rem;
}

table.twt_arges tbody {
  display: block;
  width: -webkit-max-content;
  font-size: 0.875rem;
}

.twt_table_body {
  padding: 0.9375rem 0rem;
  width: 100%;
  overflow-x: scroll;
}

/* twt table */
table.twt_table {
  width: 100%;
  text-align: center;
  border: 1px solid rgb(63 63 63);
  border-collapse: collapse;
}

table.twt_table tr:nth-child(odd) {
  background-color: rgb(245 245 245);
}

table.twt_table tr:nth-child(even) {
  background-color: rgb(255 255 255);
}

table.twt_table thead th {
  background-color: rgb(63 63 63);
}

.twt_table thead {
  background-color: rgb(63 63 63);
  font-size: 0.875rem;
  text-align: left;
  color: #fff;
  line-height: 2;
  /* rgb(245 245 245) */
}

.twt_table th {
  padding: 0.3125rem;
  white-space: nowrap;
  border: 1px solid rgb(170 170 170);
}

.twt_table td {
  padding: 0.3125rem;
  line-height: 2;
  font-size: 0.875rem;
  white-space: nowrap;
  border: 1px solid rgb(170 170 170);
}

/* join us*/
.join {
  display: flex;
  flex-flow: row wrap;
}

.join-item {
  flex-grow: 0;
  width: 100%;
  padding:0.3125rem;
  border-bottom: 1px dashed #e2e2e2;
  background-color: #f9f9f9;
}

.join-item:nth-child(2n+1) {
  border-right: none;
}

.join-item-header {
  text-align: center;
  line-height: 3;
  background-color: rgb(252, 98, 56);
  color: #fff;
  position: relative;
}

.join-item-header::after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0.0625rem;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.625rem solid rgb(252, 98, 56);
  overflow: hidden;
  bottom: -0.625rem;
  left: 0px;
  margin-left: 50%;
}

.join-item-body {
  padding: 0.625rem;
  line-height: 2;
}

.join-item-body>ul {
  list-style-position: inside;
  list-style-type:disc
}

.join-item-body>ul>li {}

.join-item-body>ul>li p {
  display: inline;
}




@media (min-width:1200px) {

  /* top */
  .top {
    position: relative;
    z-index: 10;
    display: block;
    height: 40px;
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 40px;
    color: #424242;
  }

  .hottel {
    font-size: 18px;
    color: #E70012;
    font-weight: 550;
  }

  .top-wel {
    font-size: 16px;
    color: #525252;
  }

  .top-tel {
    float: right;
  }

  /* header */
  header {
    position: relative;
    padding: 0px 50px;
    /* border-bottom:1px solid #f4f4f4; */
    /* box-shadow: 0px 2px 20px rgba(0,0,0,.1); */
  }

  .mb-nav {
    display: none;
  }

  .mb-nav-body {
    display: none;
  }

  .logo {
    position: relative;
    top: 15px;
    float: left;
    width: 270px;
    height: 60px;
  }

  .logo>img {
    width: 100%;
    vertical-align: bottom;
  }

  nav {
    display: block;
    float: right;
  }

  .menubar {
    position: relative;
    z-index: 10;
  }

  .menubar>ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .menubar>ul>li {
    padding: 0px 30px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    position: relative;
  }

  .menubar>ul>li::after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    height: 0px;
    width: 100%;
    background-color: rgba(0, 126, 197, 1);
    /* transition: all 0.2s ease; */
    z-index: -1;
  }

  .menubar>ul>li:hover::after {
    height: 90px;
  }

  .menubar>ul>li:hover {
    /* background-color: rgba(8,92,155,1); */
    transition: all 0.5s ease;
    /* color: #F7F7F7; */
  }

  .menubar>ul>li>a {
    font-size: 18px;
    color: #525252;
    transition: color 0.2s ease;
  }

  .menubar>ul>li:hover a {
    color: #fff;
    /* color:rgba(0,126,197,1); */
  }

  /* submenu */
  .menubar .submenu {
    text-align: left;
    position: absolute;
    line-height: 2;
    background-color: rgba(0, 126, 197, 1);
    /* background-color: rgba(250,250,250,.9); */
    top: 90px;
    left: 0px;
    /* width: 400px; */
    /* transition: all 0.3s ease-out; */
    display: none;
    z-index: 0;

  }

  .menubar .submenu-def {
    /* text-align: left; */
    width: 100%;
    position: absolute;
    line-height: 2;
    /* background-color: rgba(250,250,250,.9); */
    top: 90px;
    left: 0px;
    background-color: rgba(0, 126, 197, 1);
    /* width: 400px; */
    /* transition: all 0.3s ease-out; */
    display: none;
    z-index: 0;
  }

  .menubar>ul>li:hover .submenu {
    display: block;
  }

  .menubar>ul>li:hover .submenu-def {
    display: block;
  }

  .submenu-body {
    padding: 15px;
  }

  .submenu-def-body {
    padding: 15px 15px 15px 15px;
  }

  .submenu-def-item {
    border-bottom: 1px rgba(255, 255, 255, .2) dashed;
    transition: all 0.5s ease-in-out;
  }

  .submenu-def-item:hover {
    background-color: #0085c8;
  }

  .submenu-def-item>a {
    text-align: center;
    color: #fff;
    line-height: 3;
    font-size: 16px;

  }

  /*   .menubar>ul>li:hover .submenu-body {
    display: block;
  } */
  /* submenu-def-style */
  .submenu-item {
    position: relative;
    width: 100%;
  }

  /* submenu-about */
  .submenu-banner {
    display: flex;
    flex-flow: row nowrap;
    /* border-bottom: 1px dashed #f0f0f0; */
  }

  .submenu-banner-item {
    flex-grow: 0;
  }

  .submenu-banner-thumb {
    width: 150px;
    flex-grow: 0;
  }

  .submenu-banner-desc {
    text-align: left;
    width: 500px;
    flex-grow: 0;
    line-height: 2;
    color: #fff;
    padding: 0px 15px;
    font-size: 14px;
  }

  .i-btn-submenu {
    margin-top: 15px;
    line-height: 2;
    display: block;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    padding: 0px 15px;

  }

  .submenu-banner-thumb img {
    width: 100%;
    vertical-align: bottom;
  }

  .submenu-footer {
    padding: 10px 0px 0px 0px;
    margin-top: 10px;
    border-top: 1px dashed rgba(255, 255, 255, .2);
    display: flex;
    flex-flow: row nowrap;

  }

  .submenu-footer-item {
    text-align: left;
    text-indent: 1.5em;
    flex-grow: 1;
    background: url(../images/warrow.png) no-repeat left center;
  }

  /* submenu products */
  .submenu-products {
    display: flex;
    flex-flow: row wrap;
    width: 550px;
  }

  .submenu-products-item {
    flex-grow: 0;
    border-right: 1px rgba(255, 255, 255, .2) dashed;
    border-bottom: 1px rgba(255, 255, 255, .2) dashed;
    padding: 8px;
    width: 25%;
    transition: all 0.5s ease-in-out;
  }

  .submenu-products-item:hover {
    background-color: #0085c8;

  }

  .submenu-products-item:hover .motofont-size {
    color: rgba(255, 255, 255, 1);

  }

  .submenu-products-item:hover .submenu-products-item-tit {
    color: rgba(255, 255, 255, 1);

  }

  .submenu-products-item:nth-last-child(1) {
    border-bottom: none;
  }

  .submenu-products-item:nth-last-child(2) {
    border-bottom: none;
  }

  .submenu-products-item:nth-last-child(3) {
    border-bottom: none;
  }

  .submenu-products-item:nth-last-child(4) {
    border-bottom: none;
  }

  /*   .submenu-products-item:nth-child(4n){
    border-right: none;
  }
 */
  .submenu-products-item-body {
    line-height: 1.5;

    text-align: center;
  }

  .submenu-products-item-tit {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    transition: all 0.5s ease-in-out;
  }

  .motofont-size {
    font-size: 64px;
    color: rgba(255, 255, 255, .7);
    transition: all 0.5s ease-in-out;
  }

  /* submenu products end */
  .banner {
    height: 450px;
    width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
    position: relative;
  }

  .banner-text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;

    height: 100%;
    z-index: 2;
    color: #fff;
    text-align: center;
    align-items: center;
  }

  .banner-text h2 {
    margin-top: 170px;
    line-height: 1;
    font-size: 52px;
    font-weight: bold;
  }

  .banner-text h3 {
    line-height: 2;
    font-size: 24px;
    /* font-weight: bold; */
  }



  /* index-porducts */
  .i-products {
    padding: 30px 100px;
  }

  .i-products-header {
    padding: 20px 0px;
    text-align: center;
  }

  .i-products-header-tit-en {
    font-size: 50px;
    font-family: "arial black";
    color: #e5e5e5;
    transition: color 0.5s ease-in-out;
  }

  .i-products-header-tit-en:hover {
    color: rgba(0, 126, 197, 1)
  }

  .i-products-header-tit-cn {
    font-size: 32px;
    color: #ff6537
  }

  .i-products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .i-products-list-item {
    flex-shrink: 0;
    width: 25%;
    border-left: 1px dashed #e2e2e2;
    border-bottom: 1px dashed #e2e2e2;
    /* height: 200px; */
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
    padding: 30px 0px;
  }

  .i-products-list-item:nth-child(1) {
    border-left: none;
  }

  .i-products-list-item:nth-child(5) {
    border-left: none;
    border-bottom: none;
  }

  .i-products-list-item:nth-child(6) {
    border-bottom: none;
  }

  .i-products-list-item:nth-child(7) {
    border-bottom: none;
  }

  .i-products-list-item:nth-child(8) {
    border-bottom: none;
  }

  .i-products-list-item:hover .i-products-list-item-thumb img {
    transform: scale(1.2);
  }

  .i-products-list-item:hover .i-products-list-item-mask {
    bottom: 0px;
    /* background-color: rgba(229, 229, 229, .9); */
  }


  .i-products-list-item:hover .i-products-list-item-tit {
    font-size: 22px;
    bottom: 10px;
    /* color: rgba(193,5,5,1); */
    color: rgba(20, 20, 20, 1);
  }

  .i-products-list-item-thumb {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5;

  }

  .i-products-list-item-thumb-tit {
    line-height: 3;
    font-size: 16px;
    color: #626262;
    font-weight: bold;
    text-align: center;
    transition: all 0.4s ease-in-out;
  }

  .i-products-list-item-thumb img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.4s ease-in-out;
  }

  .i-products-list-item-mask {
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: -300px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
  }

  .i-products-list-item-mask img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.4s ease-in-out;
  }

  .i-products-list-item-tit {
    font-size: 16px;
    color: rgba(0, 0, 0, 0);
    position: absolute;
    text-align: center;
    bottom: 0px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
  }

  .i-products-motofont {
    font-size: 96px;
    color: #626262;

  }


  /* index-about */
  .i-about {
    padding: 30px 100px;
  }

  .i-about-header {
    padding: 20px 0px;
    text-align: center;
  }

  .i-about-header-tit-en {
    font-size: 50px;
    font-family: "arial black";
    color: #e5e5e5;
    transition: all 0.5s ease-in-out;
  }

  .i-about-header-tit-en:hover {
    color: rgba(0, 126, 197, 1)
  }

  .i-about-header-tit-cn {
    font-size: 32px;
  }

  .i-about-body {}

  .i-about-body-thumb {
    
    float: left;
	width:50%;
    margin-right:1rem;
    background-color: #fff;

  }

  .i-about-body-article {
	  padding:0;
    overflow: hidden;
  }

  .i-about-body-article p {
    line-height: 2;
    text-indent: 2em;
	color:#626262;
  }

  .i-about-more {
    padding: 15px 0px;
    text-align: center;
  }

  .i-btn {
    display: inline-block;

  }

  .i-btn-about {
    border: 1px solid #a0a0a0;
    color: #323232;
    padding: 10px 50px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
  }

  .i-btn-about:hover {
    color: #fff;
    border: 1px solid rgba(0, 126, 197, 1);
    background-color: rgba(0, 126, 197, 1);
  }

  /* index-news */
  .i-news {
    padding: 30px 100px;
  }

  .i-news-header {
    padding: 20px 0px;
    text-align: center;
  }

  .i-news-header-tit-en {
    font-size: 50px;
    font-family: "arial black";
    color: #e5e5e5;
    transition: all 0.5s ease-in-out;
  }

  .i-news-header-tit-en:hover {
    color: rgba(0, 126, 197, 1)
  }

  .i-news-header-tit-cn {
    font-size: 32px;
    color: #e10000
  }

  .i-news-body {}

  .i-news-more {
    padding: 20px 0px;
    text-align: center;
  }

  .i-btn-news {
    border: 1px solid #a0a0a0;
    color: #323232;
    padding: 10px 50px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
  }

  .i-btn-news:hover {
    color: #fff;
    border: 1px solid rgba(0, 126, 197, 1);
    background-color: rgba(0, 126, 197, 1);
  }

  .i-news-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .i-news-list-item {
    flex-shrink: 0;
    width: 50%;
    padding: 0px 10px;
  }

  .i-news-list-item:hover .i-news-list-item-body {
    background-color: #f0f0f0;
	
  }

  .i-news-list-item-body {
    padding: 2rem 1rem;
    border-bottom: 1px dashed #e2e2e2;
    transition: all 0.5s ease-in-out;
  }

  .i-news-list-item-thumb {
    width: 160px;
    height: 120px;
    background-color: #222222;
    float: left;
    margin-right: 15px;
	overflow:hidden;
  }

  .i-news-list-item-thumb img {
    width: 100%;
    vertical-align: bottom;
  }

  .i-news-list-item-article {
    overflow: hidden;
  }

  .i-news-list-item-article-tit {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .i-news-list-item-article-tit a {
    font-weight: bold;
    line-height: 2;
    font-size: 16px;
    color: #424242;
    transition: all 0.5s ease-in-out;
  }

  .i-news-list-item-article-tit a:hover {
    color: #E60012;
  }

  .i-news-list-item-article-adddate {
    line-height: 2;
    font-size: 14px;
    color: #a2a2a2;
  }

  .i-news-list-item-article-desc {
    text-indent: 1em;
    line-height: 1.5;
    font-size: 14px;
    color: #a2a2a2;
  }

  .location {
    z-index: 10;
    position: absolute;
    top: -30px;
    left: 0px;
    padding: 0px 80px;
  }

  .location-body {
    /* padding: 15px 0px 0px 0px; */
    background-color: rgba(246, 246, 246, 1);
    box-shadow: 0px 0.0625rem 0.625rem rgba(0, 0, 0, .2);
    border-radius: 5px;
  }

  .location-body-current {
    padding: 15px 0px;
    color: #828282;
    line-height: 3;
    background: url(../images/5oz3.png) no-repeat 16px / 1.1%;
    text-indent:3em;
  }

  .location-body-current a {
    color: #828282;
    transition: all 0.3s ease-in-out;
  }

  .location-body-current a:hover {
    color: #525252;
  }

  .location-products {
    border-top: 1px dashed #ccc;
    display: flex;
    flex-flow: row nowrap;
  }

  .location-product-item {
    border-right: 1px dashed #ccc;
    border-bottom: none;
    padding: 15px;
    flex-grow: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  .location-product-item:nth-child(3n) {
    border-right: 1px dashed #ccc;
  }

  .location-product-current-item {
    border-right: 1px dashed #ccc;
    background-color: #f0f0f0;
    padding: 15px;
    flex-grow: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
  }

  .location-product-current-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #0085c8;
    left: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
  }

  .location-product-item:last-child {
    border-right: none;
  }

  .location-product-item::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background-color: #0085c8;
    left: 50%;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
  }

  .location-product-item:hover:after {
    left: 0px;
    width: 100%;
  }

  .location-product-item:hover {
    background-color: #f0f0f0;
  }

  .location-product-item:hover .location-motofont-size {
    color: rgba(114, 114, 114, 1);
  }

  .location-product-item:hover .location-product-tit {
    color: rgba(114, 114, 114, 1);
  }

  .location-product-item .location-product-tit {
    line-height: 2;
    font-size: 14px;
    color: rgba(0, 0, 0, .4);
    transition: all 0.5s ease-in-out;
  }

  .location-product-item .location-motofont-size {
    font-size: 48px;
    color: rgba(0, 0, 0, .4);
    transition: all 0.5s ease-in-out;
  }

  .location-product-current-item .location-product-tit {
    line-height: 2;
    font-size: 14px;
    color: rgba(114, 114, 114, 1);
    transition: all 0.5s ease-in-out;
  }

  .location-product-current-item .location-motofont-size {
    font-size: 48px;
    color: rgba(114, 114, 114, 1);
    transition: all 0.5s ease-in-out;
  }

  /* singlepage */
  .singlepage {
    position: relative;
    padding: 70px 100px 20px 100px;
    border-bottom: 1px dashed #e0e0e0;
  }

  .leader {}

  .leader-header {
    padding: 10px 0px 20px 0px;
    text-align: center;
  }

  .leader-header h2 {
    display: inline-block;
    color: #DAA520;
    line-height: 2;
    font-size: 32px;
    position: relative;
  }

  .leader-header h2::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: -10px;
    height: 3px;
    width: 50%;
    background-color: #C79556;
  }

  .leader-body {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 30px;

  }

  .leader-thumb {
    flex-grow: 0;
    width: 300px;
    padding: 0px;
  }

  .leader-thumb img {
    width: auto;
    vertical-align: bottom;
  }

  .leader-desc {
    padding: 0px 0px 0px 50px;
    flex-grow: 1;
    line-height: 2;
    text-indent: 2em;
  }

  /* about */
  .about {}

  .about-header {
    padding: 10px 0px 20px 0px;
    text-align: center;
  }

  .about-header h2 {
    color: #DAA520;
    line-height: 2;
    font-size: 32px;
    display: inline-block;
    position: relative;
  }

  .about-header h2::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: -10px;
    height: 3px;
    width: 50%;
    background-color: #C79556;
  }

  .about-body {}

  .about-thumb {
    padding-top: 30px;
    display: flex;
    flex-flow: row nowrap;
  }

  .about-thumb-item {
    flex-grow: 1;
    width: 25%;
    padding: 5px;
  }

  .about-thumb-item:last-child {
    border: none;
  }

  .about-thumb-img {
    padding: 5px;
    height: 100%;
    width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }

  .about-thumb-img img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.5s ease-in-out;
  }

  .about-thumb-img:hover img {
    transform: scale(1.2);
  }

  .about-desc {
    padding: 30px 0px;
    line-height: 2;
    text-indent: 2em;
  }

  /* news center */
  .news {}

  .news-header {
    padding: 10px 0px 20px 0px;
    text-align: center;
  }

  .news-header h2 {
    color: #DAA520;
    line-height: 2;
    font-size: 32px;
    display: inline-block;
    position: relative;
  }

  .news-header h2::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: -10px;
    height: 3px;
    width: 50%;
    background-color: #C79556;
  }

  .news-body {}

  .news-footer {
    padding: 15px 0px 0px 0px;
  }

  /* join us*/
  .join {
    display: flex;
    flex-flow: row wrap;
  }

  .join-item {
    flex-grow: 0;
    width: 50%;
    padding: 5px;
    border-bottom: 1px dashed #e2e2e2;
    background-color: #f9f9f9;
  }

  .join-item:nth-child(2n+1) {
    border-right: 1px dashed #e2e2e2;
  }

  .join-item-header {
    text-align: center;
    line-height: 3;
    background-color: rgb(252, 98, 56);
    color: #fff;
    position: relative;
  }

  .join-item-header::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid rgb(252, 98, 56);
    overflow: hidden;
    bottom: -16px;
    left: 0px;
    margin-left: 50%;
  }

  .join-item-body {
    padding: 20px 15px;
    line-height: 2;
  }

  .join-item-body>ul {
    list-style-position: inside;
  }

  .join-item-body>ul>li {}

  .join-item-body>ul>li p {
    display: inline-block;
  }

  /* contact us */
  .contact {
    margin-top: 50px;
    display: flex;
    flex-flow: row nowrap;
  }

  .contact-item {
    flex-grow: 0;
  }

  .contact-map {
    width: 60%;
    padding: 10px;
    border: 1px solid #f0f0f0;
  }

  #mapcontainer {
    width: 100%;
    height: 400px;
  }

  .contact-body {
    padding: 0px 0px 0px 20px;
  }

  .contact-body>h2 {
    display: block;
    padding: 0px 20px;
    line-height: 3;
    border-bottom: 1px dashed #ccc;
  }

  .contact-body>p {
    display: block;
    padding: 0px 20px;
    line-height: 3;
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
  }

  /* customer */
  .customer {}

  .customer-header {
    padding: 10px 0px 20px 0px;
    text-align: center;
  }

  .customer-header h2 {
    color: #DAA520;
    line-height: 2;
    font-size: 32px;
    display: inline-block;
    position: relative;
  }

  .customer-header h2::after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25%;
    bottom: -10px;
    height: 3px;
    width: 50%;
    background-color: #C79556;
  }

  .customer-body {
    padding-top: 30px;
  }

  .customer-thumb {
    display: flex;
    flex-flow: row wrap;
  }

  .customer-thumb-item {
    flex-grow: 0;
    width: 20%;
    padding: 6px;
  }

  .customer-thumb-item:last-child {
    border: none;
  }

  .customer-thumb-item-img {
    padding: 5px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }

  .customer-thumb-item-img img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.5s ease-in-out;
  }

  .customer-thumb-img:hover img {
    transform: scale(1.2);
  }

  .customer-thumb-item-tit {
    border-top: 1px dashed #e2e2e2;
    line-height: 3;
    font-size: 14px;
    text-align: center;
  }

  .customer-desc {
    padding: 30px 0px;
    line-height: 2;
    text-indent: 2em;
  }
  
  /* channel-honor */
  .channel-honor {
    position: relative;
    padding: 30px 100px 50px 100px;
    background-color: #fff;
  }

  .channel-honor-body {
    display: flex;
    flex-flow: row wrap;
	margin-top:2rem;
  }

  .channel-honor-item {
    flex-grow: 0;
    width: 25%;
    padding: 10px 5px;
  }

  .channel-honor-item:hover .channel-honor-item-warp {
    border: 1px solid #bc3b05;
  }

  .channel-honor-item:hover .channel-honor-item-tit {
    border-top: 1px dashed #bc3b05;
    color: #bc3b05;
  }

  .channel-honor-item-warp {
    padding: 15px 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease-in-out;
  }

  .channel-honor-item-warp:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  }

  .channel-honor-item-thumb {
    width: 50%;
	
    margin: 20px auto;
	overflow:hidden;
  }

  .channel-honor-item-thumb img {
    width: 100%;
    vertical-align: bottom;
  }

  .channel-honor-item-desc {
    font-size: 12px;
    width: 80%;
    margin: auto;
    padding: 5px 0px;
    color: #8a8a8a;
    line-height: 2;
    text-align: center;
  }

  .channel-honor-item-tit {
    width: 90%;
    margin: auto;
    font-size: 14px;
   font-weight: bold;
    color: #727272;
    border-top: 1px dashed #bc3b05;
    line-height: 3;
    text-align: center;
  }

  .channel-honor-pages {
    border-top: 1px solid #efefef;
    margin: 15px 0px 0px 0px;
    padding: 15px;
  }

  
  
  

  /* channel-products */
  .channel-products {
    position: relative;
    padding: 190px 100px 50px 100px;
    background-color: #f9f9f9;
  }

  .channel-products-body {
    display: flex;
    flex-flow: row wrap;
  }

  .channel-products-item {
    flex-grow: 0;
    width: 20%;
    padding: 10px 5px;
  }

  .channel-products-item:hover .channel-products-item-warp {
    border: 1px solid #0085c8;
  }

  .channel-products-item:hover .channel-products-item-tit {
    border-top: 1px dashed #0085c8;
    color: #0085c8;
  }

  .channel-products-item-warp {
    padding: 15px 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease-in-out;
  }

  .channel-products-item-warp:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
  }

  .channel-products-item-thumb {
    width: 60%;
    margin: 20px auto;
  }

  .channel-products-item-thumb img {
    width: 100%;
    vertical-align: bottom;
  }

  .channel-products-item-desc {
    font-size: 12px;
    width: 50%;
    margin: auto;
    padding: 5px 0px;
    color: #8a8a8a;
    line-height: 2;
    text-align: center;
  }

  .channel-products-item-tit {
    width: 90%;
    margin: auto;
    font-size: 14px;
    font-weight: bold;
    color: #727272;
    border-top: 1px dashed #e2e2e2;
    line-height: 3;
    text-align: center;
  }

  .channel-products-pages {
    border-top: 1px solid #efefef;
    margin: 15px 0px 0px 0px;
    padding: 15px;
  }

  /* pages */
  .page_wrap {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    zoom: 1;
  }

  .paginator {
    float: right;
    height: 25px;
    overflow: hidden;
  }

  .paginator,
  .paginator input,
  .paginator button {
    font-family: Tahoma, "宋体";
    font-size: 12px;
  }

  .paginator a,
  .paginator span {
    float: left;
    height: 23px;
    margin: 0 5px 0 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 23px;
    background: #fff;
  }

  .paginator a {
    color: #085C9B;
  }

  .paginator b {
    font-family: "宋体";
    margin: 3px;
    font-weight: 300;
  }

  .paginator a:link,
  .paginator a:visited,
  .paginator a:hover,
  .paginator a:active {
    text-decoration: none;
  }

  .paginator .page-start,
  .paginator a,
  .paginator .page-end {
    padding: 0 8px;
    border: 1px solid #D3D3D3;
    background: #ffffff;
  }

  .paginator .page-start {
    border-color: #d9d9d9;
    color: #d9d9d9;
  }

  .paginator .page-end {
    border-color: #d9d9d9;
    color: #d9d9d9;
  }

  .paginator .page-this,
  .paginator .page-break {
    padding: 0 3px;
  }

  .paginator .page-break {
    border: 1px solid #fff;
  }

  .paginator .page-this {
    border: 1px solid #D3D3D3;
    background-color: #E9E9E9;
    color: #D4105A;
    padding: 0px 8px;
    font-weight: bold;
  }

  .paginator .page-skip {
    height: 22px;
    line-height: 22px;
    padding: 0 3px;
    margin: 0;
    background: none;
  }

  .paginator .page-skip input {
    width: 26px;
    *width: 23px;
    height: 19px;
    line-height: 19px;
    border: 1px #D3D3D3 solid;
    font-size: 12px;
    margin: -1px 6px 0px 6px;
    #margin-top: 1px;
    _margin-top: 0px;
    padding: 0px 0px 0px 2px;
    vertical-align: middle;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .paginator .page-skip button {
    font-size: 12px;
    padding: 0 5px 5px 5px;
    _padding: 0 5px 0 5px;
    width: auto;
    _width: 0;
    height: 22px;
    *height: 23px;
    *line-height: 20px;
    _height: 16px;
    _line-height: 16px;
    margin-left: 10px;
    *margin-top: -1px;
    overflow: visible;
    vertical-align: top;
  }

  .paginator a:hover {
    border: 1px solid #A6A6A6;
    color: #868688;
  }

  /* content */
  .content-page{
	position: relative;
	padding: 11.875rem 5rem 3.125rem 5rem;
	background-color: #fff;
}
  
  /* content-news */
  .content-news {
    background-color: #fff;
    /* background-color: rgba(246,246,246,1); */
  }
  .content-news-body{
	  font-size:1rem;
	  line-height: 2;
  }
  .content-news-header{
	  padding-bottom: 0.9375rem;
	  border-bottom: 0.0625rem dashed #d2d2d2;
  }

  .content-news-tit{
	  text-align: center;
	  font-weight: 600;
	   line-height: 2;
	   color:#222222 ;
  }
  .content-news-info{
	  line-height: 2;
	  font-size:0.875rem;
	  color: #a8a8a8;
	  text-align: center;
  }
  .content-news-body{
	   padding: 15px;
  }
  
  .content-new-footer{
	  padding-top: 0.9375rem;
	  border-top: 0.0625rem dashed #d2d2d2;
  }
  
  
  /* content-product */
  .content-product-body {
    padding: 15px;
    /* height: 300px; */
    background-color: #fff;
    /* background-color: rgba(246,246,246,1); */
  }

  .content-product-main {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    background-color: #f9f9f9;
    padding: 15px;
  }

  .content-product-thumb {
    flex-grow: 0;
    width: 250px;
    background-color: #f9f9f9;
    /* border-right: 1px solid #f0f0f0; */
    text-align: center;
    padding: 15px;
    border: none;
  }

  .content-product-thumb img {
    width: 100%;
    vertical-align: bottom;
  }

  .content-product-arges {
    flex-grow: 1;
    padding: 0px 15px;
    width: auto;

  }

  .content-product-arges-tit {
    padding: 0px;
  }

  .content-product-arges-tit h2 {
    display: inline-block;
    background-color: #007AFF;
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
  }

  .content-product-struct {
    padding: 30px 0px;
    border-bottom: 1px dashed #ccc;
  }

  .content-product-struct img {
    width: auto;
    vertical-align: bottom;
  }

  .content-product-tech {
    padding: 30px 0px;
    border-bottom: 1px dashed #ccc;
  }

  /* tables */
  table.twt_arges {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px dashed rgba(210, 210, 210, 1);
  }

  table.twt_arges tr {
    border-bottom: 1px dashed rgba(210, 210, 210, 1);
  }

  /*   table.twt_arges tr:last-child{
    border-bottom: none;
  } */
  table.twt_arges th {
    line-height: 1.5;
    padding: 10px 0px;
    /* border-right: 1px dashed    rgba(210,210,210,1); */
    text-align: right;
  }

  table.twt_arges td {
    line-height: 1.5;
    text-align: left;
    padding: 10px 0px;
  }

  table.twt_arges tbody {
    display: table-row-group;
    width: auto;
    font-size: 16px;
  }

  .twt_table_body {
    padding: 0px;
    width: 100%;
    overflow: inherit;
  }


  table.twt_table {
    width: 100%;
    text-align: center;
    border: 1px solid rgb(63 63 63);
    border-collapse: collapse;
  }

  table.twt_table tr:nth-child(odd) {
    background-color: rgb(245 245 245);
  }

  table.twt_table tr:nth-child(even) {
    background-color: rgb(255 255 255);
  }

  table.twt_table thead th {
    background-color: rgb(63 63 63);
  }

  .twt_table thead {
    background-color: rgb(63 63 63);
    font-size: 18px;
    text-align: center;
    color: #fff;
    /* rgb(245 245 245) */
  }

  .twt_table th {
    padding: 9px;
    white-space: nowrap;
    border: 1px solid rgb(170 170 170);
  }

  .twt_table td {
    padding: 9px;
    white-space: nowrap;
    border: 1px solid rgb(170 170 170);
  }



  /* footer */
  .footer {
    padding: 30px 100px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .footer-item {
    flex-grow: 1;
    padding: 0px 30px;
  }

  .footer-item:first-child {
    display: block;
  }

  .footer-item:nth-child(2) {
    padding: auto;
    text-align: left;
  }

  .footer-item:nth-child(3) {
    display: block;
  }

  .footer-item:nth-child(4) {
    display: block;
  }

  .footer-item p {
    font-size: 14px;
    line-height: 2;
    color: #d7d7d7;
    transition: all 0.5s ease-in-out;
    text-align: left;
  }

  .footer-item p:hover {
    color: #f7f7f7;

  }

  .footer-item h2 {
    font-size: 16px;
    font-weight: bold;
    color: #f7f7f7;
    margin-bottom: 20px;
  }

  .footer-item a {
    font-size: 14px;
    line-height: 2;
    color: #d7d7d7;
    transition: all 0.5s ease-in-out;
  }

  .footer-item a:hover {
    color: #f7f7f7;
  }

  .footer-bottom {
    text-align: center;
    font-size: 14px;
    padding: 10px 0px;
    color: #f7f7f7;
    background-color: #424242;
  }

  .footer-tel {
    line-height: 2;
    text-align: center;
    font-size: 22px;
  }

  .footer-hottel {
    font-size: 22px;
    color: #E60012;
  }

  .footer-bottom a {
    color: #f7f7f7;
  }

  .qr {
    display: inline-block;
    width: 120px;
    height: 120px;
    margin-left: 15px;
    text-align: center;
  }

  .qr img {
    width: 100%;
  }

  /* swiper */
  .swiper-container {
    width: 100%;
    height: 100%;
    z-index: 1;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-color: rgba(204, 204, 204, .5);
    padding: 33px 22px;
  }

}
​