body {
  font-family: Arial;
  max-width: 1920px;
  margin: 0 auto;
}
.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hoverBtn:hover {
  background-color: #d7b102 !important;
}
.leo-6 {
  width: 50%;
  float: left;
}
.leo-row {
  width: 100%;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.fixed_top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
}
.home-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 100px;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-header .auto-container {
  width: 100%;
}
.home-header .contact-us-ul li {
  display: table;
  float: left;
  margin-right: 34px;
  font-size: 16px;
  color: #fff;
}
.home-header .contact-us-ul li:last-child {
  margin-right: 0;
}
.home-header .contact-us-ul li > div {
  display: table-cell;
  vertical-align: middle;
}
.home-header .contact-us-ul li .icon {
  padding-right: 15px;
}
.home-header .contact-us-ul li .icon img {
  max-width: 50px;
}
.home-header .contact-us-ul li .name {
  font-size: 16px;
  color: #fff;
}
.home-header .contact-us-ul li .shape img {
  width: 25px;
}
.top_search_m {
  display: none;
  float: right;
  margin-top: 12px;
}
.top_search_m .email_span {
  margin-left: 6px;
  margin-right: 6px;
}
.fixed_top .header {
  padding: 0 100px;
  background-color: rgba(0, 0, 0, 0.4);
}
.header .auto-container {
  width: 100%;
}
.header-logo {
  float: left;
  line-height: 84px;
}
.header-right {
  float: right;
}
.header-logo img {
  height: 60px;
  vertical-align: middle;
}
.header-logo p {
  position: relative;
  display: inline-block;
  color: #fed000;
  font-size: 16px;
  margin-left: 28px;
  padding-left: 28px;
  line-height: 24px;
  font-weight: bold;
  vertical-align: middle;
}
.header-logo p span {
  color: #fff;
  font-size: 20px;
}
.header-logo p::after {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  z-index: 3;
}
.header .navlist {
  padding-left: 0;
}
.header .navlist .hasdrop {
  float: left;
  position: relative;
}
.header .navlist .hasdrop:last-child > a {
  margin-right: 0;
}
.header .navlist .hasdrop.active a::after {
  display: block;
}
.header .navlist .hasdrop > a {
  position: relative;
  text-decoration: none;
  display: block;
  margin: 0 10px;
  font-size: 16px;
  line-height: 84px;
  letter-spacing: 0;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.header .navlist .hasdrop > a:hover::after {
  display: block;
}
.header .navlist .hasdrop > a::after {
  content: '';
  display: none;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
.header .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.header .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.header .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.header .navlist .s-menu {
  position: absolute;
  top: 84px;
  display: none;
  background-color: #fff;
}
.header .navlist .s-menu > .hasdrop {
  position: relative;
  padding: 10px 0px;
  float: none;
}
.header .navlist .s-menu > .hasdrop > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding-right: 20px;
  line-height: 24px;
}
.header .navlist .s-menu > .hasdrop > a:hover {
  background-color: transparent;
  color: #fed000;
}
.header .navlist .s-menu .t-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: none;
  border-left: 2px solid #eee;
}
.header .navlist .s-menu .t-menu > .hasdrop {
  padding: 10px 20px;
  width: 100%;
}
.header .navlist .s-menu .t-menu > .hasdrop > a {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  display: block;
  text-decoration: none;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}
