@charset "UTF-8";
html,
body,
.header-wrapper {
  min-width: 1300px;
}

.content {
  margin: 0 auto;
  max-width: 1200px;
}
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 50px;
  width: 100%;
  height: 76px;
  background-color: #0056a6;
  color: #fff;
  z-index: 999;
}
.header-placeholder{
  height: 76px;
}
.header-wrapper .content {
  height: 100%;
}
.header-logo {
  margin-right: 90px;
  width: 125px;
}
.header-logo-img {
  width: 100%;
}
.header-left {
  width: 80%;
}
.header-menu {
  flex: 1;
}
.header-menu-item {
  display: block;
  padding: 0 25px;
  height: 76px;
  line-height: 76px;
  font-size: 16px;
  color: #c0ddf9;
  transition: background 0.3s ease-in-out;
}
.header-menu-item:hover,
.header-menu-item.active {
  background-color: #034078;
  cursor: pointer;
}
.header-options-item {
  position: relative;
  padding: 0 10px;
  height: 76px;
  line-height: 76px;
  font-size: 14px;
  color: #c0ddf9;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.header-options-item:hover {
  color: #c0ddf9;
  background-color: #034078;
}
.header-options-submenu{
  position: absolute;
  top: 76px;
  left: 0;
  min-width: 200px;
  background-color: #034078;
  opacity: 0;
  z-index: -10;
  transition: opacity 0.3s ease-in-out;
}
.header-options-submenu li {
  padding: 5px 10px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
}
.header-options-submenu li:hover{
  color: rgba(255, 255, 255, 1);

}
.header-options-item:hover .header-options-submenu{
  opacity: 1;
  z-index: 999;
}
.footer-links-wrapper {
  padding: 110px 50px;
  background-color: #0056a6;
}

