@charset "UTF-8";
.pagination a,
.pagination span {
  line-height: inherit;
  padding: 3px 10px;
}

.inner ._title {
  margin-bottom: 40px;
  color: black;
}
.inner ._title .title {
  text-transform: uppercase;
  font-size: 40px;
}
.inner ._title .title2 {
  font-weight: bold;
  font-size: 25px;
}

/*inner*/
.inner .top_typebar {
  border-bottom: 1px solid #9c9c9c;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.inner .top_typebar ._title {
  margin-bottom: 10px;
}
.inner .top_typebar .rt .top_title {
  display: none;
}
.inner .top_typebar .rt .typelist ul li {
  position: relative;
  margin: 0 20px;
}
.inner .top_typebar .rt .typelist ul li:last-child {
  margin-right: 0;
}
.inner .top_typebar .rt .typelist ul li:first-child {
  margin-left: 0;
}
.inner .top_typebar .rt .typelist ul li:before {
  content: '/';
  display: block;
  position: absolute;
  right: -23px;
  top: -2px;
  font-size: 18px;
}
.inner .top_typebar .rt .typelist ul li a {
  display: block;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}
.inner .top_typebar .rt .typelist ul li:hover a, .inner .top_typebar .rt .typelist ul li.on a {
  border-bottom: 2px solid 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;
}
.inner .base_read .top_title {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 40px;
  color: #b1bf28;
  text-align: center;
}

/*新闻中心*/
.inner_news_list_page .news_list li {
  float: none;
  margin-bottom: 15px;
}
.inner_news_list_page .news_list li .item {
  padding: 15px;
  display: flex;
  align-items: flex-start;
}
.inner_news_list_page .news_list li .item .message {
  margin-left: 35px;
  flex: 1;
}
.inner_news_list_page .news_list li .item .summary {
  line-height: 2;
  font-size: 14px;
  color: #777373;
}
.inner_news_list_page .news_list li .item .addtime {
  font-size: 14px;
  margin: 20px 0;
}
.inner_news_list_page .news_list li .item .title {
  color: black;
  font-size: 22px;
}
.inner_news_list_page .news_list li .item:hover {
  background: #f5f5f5;
}
.inner_news_list_page .news_list li:nth-child(2n) .item {
  background: #f5f5f5;
}

/*新闻阅读*/
.inner_news_read_page .base_read .cc img {
  max-width: 100%;
  line-height: 2;
}

.inner_feedback .base_read {
  width: 90%;
}

.inner_ban {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 560px;
  flex-direction: column;
}
.inner_ban .title {
  font-size: 55px;
  color: white;
  text-transform: uppercase;
}
.inner_ban .title .line {
  background: #b1bf28;
  width: 110px;
  margin: 0 auto;
  margin-top: 25px;
  height: 3px;
}

