@charset "UTF-8";
.pagelist {
  text-align: center;
}

.cc_page {
  line-height: 2;
}

.inner {
  background: #f7f8fc;
  padding-top: 20px;
  padding-bottom: 50px;
}
.inner .location {
  float: none;
  margin-top: 0px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: inherit;
  border-bottom: 0;
}
.inner .location a {
  font-size: 14px;
  color: #333;
}
.inner .location img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.inner .inner_content {
  background: white;
  margin-top: 20px;
  display: flex;
}
.inner .inner_content .lf {
  padding-bottom: 30px;
  width: 226px;
  /*联系我们*/
  /*推荐*/
  /*关键词*/
}
.inner .inner_content .lf .top_title {
  font-weight: bold;
  color: white;
  background: #e80015;
  display: none;
  min-height: 50px;
  align-items: center;
  padding-left: 20px;
  font-size: 24px;
}
.inner .inner_content .lf .typelist > ul {
  width: 100%;
}
.inner .inner_content .lf .typelist > ul > li {
  width: 100%;
  float: none;
}
.inner .inner_content .lf .typelist > ul > li > a {
  padding: 15px 5px;
  font-size: 16px;
  color: #425383;
  display: block;
  position: relative;
  background: white;
  text-align: center;
  text-transform: capitalize;
  border-bottom: 1px solid #f7f8fc;
}
.inner .inner_content .lf .typelist > ul > li > a:after {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 8px;
  height: 16px;
  content: '';
  background: url("../images/default/icon_xiala.png") no-repeat center;
  background-size: cover;
}
.inner .inner_content .lf .typelist > ul > li.have_lv2 > a:after {
  display: block;
}
.inner .inner_content .lf .typelist > ul > li .lv2 {
  display: none;
  background: white;
  border: 1px solid #eeeeee;
  padding: 25px 0;
  padding-bottom: 5px;
}
.inner .inner_content .lf .typelist > ul > li .lv2 ul li {
  width: 100%;
  margin-bottom: 25px;
  float: none;
}
.inner .inner_content .lf .typelist > ul > li .lv2 ul li a {
  padding-left: 18px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: black;
  text-transform: capitalize;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.inner .inner_content .lf .typelist > ul > li .lv2 ul li a:before {
  display: block;
  width: 10px;
  height: 10px;
  background: url("../images/default/icon_lv2_a.png") no-repeat center;
  background-size: cover;
  content: '';
  margin-right: 8px;
  margin-top: -3px;
  opacity: .5;
}
.inner .inner_content .lf .typelist > ul > li .lv2 ul li:hover a, .inner .inner_content .lf .typelist > ul > li .lv2 ul li.on a {
  color: #e80015;
}
.inner .inner_content .lf .typelist > ul > li:hover > a, .inner .inner_content .lf .typelist > ul > li.on > a {
  color: #425383;
  background: #f3f3f3;
}
.inner .inner_content .lf .typelist > ul > li:hover > a:after, .inner .inner_content .lf .typelist > ul > li.on > a:after {
  background: url("../images/default/icon_xiala2.png") no-repeat center;
  background-size: cover;
  width: 16px;
  height: 8px;
  bottom: 21px;
}
.inner .inner_content .lf .contact_box {
  background: #e80015;
  line-height: 2;
}
.inner .inner_content .lf .contact_box h3 {
  font-weight: inherit;
  color: white;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.inner .inner_content .lf .contact_box h6 {
  font-weight: inherit;
  color: white;
  font-size: 16px;
  margin: 5px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.inner .inner_content .lf .contact_box ul {
  padding-left: 15px;
  padding-right: 15px;
  background: white;
  margin-top: 15px;
  padding-top: 15px;
}
.inner .inner_content .lf .contact_box ul li {
  display: flex;
  align-items: flex-start;
}
.inner .inner_content .lf .contact_box ul li span {
  width: 45px;
}
.inner .inner_content .lf .contact_box ul li p {
  flex: 1;
}
.inner .inner_content .lf .subtitle-wrap {
  padding-left: 10px;
  padding-right: 10px;
  background: #e80015;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner .inner_content .lf .subtitle-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: white;
  display: block;
  flex: 1;
}
.inner .inner_content .lf .subtitle-wrap h4.subtitle {
  color: white;
  font-size: 16px;
  font-weight: inherit;
  text-transform: uppercase;
  padding-right: 15px;
  display: inline-block;
}
.inner .inner_content .lf .r-side-list li {
  border-bottom: none;
  padding: 5px 0 5px;
  margin: 0;
  min-height: 80px;
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #dedede;
}
.inner .inner_content .lf .r-side-list {
  padding-left: 10px;
  padding-right: 10px;
  background: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.inner .inner_content .lf .r-side-list h5 {
  font-size: 13px;
  font-weight: 500;
  margin: 0 0 6px;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.inner .inner_content .lf .r-side-list h5 a {
  color: #888888;
}
.inner .inner_content .lf .r-side-list h5 a:hover {
  color: black;
}
.inner .inner_content .lf .r-side-list img {
  float: left;
  width: 70px;
  height: 70px;
  padding: 2px;
  margin-right: 10px;
}
.inner .inner_content .lf .r-side-list p {
  font-size: 11px;
  color: #7d8195;
  margin-bottom: 10px;
}
.inner .inner_content .lf ul li.cat-item {
  height: 40px;
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
  float: none;
}
.inner .inner_content .lf ul li.cat-item.active {
  background: #0093dd;
}
.inner .inner_content .lf ul li.cat-item.active a {
  color: white !important;
}
.inner .inner_content .lf ul li.cat-item.active a:before {
  color: white;
}
.inner .inner_content .lf ul li.cat-item a {
  display: inline-block;
  font-size: 16px;
  padding-top: 7px;
  text-transform: capitalize;
  color: #333;
}
.inner .inner_content .lf ul li.cat-item a:before {
  color: #e80015;
  font-size: 16px;
  content: "●";
  padding: 10px;
}
.inner .inner_content .lf ul li.cat-item:hover a {
  color: #e80015;
}
.inner .inner_content .lf .r-widget {
  /*  margin-bottom: 50px;*/
}
.inner .inner_content .lf .tuijian_goods ul li {
  border: 1px solid #dedede;
  text-align: center;
  width: 48%;
  float: left;
}
.inner .inner_content .lf .tuijian_goods ul li:nth-child(2n) {
  float: right;
}
.inner .inner_content .lf .tuijian_goods ul li img {
  float: none;
  margin: 0 auto;
}
.inner .inner_content .lf .tuijian_goods ul li a {
  display: block;
}
.inner .inner_content .lf .tuijian_goods ul li h5 {
  margin-bottom: 0;
  margin-top: 5px;
}
.inner .inner_content .lf .tuijian_goods ul li:hover a {
  color: black;
}
.inner .inner_content .lf .r-side-list .kw-box {
  margin-top: 15px;
}
.inner .inner_content .lf .r-side-list .kw-box li {
  width: calc(50% - 14px);
  float: left;
  margin: 0 7px 14px 7px;
  padding: 0;
  min-height: unset;
  border: none;
}
.inner .inner_content .lf .r-side-list .kw-box li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 2.857;
  border: 1px dashed #eee;
}
.inner .inner_content .lf .r-side-list .kw-box li a:hover {
  border-color: #aaa;
  color: #666;
}
.inner .inner_content .rt {
  padding: 15px;
  flex: 1;
  border-left: 18px solid #f7f8fc;
  padding-top: 30px;
}
.inner .inner_content .rt .top_title {
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: center;
  font-size: 24px;
  color: #e80015;
}
.inner .inner_content .rt .top_title_en {
  color: black;
}
.inner .cc {
  padding-bottom: 30px;
  line-height: 2;
}
.inner .bottom_box {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
}
.inner .bottom_box > div {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner .bottom_box > div img {
  width: 20px;
  margin-right: 10px;
}
.inner .bottom_box > div .watch {
  color: #afafaf;
  margin: 0 40px;
  display: flex;
  align-items: center;
}
.inner .bottom_box > div .addtime {
  color: #afafaf;
  display: flex;
  align-items: center;
}
.inner .bottom_box .kw-box > span {
  display: block;
  font-size: 16px;
  margin-right: 5px;
  padding: 5px;
}
.inner .bottom_box .kw-box a {
  display: block;
  margin-right: 5px;
  padding: 5px;
  border: 1px dashed #eeeeee;
  font-size: 16px;
}

.hr60 {
  height: 60px;
}

.hr120 {
  height: 120px;
}

/*inner_about_read*/
.inner_about_read {
  /*wenhua*/
  /*zhengshu*/
  /*huanjing*/
  /*youshi2*/
}
.inner_about_read ._title {
  font-weight: bold;
  font-size: 50px;
  color: black;
}
.inner_about_read .inner {
  background: none;
  padding: 0;
}
.inner_about_read .about {
  background: url("../images/about_bg.jpg") no-repeat bottom;
  background-size: cover;
  height: auto;
  position: relative;
}
.inner_about_read .about .summary {
  font-size: 18px;
  line-height: 2;
}
.inner_about_read .about .more {
  position: absolute;
  bottom: 211px;
  left: 50%;
  margin-left: -124px;
}
.inner_about_read .about .youshi .list {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
.inner_about_read .about .youshi .list .item {
  text-align: center;
}
.inner_about_read .about .youshi .list .item .ttop {
  position: relative;
  display: flex;
  align-items: center;
  color: #e80015;
  justify-content: center;
  font-weight: bold;
}
.inner_about_read .about .youshi .list .item .ttop img {
  margin-right: 10px;
}
.inner_about_read .about .youshi .list .item .ttop .jia {
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.inner_about_read .about .youshi .list .item .ttop .pingfang {
  font-size: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.inner_about_read .about .youshi .list .item .ttop .num {
  font-size: 50px;
}
.inner_about_read .about .youshi .list .item .bottom {
  font-size: 18px;
  color: #393939;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 2px solid #b2bfc1;
}
.inner_about_read .about .youshi .list .item2 .ttop .pingfang {
  bottom: 17px;
  right: -21px;
}
.inner_about_read .about .youshi .list .item2 .ttop .jia {
  right: 0;
  top: 6px;
}
.inner_about_read .about .youshi .list .item3 .ttop .pingfang {
  bottom: 15px;
  right: -47px;
}
.inner_about_read .about .youshi .list .item4 .ttop .pingfang {
  bottom: 17px;
  right: -26px;
}
.inner_about_read .about .youshi .list .item4 .ttop .jia {
  right: 12px;
  top: 0;
}
.inner_about_read .about .youshi .list .item1 .ttop .pingfang {
  bottom: 13px;
  right: -27px;
}
.inner_about_read .about .youshi .list .item1 .ttop .jia {
  right: -23px;
  top: 0;
}
.inner_about_read .wenhua .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner_about_read .wenhua .list .item {
  margin-bottom: 30px;
  width: 447px;
  height: 331px;
  background: url("../images/bg2.png") no-repeat center;
  background-size: cover;
  border-radius: 0 20px 0 20px;
  padding: 30px;
  position: relative;
}
.inner_about_read .wenhua .list .item.on {
  background: url("../images/bg3.png") no-repeat center;
  background-size: cover;
}
.inner_about_read .wenhua .list .item.on .title, .inner_about_read .wenhua .list .item.on .summary {
  color: white;
}
.inner_about_read .wenhua .list .item .pic {
  position: absolute;
  right: 35px;
  top: 25px;
}
.inner_about_read .wenhua .list .item .summary {
  font-size: 15px;
  line-height: 2;
  color: black;
}
.inner_about_read .wenhua .list .item .title {
  font-weight: bold;
  font-size: 22px;
  color: black;
  margin-bottom: 55px;
}
.inner_about_read .wenhua .list .item5 {
  width: 919px;
}
.inner_about_read .zhengshu {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.inner_about_read .zhengshu .rt {
  padding-top: 97px;
}
.inner_about_read .zhengshu .swiper-button-next {
  right: 0;
  left: unset;
}
.inner_about_read .zhengshu .swiper-button-prev {
  left: 0;
  right: unset;
}
.inner_about_read .zhengshu .swiper-button-next, .inner_about_read .zhengshu .swiper-button-prev {
  background: none;
  width: 30px;
  height: 30px;
  background: #d8d8d8;
  font-size: 24px;
  color: black;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
.inner_about_read .zhengshu .swiper-pagination {
  color: white;
  bottom: -33px;
}
.inner_about_read .zhengshu .zhengshu_list {
  position: relative;
  overflow: visible;
}
.inner_about_read .zhengshu .sumamry {
  color: white;
  font-size: 18px;
  line-height: 2;
  margin-top: 70px;
  margin-bottom: 40px;
}
.inner_about_read .huanjing .typelist {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_about_read .huanjing .typelist .item {
  font-size: 18px;
  color: black;
  margin: 0 20px;
  border-radius: 28px;
  padding: 11px 20px;
}
.inner_about_read .huanjing .typelist .item:hover, .inner_about_read .huanjing .typelist .item.on {
  background: #e80015;
  color: white;
}
.inner_about_read .youshi2 .list {
  background: url("../images/abc.jpg") no-repeat center;
  background-size: cover;
  border-radius: 10px;
}
.inner_about_read .youshi2 .list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 286px;
}
.inner_about_read .youshi2 .item {
  text-align: center;
  color: white;
  width: 20%;
}
.inner_about_read .youshi2 .item .title {
  margin-top: 20px;
  text-transform: capitalize;
  font-weight: bold;
  color: #e80015;
}
.inner_about_read .youshi2 .item .summary {
  margin-top: 10px;
  color: black;
}
.inner_about_read .licheng .swiper-slide .item {
  text-align: center;
  padding: 5px;
}
.inner_about_read .licheng .swiper-button-next, .inner_about_read .licheng .swiper-button-prev {
  background: none;
  width: auto;
  height: auto;
}
.inner_about_read .licheng .list {
  margin-top: 30px;
}
.inner_about_read .licheng .list .item {
  width: 95%;
  margin: 0 auto;
  background: #efefef;
  padding: 70px 50px;
}
.inner_about_read .licheng .list .item .nian {
  display: flex;
  align-items: flex-end;
}
.inner_about_read .licheng .list .item .nian .num {
  color: #e80015;
  font-size: 50px;
  font-weight: bold;
}
.inner_about_read .licheng .list .item .nian .year {
  font-size: 22px;
  position: relative;
  top: -12px;
  left: 11px;
}
.inner_about_read .licheng .list .item .line {
  background: #e80015;
  margin: 30px auto;
  margin-left: 0;
  width: 62px;
  height: 3px;
}
.inner_about_read .licheng .list .item .title {
  font-size: 30px;
  text-align: left;
}
.inner_about_read .licheng .list .item .summary {
  line-height: 2;
  font-size: 16px;
  height: 160px;
  color: black;
  text-align: left;
}

@media (max-width: 1600px) {
  .inner_contact .content .lf .top_name p {
    font-size: 29px;
  }

  .inner_contact .content .lf .top_name {
    padding: 14px;
  }

  .inner_about_read .licheng .list .item {
    padding: 40px 50px;
  }

  .inner_about_read .licheng .list .item .summary {
    height: 220px;
  }
}
@media (max-width: 1450px) {
  .inner .inner_content .lf .top_title {
    font-size: 20px;
  }

  .inner_about_read .wenhua .list .item {
    width: 376px;
    height: 280px;
  }

  .inner_about_read .wenhua .list .item5 {
    width: 770px;
  }

  .inner_about_read ._title {
    font-size: 40px;
  }

  .hr120 {
    height: 70px;
  }

  .hr60 {
    height: 35px;
  }

  .inner_about_read .about .youshi .list .item .ttop .num {
    font-size: 40px;
  }

  .inner_about_read .about .youshi .list .item .ttop img {
    height: 39px;
  }

  .inner_about_read .about .youshi .list .item4 .ttop .pingfang {
    bottom: 8px;
    right: -26px;
  }

  .inner_about_read .about .youshi .list .item2 .ttop .pingfang {
    bottom: 10px;
    right: -26px;
  }

  .inner_about_read .licheng .list .item .summary {
    font-size: 15px;
  }

  .inner_about_read .licheng .list .item .line {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .inner_about_read .zhengshu .rt {
    padding-top: 82px;
  }
}
@media (max-width: 768px) {
  .inner_about_read .wenhua .list .item .title {
    margin-bottom: 30px;
  }

  .hr120 {
    height: 60px;
  }

  .hr60 {
    height: 30px;
  }

  .inner_about_read ._title {
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }

  .inner_about_read .about .summary {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: center;
    font-size: 14px;
  }

  .inner_about_read .about .youshi .list {
    flex-wrap: wrap;
  }
  .inner_about_read .about .youshi .list .item {
    width: 50%;
    margin-bottom: 30px;
  }
  .inner_about_read .about .youshi .list .item .bottom {
    font-size: 15px;
    padding-top: 10px;
  }
  .inner_about_read .about .youshi .list .item .ttop .num {
    font-size: 26px;
  }
  .inner_about_read .about .youshi .list .item .ttop {
    width: 100%;
    height: 90px;
    flex-direction: column;
  }
  .inner_about_read .about .youshi .list .item1 .ttop .jia {
    right: 16px;
    top: 45px;
  }
  .inner_about_read .about .youshi .list .item1 .ttop .pingfang {
    bottom: 9px;
    right: 13px;
  }
  .inner_about_read .about .youshi .list .item2 .ttop .pingfang {
    display: none;
  }
  .inner_about_read .about .youshi .list .item2 .ttop .jia {
    right: 33px;
    top: 45px;
  }
  .inner_about_read .about .youshi .list .item3 .ttop .pingfang {
    bottom: 11px;
    right: -4px;
  }
  .inner_about_read .about .youshi .list .item4 .ttop .pingfang {
    bottom: 10px;
    right: 4px;
  }
  .inner_about_read .about .youshi .list .item4 .ttop .jia {
    right: 12px;
    top: 19px;
  }

  .inner_about_read .about .youshi .list .item .ttop .pingfang {
    font-size: 16px;
  }

  .inner_about_read .about {
    height: auto;
    background-size: cover;
  }

  .inner_about_read .about .more {
    position: static;
    text-align: center;
    margin: 0;
  }
  .inner_about_read .about .more img {
    width: 200px;
  }

  .inner_about_read .huanjing .typelist {
    display: block;
  }

  .inner_about_read .huanjing .typelist .item {
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    width: 48%;
    padding: 9px 5px;
    float: left;
    text-align: center;
    border: 1px solid black;
    border-radius: 0;
  }
  .inner_about_read .huanjing .typelist .item:nth-child(2n) {
    float: right;
  }

  .inner_about_read .zhengshu .zhengshu_list {
    margin-top: 40px;
  }

  .inner_about_read .youshi2 .list {
    height: auto;
    flex-wrap: wrap;
    padding: 15px;
  }

  .inner_about_read .youshi2 .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .inner_about_read .youshi2 .item .title {
    margin-top: 10px;
  }
  .inner_about_read .youshi2 .item img {
    height: 40px;
  }

  .inner_about_read .zhengshu .sumamry {
    margin-top: 40px;
  }

  .inner_about_read .wenhua .list .item {
    height: auto;
    min-height: 280px;
  }

  .inner_contact .content .lf .top_name p {
    font-size: 18px;
  }

  .inner_contact .content .lf .top_name {
    padding: 10px;
  }

  .inner_contact .content .rt {
    padding-left: 0;
    margin-top: 30px;
  }

  .inner_contact .content .lf ul li .name {
    width: 60px;
  }

  .inner_contact .content .lf ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .inner_contact .content .lf ul li {
    font-size: 16px;
  }

  .inner_contact .content #dituContent {
    height: 400px;
  }

  .inner_contact .content .lf .top_name span {
    font-size: 12px;
  }

  .inner_contact .top_title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .inner_contact .content .lf, .inner_contact .content .rt {
    width: 100%;
    float: none;
  }

  .inner_goods_read_page #xiangce.on {
    width: auto;
  }

  .inner_zhengshu_list_page .zhengshu_list .item {
    padding: 10px !important;
  }

  .inner_zhengshu_list_page .zhengshu_list .item .name {
    font-size: 14px;
    margin-top: 10px;
    display: block;
  }

  .inner_zhengshu_list_page .zhengshu_list .item .pic {
    border: 0;
  }

  .inner .inner_content {
    display: block;
  }

  .inner .location {
    margin-top: 0px;
    padding-top: 21px;
    padding-left: 15px;
  }

  .inner .inner_content .lf .top_title {
    font-size: 16px;
    position: relative;
    height: 50px;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inner .inner_content .lf .top_title:after {
    display: none;
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 18px;
    height: 18px;
    content: '';
    background: url("../images/default/more.png") no-repeat center;
    background-size: cover;
  }
  .inner .inner_content .lf .top_title.on:after {
    display: block;
  }

  .inner .inner_content .lf {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    width: 100%;
  }

  .inner .inner_content .rt {
    margin: 0 15px;
    margin-top: 20px;
    padding: 0;
    border-left: 0;
  }

  .inner .inner_content .lf .typelist > ul {
    border: 1px solid #d8dde0;
  }

  .inner {
    margin-bottom: 39px;
    padding-top: 0;
    margin-bottom: 0;
  }

  .inner .top_typelist ul {
    display: block;
  }

  .inner .top_typelist ul li {
    width: 33%;
  }

  .inner .top_typelist ul li a {
    height: 160px;
  }

  .inner .inner_content .rt .goodslist ul li .item .name {
    font-size: 14px;
    height: 45px;
    text-align: center;
    padding: 5px;
  }

  .inner_news_list_page .news_list li {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    padding: 5px;
  }

  .inner .inner_content .lf .typelist > ul > li > a {
    border-bottom: 1px solid #edeeef;
  }

  .inner_news_list_page .news_list {
    margin-top: 20px;
  }

  .inner_news_list_page .news_list li .item {
    display: block;
    background: none !important;
    padding: 0;
  }
  .inner_news_list_page .news_list li .item .pic {
    width: 100%;
  }

  .inner_news_list_page .news_list li .item .message {
    margin-left: 0;
    margin-top: 10px;
  }

  .inner_news_list_page .news_list li .item .message .summary {
    margin: 6px 0;
    font-size: 12px;
    display: block;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .inner_news_list_page .news_list li .item .message .title {
    font-size: 16px;
  }

  .inner_news_read_page .base_read .top_title {
    font-size: 16px;
    position: relative;
  }

  .inner .inner_content .lf .typelist {
    position: relative;
    display: none;
    margin-bottom: 0;
  }

  .inner_base_read .inner .inner_content .rt .top_title {
    font-size: 18px;
  }

  .inner .inner_content .rt .top_title {
    font-size: 18px;
  }

  .inner .bottom_box > div {
    justify-content: space-between;
  }
  .inner .bottom_box > div.kw-box {
    display: none;
  }

  .inner .bottom_box > div .watch {
    margin: 0;
  }

  .inner .bottom_box {
    margin-bottom: 15px;
  }

  .inner_goods_read_page #xiangce {
    width: 100%;
  }

  .inner_goods_read_page .goods_detail {
    margin-top: 40px;
  }

  .inner_feedback .form-horizontal .control-label {
    font-weight: inherit;
  }

  .inner_feedback .btn {
    font-size: 16px;
  }

  .inner_about_read .zhengshu .rt {
    padding-top: 15px;
  }

  .inner_news_list_page .news_list li .item .message .addtime {
    display: none;
  }

  .inner .location a,
  .inner .location {
    font-size: 12px;
  }

  .inner_zhengshu_list_page .zhengshu_list li {
    height: 146px;
  }

  .inner_contact .feedback_box .main .lf {
    float: none;
  }

  .inner_contact .feedback_box .main .rt {
    float: none;
  }

  .inner_contact .feedback_box .main {
    display: block;
  }

  .inner_contact .feedback_box .main .lf {
    padding-right: 0;
    margin-bottom: 60px;
  }

  .inner_contact .feedback_box .top_title p {
    font-size: 25px;
  }

  .inner_contact .feedback_box .main {
    margin-top: 35px;
  }

  #map {
    height: 300px !important;
  }

  .inner_goods_list .top_typelist .item .name {
    font-size: 16px;
  }

  .inner_goods_list .top_typelist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_goods_list .top_typelist .item {
    margin: 0;
    margin-bottom: 15px;
    width: 95%;
    text-align: center;
    height: 200px;
  }
  .inner_goods_list .top_typelist .item .name {
    margin-top: 20px;
  }

  .inner_goods_list .goodslist .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_goods_list .goodslist .item .messag .name {
    font-size: 16px;
  }

  .inner_goods_list .goodslist .item .pic {
    padding: 10px;
  }

  .inner_goods_list .goodslist .item .messag {
    padding: 10px 5px;
  }

  .inner_about_read .licheng .list .item {
    padding: 33px 21px;
  }

  .inner_about_read ._title {
    width: 100%;
    font-size: 22px;
  }

  .inner_about_read .licheng .list .item .summary {
    height: 250px;
  }

  .inner_about_read .licheng .list .item .nian .num {
    font-size: 40px;
  }

  .inner_about_read .about .youshi .list .item .ttop img {
    margin-right: 0;
    height: 30px;
    margin-bottom: 8px;
  }

  .inner_about_read .wenhua .list .item {
    width: 100%;
    min-height: unset;
  }

  .inner_about_read .wenhua .list .item.item5 {
    margin-bottom: 0;
  }

  .inner_about_read .wenhua .list .item1 {
    height: 300px;
  }

  .inner_about_read .huanjing {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*# sourceMappingURL=inner_tpl2.css.map */
