@import 'normalize.css';
* {
  font-family: '微软雅黑';
}
.over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a {
  text-decoration: none;
}
.dpn {
  display: none;
}
.img-style {
  width: 100%;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.page-banner-box {
  font-size: 0;
}
.pagination-box {
  text-align: center;
  margin: 30px 0;
}
.pagination-box .pagination {
  text-align: center;
  display: inline-block;
}
.pagination-box .pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination-box .pagination li {
  float: left;
  color: #888;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  line-height: 32px;
  text-align: center;
  min-width: 40px;
  padding: 0 6px;
  height: 32px;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.pagination-box .pagination li:not(:last-child) {
  margin-right: 5px;
}
.pagination-box .pagination li a {
  display: block;
  height: 32px;
  font-size: 14px;
}
.pagination-box .pagination li.active {
  background-color: #D39264;
  color: #fff;
  border-color: #D39264;
}
.pagination-box .pagination li:hover {
  border-color: #D39264;
}
.page-nav-box {
  width: 100%;
  padding: 20px 0;
  box-sizing: border-box;
}
.page-nav-box .nav-cont-box {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.page-nav-box .nav-cont-box .logo-box {
  margin-right: 20px;
}
.page-nav-box .nav-cont-box .menu-box {
  flex: 1;
  display: flex;
  align-items: flex-end;
  height: 108px;
  box-sizing: border-box;
  margin-right: 30px;
}
.page-nav-box .nav-cont-box .menu-box .m-item-box {
  flex: 1;
  text-align: center;
  font-size: 22px;
  color: #333;
}
.page-nav-box .nav-cont-box .menu-box .m-item-box a,
.page-nav-box .nav-cont-box .menu-box .m-item-box a:active,
.page-nav-box .nav-cont-box .menu-box .m-item-box a:visited {
  color: #333;
}
.page-nav-box .nav-cont-box .menu-box .m-item-box a:hover {
  color: #D39063;
}
.page-nav-box .nav-cont-box .menu-box .m-item-selected {
  color: #D39063;
}
.page-nav-box .nav-cont-box .menu-box .m-item-selected a,
.page-nav-box .nav-cont-box .menu-box .m-item-selected a:active,
.page-nav-box .nav-cont-box .menu-box .m-item-selected a:visited {
  color: #D39063;
}
.page-nav-box .nav-cont-box .lang-search-box {
  width: 165px;
  height: 108px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
.page-nav-box .nav-cont-box .lang-search-box .lang-box {
  display: flex;
}
.page-nav-box .nav-cont-box .lang-search-box .lang-box .l-item-box {
  font-size: 18px;
  color: #8A8A8A;
  padding: 0 15px;
  box-sizing: border-box;
  transition: all 0.5s;
}
.page-nav-box .nav-cont-box .lang-search-box .lang-box .l-item-box:hover,
.page-nav-box .nav-cont-box .lang-search-box .lang-box .l-item-selected {
  color: #333;
  font-weight: bold;
}
.page-nav-box .nav-cont-box .lang-search-box .lang-box .border-right {
  border-right: 1px solid #979797;
}
.page-nav-box .nav-cont-box .lang-search-box .search-box {
  display: flex;
  border: 1px solid #989797;
  border-radius: 20px;
}
.page-nav-box .nav-cont-box .lang-search-box .search-box .input-box {
  height: 40px;
  padding: 0 10px 0 15px;
  box-sizing: border-box;
  border: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  outline: none;
}
.page-nav-box .nav-cont-box .lang-search-box .search-box .search-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
  box-sizing: border-box;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  cursor: pointer;
}
.page-loc-box {
  width: 1260px;
  margin: 0 auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.page-bottom-box {
  width: 100%;
}
.page-bottom-box .bottom-info-box {
  width: 100%;
  background: #343434;
  padding: 50px 0 20px 0;
  box-sizing: border-box;
}
.page-bottom-box .bottom-info-box .bi-cont-box {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-bottom-box .bottom-info-box .bi-cont-box .logo-box {
  margin-right: 80px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box {
  flex: 1;
  display: flex;
  color: white;
  margin-right: 80px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box .m-col-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box .m-col-box .mc-cont-box {
  margin-bottom: 20px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box .m-col-box .mc-cont-box .mc-title-box {
  font-size: 20px;
  margin-bottom: 8px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box .m-col-box .mc-cont-box .mc-item-box {
  font-size: 16px;
  margin-bottom: 6px;
}
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box .m-col-box .mc-cont-box .mc-item-box a,
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box .m-col-box .mc-cont-box .mc-item-box a:active,
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box .m-col-box .mc-cont-box .mc-item-box a:visited {
  color: white;
}
.page-bottom-box .bottom-info-box .bi-cont-box .menu-box .m-col-box .mc-cont-box .mc-item-box a:hover {
  color: #eae8e8;
}
.page-bottom-box .bottom-info-box .bi-cont-box .qrcode-box {
  width: 140px;
}
.page-bottom-box .bottom-copyright-box {
  width: 100%;
  background: black;
  padding: 20px 0;
  box-sizing: border-box;
}
.page-bottom-box .bottom-copyright-box .bc-cont-box {
  width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 14px;
}
.home-root {
  width: 100%;
  min-width: 1260px;
}
.home-root .banner-swiper {
  font-size: 0;
}
.home-root .banner-swiper .swiper-container {
  width: 100%;
  box-sizing: border-box;
}
.home-root .banner-swiper .swiper-container .swiper-wrapper {
  box-sizing: border-box;
}
.home-root .banner-swiper .swiper-container .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.home-root .banner-swiper .swiper-button-next,
.home-root .banner-swiper .swiper-button-prev {
  width: 44px;
  height: 44px;
  background-size: 44px 44px;
}
.home-root .pic-info-box {
  width: 1260px;
  margin: 0 auto;
  padding: 80px 0 20px 0;
  box-sizing: border-box;
}
.home-root .pic-info-box .pi-row-box {
  display: flex;
  margin-bottom: 60px;
}
.home-root .pic-info-box .pi-row-box .pir-item-box {
  flex: 1;
  display: flex;
}
.home-root .pic-info-box .pi-row-box .pir-item-box .i-left-box {
  width: 75%;
  height: 340px;
  background: #D39163;
  color: white;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
}
.home-root .pic-info-box .pi-row-box .pir-item-box .i-left-box .word-box {
  width: 60%;
  display: flex;
  flex-direction: column;
}
.home-root .pic-info-box .pi-row-box .pir-item-box .i-left-box .word-box .w-title-box {
  font-size: 24px;
  margin-bottom: 20px;
}
.home-root .pic-info-box .pi-row-box .pir-item-box .i-left-box .word-box .w-desc-box {
  font-size: 16px;
  line-height: 24px;
}
.home-root .pic-info-box .pi-row-box .pir-item-box .i-right-box {
  position: relative;
  flex: 1;
  box-sizing: border-box;
}
.home-root .pic-info-box .pi-row-box .pir-item-box .i-right-box .ir-pic-box {
  position: absolute;
  top: 21px;
  right: 15px;
}
.home-root .series-info-box {
  width: 100%;
  height: 906px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.home-root .series-info-box .si-cont-box {
  width: 1260px;
  margin: 0 auto;
  padding-top: 40px;
  box-sizing: border-box;
  color: white;
}
.home-root .series-info-box .si-cont-box .si-title-box {
  font-size: 24px;
  margin-bottom: 20px;
}
.home-root .series-info-box .si-cont-box .si-series-list {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.home-root .series-info-box .si-cont-box .si-series-list .sl-item-box {
  cursor: pointer;
  margin-right: 20px;
}
.home-root .series-info-box .si-cont-box .si-series-list .sl-item-selected,
.home-root .series-info-box .si-cont-box .si-series-list .sl-item-box:hover {
  color: #c6c6c6;
}
.home-root .series-info-box .si-cont-box .si-series-box {
  display: none;
  opacity: 0;
}
.home-root .series-info-box .si-cont-box .si-series-box.active {
  display: flex;
  opacity: 1;
}
.home-root .series-info-box .si-cont-box .si-series-box .s-pic-box {
  width: 630px;
  height: 630px;
}
.home-root .series-info-box .si-cont-box .si-series-box .s-item-row {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.home-root .series-info-box .si-cont-box .si-series-box .s-item-row .s-item-box {
  width: 315px;
  height: 315px;
  border-right: 1px solid #B5B5B5;
  border-bottom: 1px solid #B5B5B5;
  box-sizing: border-box;
  background-color: white;
  padding-bottom: 20px;
}
.home-root .series-info-box .si-cont-box .si-series-box .s-item-row .s-item-box .si-pic-box {
  padding: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 265px;
}
.home-root .series-info-box .si-cont-box .si-series-box .s-item-row .s-item-box .si-pic-box img {
  max-height: 100%;
  max-width: 100%;
}
.home-root .series-info-box .si-cont-box .si-series-box .s-item-row .s-item-box .si-word-box {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  overflow: hidden;
}
.home-root .series-info-box .si-cont-box .si-series-box .s-item-row .s-item-box .si-word-box .mb5 {
  margin-bottom: 5px;
}
.products-root {
  width: 100%;
  min-width: 1260px;
}
.products-root .p-menu-box {
  width: 100%;
  background-color: #D49164;
}
.products-root .p-menu-box .menu-list-box {
  width: 1260px;
  height: 245px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}
.products-root .p-menu-box .menu-list-box .ml-item-box {
  flex: 1;
  height: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products-root .p-menu-box .menu-list-box .ml-item-box .i-pic-box {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 15px;
}
.products-root .p-menu-box .menu-list-box .ml-item-box .i-word-box {
  color: white;
}
.products-root .p-menu-box .menu-list-box .ml-item-selected,
.products-root .p-menu-box .menu-list-box .ml-item-box:hover {
  background-color: #A46335;
}
.products-root .p-list-box {
  width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.products-root .p-list-box .pl-item-box {
  width: 300px;
  margin-bottom: 40px;
  margin-right: 20px;
}
.products-root .p-list-box .pl-item-box .pi-pic-box {
  width: 300px;
  height: 300px;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-bottom: 15px;
}
.products-root .p-list-box .pl-item-box .pi-word-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.products-root .p-list-box .pl-item-box .pi-word-box .word-one {
  color: #333;
  margin-bottom: 5px;
  font-size: 18px;
}
.products-root .p-list-box .pl-item-box .pi-word-box .word-two {
  color: #D39163;
  font-size: 18px;
}
.products-root .p-list-box .pl-item-box:nth-child(4n) {
  margin-right: 0;
}
.products-detail-root {
  width: 100%;
  min-width: 1260px;
}
.products-detail-root .divide-line-box {
  width: 100%;
  height: 3px;
  background-color: #D39163;
  border-bottom: 1px solid #D39163;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.products-detail-root .pd-info-box {
  width: 1260px;
  margin: 10px auto 60px;
  padding: 60px 30px 60px 30px;
  box-sizing: border-box;
  border: 1px solid #C3C3C3;
  display: flex;
}
.products-detail-root .pd-info-box .pic-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 532px;
  min-height: 398px;
}
.products-detail-root .pd-info-box .pic-box img {
  max-width: 100%;
}
.products-detail-root .pd-info-box .desc-box {
  margin-left: 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.products-detail-root .pd-info-box .desc-box .d-title-box {
  font-size: 26px;
  font-weight: bold;
  color: #545454;
  margin-bottom: 20px;
}
.products-detail-root .pd-info-box .desc-box .d-text-box {
  font-size: 16px;
  color: #545454;
}
.about-root {
  width: 100%;
  min-width: 1260px;
}
.about-root .a-info-block {
  width: 100%;
  background-color: #D39163;
}
.about-root .a-info-block .ai-cont-box {
  width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
}
.about-root .a-info-block .ai-cont-box .ai-item-box {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 300px;
  border-left: 1px solid white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: white;
}
.about-root .a-info-block .ai-cont-box .ai-item-box .num-box {
  font-size: 40px;
  font-weight: bold;
  border-left: 2px solid white;
  box-sizing: border-box;
  padding-left: 25px;
  margin-bottom: 20px;
}
.about-root .a-info-block .ai-cont-box .ai-item-box .text-box {
  padding: 0 40px 0 30px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 2px;
}
.about-root .a-desc-box {
  width: 1260px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  position: relative;
}
.about-root .a-desc-box .word-pic-box {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  box-sizing: border-box;
}
.about-root .a-desc-box .word-pic-box .word-box {
  padding: 0 60px 240px 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: black;
}
.about-root .a-desc-box .word-pic-box .word-box .w-item-box {
  margin-bottom: 40px;
  line-height: 28px;
}
.about-root .a-desc-box .word-pic-box .pic-box {
  font-size: 0;
}
.about-root .a-desc-box .company-name-box {
  position: absolute;
  bottom: 150px;
  z-index: -1;
  width: 100%;
  height: 170px;
  background-color: #D39163;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  padding-left: 30px;
  box-sizing: border-box;
}
.about-root .a-desc-box .company-name-box .zh-name {
  font-size: 36px;
  margin-bottom: 5px;
}
.about-root .a-desc-box .company-name-box .en-name {
  font-size: 16px;
}
.technology-root {
  width: 100%;
  min-width: 1260px;
}
.technology-root .t-pic-box {
  width: 1260px;
  margin: 0 auto 80px;
  font-size: 0;
}
.technology-root .t-pic-box .pic-box-one {
  margin-bottom: 10px;
}
.technology-root .t-pic-box .pic-box-two {
  display: flex;
}
.technology-root .t-pic-box .pic-box-two .pt-left-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.technology-root .t-pic-box .pic-box-two .pt-left-box .pl-up-box {
  display: flex;
  margin-bottom: 10px;
}
.technology-root .t-pic-box .pic-box-two .pt-left-box .pl-up-box .pu-item-box {
  flex: 1;
  height: 305px;
}
.technology-root .t-pic-box .pic-box-two .pt-left-box .pl-down-box {
  height: 305px;
}
.technology-root .t-pic-box .t-img-style {
  width: 100%;
  height: 100%;
}
.contact-root {
  width: 100%;
  min-width: 1260px;
}
.contact-root .info-form-box {
  width: 1260px;
  margin: 0 auto;
  padding: 100px 10px;
  box-sizing: border-box;
  display: flex;
}
.contact-root .info-form-box .info-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-root .info-form-box .info-box .name-box {
  font-size: 40px;
  font-weight: bold;
  color: #D39163;
  margin-bottom: 60px;
}
.contact-root .info-form-box .info-box .i-item-box {
  color: #333;
  font-size: 16px;
  margin-bottom: 30px;
}
.contact-root .info-form-box .form-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.contact-root .info-form-box .form-box .f-item-box {
  margin-bottom: 20px;
}
.contact-root .info-form-box .form-box .f-item-box .fi-label-box {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.contact-root .info-form-box .form-box .f-item-box .fi-input-box {
  width: 100%;
  border: 1px solid #C3C3C3;
}
.contact-root .info-form-box .form-box .f-item-box .fi-input-box .input-style {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  padding: 0 15px;
  box-sizing: border-box;
}
.contact-root .info-form-box .form-box .f-item-box .fi-input-box .textarea-style {
  width: 100%;
  height: 150px;
  border: none;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  resize: none;
}
.contact-root .info-form-box .form-box .f-btn-box {
  margin-top: 20px;
  width: 120px;
  height: 40px;
  background-color: #D39163;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.exhibition-root {
  width: 100%;
  min-width: 1260px;
}
.exhibition-root .e-cont-box {
  width: 1260px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
  border-top: 1px solid #D39264;
}
.exhibition-root .e-cont-box .top-box .name-box {
  font-size: 28px;
  color: #363231;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.exhibition-root .e-cont-box .top-box .date-num-box {
  font-size: 16px;
  color: #686565;
  padding-left: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.exhibition-root .e-cont-box .top-box .loc-box {
  font-size: 16px;
  color: #686565;
  padding-left: 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.exhibition-root .e-cont-box .list-box {
  padding: 30px 0;
  box-sizing: border-box;
}
.exhibition-root .e-cont-box .list-box .l-item-box {
  display: flex;
  margin-bottom: 30px;
}
.exhibition-root .e-cont-box .list-box .l-item-box .pic-box {
  width: 360px;
  height: 210px;
  margin-right: 50px;
}
.exhibition-root .e-cont-box .list-box .l-item-box .pic-box .e-img-style {
  width: 100%;
  height: 100%;
}
.exhibition-root .e-cont-box .list-box .l-item-box .info-box {
  flex: 1;
  height: 210px;
  padding: 40px 0 10px;
  border-top: 1px solid #B9B9B9;
  border-bottom: 1px solid #B9B9B9;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.exhibition-root .e-cont-box .list-box .l-item-box .info-box .name-box {
  color: #363231;
  font-size: 26px;
  margin-bottom: 10px;
}
.exhibition-root .e-cont-box .list-box .l-item-box .info-box .date-num-box {
  font-size: 16px;
  color: #686565;
  box-sizing: border-box;
}
.exhibition-root .e-cont-box .list-box .l-item-box .info-box .loc-box {
  font-size: 16px;
  color: #686565;
  box-sizing: border-box;
}
.exhibition-detail-root {
  width: 100%;
  min-width: 1260px;
}
.exhibition-detail-root .ed-cont-box {
  width: 1260px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
}
.exhibition-detail-root .ed-cont-box .name-box {
  text-align: center;
  font-size: 28px;
  color: #363231;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.exhibition-detail-root .ed-cont-box .date-num-box {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #686565;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.exhibition-detail-root .ed-cont-box .detail-box {
  padding: 20px;
  border-top: 1px solid #D39264;
  box-sizing: border-box;
}
.exhibition-detail-root .ed-cont-box .detail-box img {
  max-width: 100%;
}
.download-root {
  width: 100%;
  min-width: 1260px;
}
.download-root .d-cont-box {
  width: 1260px;
  margin: 0 auto;
  padding: 40px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.download-root .d-cont-box .d-item-box {
  width: 550px;
  font-size: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}
.download-root .d-cont-box .d-item-box .pic-box {
  width: 550px;
  height: 380px;
  margin-bottom: 15px;
}
.download-root .d-cont-box .d-item-box .pic-box .d-img-style {
  width: 100%;
  height: 100%;
}
.download-root .d-cont-box .d-item-box .name-btn-box {
  display: flex;
  align-items: center;
  height: 45px;
}
.download-root .d-cont-box .d-item-box .name-btn-box .name-box {
  flex: 1;
  font-size: 16px;
  color: #333;
  margin-right: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.download-root .d-cont-box .d-item-box .name-btn-box .btn-box {
  background-color: #D39163;
  color: white;
  font-size: 16px;
  padding: 6px 14px;
  box-sizing: border-box;
}
.download-root .d-cont-box .d-item-box:nth-child(2n) {
  margin-right: 0;
}
/*# sourceMappingURL=style.css.map */