.inner_about_read .about .content {
  display: flex;
  justify-content: space-between;
}
.inner_about_read .about .content .message {
  position: relative;
  flex: 1;
  padding-left: 60px;
  padding-top: 40px;
}
.inner_about_read .about .content .message .title {
  font-size: 40px;
  margin-bottom: 40px;
  font-family: "PR";
  text-transform: uppercase;
  color: #393939;
}
.inner_about_read .about .content .message .sumamry {
  line-height: 2;
  font-size: 16px;
  color: #393939;
}
.inner_about_read .about .content .message .riqi {
  position: absolute;
  left: -138px;
  bottom: 41px;
}
.inner_about_read .about .content .message .riqi .top {
  margin-bottom: 15px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-end;
  font-style: italic;
}
.inner_about_read .about .content .message .riqi .top h5 {
  color: #b1bf28;
  font-size: 40px;
  margin-right: 10px;
  font-weight: bold;
}
.inner_about_read .about .content .message .riqi .top span {
  font-size: 40px;
  font-weight: bold;
}
.inner_about_read .about .content .message .riqi .line {
  width: 60px;
  height: 3px;
  margin-left: auto;
  margin-right: 0;
  background: #b1bf28;
}
.inner_about_read .about .youshi {
  display: flex;
  justify-content: space-between;
}
.inner_about_read .about .youshi .item {
  width: 15%;
  position: relative;
}
.inner_about_read .about .youshi .item:hover .pic img:last-child {
  display: block;
}
.inner_about_read .about .youshi .item:hover .pic img:first-child {
  display: none;
}
.inner_about_read .about .youshi .item .pic {
  margin-bottom: 10px;
}
.inner_about_read .about .youshi .item .pic img:first-child {
  display: block;
}
.inner_about_read .about .youshi .item .pic img:last-child {
  display: none;
}
.inner_about_read .about .youshi .item .summary {
  font-size: 16px;
  border-top: 1px solid #717171;
  padding-top: 10px;
  margin-top: 10px;
}
.inner_about_read .about .youshi .item .center {
  display: flex;
  align-items: flex-end;
}
.inner_about_read .about .youshi .item .center .num {
  font-size: 30px;
  font-weight: bold;
}
.inner_about_read .about .youshi .item .center .year {
  font-size: 16px;
  margin-left: 20px;
  position: relative;
  bottom: 7px;
}
.inner_about_read .pinpai {
  background: url("../images/pinpai_bg.jpg") no-repeat center;
  background-size: cover;
}
.inner_about_read .pinpai .rt {
  text-align: right;
}
.inner_about_read .pinpai .title {
  font-size: 35px;
  color: #b1bf28;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.inner_about_read .pinpai .line {
  background: #b1bf28;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 50px;
  width: 50px;
}
.inner_about_read .pinpai .summary {
  font-size: 22px;
  color: #393939;
}
.inner_about_read .ditu {
  margin-top: -261px;
  background: url("../images/ditu_bg.png") no-repeat left;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 90%;
  padding-left: 70px;
  padding-right: 45px;
  padding-bottom: 50px;
  padding-top: 154px;
}
.inner_about_read .ditu .rt {
  padding-left: 50px;
}
.inner_about_read .ditu .rt .item {
  color: white;
  font-size: 16px;
  display: flex;
  margin-bottom: 50px;
}
.inner_about_read .ditu .rt .item .diming {
  width: 157px;
}
.inner_about_read .ditu .rt .item .diming .line {
  margin-top: 10px;
  width: 37px;
  height: 3px;
  background: white;
}
.inner_about_read .ditu .rt .item .summary {
  flex: 1;
  line-height: 2;
}
.inner_about_read .parter .top_title p {
  font-size: 40px;
  font-weight: bold;
}
.inner_about_read .parter .top_title .line {
  margin-top: 10px;
  width: 37px;
  height: 3px;
  background: #b1bf28;
}
.inner_about_read .parter .summary {
  font-size: 22px;
  width: 50%;
}
.inner_about_read .parter .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.inner_about_read .parter .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  border-bottom: 2px solid #d7d7d7;
  border-right: 2px solid #d7d7d7;
}
.inner_about_read .parter .list .item:nth-child(4) {
  border-right: 0;
}
.inner_about_read .parter .list .item:nth-child(8) {
  border-right: 0;
}
.inner_about_read .parter .list .item:nth-child(5), .inner_about_read .parter .list .item:nth-child(6), .inner_about_read .parter .list .item:nth-child(7), .inner_about_read .parter .list .item:nth-child(8) {
  border-bottom: 0;
}

