/* 公共样式 */
.n-3 .n-h2 {
  color: #333;
}

:root {
  --templateCommenColor: #A9050F;
  --footer-bg-color: linear-gradient(180deg, #9d181b 0%, #9d181b 29%, #79050c 100%, #79050c 100%);
  --footer-color: #fff;
}

/* main中每个单元的公共样式 */
.main_item {
  width: 100%;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 5px;
  padding-right: 20px;
  color: #333;
  padding-top: 0px;
  overflow: hidden;
  position: relative;
}

.main_item_title {
  margin-bottom: 20px;
  position: relative;
  width: 876px;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  border-bottom: 2px solid #c20c19;
}

.main_item_title_lt {
  float: left;
  font-size: 18px;
  color: #A9050F;
  font-weight: bold;
}

.main_item_title_rt {
  float: right;
  font-size: 12px;
  color: #999;
}

a:hover {
  cursor: pointer;
  color: var(--templateCommenColor);
}

/* å…¬å…±æ ·å¼ */
.content_box {
  padding-top: 20px;
}

.main_content {
  width: 1200px;
  padding-left: 0;
  font-size: 0;
  padding-bottom: 30px;
}

.main_item_title {
  width: 1160px;
  border-bottom: 1px solid #ccc;
  padding-right: 0;
  padding-bottom: 10px;
  box-sizing: content-box;
  margin-bottom: 20px;
}

.main_item_title_lt {
  box-sizing: content-box;
  border-bottom: 2px solid #c20c19;
  padding-bottom: 9px;
  color: #333;
  font-size: 22px;
}

.main_item_title_rt {
  display: inline-block;
  line-height: 22px;
  text-align: center;
  border-radius: 5px;
  color: #999;
  transform: translateY(10px);
}

.main_item_title_rt:hover {
  color: var(--templateCommenColor)
}

.main_item {
  padding-bottom: 0;
  margin-bottom: 0;
  overflow: visible;
  padding-left: 20px;
  font-size: 12px;
}

.main_item_bgc {
  width: 100%;
  height: 10px;
  margin: 30px 0 20px;
  background-size: cover;
  background-image: linear-gradient(#0000000d, #fff);
}

.main_item_bgc_up {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #fff 0%, #00000003 8%, #00000003 92%, #fff 100%);
}

/* å…³äºŽæˆ‘ä»¬ */
.main_item_about {
  font-size: 0;
}

.main_item_content.about {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 28px;
  text-indent: 2em;
  margin-top: 16px;
}

.flag_ruzhu,
.flag_qiye,
.flag_geren,
.flag_leixing {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  width: 80px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 1px solid;
  border-radius: 5px;
}

.flag_leixing {
  color: #f26f66;
  border-color: #f26f66;
}

.flag_ruzhu {
  color: #479DED;
  border-color: #479DED;
}

.flag_qiye,
.flag_geren {
  color: #52a16a;
  border-color: #52a16a;
}

.flag_geren {
  cursor: auto;
}

/* æœåŠ¡é¡¹ç›® */
.product_list {
  margin-bottom: -15px;
  font-size: 0;
  margin-top: 20px;
}

.product_item {
  margin-right: 38px;
  overflow: hidden;
  width: 260px;
  height: 266px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e4e4e4;
  display: inline-block;
  margin-bottom: 15px;
  padding: 14px;
  box-shadow: 4px 4px 4px #00000015;
}

.product_item:nth-of-type(4n) {
  margin-right: 0;
}

.product_list>a {
  display: inline-block;
  margin-right: 40px;
}

.product_list>a:hover .product_item {
  box-shadow: 4px 4px 4px #00000045;
}

.product_list>a:hover .product_item .product_title {
  color: var(--templateCommenColor)
}

.product_list>a:nth-of-type(4n) {
  margin-right: 0;
}

.product_item img {
  width: 230px;
  height: 160px;
  border-bottom: 1px solid #eee;
  border-radius: 5px;
}

.product_item>div {
  padding: 10px;
}

.product_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #333;
  padding-top: 10px;
  margin-bottom: 10px;
}

.product_price {
  color: #c20c19;
  font-weight: bold;
  font-size: 14px;
}

/* æœåŠ¡ä¼˜åŠ¿ */
.service_advantage_content {
  overflow: hidden;
  padding: 0 79px;
  margin-top: 20px;
}

.service_advantage_item {
  display: block;
  float: left;
  width: 456px;
  height: 88px;
  line-height: 88px;
  background: url(/image/shop/template/101/advantage_item_bg.png) center center no-repeat;
  background-size: contain;
  margin-right: 90px;
  margin-top: 30px;
  font-size: 0;
}

.service_advantage_item:nth-of-type(1) {
  margin-top: 0;
}

.service_advantage_item:nth-of-type(2) {
  margin-top: 0;
}

.service_advantage_item:nth-of-type(2n) {
  margin-right: 0;
}

.service_advantage_item span {
  display: inline-block;
  width: 68px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
}

.service_advantage_item p {
  width: 310px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-left: 32px;
}

/* ç›¸å†ŒåŒºå— */
#demo {
  font-size: 0;
  margin-top: 20px;
}

