@charset "UTF-8";
@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body,
p {
  font-family: "Lato-Regular";
  color: #333;
}

header {
  width: 100%;
  z-index: 100;
  background-color: #252932;
}

header .logo {
  display: block;
  width: 170px;
}

header nav ul {
  margin: 0;
  text-align: center;
  padding: 0;
}

header nav ul li {
  list-style: none;
  display: inline-block;
}

header nav ul li a {
  color: #fff;
  display: block;
  font-size: 15px;
  padding: 22px 20px;
  transition: all 0.3s;
  position: relative;
}

header nav ul li a:hover {
  text-decoration: none;
  color: #f9f9f9;
}

header nav ul li.active a {
  background-color: rgba(80, 147, 75, 0.882);
}

header nav ul li.active a::after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid rgba(80, 147, 75, 0.882);
  font-size: 0px;
  line-height: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}

.language a {
  color: #333;
  font-size: 12px;
  background-color: #fff;
  border-radius: 30px;
  padding: 8px 22px;
  transition: all 0.4s;
}

.language a:hover {
  text-decoration: none;
  background-color: #329641;
  color: #fff;
}

.product_dropdown {
  box-shadow: none;
}

.product_dropdown a {
  display: block;
  border: #ddd 1px solid;
  background-color: #fff;
  color: #666;
  padding: 20px 0;
}

.product_dropdown a:hover {
  text-decoration: none;
  color: #000;
  border-color: #333;
}

.language-dropdown {
  padding: 0;
}

.language-dropdown a {
  display: block;
  text-align: center;
  padding: 6px 10px;
  color: #000;
  font-size: 18px;
  border-bottom: #ddd 1px solid;
}

.mobile_nav {
  background-color: #252932;
  padding: 6px 0;
}

.menu_btn {
  color: #fff;
}

.uk-offcanvas-bar {
  background-color: #252932 !important;
  padding: 0;
}

.uk-offcanvas-bar .m_language {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 30px;
}

.uk-offcanvas-bar .m_language a {
  font-size: 14px;
  display: inline-block;
  padding: 8px 14px;
  margin: 0 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.3);
  border: rgba(255, 255, 255, 0.5) 1px solid;
}

.uk-offcanvas-bar ul {
  margin: 0;
  padding: 0;
}

.uk-offcanvas-bar ul li {
  list-style: none;
}

.uk-offcanvas-bar ul li.active a {
  color: #fff;
  background-color: #3d994b;
}

.uk-offcanvas-bar ul li a {
  display: block;
  padding: 10px 25px;
  color: #fff !important;
}

.index_banner {
  margin-top: -1px;
  height: calc(100vh - 66.5px);
  overflow: hidden;
  background-image: url(../images/shpuxiong.com-banner-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.index_banner:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(78deg, rgba(61, 153, 75, 0.75) 50%, rgba(61, 92, 153, 0.58) 50%);
}

.index_banner .v_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.index_banner .center_text #BannerTitle {
  min-width: 830px;
}

.index_banner .center_text h2 {
  margin: 0 6px;
  color: #ffc107;
  font-size: 42px;
  text-shadow: 1px 1px 1px #212121;
  font-weight: 900;
  letter-spacing: 2px;
}

.index_banner .center_text h3 {
  margin: 0;
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 1px 1px #333;
  font-weight: 900;
  letter-spacing: 2px;
}

.index_banner .center_tel {
  color: #fff;
  font-size: 22px;
  text-shadow: 1px 1px 1px #333;
}

.sec_wrap {
  padding: 60px 0;
}

.sec_title {
  text-align: center;
}

.sec_title h2 {
  color: #000;
  font-family: "Lato-Bold";
  margin: 0;
}

.sec_title h4 {
  margin: 0;
}

.sec_title p {
  font-size: 12px;
  margin: 0;
}

