.footer {
  border-top: 3px solid #e6e6e6;
}

.cc_page {
  display: flex;
  flex-direction: column;
}
.cc_page > div a {
  padding: 5px;
  border: 1px solid #e6e6e6;
  margin-bottom: 10px;
  display: inline-block;
}

.inner {
  margin-bottom: 60px;
}
.inner .inner_banner {
  margin-bottom: 60px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner .inner_banner .title {
  font-size: 72px;
  color: white;
  font-family: MSYI;
}
.inner .inner_banner .summary {
  color: #878787;
  font-size: 18px;
  font-family: MSYI;
  width: 640px;
  text-align: center;
  text-transform: uppercase;
}
.inner .main_content .goodstype {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.inner .main_content .goodstype .item {
  width: 50%;
  height: 341px;
  position: relative;
}
.inner .main_content .goodstype .item .name {
  font-size: 30px;
  width: 190px;
  color: white;
  text-transform: uppercase;
  font-family: MSYI;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -95px;
  margin-top: -21px;
}
.inner .main_content .goodstype .item:hover .name {
  font-weight: bold;
}
.inner .goods_guige li {
  font-family: MSYI;
  padding-left: 30px;
  position: relative;
  float: none;
}
.inner .goods_guige li .title {
  font-size: 24px;
}
.inner .goods_guige li .title:after {
  width: 13px;
  height: 13px;
  background: black;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
}
.inner .goods_guige li p {
  font-size: 20px;
  color: #8e8e8e;
}

/*inner_base_read*/
.inner_base_read .top_title {
  padding-bottom: 30px;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: center;
  font-size: 24px;
  color: #a70303;
}
.inner_base_read .cc {
  padding-bottom: 50px;
  line-height: 2;
}
.inner_base_read .cc img {
  max-width: 100% !important;
  height: auto !important;
}
.inner_base_read .cc video, .inner_base_read .cc iframe {
  margin: 0 auto;
  width: 800px !important;
  height: 500px !important;
}
.inner_base_read .bottom_box {
  margin-bottom: 50px;
  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_base_read .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;
  justify-content: center;
}
.inner_base_read .bottom_box > div img {
  width: 20px;
  margin-right: 10px;
}
.inner_base_read .bottom_box > div .watch {
  color: #afafaf;
  margin: 0 40px;
  display: flex;
  align-items: center;
}
.inner_base_read .bottom_box > div .addtime {
  color: #afafaf;
  display: flex;
  align-items: center;
}
.inner_base_read .bottom_box .kw-box > span {
  display: block;
  font-size: 16px;
  margin-right: 5px;
  padding: 5px;
}
.inner_base_read .bottom_box .kw-box a {
  display: block;
  margin-right: 5px;
  padding: 5px;
  border: 1px dashed #eeeeee;
  font-size: 16px;
}

/*inner_about_read*/
.inner_about_read ._title {
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 18px;
  font-size: 36px;
  font-family: MSYI;
  position: relative;
}
.inner_about_read ._title:after {
  position: absolute;
  left: 0;
  top: 3px;
  height: 21px;
  width: 3px;
  background: black;
  content: '';
  display: block;
}
.inner_about_read .about {
  margin-bottom: 100px;
}
.inner_about_read .about .item .pic {
  height: 525px;
}
.inner_about_read .about .item .message {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  font-size: 20px;
  padding: 50px;
  height: 525px;
  font-family: MSYI;
}
.inner_about_read .huoban {
  display: flex;
  margin-bottom: 110px;
  justify-content: space-between;
}
.inner_about_read .huoban .item {
  border: 1px solid #d2d2d2;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  width: 90%;
}
.inner_about_read .huoban .item img {
  max-width: 225px;
  max-height: 100px;
}
.inner_about_read .shipin {
  width: 100%;
}
.inner_about_read .shipin video {
  object-fit: fill;
  width: 100% !important;
  height: 736px !important;
}

/*inner_goods_list*/
.inner_goods_list .goodslist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 -15px;
  margin-top: 60px;
}
.inner_goods_list .goodslist .item {
  margin: 0 15px;
  margin-bottom: 30px;
  border: 1px solid #d2d2d2;
  display: flex;
}
.inner_goods_list .goodslist .item .pic {
  background: #f9f9f9;
  width: 306px;
  height: 306px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_goods_list .goodslist .item .pic img {
  width: 230px;
}
.inner_goods_list .goodslist .item .message {
  flex: 1;
  padding: 50px;
}

/*inner_contact*/
.inner_contact .message_box {
  margin-bottom: 70px;
  text-align: center;
}
.inner_contact .message_box .lf {
  width: 49%;
}
.inner_contact .message_box .lf .top {
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
  padding: 30px 40px;
}
.inner_contact .message_box .lf .bottom {
  border: 1px solid #d2d2d2;
  padding: 20px 40px;
}
.inner_contact .message_box .rt {
  width: 49%;
  border: 1px solid #d2d2d2;
  padding: 30px 40px;
}
.inner_contact .message_box .rt .content {
  margin-bottom: 28px;
  padding: 50px 0;
}
.inner_contact .message_box .rt .content .formlist {
  width: 577px;
  margin: 0 auto;
}
.inner_contact .message_box .rt .content .infoInput {
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  padding: 5px;
  width: 100%;
}
.inner_contact .message_box .rt .content .input_content {
  margin-bottom: 20px;
}
.inner_contact .message_box .rt .content .code_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.inner_contact .message_box .rt .content .code_box #code {
  width: 100px;
  margin-right: 15px;
}
.inner_contact .message_box .rt .content #feedbackbotton {
  background: black;
  color: white;
  border: 0;
  padding: 15px 70px;
}
.inner_contact .message_box .message {
  color: #202020;
  font-size: 24px;
  font-family: MSYI;
}
.inner_contact .message_box .title {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: black;
  font-family: MSYI;
  margin-bottom: 10px;
  border-bottom: 1px solid #d2d2d2;
}