.footer-links-title {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-size: 20px;
  color: #c0ddf9;
  font-weight: bold;
}
.footer-links-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 5px;
  background-color: #c0ddf9;
}
.footer-links-item {
  display: block;
  padding-bottom: 7px;
  margin-bottom: 8px;
  color: #c0ddf9;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  transition: border 0.3s ease-in-out;
}
.footer-links-item:hover{
  border-color: #c0ddf9;
}
.footer-contact-wrapper {
  padding: 90px 50px 120px;
  background-color: #c0ddf9;
}
.footer-logo {
  display: block;
  margin-bottom: 88px;
  width: 300px;
}
.footer-logo-img {
  width: 100%;
}
.footer-sec-title {
  margin-bottom: 40px;
  font-size: 26px;
  color: #0056a6;
  font-weight: bold;
}
.footer-shop-wrapper{
  width: 530px;
}
.footer-shop-item{
  width: 225px;
  font-size: 22px;
  color: #0056a6;
}
.footer-platform-wrapper{
  width: 400px;
}
.footer-platform-item{
  flex-direction: column;
  align-items: center;
}
.footer-platform-icon{
  margin-bottom: 10px;
 height: 25px;
 text-align: center;
}
.footer-platform-icon-img{
  height: 100%;
}
.footer-platform-code{
  margin: 5px 0;
  width: 108px;
  height: 108px;
  background-color: #fff;
}
.footer-platform-desc{
  color: #0056a6;
}
.inner-cover{
  position: relative;
  height: calc(100vh - 76px);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.inner-cover-img{
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
}
.inner-article-content{
  padding-top: 100px;
  padding-bottom: 210px;
  max-width: 1000px;
  text-align: center;
}
.inner-article-h1-en{
  position: relative;
  margin-top: 50px;
  font-size: 40px;
  color: #0056a6;
}
.inner-article-h1-ch{
  position: relative;
  margin-bottom: 50px;
  font-size: 35px;
  color: #0056a6;
  font-weight: normal;
}
.inner-article-image{
  display: block;
  margin: 50px 0;
  width: 100%;
}
.inner-article-image:last-child{
  margin-bottom: 0!important;
}
.inner-article-h2{
  position: relative;
  margin-top: 70px;
  margin-bottom: 30px;
  font-size: 28px;
  color: #0056a6;
  font-weight: normal;
}
.inner-article-text{
  margin: 30px 0;
  font-size: 18px;
  color: #595757;
  white-space: pre-wrap;
  line-height: 1.8em;
}
/* 社会责任 */
.social-res-content .inner-article-h2{
  position: relative;
  padding-bottom: 46px;
}
.social-res-content .inner-article-h2:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 72px;
  height: 5px;
  background-color: #0056a6;
  transform: translateX(-50%);
}
/* 全球原料 */
.matrtial-content .inner-article-text{
  color: #0056a6;
}
.matrtial-content .inner-article-image{
  margin: 80px 0;
}
/* 品牌介绍 */
.brand-content{
  padding-bottom: 0;
}
.brand-content .inner-article-text{
  color: #0056a6;
}
.brand-history-wrapper{
  padding-top: 80px;
}
.brand-history-item{
  position: relative;
}
.brand-history-item:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 490px;
  width: 1px;
  background-color: #0056a6;
}
.brand-history-cover{
  flex: 0 0 420px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  overflow: hidden;
}
.brand-history-info{
  flex:1;
  position: relative;
  padding-left: 105px;
  padding-top: 65px;
  padding-bottom: 90px;
  text-align: left;
}
.brand-history-point{
  position: absolute;
  top: 200px;
  left: 58px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(42, 81, 50, 0.5);
}
.brand-history-point:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0056a6;
  transform: translate(-50%, -50%);
}
.brand-history-year{
  font-size: 58px;
  font-weight: bold;
  color: #0056a6;
}
.brand-history-title{
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  color: #0056a6;
}
.brand-history-title:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 148px;
  height: 2px;
  background-color: #0056a6;
}
.brand-history-desc{
  color: #595757;
  font-size: 18px;
  line-height: 1.8em;
}
.brand-history-item:nth-child(even){
  flex-direction: row-reverse;
}
.brand-history-item:nth-child(even) .brand-history-info{
  padding-left: 0;
  padding-right: 125px;
}
.brand-history-item:nth-child(even) .brand-history-point{
  left: auto;
  right: 78px;
}
.brand-history-item:nth-child(even) .brand-history-year,
.brand-history-item:nth-child(even) .brand-history-title{
  text-align: right;
}
.brand-history-item:nth-child(even) .brand-history-title:after{
  left: auto;
  right: 0;
}
.brand-history-item:last-child .brand-history-info{
  padding-bottom: 180px;
}
/* 产品页 */
.product-section-img{
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.product-sec-title{
  padding-top: 160px;
  padding-bottom: 70px;
  text-align: center;
  color: #0056a6;
}
.product-h1-en{
  font-size: 42px;
  font-weight: bold;
}
.product-h1-ch{
  font-size: 35px;
  font-weight: 200;
}
.product-list .product-item{
  color: #595757;
  cursor: pointer;
}
.product-item-cover{
  background-color: #c0ddf9;
  flex: 0 0 600px;
  width: 600px;
  height: 572px;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out;
}
.product-item-cover-inner{
  width: 500px;
  height: 500px;
  transition: transform 0.2s ease-in-out;
}
.product-hot-sale:after{
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 110px;
  height: 110px;
  /*background: url('../images/hot-sale.png') no-repeat 0 0 / 100% 100%;*/
}
.product-hot-sale-en:after{
  /*background: url('../images/hot-sale-en.png') no-repeat 0 0 / 100% 100%;*/
}
.product-new-tag:after{
  content: "";
  display: block;
  position: absolute;
  right: 50px;
  bottom: 30px;
  width: 110px;
  height: 110px;
  background: url('../images/new-tag.png') no-repeat 0 0 / 100% 100%;
}
.product-new-tag-en:after{
  background: url('../images/new-tag-en.png') no-repeat 0 0 / 100% 100%;
}

.product-item-text{
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-item-text > div {
  max-width: 500px;
}
.product-item-feature{
  margin-bottom: 25px;
  font-size: 40px;
  color: #0056a6;
  font-weight: bold;
}
.product-item-name{
  font-size: 25px;
}
.product-item-intro,
.product-item-size{
  font-size: 16px;
}
.product-item-name,
.product-item-intro{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #3b3939;
}
.product-list .product-item:nth-child(even){
   flex-direction: row-reverse;
}
.product-list .product-item:nth-child(even) .product-item-text{
  text-align: right;
}
.product-grid-wrapper{
  padding: 50px 0;
  font-size: 0;
}
.product-grid-item{
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 2%;
  padding-top: 60px;
  padding-bottom: 48px; 
  width: 32%;
  background-color: #c0ddf9;
  text-align: center;
  color: #0056a6;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.product-grid-item:nth-child(3n+3){
  margin-right: 0;
}
.product-grid-cover{
  display: inline-block;
  margin-bottom: 28px;
  width: 271px;
  height: 271px;
  transition: transform 0.2s ease-in-out;
}
.product-grid-cover.product-hot-sale:after,
.product-grid-cover.product-new-tag:after{
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 80px;
  height: 80px;
}

.product-grid-name-en{
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: bold;
}
.product-grid-name-ch{
  font-size: 20px;
  font-weight: lighter;
}

.product-grid-item:hover {
  background-color: #0056a6;
  color: #fff;
}
.product-grid-item:hover .product-grid-cover{
  transform: scale(1.1);
}
.product-list .product-item:hover .product-item-cover{
  background-color: #0056a6;
}
.product-list .product-item:hover .product-item-cover-inner{
  transform: scale(1.1);
}
.product-list .product-item:hover .product-hot-sale:after,
.product-grid-item:hover .product-hot-sale:after{
  /*background-image: url('../images/hot-sale2.png');*/
}
.product-list .product-item:hover .product-hot-sale-en:after,
.product-grid-item:hover .product-hot-sale-en:after{
  /*background-image: url('../images/hot-sale-en2.png');*/
}
.product-list .product-item:hover .product-new-tag:after,
.product-grid-item:hover .product-new-tag:after{
  background-image: url('../images/new-tag2.png');
}
.product-list .product-item:hover .product-new-tag-en:after,
.product-grid-item:hover .product-new-tag-en:after{
  background-image: url('../images/new-tag-en2.png');
}
.product-more-wrapper{
  position: relative;
  padding: 7px 0 50px;
  text-align: center;
}
.product-more{
  position: relative;
  display: inline-block;
  width: 237px;
  padding: 13px 0;
  font-size: 22px;
  color: #595757;
  border-bottom: 1px solid #595757;
  cursor: pointer;
}
.product-more:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background-color: #eee;
  z-index: -1;
  transform: scaleY(0);
  transition: transform 0.3s ease-in-out;
}
.product-more:hover:after{
  transform: scaleY(1);
}

/* 科研 */
.certificate-wrapper{
  position: relative;
}
.certificate-wrapper:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 130px;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0.9));

}
.certificate-wrapper .inner-article-image{
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
.certificate-shadow{
  margin-top: -10%;
  width: 100%;
  transform: rotate(180deg);
  opacity: 0.1;
}
.certificate-desc{
  position: absolute;
  left: 0;
  right: 0;
  top: 55%;
  padding-top: 30px;
  font-size: 16px;
  white-space: pre-wrap;
  text-align: center;
}
/* 首页 */
.index-content{
  margin: 0 auto;
  max-width: 1200px;
}
.index-swiper,
.index-cover {
  position: relative;
  width: 100%;
  height: calc(100vh - 76px);
}

.index-cover-swiper .swiper-slide,
.index-product-poster-swiper .swiper-slide,
.index-scientific-swiper .swiper-slide,
.index-cover{
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.index-poster-btn{
  position: absolute;
  left: 200px;
  bottom: 30px;
  width: 86px;
  height: 39px;
  background: url('../images/poster-btn.png') no-repeat 0 0 / 100% 100%;
}
.index-poster-link{
  display: block;
  width: 100%;
  height: 100%;
}
.index-sec-title{
  padding: 32px 35px;
  color: #0056a6;
}
.index-sec-h1-en{
  font-size: 42px;
  font-weight: bold;
}
.index-sec-h1-ch{
  font-size: 32px;
  font-weight: 200;
}
.index-product-list-wrapper{
  padding: 0 50px;
  background-color: #c0ddf9; 
}
.index-matierals-wrapper{
  position: relative;
  padding: 60px 220px 80px;
  background-color: #c0ddf9; 
  min-height: calc(100vh - 76px);
}
.index-matierals-title{
  margin-bottom: 20px;
  width: 35vw;
  height: calc(35vw / 5.637);
  background: url('../images/p10_title.png') no-repeat 0 0 / 100% 100%;
}
.index-matierals-box{
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}
.index-matierals-poster{
  width: 100%;
}
.index-matierals-circle{
  display: block;
  position: absolute;
  width: 52%;
  padding-bottom: 52%;
  background: url('../images/index-circle.png') no-repeat 0 0 / 100% 100%;
  animation: rotate 60s linear 0s infinite;
}
.index-matierals-circle-1{
  top: 0;
  left: 52%;
  margin-left: -5%;
}
.index-matierals-circle-2{
  top: 0;
  right: 52%;
  margin-right: -5%;
  animation-direction: reverse;
}
@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.swiper-pagination{
  padding-right: 66px;
  text-align: right;
}
.swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #0056a6;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 30px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 4px 18px;
}

.index-product-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  color: #0056a6;
  cursor: pointer;
}
.index-product-cover{
  display: inline-block;
  margin-bottom: 28px;
  width: 350px;
  height: 350px;
  transition: transform 0.2s ease-in-out;
}
.index-product-cover.product-hot-sale:after,
.index-product-cover.product-new-tag:after{
  right: 0;
}
.index-product-name-en{
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
.index-product-name-ch{
  font-size: 15px;
  font-weight: 200;
}
.index-product-item:hover .index-product-cover{
  transform: scale(1.1);
     }
.index-product-button-prev{
  position: absolute;
  top: 50%;
  left: -60px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url('../images/prev.png') no-repeat 45% 50% / 22px 44px;
  cursor: pointer;
  z-index: 998;
}
.index-product-button-next{
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url('../images/next.png') no-repeat 55% 50% / 22px 44px;
  cursor: pointer;
  z-index: 998;
}
.index-product-button-prev:hover,
.index-product-button-next:hover{
  background-color: rgba(42, 82, 51, 0.1);
}
.footer-copyright {
  padding: 10px 0;
  text-align: center;
  color: #0056a6;
  background-color: #a8d0f7;
}
.footer-copyright a {
  color: #0056a6;
}