﻿/*关于*/
.about-title {
    font-size: 36px;
    line-height: 1.3;
}
.about-content {
    padding-top: 50px;
}
.about-more {
    margin-top: 50px;
}

.technology {
    z-index: 1;
    margin-bottom: 25px;
}

/*产品*/
h4.project-item-title.text-white {
    color: #fff!important;
}


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

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

.picture {
    padding: 100px 10px;
}

/*分页页码样式*/
.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: #00579f;border-color: #00579f;cursor: default;}

/*技术*/
.technology-picture{
    background-color: #bad5e7;
}

.technology-picture h2{
     font-size: 36px;
}

/*标题*/
.side-line-left {
    position: relative;
    font-weight: 500;
    margin-bottom: 10px;
    color: #f1b758;
}

.about-section .side-line-left {
  color:#00579f;
}

/*首页案例*/
.case-title {
    padding-left: 170px;
}
.case {
    background-color: #f7f7f7;
}

/*底部*/
.col-lg-6.weixin {
    text-align: center;
}
.col-lg-6.weixin p{
    padding-top: 10px;
}

/*产品内页*/
.post-image {
    max-width: 40%;
}
.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;
}

@media screen and (max-width: 768px) {
.search-result {
  margin:0px 15px 0px 0px;
}
  }

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

/*----------------------------------------*/
/*  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: #00579f;
  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: #00579f;
  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;
}



/*手机*/
@media screen and (max-width: 768px){
.case-title {
    text-align: center;
    padding-left: 0px;
}
.side-line-left:before {
    content: "";
    display: none;
    height: 2px;
    width: 50px;
    position: absolute;
    left: 120px;
    bottom: 8px;
    background: #0370b8;
}
.side-line-left:after {
    position: absolute;
    content: "";
display: none;
    height: 2px;
    width: 50px;
    background: #0370b8;
    left: 120px;
    bottom: 12px;
}
.product {
    text-align: center;
}
.side-line-left {
    position: relative;
    padding-left: 0px;
    font-weight: 500;
    margin-bottom: 10px;
}

}
.icon-box-two .icon span:before {
    font-size: 48px;
    line-height: 84px;
    color: #fff;
}

/*企业文化*/

.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;
}

}

/*加入我们*/
.col-lg-6.recruit-content {
    background-color: #eee;
    padding: 70px;
    color: #333;
    height: 550px;
}

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

.col-lg-6.recruit-content strong{color: #00579f;}



@media only screen and (max-width: 767px){
.col-lg-6.recruit-content {
    background-color: #eee;
    padding: 30px;
    color: #333;
}
a.mobile-nav-toggler {
    padding: 10px;
    background-color: #00579f;
}
  }


/*用人理念*/
.col-lg-6.recruit-content1 {
    background-color: #eee;
    padding: 70px;
    color: #333;
}

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

.col-lg-6.recruit-content1 strong{
color:#e60012;
}



@media only screen and (max-width: 767px){
.col-lg-6.recruit-content1 {
    background-color: #eee;
    padding: 30px;
    color: #333;
}
a.mobile-nav-toggler1 {
    padding: 10px;
    background-color: #e60011;
}
  }


/*语言*/
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: #e60012;
  font-size: 16px;
}

@media only screen and (max-width: 767px){
 .language .language-btn {
  position: relative;
  text-decoration: none;
  width: 70px;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  color: #e60012;
  font-size: 16px;
  right:20px;
}
}

 .language .language-btn i {
  margin-right: px;
  vertical-align: middle;
}
 .language .language-btn i::before {
  font-size: 16px;
  color: #e60012;
}
.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: 16px;
}
 .language .language-dropdown li a:hover {
  background: var(--primary-color);
   color: #fff;
}
.language .language-dropdown li :last-child a {
  border-bottom: none;
}