/*inner_goods_index*/
.inner_goods_index_page {
  background: black;
}

.inner_goods_index {
  position: relative;
}
.inner_goods_index .pc_owl_box {
  min-height: 100vh;
}
.inner_goods_index .message_box {
  position: absolute;
  left: 50%;
  top: 25%;
  width: 640px;
  margin-left: -320px;
  z-index: 3;
  font-family: MSYI;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inner_goods_index .message_box .name {
  font-size: 72px;
  margin: 0 auto;
  width: 375px;
  line-height: 53px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
.inner_goods_index .message_box .summary {
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.inner_goods_index .message_box .more {
  font-size: 18px;
  font-family: MSYI;
  color: white;
  border: 1px solid white;
  padding: 15px 75px;
  display: inline-block;
  transition: .5s;
}
.inner_goods_index .message_box .more:hover {
  background: white;
  color: black;
}
.inner_goods_index .owl_goods {
  display: none;
}
.inner_goods_index .owl_goods .item {
  position: relative;
}
.inner_goods_index .owl_goods .item img {
  position: relative;
  z-index: 1;
}
.inner_goods_index .owl_goods .item:after {
  display: block;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.inner_goods_index .typename {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_goods_index .typename .item {
  margin: 0 20px;
  font-size: 24px;
  color: white;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  font-family: MSYI;
  cursor: pointer;
}
.inner_goods_index .typename .item:hover, .inner_goods_index .typename .item.on {
  border-bottom: 1px solid white;
}
.inner_goods_index .owl-theme .owl-controls {
  bottom: 54%;
}
.inner_goods_index .owl-theme .owl-controls .owl-buttons div {
  width: 45px;
  height: 120px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  opacity: 1;
}
.inner_goods_index .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf2.png") no-repeat center;
  background-size: cover;
  left: 7%;
}
.inner_goods_index .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt2.png") no-repeat center;
  background-size: cover;
  right: 9%;
}

/*inner_goods_read*/
.inner_goods_read .goods_canshu img {
  max-width: 352px;
  max-height: 328px;
}
.inner_goods_read .goodspic {
  background: #f9f9f9;
  height: 570px;
  padding: 10px;
}
.inner_goods_read .goodspic img {
  max-width: 500px;
  max-height: 500px;
}
.inner_goods_read .goodsread {
  margin: 50px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner_goods_read .tuijian .top_title {
  background: #414141;
  font-size: 30px;
  color: white;
  text-transform: uppercase;
  font-family: MSYI;
  padding: 25px 0;
  margin-bottom: 35px;
  text-align: center;
}
.inner_goods_read .tuijian .owl_goods {
  margin-bottom: 100px;
}
.inner_goods_read .tuijian .owl_goods .item {
  padding: 10px;
}
.inner_goods_read .tuijian .owl_goods .item .pic {
  background: #f9f9f9;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 306px;
  justify-content: center;
}
.inner_goods_read .tuijian .owl_goods .item .pic img {
  width: 180px;
}
.inner_goods_read .tuijian .owl_goods .item .name {
  text-align: center;
  font-size: 24px;
  color: #8e8e8e;
  font-family: MSYI;
}
.inner_goods_read .owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  height: 78px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
}
.inner_goods_read .owl-theme .owl-controls .owl-buttons div.owl-prev {
  background: url("../images/owl_lf1.png") no-repeat center;
  background-size: cover;
  left: 0;
}
.inner_goods_read .owl-theme .owl-controls .owl-buttons div.owl-next {
  background: url("../images/owl_rt1.png") no-repeat center;
  background-size: cover;
  right: 0px;
}
.inner_goods_read .owl-theme .owl-controls {
  bottom: 69%;
}

/*inner_news_list*/
.inner_news_list .typelist {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.inner_news_list .typelist .item {
  margin: 0 20px;
  font-size: 24px;
  color: black;
  font-family: MSYI;
  border-bottom: 1px solid transparent;
}
.inner_news_list .typelist .item:hover, .inner_news_list .typelist .item.on {
  border-bottom: 1px solid black;
}
.inner_news_list .newslist ul {
  margin-bottom: 50px;
}
.inner_news_list .newslist .item {
  margin: 15px;
}
.inner_news_list .newslist .item .pic {
  overflow: hidden;
}
.inner_news_list .newslist .item .pic img {
  transition: .5s;
}
.inner_news_list .newslist .item .name {
  border: 1px solid #d2d2d2;
  padding: 15px;
  color: white;
  font-size: 18px;
  color: black;
  font-family: MSYI;
}
.inner_news_list .newslist .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;
  min-height: 50px;
}
.inner_news_list .newslist .item:hover .pic img {
  transform: scale(1.1);
}
.inner_news_list .newslist .item:hover .name {
  color: white;
  background: #4b4b4b;
  border: 1px solid #4b4b4b;
}

/*inner_download_list*/
.inner_download_list.inner_news_list .newslist .item {
  position: relative;
}
.inner_download_list.inner_news_list .newslist .item:hover .pic2 {
  display: block;
}
.inner_download_list.inner_news_list .newslist .item:hover .pic1 {
  display: none;
}
.inner_download_list .item .name {
  display: flex;
  align-items: flex-start;
}
.inner_download_list .item .name p {
  display: block;
  flex: 1;
  margin-left: 10px;
}
.inner_download_list .icon_download {
  position: absolute;
  right: 5px;
  /* top: 18px; */
  bottom: 5px;
}
.inner_download_list .icon_download img {
  width: 20px;
}
.inner_download_list .icon_download .pic1 {
  display: block;
}
.inner_download_list .icon_download .pic2 {
  display: none;
}

.lng_cn .inner_about_read .about .item .message {
  font-size: 18px;
  line-height: 2;
}
.lng_cn .inner .goods_guige li {
  font-family: inherit;
  margin-bottom: 10px;
}
.lng_cn .inner_contact .message_box .message {
  font-family: inherit;
}
.lng_cn .inner_contact .message_box .rt .content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.lng_cn .inner_contact .message_box .title {
  font-weight: inherit;
}
.lng_cn .inner_contact .message_box .message {
  font-size: 21px;
  line-height: 34px;
}
.lng_cn .inner .goods_guige li p {
  font-size: 17px;
}
.lng_cn .inner .goods_guige li .title {
  font-size: 21px;
}
.lng_cn .inner .goods_guige li .title:after {
  top: 9px;
}

@media (max-width: 1450px) {
  .inner_goods_list .goodslist .item .message {
    padding: 46px 30px;
  }

  .inner .main_content .goodstype {
    margin-top: 0;
  }

  .inner_about_read .about .item .message {
    line-height: 20px;
  }

  .inner_about_read .shipin iframe,
  .inner_about_read .shipin video {
    height: 584px !important;
  }

  .inner_contact .message_box .lf .top {
    padding: 30px;
  }

  .inner_contact .message_box .title {
    font-size: 25px;
  }

  .inner_contact .message_box .message {
    font-size: 21px;
  }
}
@media (max-width: 1366px) {
  .inner_about_read .about .item .pic {
    height: 360px;
  }

  .inner_about_read .about .item .message {
    height: 360px;
  }
  .inner_about_read .about .item .message p {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .inner_about_read .huoban .item img {
    max-width: 192px;
    max-height: 83px;
  }

  .inner_base_read .top_title {
    font-size: 22px;
  }

  .inner_goods_index .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 15%;
  }

  .inner_goods_index .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 15%;
  }

  .inner_goods_list .goodslist {
    margin-top: 10px;
  }

  .inner .inner_banner {
    margin-bottom: 28px;
  }

  .inner_goods_list .goodslist .item .pic {
    width: 255px;
    height: 305px;
  }

  .inner_goods_read .tuijian .top_title {
    padding: 17px 0;
  }
}
@media (max-width: 768px) {
  .inner_goods_index_page {
    background: white;
  }

  .inner_contact .message_box .rt {
    float: none;
    width: 100%;
    margin-top: 30px;
    padding: 30px;
  }

  .inner_contact .message_box .rt .content {
    padding: 20px 0;
    margin-bottom: 0;
  }

  .inner_contact .message_box .title {
    font-size: 22px;
  }

  .inner_contact .message_box .lf .top {
    padding: 20px;
  }

  .inner_contact .message_box .lf {
    float: none;
    width: 100%;
  }

  .inner_about_read .about {
    margin-bottom: 50px;
  }

  .inner_about_read .huoban {
    margin-bottom: 40px;
  }

  .inner_about_read .huoban .item {
    width: 100%;
    height: 150px;
  }

  .inner_about_read .about .item .message {
    height: auto;
    padding: 15px;
  }

  .inner_about_read .about .item .pic {
    height: 223px;
  }

  .inner_about_read .about .item > div {
    float: none;
  }

  .inner_about_read ._title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .inner .inner_banner .summary {
    width: 100%;
  }

  .inner_news_list .typelist {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .inner_news_list .typelist .item {
    border: 1px solid grey;
    padding: 5px 10px;
    margin: 0;
    font-size: 20px;
  }

  .inner .inner_banner {
    height: 260px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .inner_contact .message_box .lf .bottom {
    padding: 20px;
  }

  .inner_news_list .newslist {
    margin: 0 -10px;
    grid-template-columns: repeat(1, 1fr);
  }

  .inner_news_list .newslist .item .name {
    padding: 10px;
  }

  .inner_news_list .newslist .item {
    margin: 10px;
  }

  .inner .inner_banner .title {
    font-size: 40px;
  }

  .inner .main_content .goodstype {
    flex-direction: column;
  }

  .inner .main_content .goodstype .item {
    width: 100%;
    overflow: hidden;
  }

  .inner .main_content .goodstype .item .name {
    margin-left: 10px;
    margin-top: -28px;
    font-size: 20px;
  }

  .inner .main_content .goodstype .item1 {
    height: 120px;
  }

  .inner .main_content .goodstype .item2 {
    height: 185px;
  }

  .inner_goods_list .goodslist .item {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .inner_goods_list .goodslist .item .pic {
    width: 100%;
    height: 260px;
  }

  .inner_goods_read .goodsread .goods_message {
    width: 100%;
    margin-bottom: 15px;
  }

  .inner_goods_read .goods_canshu img {
    max-width: 278px;
    max-height: 247px;
  }

  .inner_goods_list .goodslist {
    margin-left: 0;
    margin-right: 0;
    grid-template-columns: repeat(1, 1fr);
  }

  .inner_goods_read .goodspic {
    padding: 30px;
  }

  .inner_goods_read .goodspic img {
    max-width: 100%;
    max-height: 210px;
  }

  .inner_goods_list .goodslist .item .message {
    padding: 10px;
  }

  .inner .goods_guige li .title {
    font-size: 20px;
  }

  .inner .goods_guige li .title:after {
    width: 10px;
    height: 10px;
    top: 10px;
  }

  .inner .goods_guige li {
    padding-left: 20px;
  }

  .inner_goods_read .goodspic {
    height: 290px;
  }

  .inner_goods_read .goodsread {
    flex-direction: column;
  }

  .inner_goods_read .goods_canshu {
    margin-top: 20px;
  }

  .inner_goods_read .tuijian .top_title {
    padding: 15px 0;
    font-size: 20px;
  }

  .inner_goods_read .tuijian .owl_goods {
    margin-bottom: 40px;
  }

  .inner_about_read .shipin video {
    height: 216px !important;
  }

  .inner .inner_banner .summary {
    font-size: 16px;
  }

  .inner_base_read .cc video,
  .inner_base_read .cc iframe {
    height: 216px !important;
    width: 100% !important;
  }

  .inner_base_read .top_title {
    font-size: 16px;
  }

  .inner_goods_index .owl_goods .item {
    height: 95vh;
    width: 100%;
  }

  .inner_goods_index .message_box .more {
    padding: 2px 25px;
  }

  .inner_goods_index .message_box .summary {
    margin-bottom: 33px;
  }

  .inner_goods_index .message_box {
    width: 90%;
    margin-left: -45%;
    top: 14%;
  }

  .inner_goods_index .message_box .name {
    width: 100%;
    margin-bottom: 0;
    font-size: 40px;
  }

  .inner_goods_index .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 14px;
  }

  .inner_goods_index .owl-theme .owl-controls .owl-buttons div {
    width: 30px;
    height: 61px;
  }

  .inner_goods_index .owl-theme .owl-controls {
    display: none !important;
  }

  .inner_goods_index .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 14px;
  }

  .inner_goods_index .typename {
    display: block;
    padding-left: 15px;
    bottom: 5vh;
    padding-right: 15px;
  }

  .inner_goods_index .typename .item {
    width: 48%;
    margin: 0;
    margin-bottom: 20px;
    float: left;
    text-align: center;
    border: 1px solid white;
    padding: 5px;
  }
  .inner_goods_index .typename .item:nth-child(2n) {
    float: right;
  }

  .inner_goods_index .typename .item:hover, .inner_goods_index .typename .item.on {
    background: white;
    color: black;
  }

  .lng_cn .inner .inner_banner .title {
    font-size: 28px;
  }
  .lng_cn .inner_about_read ._title {
    font-size: 22px;
  }
  .lng_cn .inner_goods_index .typename .item {
    font-size: 18px;
  }
  .lng_cn .inner_goods_index .message_box .more {
    font-size: 16px;
  }
  .lng_cn .inner_goods_index .message_box .summary {
    font-size: 16px;
  }
  .lng_cn .inner_goods_index .message_box .name {
    font-size: 29px;
  }
  .lng_cn .inner_goods_read .tuijian .owl_goods .item .name {
    font-size: 20px;
  }
  .lng_cn .inner_news_list .typelist .item {
    font-size: 18px;
  }
  .lng_cn .inner_contact .message_box .title {
    font-size: 18px;
  }
  .lng_cn .lng_cn .inner_contact .message_box .message {
    font-size: 14px;
  }

  .lng_cn .inner_about_read .about .item .message {
    font-size: 16px;
    font-family: inherit;
  }

  .lng_cn .inner .goods_guige li .title {
    font-size: 18px;
  }
}

/*# sourceMappingURL=inner_tpl.css.map */