#demo a {
  display: inline-block;
  width: 260px;
  text-align: center;
  font-size: 12px;
  margin-right: 40px;
  margin-top: 10px;
}

#demo a:nth-of-type(4) {
  margin-right: 0;
}

#demo img {
  width: 260px;
  height: 260px;
  box-shadow: 4px 4px 4px #00000015;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #eee;
  display: inline-block;
}

#demo img:hover {
  box-shadow: 4px 4px 4px #00000045;
}

#demo .gundong:hover img {
  box-shadow: 4px 4px 4px #00000045;
}

#demo span {
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  color: #333;
}

#demo a:hover span {
  color: #c20c19;
}

/* æ–‡ç« æ–°é—» */
.main_item_article {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.product_ic_text {
  color: #aaa;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main_item_article:last-of-type {
  padding-left: 0;
  padding-right: 0;
}

.main_item_article .main_item_title {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-right: 0;
  padding-bottom: 10px;
  box-sizing: content-box;
  margin-bottom: 20px;
}

.main_item_article .main_item_title_lt {
  box-sizing: content-box;
  border-bottom: 2px solid #c20c19;
  padding-bottom: 9px;
}

.main_item_articlelist {
  padding-bottom: 0;
}

.main_item_articlelist .main_item_title {
  margin-bottom: 0;
}

.article_item {
  padding: 20px 0;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  width: 48%;
}

.article_item:last-child {
  border-bottom: none;
}

.main_item_title_more {
  text-align: center;
  display: block;
  margin-top: 30px;
  background: #eee;
  width: 100px;
  margin: 20px auto;
  border-radius: 5px;
  padding: 10px 20px;
  color: #333;
}

.article_item_title {
  float: left;
  font-size: 18px;
  color: #333;
}

.article_item_title:hover {
  cursor: pointer;
}

.article_item_date {
  float: right;
  color: #999;
  font-size: 12px;
}

.article_item img {
  width: 144px;
  height: 105px;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 20px;
  border: 1px solid #eee;
}

.article_item:hover .article_item_title {
  color: var(--templateCommenColor)
}

.article_item_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.article_item_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #999;
}