.inner_goods_list .inner2 {
  background: #f2f2f2;
}
.inner_goods_list .inner2 .typelist {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.inner_goods_list .inner2 .typelist .item {
  font-size: 18px;
}
.inner_goods_list .inner2 .typelist .item:hover, .inner_goods_list .inner2 .typelist .item.on {
  color: #b1bf28;
}
.inner_goods_list .inner2 .typelist .item:first-child {
  color: #b1bf28;
}
.inner_goods_list .inner2 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.inner_goods_list .inner2 .list .item {
  padding: 40px 20px;
  background: white;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  margin: 15px;
  overflow: hidden;
  position: relative;
}
.inner_goods_list .inner2 .list .item:hover .pic img {
  transform: scale(1.1);
}
.inner_goods_list .inner2 .list .item:hover .more {
  display: block;
}
.inner_goods_list .inner2 .list .item .pic {
  overflow: hidden;
}
.inner_goods_list .inner2 .list .item .pic img {
  transition: .5s;
}
.inner_goods_list .inner2 .list .item .name {
  transition: .5s;
}
.inner_goods_list .inner2 .list .item .name2 {
  font-size: 14px;
  color: #848484;
}
.inner_goods_list .inner2 .list .item .more {
  border: 1px solid #b3b3b3;
  text-align: center;
  display: none;
  transition: .5s;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 102px;
  line-height: 34px;
  overflow: hidden;
}
.inner_goods_list .inner2 .list .item .more:hover {
  border: 1px solid #b1bf28;
}
.inner_goods_list .inner2 .list .item .more:hover .box:after {
  left: 0;
}
.inner_goods_list .inner2 .list .item .more:hover .box p {
  color: white;
}
.inner_goods_list .inner2 .list .item .more .box {
  width: 160px;
  height: 34px;
  position: relative;
}
.inner_goods_list .inner2 .list .item .more .box:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  transition: 1s;
  background: #b1bf28;
  top: 0;
  z-index: 1;
}
.inner_goods_list .inner2 .list .item .more .box p {
  color: #9c9c9c;
  position: relative;
  z-index: 2;
}

