@charset "UTF-8";
.inner {
  margin: 130px 0;
}
.inner .tips {
  text-align: center;
}

.location {
  float: left;
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  color: #a5a5a5;
  letter-spacing: 1px;
}
.location a {
  font-size: 14px;
  color: #a5a5a5;
}
.location img {
  width: 20px;
  margin-right: 8px;
  position: relative;
  top: -3px;
}

.inner2 ._top {
  padding-bottom: 15px;
  border-bottom: 2px solid #d8d8d8;
}
.inner2 ._top .name {
  display: flex;
  align-items: center;
}
.inner2 ._top .name p {
  font-size: 27px;
  letter-spacing: 3px;
  margin-right: 10px;
}
.inner2 ._top .name h5 {
  text-transform: uppercase;
  color: #a70303;
  font-size: 16px;
  margin-top: 10px;
}
.inner2 ._top .location {
  margin-top: -25px;
  float: right;
}
.inner2 .typename_list {
  float: right;
  text-align: center;
  display: flex;
  align-items: center;
}
.inner2 .typename_list .typename {
  padding: 20px;
  font-size: 16px;
  color: #a5a5a5;
}
.inner2 .typename_list .lv1_ul {
  overflow: visible;
  display: inline-block;
}
.inner2 .typename_list .lv1_ul > li {
  position: relative;
}
.inner2 .typename_list .lv1_ul > li > a {
  align-items: center;
  padding: 25px 20px;
  font-size: 16px;
  color: #a5a5a5;
}
.inner2 .typename_list .lv1_ul > li > a:hover, .inner2 .typename_list .lv1_ul > li > a.hover {
  background: #ed6d00;
  color: white;
}
.inner2 .typename_list .lv1_ul > li .lv2 {
  z-index: 3;
  position: absolute;
  left: 0;
  display: none;
  background: #f7f7f7;
}
.inner2 .typename_list .lv1_ul > li .lv2 ul li {
  /*  margin-right: 22px;*/
  min-width: 169px;
  line-height: 34px;
  float: left;
  text-align: left;
  padding-left: 15px;
  border-bottom: 1px solid #e6e6e6;
}
.inner2 .typename_list .lv1_ul > li .lv2 ul li:hover {
  background: #ed6d00;
}
.inner2 .typename_list .lv1_ul > li .lv2 ul li:hover a {
  color: white;
}
.inner2 .typename_list .lv1_ul > li .lv2 ul li:last-child {
  margin-right: 0;
}
.inner2 .typename_list .lv1_ul > li .lv2 ul li a {
  text-transform: capitalize;
  display: inline-block;
  font-size: 12px;
}
.inner2 .main {
  border-top: 1px solid #dedede;
  margin-bottom: 50px;
  padding-top: 50px;
}
.inner2 .main .top_title {
  font-size: 30px;
  padding-bottom: 15px;
  text-align: center;
}
.inner2 .main .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;
}
.inner2 .main .bottom_box > div {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner2 .main .bottom_box > div img {
  width: 20px;
  margin-right: 10px;
}
.inner2 .main .bottom_box > div .watch {
  margin-right: 40px;
}
.inner2 .main .cc {
  line-height: 2;
}
.inner2 .main .cc img {
  max-width: 100% !important;
  max-height: inherit !important;
}

.inner_goods_read .top_typelist {
  display: flex;
  justify-content: space-between;
}
.inner_goods_read .top_typelist .item {
  flex: 1;
  margin: 0 5px;
  position: relative;
  padding-bottom: 50px;
  display: block;
}
.inner_goods_read .top_typelist .item .content {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3e2000;
  font-size: 24px;
  background: #f5f5f5;
  height: 54px;
}
.inner_goods_read .top_typelist .item .content .pic {
  margin-right: 12px;
  width: 30px;
  height: 30px;
  position: relative;
  top: -6px;
}
.inner_goods_read .top_typelist .item .lv2 {
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  display: none;
}
.inner_goods_read .top_typelist .item .lv2 ._icon {
  width: 20px;
  margin-right: 10px;
  opacity: .6;
}
.inner_goods_read .top_typelist .item .lv2 ul li {
  margin-right: 9px;
}
.inner_goods_read .top_typelist .item .lv2 ul li a {
  display: block;
  color: #b3b2b2;
  font-size: 16px;
}
.inner_goods_read .top_typelist .item .lv2 ul li:hover a {
  color: #edbe00;
}
.inner_goods_read .top_typelist .item.on .content, .inner_goods_read .top_typelist .item:hover .content {
  color: white;
  background: #edbe00;
}
.inner_goods_read .top_typelist .item:hover .lv2 {
  display: flex;
}
.inner_goods_read .top_typename {
  text-align: center;
  font-size: 40px;
  color: #3e2000;
  margin-top: 25px;
}
.inner_goods_read .top_typename .line {
  width: 78px;
  height: 4px;
  background: #ed6d00;
  margin: 20px auto;
}
.inner_goods_read .owl_pinpai {
  width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_goods_read .owl_pinpai .item {
  cursor: pointer;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #dcdcdc;
  margin: 10px;
  width: 147px;
  height: 147px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_goods_read .owl_pinpai .item:hover, .inner_goods_read .owl_pinpai .item.on {
  border: 1px solid #ed6d00;
}
.inner_goods_read .owl_pinpai.on {
  display: block;
}
.inner_goods_read .pinpai {
  margin-top: 50px;
  background: #fffdf7;
}
.inner_goods_read .pinpai .top_summary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.inner_goods_read .pinpai .top_summary .message {
  font-size: 16px;
  color: #3e2000;
  line-height: 2;
  width: 60%;
}
.inner_goods_read .pinpai .top_summary .pic {
  margin-right: 100px;
}
.inner_goods_read .goodslist {
  margin-top: 35px;
}
.inner_goods_read .goodslist .item {
  float: left;
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 48%;
  margin: 1%;
  margin-bottom: 2%;
  display: flex;
  align-items: center;
}
.inner_goods_read .goodslist .item .pic {
  background: #fffdf7;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_goods_read .goodslist .item .message {
  margin-left: 35px;
  flex: 1;
  font-size: 16px;
  color: #3e2000;
  min-height: 400px;
}
.inner_goods_read .goodslist .item .message ul {
  width: auto !important;
}
.inner_goods_read .goodslist .item .message ul li {
  float: none;
  line-height: 2;
  display: flex;
}
.inner_goods_read .goodslist .item .message ul li > p {
  /*flex: 1;*/
  line-height: 2;
}
.inner_goods_read .goodslist .item .message ul li .span {
  width: 90px;
}
.inner_goods_read .owl-theme .owl-controls {
  bottom: 61%;
}
.inner_goods_read .owl-theme .owl-controls .owl-buttons div {
  width: 11px;
  height: 48px;
  border: 0;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  padding: 0;
  position: absolute;
}
.inner_goods_read .owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
  background: url(../images/owl_lf.png) no-repeat center;
  background-size: cover;
}
.inner_goods_read .owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -30px;
  background: url(../images/owl_rt.png) no-repeat center;
  background-size: cover;
}

.inner_goods_index .typepart {
  margin-bottom: 80px;
}
.inner_goods_index .typepart .typename_bar {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 196px;
  color: white;
  margin-bottom: 30px;
}
.inner_goods_index .typepart .typename_bar .pic {
  margin-right: 11px;
  position: relative;
  top: -5px;
}
.inner_goods_index .typepart .typename_bar p {
  font-size: 40px;
  color: white;
}
.inner_goods_index .typepart .typelist {
  display: flex;
  justify-content: flex-start;
}
.inner_goods_index .typepart .typelist .item {
  width: 23.3%;
  height: 380px;
  padding: 15px;
  background: #f5e7dd;
  display: block;
  margin-right: 1%;
}
.inner_goods_index .typepart .typelist .item:last-child {
  margin-right: 0;
}
.inner_goods_index .typepart .typelist .item .content {
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.inner_goods_index .typepart .typelist .item .content .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.inner_goods_index .typepart .typelist .item .content .name {
  margin-top: 15px;
  font-size: 20px;
  color: #3e2000;
  text-align: center;
  padding: 0 5px;
}
.inner_goods_index .typepart .typelist .item:hover .content {
  border: 1px solid #3e2000;
}
.inner_goods_index .typepart2 .typelist .item {
  width: 32%;
}
.inner_goods_index .typepart3 .typelist .item {
  width: 100%;
}
.inner_goods_index .lf {
  width: 63%;
}
.inner_goods_index .rt {
  width: 33%;
}

.inner_goods_index .typepart .typelist .item2 {
  background: #f8f5ee;
}

.inner_goods_index .typepart .typelist .item3 {
  background: #f5e7dd;
}

.inner_goods_index .typepart .typelist .item4 {
  background: #f8f5ee;
}

.inner_goods_index .typepart .typelist .item5 {
  background: #eff3e9;
}

.inner_goods_index .typepart .typelist .item6 {
  background: #e9f2f3;
}

.inner_goods_index .typepart .typelist .item7 {
  background: #fff5f8;
}

/*inner_shebei_list_page*/
.inner_shebei_list_page .typepart .typename_bar {
  height: 270px;
  margin-bottom: 0;
}
.inner_shebei_list_page .typepart2 .item_box_lf {
  padding-right: 5px;
}
.inner_shebei_list_page .typepart2 .item_box_rt {
  padding-left: 5px;
}

.inner_zhengshu_list .zhengshu_list .name {
  margin: 5px 0;
  font-size: 16px;
}

/*inner_jobs_list*/
.inner_job_list .inner2 .main {
  padding-top: 26px;
}
.inner_job_list .jobs_list {
  margin-top: 15px;
}
.inner_job_list .jobs_list ul li {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
}
.inner_job_list .jobs_list ul li .item {
  padding: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.inner_job_list .jobs_list ul li .item .title {
  color: #ec6100;
  font-size: 16px;
}
.inner_job_list .jobs_list ul li .item .summary {
  margin-bottom: 5px;
  line-height: 2;
}
.inner_job_list .jobs_list ul li:hover .item {
  background: #ed6d00;
  color: white;
}
.inner_job_list .jobs_list ul li:hover .item .title {
  color: white;
}

/*新闻列表*/
.inner_news_list .news_list .page_box {
  padding-top: 20px;
}
.inner_news_list .news_list li {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding: 35px 0;
}
.inner_news_list .news_list li:first-child {
  border-top: 0px solid #e6e6e6;
}
.inner_news_list .news_list li .item {
  width: 100%;
  display: flex;
}
.inner_news_list .news_list li .item:hover .date {
  color: #ed6d00 !important;
  border-top: 2px solid #ed6d00;
}
.inner_news_list .news_list li .item:hover .message .title {
  color: #ed6d00;
}
.inner_news_list .news_list li .item:hover .message .more {
  width: 130px;
  border: 1px solid #ed6d00;
  background: #ed6d00;
  color: white;
}
.inner_news_list .news_list li .item .date {
  border-top: 2px solid #a5a5a5;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 20px;
  padding-right: 23px;
}
.inner_news_list .news_list li .item .date .moon {
  font-size: 23px;
}
.inner_news_list .news_list li .item .date .year {
  font-size: 14px;
}
.inner_news_list .news_list li .item .message {
  margin-left: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.inner_news_list .news_list li .item .message .title {
  font-weight: 600;
  font-size: 19px;
}
.inner_news_list .news_list li .item .message .summary {
  line-height: 2;
  font-size: 15px;
}
.inner_news_list .news_list li .item .message .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 117px;
  height: 30px;
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  color: grey;
  transition: .5s;
}

.inner_about_read .icon_list {
  margin: 80px 0;
}
.inner_about_read .icon_list ul {
  display: flex;
  justify-content: space-between;
}
.inner_about_read .icon_list ul li {
  flex: 1;
  color: #3e2000;
  text-align: center;
  border-right: 1px dashed #6b3d1c;
}
.inner_about_read .icon_list ul li .pic {
  margin: 0 auto;
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6b3d1c;
  border-radius: 100%;
}
.inner_about_read .icon_list ul li .shuzi {
  display: inline-block;
  position: relative;
}
.inner_about_read .icon_list ul li .shuzi p {
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}
.inner_about_read .icon_list ul li .shuzi span {
  font-size: 27px;
  position: absolute;
  right: -19px;
  top: 0;
}
.inner_about_read .icon_list ul li .shuzi .span {
  font-size: 21px;
  top: -4px;
  right: -2px;
  position: relative;
}
.inner_about_read .icon_list ul li .name {
  font-size: 16px;
}
.inner_about_read .fenbu {
  display: flex;
  align-items: center;
}
.inner_about_read .fenbu .lf .name {
  font-size: 30px;
  font-weight: bold;
  color: black;
  margin-bottom: 226px;
}
.inner_about_read .fenbu .lf .message .title {
  font-size: 18px;
  color: black;
}
.inner_about_read .fenbu .lf .message .line {
  width: 39px;
  height: 2px;
  background: #ed6d00;
  margin: 10px 0;
}
.inner_about_read .fenbu .lf .message .summary {
  font-size: 16px;
  color: #aeaeae;
}
.inner_about_read .fenbu .lf .message .summary span {
  font-size: 24px;
  font-weight: bold;
}
.inner_about_read .youshi {
  margin-top: 50px;
  margin-bottom: 100px;
}
.inner_about_read .youshi .item {
  padding: 40px;
  width: 49%;
  float: left;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  margin-bottom: 2%;
  min-height: 211px;
}
.inner_about_read .youshi .item .message {
  margin-left: 40px;
}
.inner_about_read .youshi .item .message .title {
  font-size: 18px;
  color: #3e2000;
}
.inner_about_read .youshi .item .message .line {
  width: 31px;
  height: 2px;
  background: #ed6d00;
  margin: 10px 0;
}
.inner_about_read .youshi .item .message .summary {
  line-height: 2;
  font-size: 14px;
  color: #b1b1b1;
}
.inner_about_read .youshi .item:nth-child(2n) {
  float: right;
}
.inner_about_read .center_content {
  margin-bottom: 200px;
}
.inner_about_read .center_content .cpn {
  font-size: 28px;
  font-weight: bold;
  color: #3e2000;
  margin-top: 35px;
}
.inner_about_read .center_content .line {
  width: 58px;
  height: 4px;
  background: #ed6d00;
  margin-bottom: 20px;
}
.inner_about_read .center_content .summary {
  line-height: 2;
  text-indent: 2em;
  font-size: 16px;
  color: #999999;
}
.inner_about_read .bottom_content img {
  border: 4px solid white;
}
.inner_about_read .bottom_content .item {
  height: 100%;
}
.inner_about_read .bottom_content .item .name {
  font-weight: bold;
  font-size: 28px;
  color: white;
  background: #3e2000;
  width: 184px;
  height: 53px;
}
.inner_about_read .bottom_content .item:hover .name {
  background: #ed6d00;
}

/*inner_contact_page*/
.inner_contact ._title2 {
  text-align: center;
  color: #000;
  font-size: 36px;
  margin-bottom: 30px;
}
.inner_contact ._title2 .line {
  content: "";
  display: block;
  width: 111px;
  height: 1px;
  background-color: #5986ad;
  margin: 15px auto 0;
}
.inner_contact .message_box {
  margin-bottom: 35px;
}
.inner_contact .message_box > div {
  border: 1px solid #a0a0a0;
  padding: 30px;
  color: #686868;
  font-size: 18px;
  min-height: 247px;
  line-height: 2;
  width: 100%;
}
.inner_contact .message_box > div h4 {
  color: black;
  font-size: 24px;
}
.inner_contact .message_box > div li {
  float: none;
  display: flex;
}
.inner_contact .contact_message {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_contact .contact_message .lf {
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.inner_contact .contact_message .lf .message {
  color: #464646;
  margin-left: 25px;
  line-height: 2;
}
.inner_contact .contact_message .lf .message p {
  font-size: 16px;
}
.inner_contact .contact_message .lf .message h4 {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 600;
}
.inner_contact .contact_message .rt {
  display: flex;
  align-items: center;
  padding-right: 15px;
}
.inner_contact .contact_message .rt span {
  margin-right: 30px;
  margin-left: 8px;
  font-size: 16px;
  color: #464646;
}

.lng_en .inner_goods_read .goodslist .item .message {
  min-height: 422px;
}
.lng_en .inner_goods_read .goodslist .item .message ul li .span {
  width: 138px;
}
.lng_en .inner_goods_read .top_typelist .item .lv2 ul li {
  min-width: 300px;
}

@media (max-width: 768px) {
  .inner_about_read .icon_list ul {
    display: block;
  }

  .inner_about_read .icon_list ul li {
    width: 33%;
    margin-bottom: 20px;
  }
  .inner_about_read .icon_list ul li:nth-child(3n) {
    border-right: 0;
  }

  .inner_about_read .icon_list ul li .pic {
    width: 50px;
    height: 50px;
  }
  .inner_about_read .icon_list ul li .pic img {
    max-width: 45%;
  }

  .inner_about_read .icon_list ul li .shuzi p {
    font-size: 25px;
  }

  .inner_about_read .icon_list ul li .shuzi .span {
    font-size: 16px;
    right: -3px;
  }

  .inner_about_read .icon_list ul li .shuzi span {
    font-size: 16px;
    right: -14px;
  }

  .inner_about_read .icon_list ul li .name {
    font-size: 15px;
  }

  .inner_about_read .fenbu {
    display: block;
    padding: 0 15px;
  }

  .inner_about_read .fenbu .lf {
    margin-bottom: 40px;
  }

  .inner_about_read .fenbu .lf .message .line {
    margin: 5px 0;
  }

  .inner_about_read .fenbu .lf .name {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .inner_about_read .youshi .item {
    padding: 10px;
    height: 185px;
    margin-bottom: 3%;
    align-items: flex-start;
  }
  .inner_about_read .youshi .item .pic {
    display: none;
  }

  .inner_about_read .fenbu .lf .message .summary {
    margin-top: 15px;
  }

  .inner_about_read .youshi .item .message .summary {
    font-size: 12px;
  }

  .inner_about_read .youshi {
    padding: 0 15px;
    margin-bottom: 32px;
  }

  .inner_about_read .youshi .item .message {
    margin-left: 0;
  }

  .inner_about_read .youshi .item .message .title {
    font-size: 14px;
  }

  .inner_about_read .youshi .item .message .line {
    margin: 5px 0;
  }

  .inner_about_read .center_content {
    padding: 0 15px;
    margin-bottom: 40px;
  }

  .inner_about_read .center_content .cpn {
    font-size: 16px;
    margin-top: 22px;
  }

  .inner_about_read .center_content .line {
    width: 43px;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .inner_about_read .center_content .summary {
    font-size: 14px;
  }

  .inner_about_read .bottom_content {
    height: auto;
    padding: 0 15px;
  }

  .inner_about_read .bottom_content .item {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
  }

  .inner_about_read .bottom_content .item .name {
    font-size: 16px;
    width: 131px;
    height: 39px;
  }

  .inner_about_read .icon_list {
    margin: 45px 0;
  }

  .inner2 .main .bottom_box > div .keywords {
    display: none;
  }

  .inner2 .typename_list {
    display: block;
    float: none;
    margin-top: 30px;
  }

  .inner2 .typename_list .lv1_ul > li {
    float: none;
    width: 100%;
  }

  .inner2 .typename_list .lv1_ul > li > a {
    display: block;
    padding: 10px;
  }

  .location {
    float: none;
  }

  .inner2 .typename_list .lv1_ul {
    width: 100%;
    display: none;
  }

  .inner2 .typename_list .typename {
    display: block;
    padding: 10px 15px;
    text-align: left;
    font-size: 16px;
    color: #757575;
    background-color: #fff8f9;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
    box-shadow: 0 0 3px 0 #ccc;
    width: 100%;
    margin-left: 0;
    position: relative;
  }
  .inner2 .typename_list .typename:after {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: url(http://yongda.750.gd/templates/default/images/icon_xiala.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 8px;
  }

  .inner2 .typename_list .lv1_ul {
    padding: 0 15px;
  }

  .inner2 .typename_list .lv1_ul > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
    padding: 0;
  }

  .inner2 .typename_list .lv1_ul > li > a {
    font-size: 15px;
    color: #516369;
    display: block;
    padding: 10px 0;
    text-align: center;
  }

  .inner2 .typename_list .lv1_ul > li > a:hover, .inner2 .typename_list .lv1_ul > li > a.hover {
    background: none;
    color: #ed6d00;
  }

  .inner2 .main .top_title {
    font-size: 16px;
  }

  .inner2 {
    padding: 0 15px;
  }

  .inner_zhengshu_list .zhengshu_list li {
    width: 50%;
    float: left;
  }
  .inner_zhengshu_list .zhengshu_list li:nth-child(2n) {
    float: right;
  }

  .inner_contact .message_box > div li {
    font-size: 16px;
  }
  .inner_contact .message_box > div li span {
    width: 62px;
  }
  .inner_contact .message_box > div li p {
    flex: 1;
  }

  .inner_contact .message_box > div {
    padding: 10px;
    min-height: unset;
  }

  .inner_contact .message_box > div h4 {
    font-size: 20px;
  }

  .inner_contact .contact_message .rt {
    display: none;
  }

  .inner_contact .contact_message .lf {
    padding-left: 0;
  }
  .inner_contact .contact_message .lf > img {
    width: 50px;
  }

  .inner_contact .contact_message .lf .message h4 {
    font-size: 16px;
  }

  .inner_contact .contact_message .lf .message {
    margin-left: 11px;
  }

  .inner_news_list .news_list li .item .date {
    display: none;
  }

  .inner_news_list .news_list li .item .pic {
    width: 150px;
  }

  .inner2 ._top .name p {
    font-size: 16px;
    margin-right: 3px;
  }

  .inner2 ._top .name h5 {
    font-size: 12px;
    margin-top: 4px;
  }

  .inner2 ._top {
    padding-bottom: 5px;
  }

  .inner_news_list .news_list li .item .message .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .inner_news_list .news_list li .item .message .summary {
    font-size: 12px;
  }

  .inner_news_list .news_list li .item .message .more {
    display: none;
  }

  .inner_news_list .news_list li .item .message {
    margin-left: 16px;
  }

  .inner_news_list .news_list li .item .message {
    display: block;
  }

  .inner_news_list .news_list li {
    padding: 19px 0;
  }

  .inner_goods_index .typepart .typename_bar p {
    font-size: 22px;
  }

  .inner_goods_index .typepart .typename_bar .pic {
    margin-right: 8px;
    top: -2px;
    width: 30px;
  }

  .inner_goods_index .typepart .typename_bar {
    height: 112px;
    margin-bottom: 8px;
  }

  .inner_goods_index .typepart .typelist {
    display: block;
    overflow: hidden;
    content: '';
    clear: both;
  }

  .inner_goods_index .typepart .typelist .item {
    width: 46%;
    float: left;
    height: 200px;
    margin: 2%;
  }
  .inner_goods_index .typepart .typelist .item:nth-child(2n) {
    float: right;
  }

  .inner_goods_index .typepart .typelist .item .content .name {
    font-size: 16px;
    margin-top: 9px;
  }

  .inner_goods_index .typepart .typelist .item .content .pic {
    width: 60px;
    height: 60px;
  }

  .inner_goods_index .typepart {
    margin-bottom: 20px;
  }

  .inner {
    margin: 48px 0;
  }

  .inner_goods_read .top_typelist .item .content .pic {
    display: none;
  }

  .inner_goods_read .top_typelist .item .content {
    font-size: 16px;
    height: 39px;
  }

  .inner_goods_read .top_typename p {
    font-size: 22px;
  }

  .inner_goods_read .top_typename .line {
    margin: 8px auto;
  }

  .inner_goods_read .owl_pinpai {
    width: 100%;
  }

  .inner_goods_read .pinpai .top_summary {
    display: block;
    padding: 15px;
  }

  .inner_goods_read .pinpai .top_summary .pic {
    margin: 0 auto;
    text-align: center;
  }

  .inner_goods_read .pinpai .top_summary .message {
    width: 100%;
  }

  .inner_goods_read .pinpai {
    margin-top: 17px;
  }

  .inner_goods_read .goodslist .item {
    float: none;
    width: 100%;
    display: block;
    padding: 15px;
    margin-bottom: 30px !important;
  }

  .inner_goods_read .goodslist .item .pic {
    margin: 0 auto;
    width: 150px;
    height: 150px;
  }

  .inner_goods_read .goodslist .item .message {
    margin-left: 0;
  }

  .inner_goods_read {
    padding: 0 15px;
  }

  .inner_goods_read .goodslist .item:nth-child(2n) {
    margin: 0;
  }

  .inner_goods_read .owl_pinpai .item {
    width: auto;
  }

  .inner_goods_read .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -9px;
  }

  .inner_goods_read .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -9px;
  }

  .inner_goods_index .lf, .inner_goods_index .rt {
    width: 100%;
    float: none;
  }

  .inner_goods_read .top_typelist .item {
    padding-bottom: 10px;
  }

  .inner_goods_read .top_typelist .item .lv2 {
    display: none !important;
  }

  .inner2 .main .cc img {
    height: auto !important;
  }

  .lng_en.inner_about_read .youshi .item {
    height: 322px;
  }
  .lng_en .inner_goods_read .top_typelist {
    display: block;
  }
}

/*# sourceMappingURL=inner_tpl.css.map */
