@charset "UTF-8";
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 980;
  transition: all 0.5s;
}

header .uk-container {
  max-width: 1440px;
}

.biocana_logo img {
  max-width: 120px;
}

.biocana_logo_static {
  opacity: 1;
}

.biocana_logo_active {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

nav ul {
  margin: 0;
}

nav ul li {
  display: inline-block;
}

nav ul a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 20px 30px;
}

nav ul a:hover {
  color: #538c4f;
  text-decoration: none;
}

.tel400 i {
  display: inline-block;
  margin-right: 6px;
  color: #fff;
}

.tel400 span {
  color: #fff;
  font-weight: 600;
}

header.header_active, header:hover {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

header.header_active .biocana_logo_static, header:hover .biocana_logo_static {
  opacity: 0;
}

header.header_active .biocana_logo_active, header:hover .biocana_logo_active {
  opacity: 1;
}

header.header_active nav ul a, header:hover nav ul a {
  color: #000;
}

header.header_active nav ul a:hover, header:hover nav ul a:hover {
  color: #538c4f;
}

header.header_active .tel400 i, header:hover .tel400 i {
  color: #000;
}

header.header_active .tel400 span, header:hover .tel400 span {
  color: #000;
}

header .uk-dropdown {
  padding: 4rem;
}

header .uk-dropdown .uk-card a.nav_thumb {
  padding: 0;
  border: #ddd 1px solid;
  border-radius: 4px;
  overflow: hidden;
}

header .uk-dropdown .uk-card .badge {
  font-size: 12px;
  display: inline-block;
  padding: 1px 4px;
  font-weight: 300;
  background-color: #ff6600;
  color: #fff;
  border-radius: 3px;
}

header .uk-dropdown h5 {
  font-size: 14px;
}

header .uk-dropdown h5 a {
  font-weight: 300;
  padding: 0;
  font-size: 14px;
}

header .uk-dropdown dt {
  color: #000;
}

header .uk-dropdown dd {
  padding: 15px 0 0;
}

.nav_drop_prant > a {
  position: relative;
}

.nav_drop_prant:hover > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
}

/*手机版头部*/
.mobile-nav {
  padding: 12px 0;
  width: 100%;
  position: relative;
  z-index: 200;
}

.mobile-nav .toggle-btn {
  border: none;
  background: none;
  color: #fff;
  outline: none;
  transform: translateY(2px);
}

.toggle-btn i {
  display: block;
  height: 2px;
  width: 28px;
  background-color: #000;
  margin-bottom: 7px;
  transition: all 0.5s;
}

.toggle-btn i:last-child {
  margin-bottom: 0;
}

.toggle-btn.active i:first-child {
  transform: translateY(9px) rotate(45deg);
}

.toggle-btn.active i:last-child {
  transform: translateY(-9px) rotate(-45deg);
}

.toggle-btn.active i:nth-child(2) {
  transform: translateX(-40px);
  opacity: 0;
}

.mobile-nav-box {
  padding: 40px 0;
  display: none;
}

.mobile-nav-box a {
  color: #000;
  font-weight: 300;
  padding: 0 20px;
}

.mobile-nav-box > ul > li {
  opacity: 0;
  border-bottom: #ddd 1px solid;
  transition: all 0.5s;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 400ms ease,-webkit-transform 400ms ease;
  transition: opacity 400ms ease,-webkit-transform 400ms ease;
  -o-transition: transform 400ms ease,opacity 400ms ease;
  transition: transform 400ms ease,opacity 400ms ease;
  transition: transform 400ms ease,opacity 400ms ease,-webkit-transform 400ms ease;
}

.mobile-nav-box.active > ul > li {
  transform: translateY(0);
  opacity: 1;
}

.mobile-nav-box > ul > li > a {
  font-size: 16px;
}

.m-language-sw-btn {
  padding: 0 10px;
}

.m-language-sw-btn i {
  margin-right: 3px;
  transform: translateY(-1px);
}

.m-language-dropdown {
  padding: 0;
  max-width: 100px;
  min-width: 100px;
}

.m-language-dropdown a {
  display: block;
  font-size: 14px;
  color: #000;
  padding: 5px 10px;
}

.biocana_banner {
  background-image: url(../images/index_banner.jpg);
  background-size: cover;
  position: relative;
}