.inner_goods_read .location_box {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding-top: 25px;
  padding-bottom: 25px;
}
.inner_goods_read .location_box .location {
  float: none;
  margin-top: 0px;
  display: block;
  font-size: 14px;
  color: #333;
  line-height: inherit;
  border-bottom: 0;
}
.inner_goods_read .location_box .location a {
  font-size: 14px;
  color: #333;
}
.inner_goods_read .location_box .location img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}
.inner_goods_read .location_box .fanhui {
  font-size: 16px;
  color: #393939;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.inner_goods_read .location_box .fanhui img {
  margin-right: 10px;
}
.inner_goods_read .goods_read {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f9f9f9;
}
.inner_goods_read .goods_read .content {
  display: flex;
  justify-content: center;
}
.inner_goods_read .goods_read .lf {
  width: 600px;
  border: 1px solid #e8e8e8;
}
.inner_goods_read .goods_read .tuce {
  margin: 0  -5px;
}
.inner_goods_read .goods_read .tuce .item {
  margin: 0 5px;
  cursor: pointer;
}
.inner_goods_read .goods_read .rt {
  width: 430px;
  padding-top: 15px;
  margin-left: 8%;
}
.inner_goods_read .goods_read .rt .goods_name {
  font-size: 27px;
  margin-bottom: 3px;
}
.inner_goods_read .goods_read .rt .typename {
  font-size: 13px;
  font-weight: bold;
  color: black;
  margin-bottom: 20px;
}
.inner_goods_read .goods_read .rt .jianjie {
  margin-bottom: 20px;
}
.inner_goods_read .goods_read .rt .jianjie .summary {
  font-size: 15px;
}
.inner_goods_read .goods_read .rt .xiazai {
  margin-top: 20px;
}
.inner_goods_read .goods_read .rt .xiazai .xia {
  display: flex;
  align-items: center;
}
.inner_goods_read .goods_read .rt .xiazai img {
  width: 15px;
  margin-right: 5px;
}
.inner_goods_read .goods_read .rt .goods_more {
  background: black;
  color: white;
  margin-top: 30px;
  font-size: 14px;
  padding: 10px 47px;
  display: inline-block;
}
.inner_goods_read ._title2 {
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin-bottom: 5px;
  font-style: italic;
  text-transform: uppercase;
}
.inner_goods_read ._title {
  margin-bottom: 20px;
}
.inner_goods_read ._title p {
  font-size: 25px;
  font-family: 'PR';
  text-transform: uppercase;
}
.inner_goods_read ._title .line {
  margin-top: 10px;
  width: 37px;
  height: 3px;
  background: #b1bf28;
}
.inner_goods_read .tuijian {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner_goods_read .tuijian .content {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.inner_goods_read .tuijian .content .item {
  border: 1px solid #d0d0d0;
  padding: 20px;
  margin: 0 10px;
}
.inner_goods_read .tuijian .content .item .message {
  border-top: 1px solid #d0d0d0;
  padding-top: 15px;
  font-size: 16px;
  line-height: 2;
}
.inner_goods_read .tuijian .content .item .message .more {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d0d0d0;
  font-size: 18px;
  text-align: right;
}
.inner_goods_read .tuijian .swiper-button-prev {
  background: url(../images/owl_lf.png) no-repeat center;
  background-size: cover;
  left: -3px;
}
.inner_goods_read .tuijian .swiper-button-next {
  right: 3px;
  background: url(../images/owl_rt.png) no-repeat center;
  background-size: cover;
}
.inner_goods_read .owl-theme .owl-controls .owl-page.active span, .inner_goods_read .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #b1bf28;
}
.inner_goods_read .xiangqing {
  margin-top: 40px;
}
.inner_goods_read .xiangqing .top_title {
  margin-bottom: 40px;
}
.inner_goods_read .xiangqing .top_title li {
  width: 50%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  float: left;
  cursor: pointer;
  padding: 11px 0 9px;
  text-align: center;
  font-size: 14px;
}
.inner_goods_read .xiangqing .top_title li:first-child {
  border-left: 0;
}
.inner_goods_read .xiangqing .top_title li.on, .inner_goods_read .xiangqing .top_title li:hover {
  background-color: #f8f8f8;
}
.inner_goods_read .xiangqing .cc_box li {
  width: 100%;
  float: none;
  display: none;
}
.inner_goods_read .xiangqing .cc_box li.on {
  display: block;
}

.inner_contact_page .liuyan_box {
  margin-top: 90px;
}
.inner_contact_page .liuyan_box .lf {
  padding-right: 60px;
}
.inner_contact_page .liuyan_box .lf .title {
  text-transform: uppercase;
  font-weight: bold;
}
.inner_contact_page .liuyan_box .lf .title h5 {
  font-size: 57px;
  font-weight: bold;
  margin-bottom: 50px;
}
.inner_contact_page .liuyan_box .lf .title p {
  font-size: 22px;
}
.inner_contact_page .liuyan_box .lf .content {
  margin-top: 50px;
}
.inner_contact_page .liuyan_box .lf .content .infoInput {
  padding: 20px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}
.inner_contact_page .liuyan_box .lf .content .code_box {
  display: flex;
  align-items: center;
}
.inner_contact_page .liuyan_box .lf .content .code_box .infoInput {
  width: 150px;
}
.inner_contact_page .liuyan_box .lf .content .code_box img {
  margin-left: 10px;
}
.inner_contact_page .liuyan_box .lf .content #feedbackbotton {
  width: 134px;
  height: 58px;
  background: black;
  border: 0;
  border-radius: 100%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 56px;
  bottom: 23px;
}
.inner_contact_page .xinxi .title {
  font-size: 22px;
  margin-bottom: 30px;
}
.inner_contact_page .xinxi .summary {
  font-size: 18px;
  line-height: 2;
  color: #232323;
  margin-bottom: 60px;
}
.inner_contact_page .xinxi .list ul li {
  background: black;
  border-radius: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.inner_about_shili ._title {
  text-align: center;
  margin-bottom: 40px;
}
.inner_about_shili ._title p {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.inner_about_shili ._title .line {
  margin: 0 auto;
  margin-top: 20px;
  width: 100px;
  height: 3px;
  background: #b1bf28;
}
.inner_about_shili .youshi {
  background: #f5f5f5;
}
.inner_about_shili .youshi .list .item {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.inner_about_shili .youshi .list .item .lf {
  width: 434px;
  height: 443px;
  border-radius: 10px;
}
.inner_about_shili .youshi .list .item .rt {
  width: 596px;
  height: 443px;
  border-radius: 10px;
}
.inner_about_shili .youshi .list .item .center {
  margin: 0 30px;
  border-radius: 10px;
  text-align: center;
  background: white;
  display: flex;
  width: 465px;
  height: 443px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #393939;
  padding: 10px;
}
.inner_about_shili .youshi .list .item1 {
  padding-left: 5%;
}
.inner_about_shili .youshi .list .item2 {
  padding-right: 5%;
}
.inner_about_shili .zhengshu {
  background: url("../images/zhengshu_bg.jpg") no-repeat center;
  background-size: cover;
}
.inner_about_shili .zhengshu ._title {
  text-align: left;
}
.inner_about_shili .zhengshu ._title .line {
  margin-left: 0;
}
.inner_about_shili .zhengshu .content .summary {
  margin-top: 80px;
}
.inner_about_shili .huanjing .swiper-button-next, .inner_about_shili .huanjing .swiper-button-prev {
  background: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.inner_about_shili .huanjing .swiper-button-next img, .inner_about_shili .huanjing .swiper-button-prev img {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  height: 30px;
}
.inner_about_shili .huanjing .owl_huanjing {
  margin-top: 60px;
}
.inner_about_shili .huanjing .owl_huanjing .swiper-slide {
  padding: 0 15px;
  width: 900px;
}
.inner_about_shili .huanjing .owl_huanjing .swiper-slide .item img {
  opacity: .5;
}
.inner_about_shili .huanjing .owl_huanjing .swiper-slide .item img:hover {
  opacity: 1;
}
.inner_about_shili .huanjing .owl_huanjing .swiper-slide-active .item img {
  opacity: 1;
}

@media (max-width: 1450px) {
  .inner_ban {
    height: 390px;
  }

  .inner_ban .title {
    font-size: 42px;
  }

  .hr {
    height: 50px;
    border: none;
    margin: 0;
  }

  .inner_about_read .about .content .message .title {
    font-size: 35px;
    margin-bottom: 28px;
  }

  .inner_about_read .about .content .message .sumamry {
    font-size: 15px;
  }

  .inner_about_read .ditu .lf {
    width: 60%;
  }

  .inner_about_read .ditu .rt {
    width: 50%;
  }

  .inner_about_read .ditu {
    margin-top: -178px;
    padding-left: 30px;
    padding-right: 30px;
    width: 98%;
  }

  .inner_about_read .pinpai .lf {
    width: 70%;
  }

  .inner_about_read .pinpai .rt {
    width: 30%;
  }

  .inner_about_read .pinpai {
    background-size: inherit;
  }
}
@media (max-width: 768px) {
  .inner_about_shili ._title p {
    font-size: 18px;
  }

  .inner_about_shili .youshi .list .item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .inner_about_shili .youshi .list .item .center {
    font-size: 16px;
  }

  .inner_about_shili .youshi .list .item1 .lf {
    display: none;
  }

  .inner_about_shili .youshi .list .item1 .center {
    margin-left: 0;
    height: 166px;
    width: 55%;
    margin-right: 15px;
  }

  .inner_about_shili .youshi .list .item1 .rt {
    width: 40%;
    height: 166px;
  }

  .inner_about_shili .youshi .list .item2 .rt {
    width: 40%;
    height: 186px;
  }

  .inner_about_shili .youshi .list .item {
    justify-content: space-between;
    margin-bottom: 22px;
  }

  .inner_about_shili .youshi .list .item2 .lf {
    display: none;
  }

  .inner_about_shili .youshi .list .item2 .center {
    margin-left: 15px;
    height: 258px;
    width: 55%;
    margin-right: 0;
  }

  .inner_about_shili .youshi .list .item2 .center {
    height: 186px;
  }

  .inner_about_shili .zhengshu .content .lf {
    float: none;
  }
  .inner_about_shili .zhengshu .content .rt {
    float: left;
    margin-top: 40px;
  }

  .inner_about_shili .zhengshu ._title {
    text-align: center;
  }

  .inner_about_shili .zhengshu ._title .line {
    margin-left: auto;
  }

  .inner_about_shili .zhengshu .content .summary {
    margin-top: 40px;
  }

  .inner_about_shili .huanjing .owl_huanjing {
    margin-top: 0;
  }

  .inner_ban {
    height: 238px;
  }

  .inner_ban .title {
    font-size: 25px;
  }

  .inner_about_read .about .content {
    display: block;
  }

  .inner_about_read .about .content .message {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }

  .inner_about_read .about .content .message .title {
    text-align: center;
    font-size: 22px;
  }

  .inner_about_read .about .youshi .item .center .num {
    font-size: 25px;
  }

  .inner_about_read .about .content .message .riqi {
    display: none;
  }

  .inner_about_read .about .youshi .item {
    width: 48%;
    margin-bottom: 30px;
  }

  .inner_about_read .about .youshi {
    flex-wrap: wrap;
  }

  .inner_about_read .about .youshi .item .pic img {
    margin: 0 auto;
  }

  .inner_about_read .about .youshi .item .center {
    justify-content: center;
  }

  .inner_about_read .about .youshi .item .summary {
    text-align: center;
  }

  .inner_about_read .pinpai .lf {
    float: none;
    width: 100%;
  }

  .inner_about_read .pinpai .rt {
    width: 100%;
    float: none;
  }

  .inner_about_read .pinpai {
    background: #e1e0e0;
  }

  .inner_about_read .pinpai .title {
    text-align: center;
    font-size: 22px;
  }

  .inner_about_read .parter .top_title p {
    font-size: 22px;
  }

  .inner_about_read .parter .top_title .line {
    margin: 0 auto;
    margin-top: 12px;
  }

  .inner_about_read .pinpai .line {
    margin: 0 auto;
    margin-top: 12px;
  }

  .inner_ban .title .line {
    margin-top: 12px;
  }

  .inner_about_read .pinpai .summary {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .inner_about_read .ditu .lf {
    display: none;
  }

  .inner_about_read .ditu .rt {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .inner_about_read .ditu {
    margin-top: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .inner_about_read .parter .summary {
    float: none;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
  }

  .inner_about_read .parter .title {
    float: none;
    text-align: center;
  }

  .inner_about_read .parter .list {
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_about_read .parter .list .item {
    height: 135px;
  }

  .inner_about_read .parter .list .item:nth-child(5),
  .inner_about_read .parter .list .item:nth-child(6) {
    border-bottom: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7;
  }

  .inner_about_shili .huanjing .owl_huanjing .swiper-slide .item img {
    opacity: 1;
  }

  .inner_contact_page .liuyan_box .lf .title h5 {
    font-size: 25px;
    margin-bottom: 9px;
  }

  .inner_contact_page .liuyan_box .lf .title p {
    font-size: 18px;
  }

  .inner_contact_page .liuyan_box .lf {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .inner_contact_page .liuyan_box {
    margin-top: 30px;
  }

  .inner_contact_page .xinxi .title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .inner_contact_page .xinxi .list ul {
    display: flex;
    justify-content: center;
  }

  .inner_contact_page .xinxi .summary {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .inner_contact_page .xinxi .lf {
    margin-bottom: 30px;
  }

  .inner_goods_list .inner2 .list {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
    margin-right: 0;
  }

  .inner_goods_list .inner2 .typelist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_goods_list .inner2 .list .item {
    font-size: 16px;
    padding: 15px;
    width: 92%;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .inner_goods_list .inner2 .typelist .item {
    border: 1px solid #cbcbcb;
    text-align: center;
    font-size: 14px;
    padding: 8px 5px;
    margin-bottom: 15px;
    width: 95%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inner_goods_list .inner2 .list .item .more {
    width: 70%;
  }

  .inner_goods_read .goods_read .rt {
    padding-left: 0px;
    float: none;
  }

  .inner_goods_read .goods_read .lf {
    float: none;
  }

  .inner_goods_read .goods_read .rt .goods_name {
    padding-top: 16px;
    padding-bottom: 14px;
    font-size: 20px;
    margin-bottom: 19px;
  }

  .inner_goods_read .goods_read .rt .canshu {
    padding-left: 0px;
  }

  .inner_goods_read .goods_read .rt .title {
    margin-bottom: 17px;
  }

  .inner_goods_read .goods_read {
    padding-bottom: 15px;
    padding-top: 40px;
  }
  .inner_goods_read .goods_read .owl-theme .owl-controls {
    left: 0;
  }

  .inner_goods_read .tuijian .content .item .message .more {
    font-size: 14px;
  }

  .inner_goods_read .goods_read .lf .tuce .item {
    text-align: center;
  }

  .inner_goods_read .goods_read .lf .tuce .item img {
    max-width: 90%;
  }

  .inner_goods_read ._title p {
    font-size: 22px;
    text-align: center;
  }

  .inner_goods_read ._title .line {
    margin-left: auto;
    margin-right: auto;
  }

  .inner_goods_read ._title {
    margin-bottom: 30px;
  }

  .inner_goods_read .xiangqing .top_title {
    font-size: 22px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }

  .inner_about_shili .huanjing .swiper-button-next img, .inner_about_shili .huanjing .swiper-button-prev img {
    height: 17px;
  }

  .inner_about_shili .huanjing .swiper-button-next, .inner_about_shili .huanjing .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .inner_contact_page .liuyan_box .lf .content #feedbackbotton {
    border-radius: 0;
    margin: 0 auto;
    width: 156px;
    height: 44px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .inner_contact_page .liuyan_box .lf .title {
    text-align: center;
  }

  .inner_contact_page .liuyan_box .lf .content {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  /**/
  .inner .location {
    margin-bottom: 20px;
    float: none;
    margin-top: 20px;
    display: block;
    font-size: 14px;
    color: #b5b5b5;
    line-height: inherit;
    border-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 1px;
  }
  .inner .location img {
    width: 20px;
    margin-right: 8px;
    position: relative;
    top: -3px;
  }
  .inner .location a {
    font-size: 14px;
    color: #b5b5b5;
    text-transform: capitalize;
  }

  .inner .top_typebar .rt .top_title {
    display: block;
    font-size: 16px;
    position: relative;
    height: 50px;
    padding-left: 0;
    display: flex !important;
    min-height: 50px;
    text-transform: capitalize;
    font-weight: bold;
    color: white;
    background: #b1bf28;
    align-items: center;
    justify-content: center;
  }
  .inner .top_typebar .rt .top_title.on {
    display: block;
  }
  .inner .top_typebar .rt .top_title:after {
    position: absolute;
    right: 20px;
    bottom: 18px;
    width: 18px;
    height: 18px;
    content: '';
    background: url(../images/default/more.png) no-repeat center;
    background-size: cover;
  }

  .inner .top_typebar .rt {
    width: 100%;
  }

  .inner .top_typebar .rt .typelist {
    display: none;
  }
  .inner .top_typebar .rt .typelist ul {
    border: 1px solid #d8dde0;
    width: 100%;
    display: block;
  }

  .inner .top_typebar .rt .typelist ul li {
    width: 100%;
    margin: 0;
    float: none;
  }
  .inner .top_typebar .rt .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 #d8d8d8;
    height: auto;
  }
  .inner .top_typebar .rt .typelist ul li:last-child a {
    border-bottom: 0;
  }

  .inner .top_typebar {
    display: block;
    border-bottom: 0px;
    margin-top: -45px;
  }

  .inner .top_typebar ._title {
    display: none;
  }

  .inner ._title {
    text-align: center;
    margin-bottom: 25px;
  }

  .inner ._title .title {
    font-size: 25px;
  }

  .inner ._title .title2 {
    font-size: 20px;
  }

  /**/
  /**/
  /**/
  .inner_news_list_page .news_list li {
    margin-bottom: 30px;
    border: 1px solid #e0e0e0;
    padding: 10px;
  }

  .inner .inner_content .lf .typelist > ul > li > a {
    border-bottom: 1px solid #edeeef;
  }

  .inner_news_list_page .news_list {
    margin-top: 0px;
  }

  .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 .pic img {
    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_list_page .news_list li .item .message .addtime {
    display: none;
  }

  .inner_news_read_page .base_read .top_title {
    font-size: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }

  .inner .bottom_box > div {
    justify-content: space-between;
  }
  .inner .bottom_box > div.kw-box {
    justify-content: flex-start;
  }

  .inner .bottom_box > div .watch {
    margin: 0;
  }

  .inner .bottom_box {
    margin-bottom: 15px;
  }

  .inner .bottom_box .kw-box > span {
    font-size: 14px;
  }

  .inner .bottom_box .kw-box a {
    font-size: 14px;
  }

  /**/
}

/*# sourceMappingURL=inner_tpl.css.map */
