@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 {
  text-transform: capitalize;
  font-weight: bold;
  color: white;
  background: #6c4a2d;
  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: #a70303;
}
.inner .inner_content .lf .typelist > ul > li:hover > a, .inner .inner_content .lf .typelist > ul > li.on > a {
  color: #a70303;
  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: #6c4a2d;
  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: #6c4a2d;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner .inner_content .lf .subtitle-wrap:after, .inner .inner_content .lf .subtitle-wrap:before {
  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: capitalize;
  padding-right: 15px;
  padding-left: 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: #6c4a2d;
  font-size: 16px;
  content: "●";
  padding: 10px;
}
.inner .inner_content .lf ul li.cat-item:hover a {
  color: #6c4a2d;
}
.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;
  width: 70%;
  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: #6c4a2d;
}
.inner .inner_content .rt .top_title_en {
  color: black;
}
.inner .cc {
  padding-bottom: 30px;
  line-height: 2;
}
.inner .cc table {
  max-width: 100% !important;
  width: auto !important;
}
.inner .cc table td {
  padding-left: 5px;
  padding-right: 5px;
}
.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_feedback {
  /*.footer .feedback_box{
     display: none;
  }*/
}

/*产品阅读*/
.inner_goods_read_page .inner .inner_content .rt .top_title {
  text-align: center;
  border: 0;
  font-weight: bold;
}
.inner_goods_read_page .rt_message {
  padding-left: 50px;
}
.inner_goods_read_page .goods_read .pic {
  text-align: center;
  padding: 20px;
  border: 1px solid #d0d0d0;
}
.inner_goods_read_page .goods_read .goods_more {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 35px;
  width: 135px;
  background: #6c4a2d;
  color: white;
  transition: .5s;
}
.inner_goods_read_page .goods_read .goods_more:hover {
  width: 160px;
}
.inner_goods_read_page .bottom_box {
  margin-bottom: 0;
}
.inner_goods_read_page .bottom_box > div {
  margin-top: 0;
}
.inner_goods_read_page .bottom_box .kw-box {
  margin-bottom: 20px;
}
.inner_goods_read_page .rt_message .title2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.inner_goods_read_page .rt_message .title2 p {
  font-size: 16px;
  color: #636363;
  margin-right: 5px;
  width: 98px;
  font-weight: bold;
}
.inner_goods_read_page .rt_message .title2 span {
  font-size: 16px;
  color: #6c4a2d;
}
.inner_goods_read_page .rt_message .summary {
  display: flex;
  align-items: flex-start;
}
.inner_goods_read_page .rt_message .summary span {
  flex: 1;
  display: block;
  font-size: 16px;
  line-height: 2;
  position: relative;
  top: -4px;
}
.inner_goods_read_page .owl-theme .owl-controls {
  bottom: -4%;
}
.inner_goods_read_page .owl-theme .owl-controls .owl-page span {
  background: black;
}
.inner_goods_read_page .owl-theme .owl-controls .owl-page.active span,
.inner_goods_read_page .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #6c4a2d;
}
.inner_goods_read_page #xiangce {
  padding-bottom: 20px;
  width: 600px;
  margin-top: 25px;
}
.inner_goods_read_page #xiangce .item {
  text-align: center;
  padding: 5px;
}
.inner_goods_read_page #xiangce .item img {
  border: 1px solid #d0d0d0;
}
.inner_goods_read_page #xiangce.on {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner_goods_read_page #xiangce.on .item {
  margin-right: 5px;
}
.inner_goods_read_page .goods_detail {
  margin-top: 70px;
}
.inner_goods_read_page .goods_detail .top_bar {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  height: 55px;
  margin-bottom: 40px;
}