@media (min-width: 960px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  .div1 {
    grid-area: 1 / 1 / 3 / 3;
    height: 415px;
  }
  .div2 {
    grid-area: 1 / 3 / 2 / 4;
    height: 200px;
  }
  .div3 {
    grid-area: 2 / 3 / 4 / 4;
  }
  .div4 {
    grid-area: 3 / 1 / 4 / 2;
    height: 200px;
  }
  .div5 {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media (max-width: 960px) {
  .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .div1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .div2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .div3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .div4 {
    grid-area: 2 / 2 / 3 / 3;
  }
  .div5 {
    grid-area: 3 / 1 / 4 / 3;
  }
  .parent > div {
    height: 200px;
    background-color: #fafafa;
  }
  .parent h5 {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}

.parent > div {
  position: relative;
  overflow: hidden;
}

.parent img {
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.parent .uk-position-cover {
  background: rgba(60, 147, 72, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.parent h5 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 10;
  padding: 0 15px;
}

.parent > div > a {
  transition: all 0.5s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}

.parent > div:hover > a {
  opacity: 1;
}

.spec-data-box h5 {
  margin: 0;
  font-size: 12px;
}

.spec-data-box span {
  font-size: 34px;
  color: #0066ff;
  font-weight: bold;
}

.spec-data-box > div {
  height: 96px;
}

.sec_data {
  background-image: url(../images/shpuxiong.com-datamap.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.spec_data_title {
  margin-bottom: 30px;
  font-size: 30px;
  color: #333;
}

.spec_data_title span {
  font-size: 42px;
  font-weight: bold;
  color: #0066ff;
  display: inline-block;
  margin: 0 4px;
}

.sec_honor {
  background-color: #e8e8e8;
}

.sec_news {
  padding: 60px 0;
  background-color: #e8e8e8;
}

.news_block {
  background-color: #fff;
}

.news_block figcaption {
  padding: 10px 15px;
}

.news_block figcaption h4 {
  margin: 0;
}

.news_block figcaption h4 a {
  color: #000;
  font-size: 16px;
}

.news_block figcaption h4 a:hover {
  text-decoration: none;
  color: #333;
}

.news_block figcaption p {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.news_block figcaption span {
  font-size: 12px;
  display: block;
}

.sec_contact {
  padding: 60px;
}

.sec_contact h6 {
  margin-bottom: 0;
}

.sec_contact .tel h2 {
  margin: 0;
  font-size: 32px;
  line-height: 24px;
  margin-top: 12px;
}

.sec_contact .phone {
  border: #3c5993 2px solid;
  padding: 16px 20px;
  color: #3c5993;
}

footer {
  padding: 70px 0 15px;
  background-color: #252932;
  background-image: url(../images/World_Map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

footer .ewm .ewm_card {
  margin: 0 10px;
  max-width: 80px;
  text-align: center;
}

footer .ewm .ewm_card p {
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}

footer .copyright {
  text-align: right;
}

footer .copyright p {
  font-size: 12px;
  color: #ddd;
  margin-bottom: 0;
}

.f5_wrap {
  background-color: #f9f9f9;
  padding: 60px 0;
}

.product_list figure {
  background-color: #fff;
  margin-bottom: 0;
}

.product_list figure figcaption {
  padding: 5px 12px;
  margin: 0;
  color: #000;
  transition: all 0.3s;
}

.product_list figure:hover figcaption {
  font-size: 20px;
}

.product_list .page_subtitle {
  font-size: 12px;
  font-family: "Lato-Regular";
  text-align: center;
  background-color: #0c3e7f;
  color: #fff;
  padding: 2px 2px;
}

.serises_folder span {
  display: inline-block;
  padding: 4px 35px 6px 20px;
  font-size: 20px;
  line-height: 38px;
  background-color: #4b8648;
  color: #fff;
  border-left: #286825 5px solid;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.pagination {
  margin-top: 30px;
  text-align: center;
}

.pagination a,
.pagination span {
  color: #333;
  margin: 0 2px;
  display: inline-block;
  padding: 4px 11px;
  background-color: #d0d0d0;
}

.pagination a:hover,
.pagination span:hover {
  text-decoration: none;
  color: #3c5993;
}

.pagination span.page_current {
  background-color: #3c5993;
  color: #fff;
}

.product_wrap {
  padding: 100px 0;
}

.product_title h1 {
  margin-bottom: 0;
  color: #000;
}

.product_title h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 200;
  color: #000;
}

.product_info p {
  color: #000;
  line-height: 2rem;
  margin: 0;
  font-family: "Lato-Regular";
}

.product_info_thumb {
  max-width: 117px;
}

.product_info_thumb > div {
  margin-top: 10px;
}

.product_info_thumb > div:first-child {
  margin-top: 0;
}

.product_info_thumb .uk-active img {
  box-shadow: 0 0 4px black;
}

.product_text p {
  position: relative;
  padding-left: 12px;
  line-height: 1.4rem;
  margin-top: 10px;
}

.product_text p:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ff6600;
  position: absolute;
  left: 0;
  top: 9px;
}

.product_canshu {
  margin-top: 50px;
}

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

.product_canshu table tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.product_canshu table td {
  border: #ddd 1px solid;
  padding: 6px 10px;
  color: #000;
  font-size: 13px;
}

.related_products figure > a {
  display: block;
}

.related_products figcaption {
  text-align: center;
}

.product_sw_title li a {
  display: block;
  padding: 5px 0;
  background-color: #0c3e7f;
  text-align: center;
  color: #fff;
  border-right: #fff 1px solid;
}

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

.product_sw_title li:last-child a {
  border-right: none;
}

.product_sw_title li.uk-active a {
  background-color: #329641;
}

/**解决方案**/
.sec_solution {
  background-color: #363c49;
  padding: 80px 0 100px;
  margin-top: -1px;
}

.solution_category_title {
  text-align: center;
}

.solution_category_title h2 {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}

.solution_category_title p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  color: #b0b0b0;
}

.application-list .cover_color {
  background-image: linear-gradient(0deg, rgba(61, 153, 75, 0.75) 1%, rgba(0, 31, 83, 0) 1%);
  transition: all 0.5s;
}

.application-list p {
  transition: all 0.5s;
  transform: translateY(90px);
}

.appl-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.application-list .uk-overlay-default {
  transition: all 0.5s;
  background: none;
  background-image: linear-gradient(0deg, rgba(61, 153, 75, 0.55) 25%, rgba(40, 95, 188, 0.01) 40%);
}

.application-list h3 {
  transform: translateY(50px);
  transition: all 0.5s;
  font-size: 18px;
}

.application-list h5 {
  line-height: 1.9em;
  font-size: 14px;
}

.application-list .uk-inline-clip:hover h3 {
  transform: translateY(0);
}

.application-list .uk-inline-clip:hover .cover_color {
  background-image: linear-gradient(0deg, rgba(61, 153, 75, 0) 1%, rgba(0, 31, 83, 0) 1%);
}

.application-list .uk-button {
  font-size: 12px !important;
}

.solution_banner {
  margin-top: -1px;
  background-image: linear-gradient(78deg, rgba(61, 153, 75, 0.75) 50%, #3d5c99 50%);
  padding: 150px 0;
}

.solution_banner .uk-card {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.solution_banner h1 {
  color: #fff;
  font-size: 46px;
  margin-bottom: 30px;
  font-weight: 300;
}

.solution_banner p {
  font-weight: 300;
  margin: 10px 0;
  font-size: 16px;
  color: #fff;
}

.solution_list i {
  color: #fcac00;
}

.solution_list span {
  color: #666;
  font-size: 13px;
}

.news_list figure {
  background-color: #fff;
}

.news_list figure figcaption {
  background-color: #fff;
  padding: 15px;
}

.news_list figure figcaption h5 {
  margin: 0;
}

.news_list figure figcaption h5 a {
  color: #333;
}

.news_list figure figcaption h5 a:hover {
  text-decoration: none;
  color: #000;
}

/** 项目案例 **/
.cases_list figcaption {
  background-color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

article h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

article .uk-article-meta {
  font-weight: 100;
}

.about_wrap {
  padding: 80px 0;
}

.about_wrap p {
  margin: 10px 0;
  font-size: 14px;
}

.about_wrap .uk-badge {
  font-size: 18px;
  padding: 15px 24px;
  background-color: #3c5993 !important;
}

.contact_wrap .uk-card {
  border: #ddd 1px solid;
  padding: 50px 30px;
  text-align: center;
}

.contact_wrap .uk-card p {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 300;
  color: #666;
}

.contact_wrap .uk-card h3 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
}

.contact_wrap .uk-card h5 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #000;
  font-weight: bold;
}

.contact_wrap .uk-card a {
  color: #000;
  text-decoration: none;
}

.album_list h5 {
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  padding: 7px 0;
  width: 100%;
}

address h4 {
  color: #fff;
}

address p {
  font-size: 14px;
  color: #fff;
  line-height: 1.8rem;
  font-weight: 300;
}

/** 手机版 **/
@media (max-width: 960px) {
  .index_banner {
    height: 60vh;
    overflow: hidden;
  }
  .index_banner .center_text {
    align-items: center;
    flex-direction: column;
    transform: translateY(-60%);
  }
  .index_banner .center_text h2 {
    font-size: 36px;
  }
  .index_banner .center_text h3 {
    font-size: 24px;
  }
  .index_banner .center_tel {
    font-size: 18px;
    min-width: 300px;
    transform: translateY(-80px);
  }
  .sec_wrap {
    padding: 40px 0;
  }
  .sec_news {
    padding: 40px 0;
  }
  .sec_contact {
    padding: 60px 35px;
  }
  .sec_contact .phone {
    min-width: 226px;
  }
  footer {
    padding-top: 40px;
  }
  footer .copyright {
    text-align: center;
  }
  .product_title {
    flex-direction: column;
    align-items: center;
  }
  .product_title h1 {
    font-size: 30px;
  }
  .product_title h2 {
    font-size: 22px;
  }
  .product_info {
    margin-top: 20px;
  }
  .solution_banner {
    height: 360px;
  }
  .solution_banner > div {
    background: none;
    height: 360px;
  }
  .solution_banner h1 {
    font-size: 36px;
  }
  .solution_banner .uk-card {
    height: 360px;
  }
  .solution_banner .uk-card p {
    font-size: 14px;
  }
  .solution_text p {
    font-size: 16px;
  }
  .spec-data-box h5 {
    font-size: 14px;
  }
  .f5_wrap {
    padding: 20px 0;
  }
  .product_info_thumb {
    max-width: 100%;
  }
  .product_info_thumb > div {
    margin-top: 0;
  }
}