.header .navlist .s-menu .t-menu > .hasdrop > a:hover {
  background-color: transparent;
  color: #fed000;
}
.header .f-menu {
  float: left;
}
.fixed_top.scrollHead .home-header {
  display: none;
}
.fixed_top.scrollHead .header {
  background-color: #222;
}
.Home-banner {
  position: relative;
  left: 0;
}
.Home-banner .product-guide {
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 180px;
}
.Home-banner .product-guide .banTxt {
  margin-bottom: 25px;
}
.Home-banner .product-guide .t {
  margin-bottom: 16px;
  font-size: 36px;
  color: #222;
  font-weight: bold;
}
.Home-banner .product-guide .t span {
  color: #fed000;
}
.Home-banner .product-guide p {
  font-size: 16px;
  color: #222222;
}
.Home-banner .swiper-banner {
  position: relative;
  z-index: 1;
}
.Home-banner .swiper-banner .item img {
  width: 100%;
}
.Home-banner .swiper-banner .banner-page {
  bottom: 44px;
}
.Home-banner .swiper-banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  opacity: 1;
  margin: 0 6px;
}
.Home-banner .swiper-banner .swiper-pagination-bullet-active {
  background: #fff;
}
.Home-banner .banner-prev {
  top: auto;
  bottom: 70px;
  left: 45%;
  width: 10px;
  height: 11px;
  background: url(../images/ban_arr.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
  cursor: pointer;
}
.Home-banner .banner-next {
  top: auto;
  bottom: 70px;
  right: 45%;
  width: 10px;
  height: 11px;
  background: url(../images/ban_arr.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
  cursor: pointer;
  transform: rotate(180deg);
}
.Home-banner .here-an {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  text-align: center;
  z-index: 9;
  font-size: 30px;
  color: #fff;
  z-index: 1;
}
.Home-banner .here-an .yinbot1 {
  display: block;
  animation: ani-svg 0.85s linear 0s alternate infinite;
  -webkit-animation: ani-svg 0.85s linear 0s alternate infinite;
  margin-left: -12px;
}
.home_title {
  text-align: center;
}
.home_title div {
  line-height: 1;
  font-size: 40px;
  color: #222;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: -4px;
}
.home_title .titleImg img {
  vertical-align: middle;
}
.home_title p {
  margin-top: 2px;
  font-size: 16px;
  color: #666;
}
@keyframes ani-svg {
  0% {
    opacity: 0.4;
    transform: translateY(-20px);
  }
  15% {
    opacity: 0.65;
    transform: translateY(-15px);
  }
  25% {
    opacity: 0.8;
    transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    transform: translateY(0px);
  }
  65% {
    opacity: 0.8;
    transform: translateY(5px);
  }
  75% {
    opacity: 0.65;
    transform: translateY(10px);
  }
  100% {
    opacity: 0.4;
    transform: translateY(15px);
  }
}
@-webkit-keyframes ani-svg {
  0% {
    opacity: 0.4;
    -webkit-transform: translateY(-20px);
  }
  15% {
    opacity: 0.65;
    -webkit-transform: translateY(-15px);
  }
  25% {
    opacity: 0.8;
    -webkit-transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
  65% {
    opacity: 0.8;
    -webkit-transform: translateY(5px);
  }
  75% {
    opacity: 0.65;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: translateY(15px);
  }
}
@-moz-keyframes ani-svg {
  0% {
    opacity: 0.4;
    -moz-transform: translateY(-20px);
  }
  15% {
    opacity: 0.65;
    -moz-transform: translateY(-15px);
  }
  25% {
    opacity: 0.8;
    -moz-transform: translateY(-10px);
  }
  50% {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
  65% {
    opacity: 0.8;
    -moz-transform: translateY(5px);
  }
  75% {
    opacity: 0.65;
    -moz-transform: translateY(10px);
  }
  100% {
    opacity: 0.4;
    -moz-transform: translateY(15px);
  }
}
.index_title_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.index_title_row .home_title {
  text-align: left;
}
.index_title_row .case_t_r {
  position: relative;
}
.index_title_row .case_t_r a {
  font-size: 16px;
  color: #222222;
}
.index_title_row .case_t_r a img {
  margin-left: 15px;
}
.index_title_row .case_t_r a:hover {
  color: #fed000;
}
.index_title_row .case_t_r a:hover img:first-child {
  display: none;
}
.index_title_row .case_t_r a:hover img:last-child {
  display: inline-block;
}
.index_title_row .case_t_r a img:first-child {
  display: inline-block;
}
.index_title_row .case_t_r a img:last-child {
  display: none;
}
.index_title_row .case_t_r .pages_r {
  height: 40px;
  color: #666666;
  font-size: 16px;
  line-height: 40px;
  font-weight: bold;
}
.index_title_row .case_t_r .pages_r span {
  margin: 0 5px;
}
.index_title_row .case_t_r .pages_r .cur {
  color: #fed000;
}
.index_title_row .case_Arrows {
  width: 51px;
  height: 50px;
  background-image: url(../images/arr-btn.png);
  background-size: 100%;
  z-index: 1;
}
.index_title_row .case_Arrows:hover {
  background-image: url(../images/arr-highlight.png);
  border-color: #fed000;
}
.index_title_row .case_Arr_L {
  left: auto;
  right: 63px;
}
.index_title_row .case_Arr_R {
  right: 0;
  transform: rotate(180deg);
}
.index_title_row .video_Arr_L {
  left: auto;
  right: 63px;
}
.index_title_row .video_Arr_R {
  right: 0;
  transform: rotate(180deg);
}
.zy_media .dec_play::after {
  border-color: transparent transparent transparent #fed000;
}
.container1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.video {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
}
.video .videoBox {
  width: 80%;
  height: 60vh;
  position: fixed;
  z-index: 60;
  top: 20%;
  left: 10%;
}
.video .videoBox iframe {
  width: 100%;
  height: 100%;
}
.video .zy_media {
  z-index: 60;
}
.pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.prdtcase {
  display: none;
}
.prdtcase.prdctnow {
  display: block;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #222222;
  padding-bottom: 14px;
}
.footer .footer_content {
  padding-top: 100px;
  padding-bottom: 54px;
}
.footer .link {
  max-width: 425px;
}
.footer dl {
  position: relative;
  transition: all 0.3s ease 0s;
  padding-right: 6.5%;
  box-sizing: content-box;
  float: left;
  color: #fff;
}
.footer dl dt {
  position: relative;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.footer dl dd {
  line-height: 36px;
  font-size: 16px;
  color: #bbbbbb;
}
.footer dl dd a {
  font-weight: normal;
  color: #bbbbbb;
  font-size: 16px;
  text-decoration: none;
}
.footer dl dd a:hover {
  color: #fed000;
}
.footer .foot_add {
  max-width: 296px;
}
.footer .foot_add dd {
  margin-bottom: 10px;
  position: relative;
  line-height: 28px;
}
.footer .foot_add dd > img {
  position: absolute;
  left: 0;
  top: 2px;
  max-width: 26px;
}
.footer .foot_add .jk_div {
  line-height: 20px;
}
.footer .contact-form-box {
  width: 385px;
  padding-left: 0;
  padding-right: 0;
  float: right;
}
.footer .contact-form-box:after {
  display: none;
}
.footer .contact-form-box .contact-form .form-group {
  margin-bottom: 0;
}
.footer .contact-form-box .contact-form .form-group > div {
  margin-bottom: 5px;
}
.footer .contact-form-box .contact-form .form-group > div:nth-child(1) {
  padding-right: 2px;
}
.footer .contact-form-box .contact-form .form-group > div:nth-child(2) {
  padding-left: 2px;
}
.footer .contact-form-box .contact-form .form-group > div.textareaBox {
  margin-bottom: -8px;
}
.footer .contact-form-box .contact-form input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 16px;
  border: 0;
  outline: none;
  color: #222;
  background-color: #fff;
  border-radius: 4px;
}
.footer .contact-form-box .contact-form input::placeholder {
  color: #666;
}
.footer .contact-form-box .contact-form textarea {
  width: 97%;
  height: 96px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
  border: 0;
  outline: none;
  color: #222;
  background-color: #fff;
  border-radius: 4px;
}
.footer .contact-form-box .contact-form textarea::placeholder {
  color: #666;
}
.footer .contact-form-box .submit-btn {
  width: 133px;
  height: 40px;
  line-height: 40px;
  background-color: #fed000;
  color: #222222;
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.footer .contact-form-box .reset-btn {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  outline: 0;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  font-size: 14px;
  text-transform: uppercase;
}
.sitemap a {
  position: relative;
  margin-right: 28px;
  color: #bbb;
  font-size: 16px;
  padding-right: 28px;
}
.sitemap a:last-child::after {
  display: none;
}
.sitemap a::after {
  content: '';
  display: block;
  width: 1px;
  height: 15px;
  background-color: #999999;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sitemap .support {
  position: relative;
  padding-right: 14px;
}
.footerbar {
  padding: 45px 0 24px;
  line-height: 40px;
  font-size: 16px;
  background-color: #222222;
  border-top: 1px solid #404040;
}
.footerbar .copyright {
  float: left;
}
.footerbar .copyright a {
  color: #bbb;
  margin-right: 34px;
}
.footerbar .links a {
  color: #bbb;
}
.shape a {
  margin-right: 5px;
  text-decoration: none;
}
.shape a img {
  vertical-align: middle;
  width:30px;
  height:auto;
}
.link_box {
  display: inline-block;
  position: relative;
  margin-left: 10px;
}
.link_box span {
  width: 230px;
  display: inline-block;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 14px;
  padding-right: 20px;
  background-image: url(../images/top-arr.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-color: #cccccc;
  cursor: pointer;
  color: #222;
  font-size: 16px;
  text-align: left;
}
.link_box .Friendlink {
  display: none;
  min-width: 85%;
  width: 230px;
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 10;
  background-color: #dfe1e4;
}
.link_box .Friendlink li {
  padding: 10px;
  line-height: 26px;
  text-align: left;
  background-color: #dfe1e4;
  border-bottom: 1px solid #ebebeb;
}
.link_box .Friendlink li a {
  color: #222222;
  font-size: 14px;
}
.link_box .Friendlink li a:hover {
  color: #fed000;
}
.pc_user_contral {
  margin-top: 16px;
  margin-left: 40px;
}
.search-procuct {
  display: inline-block;
  vertical-align: middle;
  width: 332px;
  margin-left: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #eee;
}
.search-procuct input {
  height: 40px;
  box-shadow: 0 0 0 transparent !important;
  border: 0;
  background-color: transparent;
  font-size: 16px;
}
.search-procuct input::placeholder {
  color: #999999;
}
.search-procuct button {
  border: 1px solid #eee !important;
  box-shadow: 0 0 0 transparent !important;
  outline: none !important;
  border: 0!important;
  background-color: transparent!important;
}
.ico_email {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.ico_email a {
  position: relative;
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  height: 30px;
  line-height: 28px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.ico_email a img {
  margin-bottom: 2px;
}
.ico_email .tipsNum {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #e60012;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.language_head {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: bold;
}
.language_head .cn {
  display: block;
  padding-right: 18px;
  background: url(../images/jt1.png) no-repeat right center;
}
.language_head .aBox {
  border: 1px solid #dfdfdf;
  text-align: center;
  opacity: 0;
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 80%;
  background: #fff;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: opacity 0.3s, margin 0.3s;
  -webkit-transition: opacity 0.3s, margin 0.3s;
  -ms-transition: opacity 0.3s, margin 0.3s;
  -moz-transition: opacity 0.3s, margin 0.3s;
  -o-transition: opacity 0.3s, margin 0.3s;
}
.language .list {
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 132px;
  padding-top: 4px;
  text-align: center;
  display: none;
}
.language .list {
  top: 22px;
}
.language ul {
  background: #fff;
  border-radius: 4px;
  position: relative;
  box-shadow: 3.3px 3.5px 15px 6px rgba(0, 0, 0, 0.08);
}
.language ul::after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFFFFF;
  border-width: 7px;
  margin-left: -7px;
}
.language li a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  color: #333;
  /*text-indent:18px;*/
  text-align: center;
}
.language li a:hover {
  color: #fff;
  background: #fed000;
}
.language_head .aBox::before {
  position: absolute;
  left: 0;
  bottom: 100%;
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/jt4.png) no-repeat center;
}
.language_head .aBox a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  padding: 7px 10px;
  white-space: nowrap;
}
.language_head:hover .aBox {
  margin-top: 0;
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.M_search {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 58px;
  background-color: red;
  box-sizing: border-box;
}
.M_search .mInp1 {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  padding-right: 74px;
  font-size: 15px;
  color: #666;
}
.M_search .mInp1::placeholder {
  color: #999;
}
.M_search .m_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60px;
  background-color: #fed000;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.top-search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #666666;
  z-index: 100;
  opacity: 0.8;
  display: none;
}
.search_con2 {
  position: absolute;
  right: 90px;
  top: 18px;
  height: 50px;
  z-index: 100;
  transform: scale3d(0, 0, 0);
  transform-origin: right center;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 440px;
  opacity: 1;
}
.search_con2 .search-input {
  width: 380px;
  float: left;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  background: #fff;
}
.search_con2 .input1 {
  height: 48px;
  line-height: 48px;
  background: none;
  border: 0;
  width: calc(100% - 57px);
  float: left;
  outline: none;
  font-size: 16px;
  color: #666666;
  font-family: "微软雅黑";
}
.search_con2 .bnts {
  float: right;
  width: 56px;
  height: 48px;
  background: url(../images/head_pic3.png) center center no-repeat;
  margin-right: 1px;
  cursor: pointer;
  border: none;
  outline: none;
}
.search_con2 .moblie-search-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/c10.png) center center no-repeat;
}
.start_search {
  cursor: pointer;
}
#showopen .f-menu {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
#showopen .top_search .ico_email {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
#showopen .top_search .search_con2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1);
}
#showopen .head .navBar {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
#showopen .head .top_search span {
  opacity: 0;
  filter: alpha(opacity=0);
}
.section_kind {
  padding-top: 70px;
  padding-bottom: 82px;
}
.section_kind .productbody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*position: relative;*/
}
.section_kind .productItem {
  width: 25%;
  /*position: relative;*/
  padding：0 20px;
  margin-bottom: 30px;
  /*border-right:1px solid #eee;*/
}