/*产品列表*/
.inner_goods_list .inner .inner_content .rt {
  padding: 0;
}
.inner_goods_list ._goodslist li {
  padding: 15px;
}
.inner_goods_list ._goodslist .item {
  border: 1px solid transparent;
}
.inner_goods_list ._goodslist .item .pic {
  padding: 10px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
}
.inner_goods_list ._goodslist .item .pic img {
  transition: .5s;
  max-width: 100%;
}
.inner_goods_list ._goodslist .item .name {
  background: #6c4a2d;
  color: white;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.inner_goods_list ._goodslist .item .name p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.inner_goods_list ._goodslist .item:hover {
  border: 1px solid #6c4a2d;
}
.inner_goods_list ._goodslist .item:hover .name {
  background: #6c4a2d;
}
.inner_goods_list ._goodslist .item:hover .pic img {
  transform: scale(1.1);
}

.inner_about_read .inner2 ._summary {
  font-size: 16px;
  line-height: 32px;
}
.inner_about_read .inner2 ._title {
  text-align: center;
  margin-bottom: 30px;
}
.inner_about_read .inner2 ._title .title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 0;
}
.inner_about_read .inner2 ._title .title1 .p1 {
  color: black;
}
.inner_about_read .inner2 ._title .title1 .p2 {
  color: #6c4a2d;
}
.inner_about_read .inner2 ._title .title2 {
  font-size: 18px;
  text-transform: uppercase;
  color: #999999;
}
.inner_about_read .inner2 .about7 {
  background: url("../images/gongsi.jpg") no-repeat center;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  color: white;
}
.inner_about_read .inner2 .about7 .lf {
  width: 46%;
}
.inner_about_read .inner2 .about7 .lf .title {
  font-size: 36px;
}
.inner_about_read .inner2 .about7 .lf .line {
  background: white;
  width: 30px;
  height: 2px;
  margin-top: 20px;
}
.inner_about_read .inner2 .about7 .lf ._summary {
  margin-top: 50px;
}
.inner_about_read .inner2 .about7 .rt {
  margin-top: 150px;
  width: 46%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.inner_about_read .inner2 .about7 .rt .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 0;
  border: 1px solid white;
}
.inner_about_read .inner2 .about7 .rt .item .title {
  font-size: 18px;
}
.inner_about_read .inner2 .about7 .rt .item .num {
  font-weight: bold;
  font-size: 68px;
}
.inner_about_read .inner2 .about9 {
  margin-bottom: 50px;
  margin-top: 70px;
}
.inner_about_read .inner2 .about9 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_about_read .inner2 .about9 .list .item {
  height: 493px;
  width: 24%;
  color: white;
  padding: 30px;
  padding-top: 50px;
  position: relative;
}
.inner_about_read .inner2 .about9 .list .item * {
  z-index: 2;
  position: relative;
}
.inner_about_read .inner2 .about9 .list .item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height: 100%;
}
.inner_about_read .inner2 .about9 .list .item .title {
  font-size: 30px;
  margin-bottom: 5px;
}
.inner_about_read .inner2 .about9 .list .item .summary {
  font-size: 18px;
}
.inner_about_read .inner2 .about9 .top_summary {
  margin-bottom: 50px;
}
.inner_about_read .inner2 .about6 {
  background: #f6f6f6;
  font-size: 16px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner_about_read .inner2 .about5 {
  font-size: 16px;
  margin-bottom: 70px;
}
.inner_about_read .inner2 .about5 .lf {
  width: 45%;
}
.inner_about_read .inner2 .about5 .lf img {
  margin-bottom: 40px;
}
.inner_about_read .inner2 .about5 .rt {
  width: 45%;
}
.inner_about_read .inner2 .about5 .rt .pic {
  margin-bottom: 20px;
}
.inner_about_read .inner2 .about5 .rt .summary {
  margin-bottom: 90px;
}
.inner_about_read .inner2 .licheng {
  margin-bottom: 100px;
  background: url("../images/shan.jpg") no-repeat bottom;
  padding-bottom: 370px;
}
.inner_about_read .inner2 .licheng .container2 {
  overflow: visible;
}
.inner_about_read .inner2 .licheng .swiper-button-next {
  right: 0;
}
.inner_about_read .inner2 .licheng .swiper-button-prev {
  left: 0;
}
.inner_about_read .inner2 .licheng .swiper-button-next, .inner_about_read .inner2 .licheng .swiper-button-prev {
  opacity: 1;
  margin-top: -59px;
  background: none;
  width: auto;
  height: auto;
}
.inner_about_read .inner2 .licheng .swiper-button-next .pic1, .inner_about_read .inner2 .licheng .swiper-button-prev .pic1 {
  display: block;
}
.inner_about_read .inner2 .licheng .swiper-button-next .pic2, .inner_about_read .inner2 .licheng .swiper-button-prev .pic2 {
  display: none;
}
.inner_about_read .inner2 .licheng .swiper-button-next:hover .pic2, .inner_about_read .inner2 .licheng .swiper-button-prev:hover .pic2 {
  display: block;
}
.inner_about_read .inner2 .licheng .swiper-button-next:hover .pic1, .inner_about_read .inner2 .licheng .swiper-button-prev:hover .pic1 {
  display: none;
}
.inner_about_read .inner2 .licheng .list {
  position: relative;
}
.inner_about_read .inner2 .licheng .list:after {
  display: block;
  background: black;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 72px;
  content: '';
}
.inner_about_read .inner2 .licheng .list .item {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.inner_about_read .inner2 .licheng .list .item img {
  margin: 20px 0;
}
.inner_about_read .inner2 .licheng .list .item .summary {
  font-size: 16px;
  line-height: 30px;
  height: 130px;
}
.inner_about_read .inner2 .licheng .list .item .num {
  font-size: 30px;
}
.inner_about_read .inner2 .about3 {
  margin-bottom: 90px;
}
.inner_about_read .inner2 .about3 .summary {
  margin-bottom: 60px;
}
.inner_about_read .inner2 .about2_2 {
  margin-top: -318px;
  background: #f3f5f8;
  margin-bottom: 100px;
}
.inner_about_read .inner2 .about2_2 .container2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner_about_read .inner2 .about2_2 .sumamry {
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 0px;
  /*height: 400px;
  overflow-y: scroll;*/
}
.inner_about_read .inner2 .about2_2 .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
.inner_about_read .inner2 .about2_2 .title2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.inner_about_read .inner2 .about2_2 ._more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 170px;
  transition: .5s;
  color: black;
}
.inner_about_read .inner2 .about2_2 ._more:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.inner_about_read .inner2 .about2_2 ._more span {
  font-size: 16px;
  margin-right: 10px;
}
.inner_about_read .inner2 .about2 {
  margin-top: -242px;
  background: #f3f5f8;
  margin-bottom: 100px;
}
.inner_about_read .inner2 .about2 .container2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.inner_about_read .inner2 .about2 .summary {
  font-size: 14px;
  color: #999999;
}
.inner_about_read .inner2 .about2 .line {
  width: 80px;
  height: 3px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: black;
}
.inner_about_read .inner2 .about2 .title {
  font-size: 36px;
}
.inner_about_read .inner2 .about1 {
  padding-top: 70px;
  position: relative;
}
.inner_about_read .inner2 .about1 .xian {
  position: absolute;
  right: 0;
  top: 175px;
}
.inner_about_read .inner2 .about1 .lf {
  width: 45%;
}
.inner_about_read .inner2 .about1 .lf .list {
  width: 82%;
  margin-top: 31px;
  display: flex;
  justify-content: space-between;
}
.inner_about_read .inner2 .about1 .lf .list .item {
  width: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 5px;
  justify-content: center;
  background: #f3f5f8;
}
.inner_about_read .inner2 .about1 .lf .list .item .name {
  margin-top: 10px;
  font-size: 18px;
}
.inner_about_read .inner2 .about1 .lf .summary {
  font-size: 16px;
  opacity: .9;
  line-height: 32px;
}
.inner_about_read .inner2 .about1 .lf .title {
  margin-bottom: 40px;
}
.inner_about_read .inner2 .about1 .lf .title .name {
  font-size: 40px;
  font-weight: 400;
}
.inner_about_read .inner2 .about1 .lf .title .name2 {
  font-size: 36px;
}
.inner_about_read .inner2 .about1 .rt {
  margin-top: 152px;
  width: 45%;
}
.inner_about_read .inner2 .about1 .rt .title {
  text-align: right;
  padding-right: 50px;
  margin-bottom: 80px;
  font-size: 30px;
  color: #6c4a2d;
}

/*证书*/
.inner_zhengshu_list_page .zhengshu_list .item .pic {
  border: 15px solid white;
}
.inner_zhengshu_list_page .zhengshu_list .item .name {
  font-size: 16px;
}

/*新闻列表*/
.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 .inner .inner_content {
  margin-top: 37px;
}
.inner_feedback .form-horizontal .control-label {
  font-size: 16px;
  padding-right: 15px;
}
.inner_feedback .form-control {
  width: 90%;
}
.inner_feedback .btn {
  background: #6c4a2d;
  color: white;
  border: 0 !important;
}

.inner_contact .main_content {
  margin-bottom: 100px;
}
.inner_contact .main_content .name_box {
  color: #393939;
  text-align: center;
  margin-bottom: 25px;
}
.inner_contact .main_content .name_box h5 {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  opacity: .5;
}
.inner_contact .main_content .name_box .bttom {
  font-size: 36px;
  text-transform: uppercase;
  color: #6c4a2d;
  font-weight: bold;
}
.inner_contact .main_content .top_content {
  display: flex;
}
.inner_contact .main_content .lf {
  padding-right: 15px;
}
.inner_contact .main_content .lf .cpn {
  font-size: 32px;
  font-weight: bold;
  color: #6c4a2d;
}
.inner_contact .main_content .lf .message {
  font-size: 18px;
  color: #3c3c3c;
  line-height: 2;
  margin-bottom: 15px;
  margin-top: 10px;
}
.inner_contact .main_content .lf .message ul li {
  float: none;
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.inner_contact .main_content .lf .message ul li img {
  padding-right: 10px;
  position: relative;
  top: 9px;
}
.inner_contact .main_content .lf .message ul li.phone_li {
  display: flex;
  align-items: center;
}
.inner_contact .main_content .lf .message ul li.phone_li img {
  top: 0;
}
.inner_contact .main_content .lf .message ul li.phone_li strong {
  font-size: 32px;
  font-weight: bold;
  color: #6c4a2d;
}
.inner_contact .main_content .rt {
  padding-left: 15px;
  margin-bottom: -20px;
}
.inner_contact .main_content .rt #feedbackbotton {
  background: #0049bc;
  font-size: 18px;
  width: 190px;
  height: 44px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  position: absolute;
  right: 5px;
  bottom: 87px;
}
.inner_contact .main_content .rt .code_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_contact .main_content .rt .code_box img {
  margin-left: 10px;
}
.inner_contact .main_content .rt .input_box {
  width: 50%;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 20px;
}
.inner_contact .main_content .rt .input_box_3 {
  width: 100%;
}
.inner_contact .main_content .rt .input_box_3 .infoInput {
  height: 155px;
}
.inner_contact .main_content .rt .infoInput {
  height: 44px;
  padding: 5px 10px;
  background: #f1f1f1;
  border: 0px solid #cfcfcf;
  border-radius: 5px;
  width: 100%;
}
.inner_contact .main_content .rt .input_box_5 .infoInput {
  height: 181px;
}
.inner_contact .main_content .rt input::-webkit-input-placeholder {
  color: #787878;
}
.inner_contact #dituContent {
  height: 500px;
}