.article_item_box .article_item_title,
.article_item_box .article_item_date {
  float: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article_item_box .article_item_title,
.article_item_box .article_item_text {
  margin-bottom: 12px;
}

/* åˆ†ç±»ä¿¡æ¯ */
.cateinfo_item {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding: 20px 0
}

.cateinfo_item_title,
.cateinfo_item_sub {
  display: inline-block;
}

.cateinfo_item_title,
.cateinfo_item_text {
  width: 100%;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.cateinfo_item_title {
  font-size: 18px;
}

.cateinfo_item_text {
  color: #999;
}

.cateinfo_item_sub {
  font-size: 14px;
  color: #999;
  float: right;
}

/* æœåŠ¡æµç¨‹ */
.process .main_item_content {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}

.process .process_box {
  display: inline-block;
  width: 188px;
  position: relative;
  vertical-align: top;
}

.process .process_box img {
  display: block;
  width: 94px;
  height: 79px;
  margin: 0 auto;
}

.process .process_box .process_index {
  display: block;
  width: 94px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 48px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.process .process_box .process_step {
  display: block;
  margin-top: 10px;
  width: 100%;
  padding: 0 40px;
  text-align: center;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.process .process_box::after {
  display: block;
  content: '';
  width: 26px;
  height: 30px;
  position: absolute;
  top: 18px;
  left: -13px;
  background: url(../imgs/new/process_arr_10.png) center center no-repeat;
  background-size: contain;
}

.process .process_box:first-child::after {
  width: 0;
}

@media (max-width:1000px) {
  .main_content {
    width: 100%;
  }

  .product_item img {
    width: 100%;
    height: 120px;
  }

  #demo a {
    width: 48%;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 10px;
  }

  #demo img {
    width: 100%;
    height: 140px;
  }

  #demo a:nth-of-type(2n) {

    margin-right: 0px;
  }

  .album_title {
    padding-bottom: 20px;
  }

  .main_item_content {
    padding-top: 0;
  }

  .main_item_title {
    margin: 30px 0 60px;
  }

  .product_list_item {
    width: 46%;
    height: 200px;
    margin-right: 10px;
  }

  .main_item_title {
    width: 100%;
  }

  .main_content_bgc {
    width: 100%;
    margin: 0 auto;
  }

  .product_list_item:nth-of-type(6),
  .product_list_item:nth-of-type(3),
  .product_list_item:nth-of-type(4),
  .product_list_item:nth-of-type(5) {
    margin-top: 30px;
  }

  .format {
    padding: 0 20px;
  }

  .album_item {
    width: 47%;
    height: 192px;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
  }

  .article_item .article_item_title span:nth-of-type(2) {
    width: 110px;
    /* float: right; */
    color: #999;
    text-align: right;
    position: absolute;
    right: 10px;
    font-size: 14px;
  }

  .article_item:nth-of-type(2n) {
    margin-right: 0;
  }

  .article_item:nth-of-type(3n) {
    margin-right: 6px;
  }

  .product_list_item img {
    width: 100%;
    height: 120px;
  }

  .n-zs-tab-item:nth-child(1) {
    margin-top: 20px;
  }

  .article_item {
    padding: 0 0 4px 0;
  }

  .main_item_content {
    padding: 0 10px;
  }

  .article_item_info {
    width: 80%;
  }

  .article_item {
    padding-top: 20px;
  }

  .product_list_three_item {
    width: 48%;
    margin-right: 6px;
    margin-bottom: 10px;
  }

  .article_item:nth-of-type(2) {
    padding-top: 20px;
  }

  .product_list_three_item img {
    width: 100%;
    height: 130px;
  }

  .service_advantage_item:nth-of-type(2) {
    margin-top: 30px;
  }


  .article_item_box_one {
    width: 65%;
  }

  .main_item_article {
    max-width: 100%;
  }

  .service_advantage_content {
    padding: 10px 10px 40px;
  }

  .service_advantage_item_index {
    font-size: 18px;
  }

  .service_advantage_item_title {

    width: 62%;
  }

  .article_item {
    width: 100%;
  }

  .article_item_date {
    display: none;
  }

  .article_item_date div:nth-of-type(1) {
    font-size: 16px;
  }

  .article_item_title {
    float: none;
    font-size: 22px;
    color: #333;
    height: 30px;
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .product_item:nth-of-type(2n) {
    margin-right: 0;
  }

  .product_item {
    width: 48%;
    height: 196px;
    margin-right: 8px;
  }

  .product_title {
    font-size: 15px;
  }

  .product_item_img {
    height: 150px;
  }

  .process_item_content {
    padding-left: 0;
  }

  .process .process_box {
    width: 40px;
    height: 100px;
    margin-right: 88px;
    margin-bottom: 100px;
  }

  .process .process_box:nth-of-type(3n) {
    margin-right: 0;
  }

  .process .process_box .process_index {
    left: 10px;
    width: 94px;
    height: 60px;
    line-height: 60px;
  }

  .process .process_box::after {

    left: -20px;
  }

  .process .process_box .process_step {
    width: 68px;
    left: 20px;
    display: block;
    margin-top: 10px;
    padding: 0px;
    text-align: center;
    color: #333;
    font-size: 14px;
  }

  .process_box .process_step {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 400;
    position: absolute;
    left: 64px;
    top: 138px;
  }

  .process_box:last-child {
    margin-right: 70px;
  }

  .album_img {
    height: 140px;
  }


  .main_item {
    width: 100%;
  }
}