.section_kind .productbody .catechild-prev{
    width: 40px;
    height: 40px;
    background: url(../images/arrow.png) no-repeat center;
    background-size: 100%;
    font-size: 0;
    z-index: 1;
    left:-90px;
}
.section_kind .productbody .catechild-prev:hover,
.section_kind .productbody .catechild-next:hover{
    background-image: url(../images/arrow-hover.png);
}
.section_kind .productbody .catechild-next{
    width: 40px;
    height: 40px;
    background: url(../images/arrow.png) no-repeat center;
    background-size: 100%;
    font-size: 0;
    z-index: 1;
    right: -90px;
    transform: rotate(180deg);
}


.section_kind .productItem::after {
  content: '';
  display: block;
  width: 1px;
  height: 270px;
  position: absolute;
  right: 0;
  top: 0;
  background: #ddd;
}
.section_kind .productItem:last-child .inner {
  /*justify-content: flex-end;*/
}
.section_kind .productItem:last-child::after {
  display: none;
}
.section_kind .productItem:nth-child(2) .inner {
  /*justify-content: center;*/
}
.section_kind .productItem .inner {
  display: flex;
  justify-content: center;
}
.section_kind .productItem .img_box img {
  max-width: 160px;
}
.section_kind .productItem .right_box {
  position: relative;
  height: 255px;
  margin-left: 10px;
}
.section_kind .productItem .indexKind {
  margin-bottom: 22px;
  font-weight: bold;
  font-size: 20px;
  color: #222;
}
.section_kind .productItem .indexKind a{
    color:#222;
}
.section_kind .productItem .indexKind a:hover{
    color:#fed000;
}
.section_kind .productItem .accordion .linka:hover{
    color:#fed000;
}
.section_kind .productItem .accordion .link {
  padding-bottom: 4px;
  font-size: 16px;
  color: #222;
  position: relative;
  cursor: pointer;
}
.section_kind .productItem .accordion .linka {
  padding-bottom: 4px;
  font-size: 16px;
  color: #222;
  position: relative;
}
.section_kind .productItem .accordion > li {
  margin-bottom: 12px;
}
.section_kind .productItem .accordion > li:last-child {
  margin-bottom: 0;
}
.section_kind .productItem .accordion > li.open .link {
  border-bottom: 1px solid #ddd;
}
.section_kind .productItem .accordion > li.open img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section_kind .productItem .accordion > li img {
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.section_kind .productItem .accordion .submenu {
  display: none;
  padding-top: 10px;
}
.section_kind .productItem .accordion .submenu li {
  line-height: 30px;
}
.section_kind .productItem .accordion .submenu a {
  font-size: 16px;
  color: #999;
}
.section_kind .productItem .readmore {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 32px;
  font-size: 16px;
  color: #222;
  line-height: 32px;
  text-align: center;
  display: block;
  background-color: #fdd100;
  border-radius: 50px;
  margin-top: 34px;
}
.section_kind .productItem .readmore img {
  margin-left: 4px;
}
.section_kind .productItem .readmore:hover{
    color:#fff;
    background-color:#222;
}
.section_kind .productItem .readmore:hover img{
    filter: brightness(100);
}
.section-yelow {
  padding: 82px 0;
  background-color: #fdd100;
}
.section-yelow .index-num-row {
  display: flex;
  justify-content: space-between;
}
.section-yelow .index-num-row li {
  position: relative;
}
.section-yelow .index-num-row li:first-child::after {
  content: '';
  display: block;
  width: 14px ;
  height: 47px;
  background: url(../images/num-fh1.png) no-repeat center / 100%;
  position: absolute;
  right: -72px;
  top: 50%;
  transform: translateY(-50%);
}
.section-yelow .index-num-row li:nth-child(2)::after {
  content: '';
  display: block;
  width: 46px ;
  height: 30px;
  background: url(../images/num-fh2.png) no-repeat center / 100%;
  position: absolute;
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.section-yelow .index-num-row li:nth-child(3)::after {
  content: '';
  display: block;
  width: 46px ;
  height: 30px;
  background: url(../images/num-fh2.png) no-repeat center / 100%;
  position: absolute;
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.section-yelow .item {
  display: flex;
  align-items: center;
}
.section-yelow .item .info {
  padding-left: 20px;
}
.section-yelow .item .t {
  margin-bottom: 20px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.section-yelow .item p {
  max-width: 144px;
  font-size: 16px;
  color: #000;
  line-height: 20px;
}
.section-yelow .item .counter {
  line-height: 1;
  font-size: 50px;
  color: #000;
  font-weight: bold;
}
.section_product {
  padding-top: 76px;
  padding-bottom: 90px;
}
.product_wrapper .product_body {
  margin-top: 54px;
}
.product_wrapper .product_body .product_swiper-father {
  position: relative;
}
.product_wrapper .product_body .product_swiper-father .swiper-wrapper {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
}
.product_wrapper .product_body .product_swiper-father .swiper-wrapper>div{
    width:24%;
    margin-bottom: 20px;
}
.product_wrapper .product_body .product_swiper-father .product-next,
.product_wrapper .product_body .product_swiper-father .product-prev {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 1;
}
.product_wrapper .product_body .product_swiper-father .product-next::after,
.product_wrapper .product_body .product_swiper-father .product-prev::after {
  display: none;
}
.product_wrapper .product_body .product_swiper-father .product-next:hover,
.product_wrapper .product_body .product_swiper-father .product-prev:hover {
  background-image: url(../images/arrow-hover.png);
}
.product_wrapper .product_body .product_swiper-father .product-next {
  right: -90px;
  transform: rotate(180deg);
}
.product_wrapper .product_body .product_swiper-father .product-prev {
  left: -90px;
}
.product_wrapper .product_body .swiper-product .item {
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.product_wrapper .product_body .swiper-product .item:hover .inquiry {
  display: block;
}
.product_wrapper .product_body .swiper-product .item:hover .img img:first-child {
  display: none;
}
.product_wrapper .product_body .swiper-product .item:hover .img img:last-child {
  display: block;
}
.product_wrapper .product_body .swiper-product .item .design {
  position: absolute;
  left: 15px;
  top: 15px;
}
.product_wrapper .product_body .swiper-product .item .design a {
  color: #fff;
}
.product_wrapper .product_body .swiper-product .item .design span {
  display: block ;
  font-size: 30px;
  line-height: 1;
  padding-top: 12px;
}
.product_wrapper .product_body .swiper-product .item .inquiry {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.product_wrapper .product_body .swiper-product .item .inquiry a {
  color: #fff;
}
.product_wrapper .product_body .swiper-product .item .inquiry span {
  display: block ;
  font-size: 30px;
  line-height: 1;
  padding-top: 12px;
}
.product_wrapper .product_body .swiper-product .item .img {
  background-color: #fff;
}
.product_wrapper .product_body .swiper-product .item .img img {
  width: 100%;
  vertical-align: top;
}
.product_wrapper .product_body .swiper-product .item .img img:first-child {
  display: block;
}
/*.product_wrapper .product_body .swiper-product .item .img img:last-child {
  display: none;
}*/
.product_wrapper .product_body .swiper-product .info {
  background-color: #f8f8f8;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
}
.product_wrapper .product_body .swiper-product .info .product-name {
  font-size: 16px;
  color: #222;
  font-weight: bold ;
  line-height: 24px;
  min-height: 72px;
}
.product_wrapper .product_body .swiper-product .info .like {
  margin-top: 8px;
  color: #777;
  font-size: 16px;
}
.product_wrapper .product_body .swiper-product .info .like span {
  margin-right: 16px;
}
.product_wrapper .product_body .swiper-product .info .like img {
  vertical-align: middle;
  margin-right: 2px;
}
.section_about {
  padding-top: 112px;
  padding-bottom: 90px;
  position: relative;
  background: url(../images/about-bg.jpg) no-repeat center top;
  background-size: cover;
}
.section_about::after {
  content: '';
  display: block;
  width: 54%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section_about .aboutbox {
  position: relative;
  z-index: 2;
}
.section_about .about-left {
  width: 50%;
  float: left;
}
.section_about .about-right {
  position: relative;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.section_about .about_left_text {
  padding-right: 0;
  color: #fff;
}
.section_about .about_left_text .home_title {
  margin-bottom: 44px;
  text-align: left;
  position: relative;
}
.section_about .about_left_text .home_title div {
  color: #fff;
}
.section_about .about_left_text .home_title p {
  color: #fff;
}
.section_about .about_left_text .info {
  margin-bottom: 54px;
  color: #fff;
  line-height: 26px;
  font-size: 18px;
}
.section_about .video-contral {
  position: relative;
  cursor: pointer;
  z-index: 2;
}
.section_about .video-contral .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}
.section_about .video-contral .text {
  cursor: pointer;
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 196px;
  height: 140px;
  color: #fff;
  background: url(../images/play_bg.png) no-repeat;
  padding-top: 53px;
  padding-left: 26px;
  font-size: 26px;
  font-family: 'fradm';
}
.section_about .video-contral .text p {
  margin-top: 18px;
}
.section_about .video-contral .text img {
  vertical-align: middle;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_about .right_data_box {
  margin-bottom: 60px;
}
.section_about .right_data_box ul {
  position: relative;
  z-index: 2;
}
.section_about .right_data_box li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  box-sizing: content-box;
  font-size: 16px;
}
.section_about .right_data_box li:last-child {
  padding-right: 0;
}
.section_about .right_data_box li div {
  min-width: 132px;
  max-width: 132px;
}
.section_about .right_data_box li .num-item {
  margin-bottom: 10px;
  font-size: 40px;
  color: #fed000;
  font-weight: bold;
}
.section_about .right_data_box li .text-white {
  color: #fff;
}
.section_about .video_link {
  font-size: 18px;
  font-weight: bold;
  width: 230px;
  height: 60px;
  line-height: 60px;
  color: #222;
  background-color: #fff;
  border-radius: 60px;
  display: block;
  text-align: center;
}
.section_about .video_link:hover {
  background-color: #fed000;
}
.section_factory {
  padding-top: 76px;
  padding-bottom: 70px;
  background-color: #f8f8f8;
}
.section_factory .facBody {
  position: relative;
}
.section_factory .facBody .swiper-wrapper {
  box-sizing: border-box;
}
.section_factory .facBody .factory-next,
.section_factory .facBody .factory-prev {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 1;
}
.section_factory .facBody .factory-next::after,
.section_factory .facBody .factory-prev::after {
  display: none;
}
.section_factory .facBody .factory-next:hover,
.section_factory .facBody .factory-prev:hover {
  background-image: url(../images/arrow-hover.png);
}
.section_factory .facBody .factory-next {
  right: -90px;
  transform: rotate(180deg);
}
.section_factory .facBody .factory-prev {
  left: -90px;
}
.section_factory .swiper-factory .imgbox {
  overflow: hidden;
}
.section_factory .swiper-factory .imgbox img {
  width: 100%;
}
.section_factory .factory_wrap .info {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.section_factory .factory_wrap .info .vrBtn {
  margin-top: 26px;
  display: inline-block;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  width: 294px;
  height: 60px;
  line-height: 60px;
  background-color: #fed000;
  border-radius: 60px;
}
.section_factory .factory_wrap .info .vrBtn img {
  margin-right: 10px;
  vertical-align: middle;
}
.section_why {
  padding-top: 80px;
  padding-bottom: 108px;
  background: url(../images/whybg.png) no-repeat bottom 128px right 60px;
}
.section_why .index_whyList {
  width: 50%;
  margin-top: 100px;
}
.section_why .index_whyList li {
  max-width: 316px;
  display: inline-block;
  width: 48%;
  margin-bottom: 44px;
}
.section_why .index_whyList li:nth-child(2n) {
  float: right;
}
.section_why .index_whyList li:hover img {
  transform: rotate(360deg);
}
.section_why .index_whyList .ico {
  margin-bottom: 16px;
}
.section_why .index_whyList .ico img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.section_why .index_whyList h4 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #222;
}
.section_why .index_whyList p {
  font-size: 16px;
  color: #222;
  line-height: 20px;
}
.IndexVideo {
  padding-top: 90px;
  padding-bottom: 92px;
  background-color: #fed000;
}
.IndexVideo .auto-container-pd {
  padding: 0 28px;
}
.IndexVideo .home_title div{color:#ffffff}
.IndexVideo .home_title .titleImg img{
    filter: brightness(0) invert(1);
}
.IndexVideo .index-v-t {
  max-width: 1024px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 40px;
  color: #222;
  text-align: center;
}
.IndexVideo .index-v-p {
  margin-top: 16px;
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.IndexVideo .IndexVideo-father {
  position: relative;
}
.IndexVideo .IndexVideo-father .swiper-wrapper {
  box-sizing: border-box;
}
.IndexVideo .IndexVideo-father .video_Arr_R,
.IndexVideo .IndexVideo-father .video_Arr_L {
  width: 50px;
  height: 50px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 1;
}
.IndexVideo .IndexVideo-father .video_Arr_R::after,
.IndexVideo .IndexVideo-father .video_Arr_L::after {
  display: none;
}
.IndexVideo .IndexVideo-father .video_Arr_R:hover,
.IndexVideo .IndexVideo-father .video_Arr_L:hover {
  background-image: url(../images/arrow-hover.png);
}
.IndexVideo .IndexVideo-father .video_Arr_R {
  right: -25px;
  transform: rotate(180deg);
}
.IndexVideo .IndexVideo-father .video_Arr_L {
  left: -25px;
}
.IndexVideo .video_list {
  margin-top: 45px;
}
.IndexVideo .video_list li {
  box-sizing: border-box;
}
.IndexVideo .video_list li a {
  display: block;
}
.IndexVideo .video_list li .cover-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.IndexVideo .video_list li .cover-img .img {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  width: 100%;
}
.IndexVideo .video_list li .cover-img .img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.IndexVideo .video_list li .cover-img .video_play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}
.IndexVideo .video_list li .txt {
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  color: #222;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}
.IndexVideo .video_list li .txt .time {
  margin-bottom: 24px;
  color: #666;
  font-size: 16px;
  font-weight: normal;
}
.IndexVideo .video-father-page {
  width: 100%;
  height: 14px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 45px;
}
.IndexVideo .Home-video-page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.IndexVideo .Home-video-page .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 6px;
  background-color: transparent;
  border: 1px solid #464646;
  opacity: 1;
  outline: none;
}
.IndexVideo .Home-video-page .swiper-pagination-bullet-active {
  background-color: #464646;
}
.section_case {
  padding-top: 84px;
  padding-bottom: 84px;
  border-bottom: 1px solid #ddd;
}
.section_case .case-container {
  padding: 0 24px;
}
.section_case .case_wrapper {
  margin-top: 50px;
}
.section_case a:hover .con p {
  color: #fed000;
}
.section_case a:hover .con p img:first-child {
  display: none;
}
.section_case a:hover .con p img:last-child {
  display: inline-block;
}
.section_case .img img {
  width: 100%;
}
.section_case .con {
  padding-top: 24px;
}
.section_case .con div {
  font-size: 20px;
  color: #000;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.section_case .con p {
  margin-top: 20px;
  font-size: 18px;
  color: #777;
}
.section_case .con p img {
  margin-left: 10px;
}
.section_case .con p img:first-child {
  display: inline-block;
}
.section_case .con p img:last-child {
  display: none;
}
.section-news {
  padding-top: 90px;
  padding-bottom: 88px  ;
}
.section-news .Home-news-father {
  position: relative;
  margin-top: 54px;
}
.section-news .Home-news-father .item {
  display: block;
}
.section-news .Home-news-father .img {
  position: relative;
  overflow: hidden;
}
.section-news .Home-news-father .img .imgin {
  width: 100%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.section-news .Home-news-father .con {
  padding-top: 20px;
}
.section-news .Home-news-father .spanitem {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  border-radius: 5px;
  background-color: #fff;
}
.section-news .Home-news-father .spanitem span {
  padding: 0 12px;
  margin-right: 2px;
  line-height: 38px;
  display: inline-block;
  border-radius: 5px;
  background-color: #fff;
}
.section-news .Home-news-father .spanitem img {
  margin-right: 4px;
  margin-bottom: 2px;
}
.section-news .Home-news-father .t {
  margin-bottom: 14px;
  font-size: 18px;
  color: #222222;
  font-weight: bold;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 48px;
}
.section-news .Home-news-father .p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.section-news .Home-news-father .more {
  margin-top: 30px;
  color: #999;
  font-size: 16px;
}
.section-news .Home-news-father .more img {
  margin-left: 7px;
}
.section-news .Home-news-father .more img:first-child {
  display: inline-block;
}
.section-news .Home-news-father .more img:last-child {
  display: none;
}
.section-news .Home-news-father .news-father-page {
  width: 100%;
  height: 12px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 65px;
}
.section-news .Home-news-father .Home-news-page {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.section-news .Home-news-father .Home-news-page .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  box-sizing: border-box;
  margin: 0 7px;
  background-color: #b9b9b9;
  opacity: 1;
  outline: none;
}
.section-news .Home-news-father .Home-news-page .swiper-pagination-bullet-active {
  background-color: #464646;
}
.section-news .Home-news-father .item:hover .img .imgin {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.section-news .Home-news-father .item:hover .t {
  color: #fed000;
}
.section_Projects {
  padding-top: 104px;
  padding-bottom: 90px;
  border-top: 1px solid #ececec;
}
.section_Projects .home_title {
  text-align: left;
}
.section_Projects .customer_title {
  position: relative;
  z-index: 1;
  width: 520px;
  float: left;
}
.section_Projects .customer_title .home_title {
  width: 100%;
}
.section_Projects .customer_title .home_title div {
  max-width: 384px;
  line-height: 46px;
}
.section_Projects .customer_title .customer_map {
  margin-top: 55px;
}
.section_Projects .customer_title .customer_map img {
  max-width: 100%;
}
.section_Projects .customer_list {
  width: calc(100% - 520px);
  float: right;
}
.section_Projects .Home-customer-father {
  position: relative;
}
.section_Projects .Home-customer-father .customer-next,
.section_Projects .Home-customer-father .customer-prev {
  width: 40px;
  height: 40px;
  background: url(../images/arrow.png) no-repeat center;
  background-size: 100%;
  font-size: 0;
  z-index: 3;
  opacity: 1;
}
.section_Projects .Home-customer-father .customer-next::after,
.section_Projects .Home-customer-father .customer-prev::after {
  display: none;
}
.section_Projects .Home-customer-father .customer-next:hover,
.section_Projects .Home-customer-father .customer-prev:hover {
  background-image: url(../images/arrow-hover.png);
}
.section_Projects .Home-customer-father .customer-next {
  right: -20px;
  transform: rotate(180deg);
}
.section_Projects .Home-customer-father .customer-prev {
  left: -20px;
}
.section_Projects .swiper-customer .item {
  display: block;
  border: 4px solid #eee;
  border-radius: 6px;
  padding: 30px 25px;
}
.section_Projects .swiper-customer .item:hover {
  background-color: #fed000;
  border-color: #fed000;
}
.section_Projects .swiper-customer .topitem {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  padding-bottom: 18px;
  border-bottom: 1px dashed #eee;
}
.section_Projects .swiper-customer .topitem .img {
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.section_Projects .swiper-customer .dec {
  min-height: 348px;
  padding: 18px 0;
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.video-files {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.6);
  display: block;
}
.video-files .main {
  height: 50%;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.video-files .main .close {
  cursor: pointer;
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
}
.video-files .main .close::before,
.video-files .main .close::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  border-radius: 3px;
}
.video-files .main .close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-files .main video {
  background: #000;
  width: 100%;
  height: 56vh;
}
@media (max-width: 768px) {
  .video-files .main video {
    height: 100%;
  }
  .video-files .main {
    max-height: 320px;
  }
  .video-files .main .close {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -40px;
    margin-left: -15px;
  }
}
@media (max-width: 480px) {
  .video-files .main {
    max-height: 280px;
  }
}
.product-guide .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.justify-content-center {
      
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.product-guide .inner {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.product-guide .option {
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: background 0.3s ease-out;
  border-radius: 4px;
}
.product-guide .option .icon {
  height: 108px;
  width: 120px;
  padding-left: 24px;
}
.product-guide .option .icon img {
  max-width: 108px;
  max-height: 108px;
}
.d-table-cell {
  display: table-cell !important;
}
.align-middle {
  vertical-align: middle!important;
}
.product-guide .option .headline {
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.product-guide .option:hover {
  background: white;
}
.product-guide .back {
  display: inline-block;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  font-size: 0.875em;
  line-height: normal;
  position: relative;
  transition: background 0.3s ease-out;
  z-index: 1;
  padding: 10px 5px;
  border-radius: 2px;
}


.section_kind {
  padding-top: 86px;
  padding-bottom: 30px;
}
.section_kind .index_news_row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.section_kind .category_list {
  margin-top: 46px;
}
.section_kind .category_list li {
  box-sizing: border-box;
}
.section_kind .category_list li .inner {
  border-radius: 28px;
  overflow: hidden;
}
.section_kind .category_list li .inner:hover .dec .t {
  color: #fed000;
}
.section_kind .category_list li .img img {
  width: 100%;
}
.section_kind .category_list li .dec {
  position: absolute;
  top: 30px;
  left: 30px;
}
.section_kind .category_list li .dec .t {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.section_kind .Home-product-father {
  position: relative;
}
.section_kind .Home-product-father .kind-next,
.section_kind .Home-product-father .kind-prev {
  width: 51px;
  height: 80px;
  background: url(../images/arr-btn3.png) no-repeat center;
  background-size: 100%;
  opacity: 1;
  z-index: 4;
}
.section_kind .Home-product-father .kind-next:hover,
.section_kind .Home-product-father .kind-prev:hover {
  background-image: url(../images/arr-highlight2.png);
}
.section_kind .Home-product-father .kind-next {
  transform: rotate(180deg);
  right: -100px;
}
.section_kind .Home-product-father .kind-prev {
  left: -100px;
}
.page-item, .page-num {
    margin:0 2px !important;
    border: 1px solid #ccc;
    padding: 8px;
}