.inner_case_list ._goodslist .item .name p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

/**/
@media (max-width: 1600px) {
  .inner ._top_title span {
    font-size: 30px;
  }

  .inner ._top_title p {
    font-size: 45px;
  }

  .inner ._top_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 1450px) {
  .inner .inner_content .lf .top_title {
    font-size: 20px;
  }

  .inner_goods_read_page .rt_message {
    padding-left: 30px;
  }

  .inner_goods_read_page #xiangce {
    width: 500px;
  }

  .inner_about_read .inner2 .about1 .lf .list {
    width: 100%;
  }

  .inner_about_read .inner2 .about1 .lf .list .item {
    width: 162px;
  }

  .inner_about_read .inner2 .about1 .lf .title .name {
    font-size: 30px;
  }

  .inner_about_read .inner2 .about1 .lf .title .name2 {
    font-size: 28px;
  }

  .inner_about_read .inner2 .about1 .lf .list .item .name {
    margin-top: 10px;
    font-size: 16px;
  }

  .inner_about_read .inner2 .about1 .rt .title {
    padding-right: 26px;
    margin-bottom: 124px;
    font-size: 26px;
  }

  .inner_about_read .inner2 ._summary {
    font-size: 15px;
    line-height: 29px;
  }

  .inner_about_read .inner2 .about2 .title {
    font-size: 28px;
  }

  .inner_about_read .inner2 .about2 .line {
    width: 80px;
    height: 2px;
    margin-top: 21px;
    margin-bottom: 22px;
  }

  .inner_about_read .inner2 .about2 {
    margin-top: -130px;
  }

  .inner_about_read .inner2 .about5 .lf,
  .inner_about_read .inner2 .about5 .rt {
    width: 47%;
  }

  .inner_about_read .inner2 .about7 .lf .title {
    font-size: 30px;
  }

  .inner_about_read .inner2 .about9 .list .item .title {
    font-size: 27px;
  }

  .inner_about_read .inner2 .about9 .list .item {
    height: 400px;
  }

  .inner_about_read .inner2 ._title .title1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .inner_about_read .inner2 .about1 .lf {
    float: none;
    width: 100%;
  }

  .inner_about_read .inner2 .about1 .rt {
    float: none;
    width: 100%;
  }

  .inner_about_read .inner2 .about1 .xian {
    display: none;
  }

  .inner_about_read .inner2 .about1 .lf .title {
    text-align: center;
  }

  .inner_about_read .inner2 .about1 .lf .title .name {
    font-size: 23px;
  }

  .inner_about_read .inner2 .about1 .lf .title .name2 {
    font-size: 23px;
  }

  .inner_about_read .inner2 ._summary {
    font-size: 15px;
    line-height: 29px;
  }

  .inner_about_read .inner2 .about1 .lf .list .item {
    width: 108px;
  }

  .inner_about_read .inner2 .about1 .lf .title {
    margin-bottom: 19px;
  }

  .inner_about_read .inner2 .about1 .rt .title {
    display: none;
  }

  .inner_about_read .inner2 .about1 .rt {
    margin-top: 50px;
  }

  .inner_about_read .inner2 .about1 .lf .list {
    margin-top: 58px;
  }

  .inner_about_read .inner2 .about2 {
    margin-top: 0;
  }

  .inner_about_read .inner2 .about2 .title {
    font-size: 20px;
  }

  .inner_about_read .inner2 .about2 .container2 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }

  .inner_about_read .inner2 .about2 {
    margin-bottom: 55px;
  }

  .inner_about_read .inner2 ._title .title1 {
    font-size: 25px;
  }

  .inner_about_read .inner2 ._title .title2 {
    font-size: 14px;
  }

  .inner_about_read .inner2 .about3 {
    margin-bottom: 58px;
  }

  .inner_about_read .inner2 .licheng .list .item .summary {
    font-size: 15px;
    line-height: 26px;
    height: auto;
  }

  .inner_about_read .inner2 .licheng .list .item .num {
    font-size: 27px;
    font-weight: bold;
  }

  .inner_about_read .inner2 .licheng .list .item img {
    margin: 12px 0;
  }

  .inner_about_read .inner2 .licheng .list .item {
    width: 70%;
  }

  .inner_about_read .inner2 .licheng .list:after {
    top: 60px;
  }

  .inner_about_read .inner2 .licheng .swiper-button-next,
  .inner_about_read .inner2 .licheng .swiper-button-prev {
    margin-top: -52px;
  }

  .inner_about_read .inner2 .licheng {
    padding-bottom: 292px;
    margin-bottom: 70px;
  }

  .inner_about_read .inner2 .about5 .lf, .inner_about_read .inner2 .about5 .rt {
    width: 100%;
    float: none;
  }

  .inner_about_read .inner2 .about5 .lf {
    margin-bottom: 30px;
  }

  .inner_about_read .inner2 .about5 .rt .summary {
    margin-bottom: 20px;
  }

  .inner_about_read .inner2 .about6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner_about_read .inner2 .about7 .lf {
    width: 100%;
    float: none;
  }

  .inner_about_read .inner2 .about7 .rt {
    width: 100%;
    float: none;
  }

  .inner_about_read .inner2 .about7 .lf .title {
    font-size: 22px;
    text-align: center;
  }

  .inner_about_read .inner2 .about7 .lf .line {
    margin-left: auto;
    margin-right: auto;
  }

  .inner_about_read .inner2 .about7 .lf ._summary {
    margin-top: 20px;
  }

  .inner_about_read .inner2 .about7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner_about_read .inner2 .about7 .rt {
    margin-top: 60px;
  }

  .inner_about_read .inner2 .about7 .rt .item .num {
    font-size: 45px;
  }

  .inner_about_read .inner2 .about7 .rt .item {
    padding: 23px 0;
  }

  .inner_about_read .inner2 .about9 .list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .inner_about_read .inner2 .about9 .list .item {
    width: 95%;
    margin: 0 auto;
    height: 300px;
    margin-bottom: 5%;
  }

  .inner_about_read .inner2 .about9 .list .item {
    padding: 19px;
    padding-top: 32px;
  }

  .inner_about_read .inner2 .about9 .list .item .summary {
    font-size: 16px;
  }

  .inner_about_read .inner2 .about9 .list .item .title {
    font-size: 23px;
  }

  .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-top: 20px;
    width: 100%;
    padding: 0;
    border-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .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_goods_list ._goodslist .item .name {
    font-size: 14px;
    padding: 10px 5px;
    min-height: 60px;
  }

  .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_goods_list ._goodslist li {
    width: 48%;
    float: left;
    padding: 0;
    margin-bottom: 15px;
  }
  .inner_goods_list ._goodslist li:nth-child(2n) {
    float: right;
  }

  .inner_news_list_page .news_list li .item .message .addtime {
    display: none;
  }

  .inner .location a,
  .inner .location {
    font-size: 12px;
  }

  .inner_goods_read_page .goods_read .pic {
    float: none;
  }

  .inner_goods_read_page .goods_read .rt_message {
    float: none;
    margin-top: 20px;
    padding-left: 0;
  }

  .inner_goods_read_page .bottom_box {
    margin-bottom: 0;
  }

  .inner ._top_title p {
    font-size: 23px;
  }

  .inner ._top_title span {
    font-size: 17px;
    margin-left: 9px;
  }

  .inner ._top_title {
    margin-bottom: 15px;
    justify-content: center;
  }

  .inner_goods_read_page .rt_message .summary {
    display: block;
  }

  .inner_goods_read_page .rt_message .summary span {
    top: 0;
  }

  .inner_contact .top_message_box p {
    font-size: 15px;
  }

  .inner_contact .top_message_box strong {
    font-size: 15px;
  }

  .inner_contact .main_content .container2 {
    display: block;
  }

  .inner_goods_read_page .goods_read .pic img {
    max-width: 100%;
  }

  .inner_contact .top_message_box {
    margin-bottom: 60px;
  }

  .inner_contact .name_box .bttom {
    justify-content: center;
  }

  .inner_contact .name_box h5 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .inner_contact .name_box {
    text-align: center;
  }

  .inner_contact .main_content .lf,
  .inner_contact .main_content .rt {
    padding: 0;
    float: none;
  }

  .inner_contact .main_content .lf {
    margin-bottom: 30px;
  }

  .inner_contact .main_content .lf .message {
    font-size: 16px;
  }

  .inner_contact .main_content .rt #feedbackbotton {
    position: static;
    font-size: 16px;
    height: 38px;
    margin-top: 0px;
    width: 150px;
  }

  .inner_contact .main_content .name_box {
    margin-bottom: 0;
  }

  .inner_contact .main_content .rt .formlist {
    padding-bottom: 30px;
  }

  .inner_contact .main_content .rt .input_box {
    width: 100%;
  }

  .inner_contact .main_content {
    margin-bottom: 50px;
  }

  .inner_contact .name_box .bttom p {
    font-size: 18px;
    margin-right: 0;
  }

  .inner_contact .main_content .name_box h5 {
    font-size: 24px;
    margin-bottom: 3px;
  }

  .inner_contact .main_content .name_box .bttom {
    font-size: 20px;
  }

  .inner_contact .main_content .lf .cpn {
    font-size: 18px;
    text-align: center;
  }

  .inner_contact .main_content .lf .message ul li.phone_li strong {
    font-size: 16px;
  }

  .inner_contact .main_content .lf .message ul li img {
    width: 25px;
  }

  .inner_contact #dituContent {
    height: 300px;
  }

  .inner .cc table td,
  .inner .cc tbody td {
    width: auto !important;
    word-wrap: break-word;
    word-break: break-all;
  }

  .inner .cc {
    /**{
       text-indent: unset !important;
    }*/
  }

  .inner .cc table,
  .inner .cc tbody {
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: scroll;
  }

  .inner_about_read .inner2 .about1 .lf .list .item .pic {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inner_about_read .inner2 .about1 .lf .list .item .name {
    font-size: 14px;
  }

  .inner_about_read .inner2 .about2_2 {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .inner_about_read .inner2 .about2_2 .title {
    font-size: 24px;
  }

  .inner_about_read .inner2 .about2_2 .title2 {
    font-size: 18px;
  }

  .inner_about_read .inner2 .about2_2 .sumamry {
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 0px;
  }

  .inner_about_read .inner2 .about2_2 ._more span {
    font-size: 14px;
    margin-right: 10px;
  }
}

/*# sourceMappingURL=inner_tpl.css.map */
