﻿/*顶部*/
.header-style-01 .main-menu .main-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    padding-right: 15px;
    padding-left: 30px;
}
.header-style-01 .main-menu .main-menu-wrapper .main-nav-menu > li:hover > a, .header-style-01 .main-menu .main-menu-wrapper .main-nav-menu > li.current > a {
    color: #d30b18;
}
.header-style-01 .main-menu .main-menu-wrapper .main-menu-right .search-toggler {
    font-size: 24px;
    color: #999999;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 0;
    border-right: 1px solid #999;
}
.header-style-01 .main-menu .main-menu-wrapper .main-menu-right .header-contact-info .header-contact-info-text .phone-no a {
    color: #999999;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 400;
}

.header-style-01 .main-menu .main-menu-wrapper .main-menu-right .mobile-nav-toggler span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #666;
}
.header-style-01 .main-menu .main-menu-wrapper .main-menu-right .header-contact-info .header-contact-info-text .call-text {
    font-size: 14px;
    color: #666666;
    line-height: 14px;
    margin-bottom: 5px;
}

/*关于*/
.about-section h2{font-size: 36px;color: #333;line-height: 1.5;}
.About-Content{
    padding-right: 50px;
}
/*========================================*/
/*------------- [_Features] --------------*/
/*========================================*/
.feature-box-area-style1 {
  background: var(--primary-color);
  padding: 45px 45px 25px 45px;
  margin-top: -80px;
  z-index: 1;
  position: relative;
}

.feature-box-style1 {
  position: relative;
  background: #ad836a;
  padding: 30px 30px 25px 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.feature-box-style1 .inner-box {
  position: relative;
  text-align: center;
}
.feature-box-style1 .inner-box .feature-box-icon {
  position: relative;
  color: var(--primary-color);
  font-size: 48px;
  display: inline-block;
  background: #fff;
  padding: 15px;
}
.feature-box-style1 .inner-box .title {
  position: relative;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-weight: 500;
}
.feature-box-style1:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.feature-box-style1:hover:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

.feature-box-style2 {
  position: relative;
  background: #eaa636;
  padding: 25px 25px 30px 25px;
  margin-bottom: 25px;
  overflow: hidden;
}
.feature-box-style2 .inner-box {
  position: relative;
  text-align: center;
}
.feature-box-style2 .inner-box .feature-box-icon {
  position: relative;
  color: var(--primary-color);
  font-size: 56px;
  display: inline-block;
  padding: 15px;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.feature-box-style2 .inner-box .title {
  position: relative;
  margin-top: 10px;
  color: #fff;
  font-family: var(--body-font);
  font-weight: 500;
}
.feature-box-style2:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.feature-box-style2:hover .inner-box .feature-box-icon {
  -moz-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.feature-box-style2:hover:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

/*产品应用*/
.application {
   padding-left: 50px;
    padding-top: 30px;
}

.application h2{
    color: #333!important;
    font-size: 36px;
}

.application p{
    color: #777!important;
    padding-right: 50px;
}

/*选择我们*/
.divider-gap h2 {
    font-size: 36px;
}

/*新闻中心*/
.news-center h2 {
    font-size: 36px;
}

/*========================================*/
/*---------------- [_Icon_Box] -----------*/
/*========================================*/
.icon-box-style1 .featured-icon {
  margin-bottom: 20px;
}
.icon-box-style1 .featured-icon .webexflaticon {
  font-size: 54px;
  color: var(--primary-color);
  position: relative;
}
.icon-box-style1 .featured-icon .webexflaticon:after {
  content: "";
  position: absolute;
  height: 55px;
  width: 55px;
  background: #fff;
  opacity: 0.1;
  left: 20px;
  top: 0;
  animation: pulse infinite 0.8s;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.icon-box-style1 .icon-box-content .icon-box-title {
  color: #fff;
  margin-bottom: 10px;
}
.icon-box-style1 .icon-box-content .icon-box-desc {
  color: var(--text-light-gray);
}
.icon-box-style1:hover .featured-icon .webexflaticon:after {
  animation: pulse infinite 1s;
  background: var(--primary-color);
  opacity: 0.2;
  height: 65px;
  width: 65px;
}

.icon-box-block {
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 30px 25px 30px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
}
.icon-box-block:after {
  background: url(../images/service/1.png);
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -35px;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
  content: "";
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.icon-box-block img {
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.icon-box-block:hover img {
  -moz-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.icon-box-block:hover:after {
  -moz-transform: scale(1.08) translate(0px, -8px);
  -o-transform: scale(1.08) translate(0px, -8px);
  -ms-transform: scale(1.08) translate(0px, -8px);
  -webkit-transform: scale(1.08) translate(0px, -8px);
  transform: scale(1.08) translate(0px, -8px);
}

.icon-box-two .icon {
  background: var(--primary-color);
  border-radius: 6px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  float: left;
  text-align: center;
}
.icon-box-two .icon span:before {
  font-size: 48px;
  line-height: 84px;
  color: #fff;
}
.icon-box-two .icon-details {
  margin-left: 110px;
}

/*底部*/
footer.footer.bg-cover {
    background-color: #333;
}

.Bottom-Column {
    color: #f2f2f2;
    font-size: 14px;
}

.Bottom-Column a{
    color: #f2f2f2;
}

/*首页产品*/
.product h2{
    color: #333!important;
    font-size: 36px;
}
.product p{
    color: #777!important;
}

/*========================================*/
/*------------- [_Title_Lines] -----------*/
/*========================================*/
.side-line-left {
  position: relative;
  padding-left: 70px;
  font-weight: 500;
  margin-bottom: 10px;
}
.side-line-left:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: var(--primary-color);
  left: 10px;
  bottom: 12px;
}
.side-line-left:before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: var(--primary-color);
}
.side-line-left.white:after {
  background: #fff;
  box-shadow: 0 0 0px 8px rgba(255, 255, 255, 0.2);
}

.sub-title-line-bottom {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
  color: var(--primary-color);
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 10px;
}
.sub-title-line-bottom:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -5px;
  right: -5px;
  height: 6px;
  background-color: #efe8de;
  z-index: -1;
}

/*图片放大*/
.thumbnail-classic-figure {
    margin-bottom: 25px;
}

.picture-title {
    padding-top: 10px;
}

.picture {
    padding: 100px 10px;
}

a.button.icon.fl-bigmug-line-zoom60.icon-xl.popup-image img{
    border: 1px solid #d2d2d2;
}

/*分页页码样式*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li:first-child > a, .pagination > li:first-child > span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination > li > a, .pagination > li > span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857143;text-decoration: none;color:#666;border: 1px solid #ddd;margin-left: -1px;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #fff;background-color: #d30b18;border-color: #d30b18;cursor: default;}

/*----------------------------------------*/
/*  00. Contact CSS START
/*----------------------------------------*/
.contact__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact__area-2 {
  position: relative;
  z-index: 1;
}
.contact__item:hover .contact__icon i ,.contact__item:hover .contact__icon em{
  background: #d30b18;
  color: #fff;
  transform: rotateY(360deg);
}
.contact__icon i,.contact__icon em {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #d30b18;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: 0.3s;
}
.contact__title {
  font-size: 18px;
}
.contact__text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #777777;
}
.contact__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}
.contact__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.contact__form {
  background: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 80PX 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form {
    padding: 80px 0;
  }
}
.contact__form .contact-filed {
  position: relative;
}
.contact__form .contact-filed::after {
  content: "\f007";
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-heading-primary);
}
.contact__form .contact-filed.contact-icon-mail::after {
  content: "\f0e0";
}
.contact__form .contact-filed.contact-icon-message::after {
  content: "\f303";
}
.contact__form .contact-filed.contact-icon-website::after {
  content: "\f0ac";
}
.contact__form .contact-filed input {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  color: var(--tp-heading-primary);
  border-radius: 6px;
  font-weight: 400;
  transition: 0.3s;
  background: #f9f9f9;
}
.contact__form .contact-filed input::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input:focus {
  border-color: var(--tp-theme-1);
}
.contact__form .contact-filed textarea {
  width: 100%;
  height: 250px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  color: var(--tp-heading-primary);
  font-weight: 400;
  transition: 0.3s;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  background: #f9f9f9;
  resize: none;
}
.contact__form .contact-filed textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea:focus {
  border-color: var(--tp-theme-1);
}
.contact__form-agree {
  padding-left: 5px;
}
.contact__form-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contact__form-agree input:checked {
  position: relative;
  background-color: #2b4eff;
  border-color: transparent;
}
.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__form-agree input:hover {
  cursor: pointer;
}
.contact__form-agree label {
  padding-left: 8px;
  color: #53545b;
  font-size: 16px;
}
.contact__form-agree label a {
  color: var(--tp-heading-primary);
  font-weight: 400;
  padding-left: 4px;
}
.contact__form-agree label a:hover {
  color: var(--tp-theme-1);
}
.contact__form-agree label:hover {
  cursor: pointer;
}
.contact__map {
  line-height: 0;
  position: relative;
  margin-top: -60px;
}
.contact__map-wrap iframe {
  height: 800px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
.contact__map-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.contact__map-icon i {
  font-size: 80px;
  color: var(--tp-theme-1);
  position: absolute;
  left: 48.5%;
  top: -14.5%;
}


.contact__icon img{
box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 8%);
    display: inline-block;
    transition: 0.3s;}

.map {
    width: 100%;
    height: 600px;
}

.contact__item.text-center.mb-30 {
    margin-bottom: 20px;
}
.contact__item.text-center a{color: #777777;}

.contact__icon.mb-35 {
    padding-bottom: 20px;
}

/*加入我们*/
.col-lg-6.recruit-content {
    background-color: #e9e9e9;
    padding: 80px;
    color: #333;
}

.col-lg-6.recruit-img img{
    max-width: 100%;
}

/*关于页面*/
.factory h2{font-size: 36px;}

/*企业文化*/

.culture h2{font-size: 36px;}

.culture-about{
    padding-bottom: 120px;
}

.culture-content {
    background-color: #fff;
    padding: 60px 80px;
    color: #333;
    width: 600px;
    box-shadow: var(--box-shadow);
    z-index: 1;
    margin: 0px 30px 0px 30px;
}


.culture-txt {
    height: 300px;
 
}



.culture-content h1{
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  color: #eaa636;
  font-weight: 700;
}




em.service-icon {
    color: #eaa636;
    font-size: 64px;
    line-height: 1;
    display: block;
    padding-bottom: 20px;
    text-align: center;
}




.culture img{
    max-width: 100%;
}{
    background-color: #e9e9e9;
    padding: 80px;
    color: #333;
}




.col-lg-6.culture h1{
  font-size: 36px;
}

.col-lg-6.culture p{
  font-size: 36px;
}

.col-lg-6.culture img{
    max-width: 100%;
}


@media only screen and (max-width: 767px){
.col-lg-6.recruit-img {
    padding: 0px;
}
 .col-lg-6.recruit-content {
    background-color: #e9e9e9;
    padding: 60px 20px;
    color: #333;
}
  .culture-content {
    background-color: #f6f6f6;
    padding: 60px 30px;
    color: #333;
    width: 100%;
    margin: 20px 0px;
}

}


/*视频*/
.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.faq__image {
    position: relative;
}
.vide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vide-button {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.vide-button a {
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
}
.vide-button a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vide-button a::before {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.vide-button a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.vide-button-3 {
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.vide-button-3 a::before {
  text-align: center;
  margin: 0 auto;
}
.vide-button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.video__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video__area {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__area {
    height: 400px;
  }
}
.video__button-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.video__button-2 a {
  width: 120px;
  height: 120px;
  background: var(--tp-theme-1);
  border-radius: 50%;
  color: var(--tp-common-white);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.video__button-2 a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
  border-color: var(--tp-common-white);
}
.video__button-2 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.video__button-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.video__button-3 a {
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.video__button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.video__button-3 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.video {
    padding-bottom: 50px;
}

.single-post-navigation {
    border-top: 1px solid #afafaf;
    padding-top: 30px;
    margin-top: 50px;
}

/*搜索*/
.blog-grid-wrap {
    padding: 120px 0px;
}
.blog-content a{
    font-size: 18px;
}

.blog-content {
    text-align: center;
}



@media only screen and (max-width: 767px){
.About-Content {
    padding-right: 15px;
    padding-left: 15px;
}
  .application p{
    color: #777!important;
    padding-right: 5px;
}
  .application {
    padding-left: 15px;
    padding-top: 30px;
}
.dibu1{
  display: none;
}
.dibu2{
  display: none;
}
.dibu3{
  display: none;
}
}


em.service-icon.base-icon-idea {
    text-align: center;
}

/*语言*/
edia (min-width: 993px) {
  .language {
    display: inline-block;
    margin-left: 25px;
    padding-left: 25px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}
 .language .language-btn {
  position: relative;
  text-decoration: none;
  width: 70px;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  color: #eaa636;
  font-size: 14px;
}
 .language .language-btn i {
  margin-right: px;
  vertical-align: middle;
}
 .language .language-btn i::before {
  font-size: 14px;
  color: #eaa636;
}
.language .language-btn::after {
  content: "\f107";
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 0;
  font-size: 16px;
}
.language .language-dropdown {
  text-align: center;
  position: absolute;
  z-index: 10;
  /* top: 36px; */
  /* right: -13px; */
  width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .5s;
  transition: .5s;
}
.language .language-dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background: #31314d;
}
 .language .language-dropdown li {
  position: relative;
  background-color: #0a3041;
  z-index: -1;
}
 .language .language-dropdown li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #555;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  font-size: 14px;
}
 .language .language-dropdown li a:hover {
  background: var(--primary-color);
   color: #fff;
}
.language .language-dropdown li :last-child a {
  border-bottom: none;
}
.news-wrapper .news-thumb {
    position: relative;
    height: 294px;
    overflow: hidden;
}

@media only screen and (max-width: 767px){
.news-wrapper .news-thumb {
    position: relative;
    height: auto;
    overflow: hidden;
}
}

p.mrb-25.Bottom_Title a{
    font-size: 24px;
    color: #fff;
}
/*首页产品分类*/
.classification-title {
font-size: 36px;
}
.classification-more {
    margin-top: 30px;
    text-align: center;
}

.product-home {
    display: flex;
    padding: 20px;
    background-color: #eeeeee;
    margin-top: 15px;
}

.product-home h3 {
  font-size: 24px;
  padding-top: 10px;
}

.product-home h5 {
  font-size: 18px;
  padding-top: 20px;
  color: #999999;
}

p.fenglei-more {
    margin-top: 100px;
}
p.fenglei-more a{
    background-color: #fff;
    padding: 10px 20px;
}

.col-lg-8.classification-img-full {
    text-align: center;
}

.col-lg-8.classification-img-full img{
    text-align: center;
    max-width: 80%;
}

.classification-content {
    margin-top: 30px;
}

@media screen and (max-width: 1440px) {
p.fenglei-more a{
    background-color: #fff;
    padding: 10px 10px;
}
}

@media screen and (max-width: 767px) {
 .product-home {
    display: block;
    padding: 20px;
    background-color: #eeeeee;
    margin-top: 15px;
    text-align: center;
}
  p.fenglei-more {
    margin-top: 30px;
}
  }

/*首页产品推荐*/
.product-title{
    margin-bottom: 50px;
}
.product-title-home {
    text-align: center;
    font-size: 18px;
}
/*首页关于*/
.about-home{
    display: flex;
}

.about-home-txt {
    color: #fff;
    font-size: 18px;
}
.about-home-txt a{
    color: #fff;
    font-size: 18px;
}
.about-subtitle {
    color: #d30b18;
}

.row.col-lg-12.number-home {
    margin-bottom: 50px;
    margin-top: 30px;
}

h3.number{
    color: #d30b18;
}

.call-us-now {
    text-align: center;
}

.about-section-home h2{font-size: 36px;color: #fff;line-height: 1.5;}

/*关于我们*/
.about-home{
    display: flex;
}

.about-home-txt2 {
    color: #000;
    font-size: 18px;
}
.about-home-txt2 a{
    color: #000;
    font-size: 18px;
}
.about-subtitle {
    color: #d30b18;
}


h3.number{
    color: #d30b18;
}

.about-section-home2 h2{font-size: 36px;color: #000;line-height: 1.5;}


/*产品中心*/
h5.project-item-title {
    text-align: center;
    padding-bottom: 20px;
}

.product-advantages{height: auto;overflow: hidden;display: flex;flex-direction: row;justify-content: center;flex-wrap: nowrap;}
    .content-detail .cpxq-cpys p {font-size: 26px;color: #5d6771;font-weight: 600;text-align: center;margin-bottom: 50px;}
    .content-detail .items {width: 25%;height: 240px;margin-left: 30px;margin-bottom: 85px;position: relative;transition: .5s ease-in-out;cursor: pointer;background-color: #fff;}
    .content-detail .items:nth-child(4n+1) {margin-left: 0;}
    .content-detail .items .words {position: absolute;width: 100%;height: 100%;left: 0;top: 0;text-align: center;padding-top: 55px;box-sizing: border-box;}
    .content-detail .items .words .img {width: 70px;height: 70px;overflow: hidden;margin: 0 auto;}
    .f-img {position: relative;}
    .f-img .i0 {position: absolute;top: 0;left: 0;opacity: 0;}
    .content-detail .items .words .t0 {line-height: 1;margin-top: 30px;margin-bottom: 35px;color: #5d6771;}
    .content-detail .items:hover{color:#ffffff;transition:.5s ease-in-out;background-color: #e83a2a;}
    .content-detail .items .words:hover  .t0{color: #ffffff;}
    .content-detail .items:hover  .f-img .i1{opacity: 0;}
    .content-detail .items:hover  .f-img .i0{opacity: 1;}
    .content-detail .cpxq-cpcs{height: auto;overflow: hidden;padding-bottom: 50px;}
    .cpxqbg td {height: 50px;padding: 5px 5px;background-color: #fff;}
    .content-detail .cpxq-cptd {display: flex;}
    .content-detail .cpxq-left {width: 40%;}
    .content-detail .cpxq-right {width: 60%;padding: 50px;}
      @media screen and (max-width: 890px){
        .product-advantages {display: block;}
        .content-detail .items {width: 48%;float: left;margin-bottom: 30px;}
        .content-detail .items:nth-child(2n+1) {margin-left: 0;}
        .content-detail .cpxq-cptd {display: flex;flex-direction: column;}
        .content-detail .cpxq-left {width: 100%;}
        .content-detail .cpxq-right {width: 100%;padding: 50px 20px;}
      }
      @media screen and (max-width: 780px){
        .content-detail .items {margin-left: 20px;}
      }
        @media {
        .content-detail .items {margin-left: 10px;}

.Detail-Introduction p{
    line-height: 1.5px;
    font-weight: 500;
    color: #2d3941;
    font-size: 18px;
    margin: 0px;
}


.Detail-Introduction {
    margin-bottom: 30px;
}

.post-content {
    text-align: center;
    background-color: #fff;
}
.post-content img{
    text-align: center;
    max-width: 80%;
    padding-bottom: 20px;
}
.post-content h5{
    padding-bottom: 20px;
}
          

.techmax-pagination {
    margin-top: 30px;
}

        

.col-lg-8.about-datu {
    padding: 10px 20px 10px  10px;
}

.about-img {
    padding-top: 10px;
    padding-bottom: 12px;
}

 /*新闻资讯*/         

span.entry-date {
    padding-right: 10px;
}

i.fa.fa-eye {
    padding-right: 5px;
}


.picture2 {
    display: none;
}
@media only screen and (max-width: 767px) {
.picture1 {
    display: none;
}
.picture2 {
    display: block;
}

.home_banner_01 .home-carousel .slide-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 550px;
  padding: 245px 0px 240px 0px;
  overflow: hidden;
  background-color: #151130;
}
.about-home {
    display: block;
}
  .col-lg-8.about-datu {
    padding: 0px;
}
  .about-img {
    padding-top: 10px;
    padding-bottom: 0px;
}
  .call-us-now {
    text-align: center;
    width: 50%;
}
}