.biocana_banner:after {
  content: '';
  display: block;
  background-color: rgba(32, 75, 146, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.biocana_banner h1 {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 90;
  font-size: 56px;
  line-height: 5rem;
  font-weight: 600;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.index_product {
  padding: 120px 0;
}

.product_thumb {
  border: #c6c6c6 1px solid;
  border-radius: 8px;
  overflow: hidden;
}

.product_thumb .badge {
  font-size: 13px;
  display: inline-block;
  padding: 1px 6px;
  font-weight: 300;
  background-color: #ff6600;
  border-radius: 4px;
  color: #fff;
  top: 10px;
  right: 10px;
  z-index: 300;
}

.product_thumb h5 {
  margin: 0;
  border-top: #c6c6c6 1px solid;
  padding: 6px 8px;
}

.product_thumb h5 a {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  display: block;
}

.product_thumb img {
  transition: all 0.5s;
  border-radius: 6px;
  overflow: hidden;
}

.about_wrapper {
  padding: 120px 0;
}

.about_wrapper h1 {
  font-weight: bold;
  color: #1b3b74;
  font-size: 30px;
}

.about_wrapper p {
  color: #000;
  font-weight: 300;
  line-height: 1.8rem;
}

.page_banner {
  height: 450px;
}

.page_banner:after {
  content: "";
  display: block;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 80%);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 90;
}

.news_list figcaption h3 {
  margin-top: 10px;
  margin-bottom: 0;
}

.news_list figcaption h3 a {
  font-size: 18px;
  color: #000;
}

.news_list figcaption span {
  font-size: 14px;
  font-weight: 300;
  color: #999;
}

.news_list figcaption p {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.news_content h1 {
  font-weight: 700;
  color: #000;
}

.news_content .news-meta {
  font-weight: 14px;
  font-weight: 300;
  color: #999;
  padding-left: 3px;
}

.index_news {
  background-color: #f5f5f5;
}

.related_list .blog_list_card h3 {
  font-size: 15px;
  color: #000;
  margin-top: 5px;
  margin-bottom: 0;
}

.related_list .blog_list_card h3 a {
  color: #000;
}

.related_list .blog_list_card h3 a:hover {
  text-decoration: none;
  color: #666;
}

.related_list .blog_list_card span {
  font-size: 12px;
  color: #999;
  font-weight: 300;
}

.pagination {
  text-align: center;
}

.pagination > * {
  display: inline-block;
  padding: 4px 10px;
  border: #2a2a2a 1px solid;
  font-size: 14px;
  margin: 0 4px;
}

.pagination a {
  color: #000;
}

.pagination a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #26639a;
}

.pagination .page_current {
  text-decoration: none;
  color: #fff;
  background-color: #26639a;
  border-color: #26639a;
}

@media (max-width: 960px) {
  .page_banner {
    height: 240px;
  }
  .about_wrapper {
    padding: 80px 0;
  }
}

footer {
  padding: 60px 0 0;
  background-color: #2a2a2a;
}

footer img {
  width: 100px;
}

footer dl dt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}

footer dl dd a {
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  font-weight: 300;
  transition: all 0.4s;
}

footer dl dd a:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
}

footer address h5 {
  color: #fff;
  margin-bottom: 10px;
}

footer address p {
  color: #fff;
  margin: 10px 0;
  font-weight: 300;
  font-size: 14px;
  opacity: 0.6;
}

.copyright {
  color: #fff;
  font-size: 13px;
  opacity: 0.8;
  font-weight: 300;
  padding: 20px 0;
  margin-top: 30px;
}

.copyright a {
  color: #fff;
}

.copyright a:hover {
  text-decoration: none;
  color: #f5f5f5;
}

/** product **/
.banner_product {
  background-color: #26639a;
  padding: 180px 0 150px;
}

.banner_product .uk-container {
  max-width: 1050px;
}

.banner_product h1 {
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.01rem;
  text-shadow: 1px 1px 0px rgba(25, 25, 25, 0.7);
  position: relative;
  margin-bottom: 50px;
}

.banner_product h1:after {
  content: '';
  display: block;
  background-color: #ffffff45;
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -25px;
}

.banner_product .product_info {
  color: #fff;
  font-weight: 300;
  line-height: 1.8rem;
}

.product_switcher {
  padding-bottom: 150px;
  margin-top: -42px;
}

.product_switcher .uk-container {
  max-width: 720px;
}

.product_switcher .product_sw_title {
  padding: 0;
  margin: 0;
  text-align: center;
}

.product_switcher .product_sw_title li {
  list-style: none;
  display: inline-block;
}

.product_switcher .product_sw_title li a {
  color: #26639a;
  display: block;
  padding: 8px 30px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 25px;
}

.product_switcher .product_sw_title li a:hover {
  text-decoration: none;
}

.product_switcher .product_sw_title li.uk-active a {
  background-color: #fff;
  text-decoration: none;
}

.product_switcher .product_sw_content {
  padding: 40px;
  color: #000;
  font-weight: 300;
  line-height: 1.8rem;
}

.product_switcher .product_sw_content table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.product_switcher .product_sw_content table > :first-child > tr:not(:first-child) {
  border-top: #ddd 1px solid;
}

.product_switcher .product_sw_content table td {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 1.5;
}

.related_list {
  padding-bottom: 120px;
}

.related_list .product_thumb h5 a {
  font-size: 14px;
}

/** 手机版 **/
@media (max-width: 960px) {
  .biocana_logo img {
    max-width: 90px;
  }
  nav ul li a {
    padding: 20px 10px;
  }
  .biocana_banner {
    min-height: 50vh;
  }
  .biocana_banner h1 {
    font-size: 28px;
    line-height: 42px;
  }
  .index_product {
    padding: 40px 0;
  }
  .index_product .uk-grid > * {
    padding-left: 10px;
  }
  .index_product .uk-grid {
    margin-left: -10px;
  }
  .index_product * + .uk-grid-margin, .index_product .uk-grid + .uk-grid, .index_product .uk-grid > .uk-grid-margin {
    margin-top: 10px;
  }
  .index_product .uk-card h5 a {
    font-size: 14px;
    font-weight: 300;
  }
  .product_list {
    padding-top: 100px;
  }
  .banner_product {
    padding: 100px 0;
  }
  .banner_product h1 {
    font-size: 26px;
    line-height: 38px;
  }
  .product_switcher .product_sw_title li a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .product_switcher {
    margin-top: -41px;
    padding-bottom: 40px;
  }
  .product_switcher .product_sw_content {
    padding: 40px 15px;
  }
  .about_wrapper h1 {
    font-size: 24px;
  }
  .section_title {
    margin-bottom: 15px !important;
  }
  .uk-card.product_thumb h5 {
    padding: 2px 6px;
    font-size: 12px;
  }
  .uk-card.product_thumb h5 a {
    font-size: 12px;
  }
  .news_list figcaption h3 {
    line-height: 1rem;
  }
  .news_list figcaption h3 a {
    font-size: 16px;
  }
  .news_list figcaption span {
    font-weight: 300;
    font-size: 12px;
    color: #999;
  }
  .news_list figcaption p {
    font-size: 12px;
    font-weight: 300;
    color: #333;
  }
}
