/********** Template CSS **********/
.tzc_con{
/*background-color:rgba(255,255,255,0.7);*/
margin-top: 15px;
}
.tzc_hu_banner{
margin-top: -100px;
}
.qiye{
background-color: #fff;
background: url(../img/bj.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.tzc_bj1{
background-color: #fff;
background: url(../img/b3.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.jpgc{
background-color: #fff;
background: url(../img/b1.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
.qyry{
background-color: #fff;
background: url(../img/b2.png);
background-repeat: no-repeat;
background-size: 100% 100%;
}
:root {
  --primary: #32c36c;
  --light: #f6f7f8;
  --dark: #1a2a36;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-black {
  font-weight: 900 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
  transition: 0.5s;
}

.navbar .navbar-brand,
.navbar a.btn {
  height: 100px;
  width: 25%;
  margin-left: 10%;
}

@media (max-width: 768px) {
  .navbar .navbar-brand,
  .navbar a.btn {
    height: 72px;
    width: 64%;
    margin-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .navbar .navbar-brand,
  .navbar a.btn {
    height: 72px;
    width: 42%;
    margin-left: 0;
  }
}
.logo {
  width: 100%;
  height: auto;
}

.navbar .navbar-nav .nav-link {
  margin-right: 18px;
  padding: 25px 0;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  /* .navbar .navbar-nav {
    border-top: 1px solid #eeeeee;
  } */
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.owl-carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height:100% !important;
    object-fit: cover;
  }

  .header-carousel .owl-carousel-item p {
    font-size: 16px !important;
  }
}

.header-carousel .owl-dots {
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 45px;
  height: 45px;
  margin: 5px 0;
  background: #ffffff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.9);
  border-radius: 45px;
  transition: 0.5s;
}

.header-carousel .owl-dots .owl-dot.active {
  width: 60px;
  height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 2px;
  border-radius: 45px;
  transition: 0.5s;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** About ***/
@media (min-width: 992px) {
  .container.about {
    max-width: 100% !important;
  }

  .about-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .about-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .about-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

.service-icon {
  position: relative;
  margin: -50px 0 25px 0;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover .service-icon {
  color: #ffffff;
  background: var(--primary);
}

/*** Feature ***/
@media (min-width: 992px) {
  .container.feature {
    max-width: 100% !important;
  }

  .feature-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .feature-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .feature-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Project Portfolio ***/
#portfolio-flters li {
  display: inline-block;
  font-weight: 500;
  color: var(--dark);
  cursor: pointer;
  transition: 0.5s;
  border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
  color: var(--primary);
  border-color: var(--primary);
}

.portfolio-img {
  position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  background: var(--dark);
  transition: 0.5s;
}

.portfolio-img::before {
  left: 50%;
}

.portfolio-img::after {
  right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
  width: 51%;
  left: 0;
}

.portfolio-item:hover .portfolio-img::after {
  width: 51%;
  right: 0;
}

.portfolio-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}

.portfolio-item:hover .portfolio-btn {
  opacity: 1;
  transition-delay: 0.3s;
}

/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .quote-text {
    padding-right: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .quote-text {
    padding-right: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .quote-text {
    padding-right: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
  border-radius: 8px 60px 0 0;
}

.team-item .team-social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: #ffffff;
  transition: 0.5s;
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  transform: scale(1);
}

/*** Contact ***/
@media (min-width: 992px) {
  .container.contact {
    max-width: 100% !important;
  }

  .contact-text {
    padding-left: calc(((100% - 960px) / 2) + 0.75rem);
  }
}

@media (min-width: 1200px) {
  .contact-text {
    padding-left: calc(((100% - 1140px) / 2) + 0.75rem);
  }
}

@media (min-width: 1400px) {
  .contact-text {
    padding-left: calc(((100% - 1320px) / 2) + 0.75rem);
  }
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  border-radius: 38px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
  border-color: var(--light);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #9b9b9b;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: #ffffff;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.qiye h2 {
  color: #4d61af;
}
.qiye .qy_img {
  width: 100%;
}

.tabs {
  display: flex;
  margin-top: 20px;
justify-content:center
}
.tab {
  cursor: pointer;
  color: #b6b6b6;
  font-size: 20px;
  font-weight: 550;
  width: 33.33%;
  text-align: center;
}
.tab .iconfont {
  font-size: 28px;
}
.tab:nth-child(2) {
  border-left: 1px solid #5365a9;
}
.tab.active {
  color: #5365a9;
}
.tab-content {
  display: none;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.tab-content a {
  display: block;
  width: 100%;
  height: 300px;
}
.tab-content a img {
  width: 100%;
  height: auto;
  min-height: 300px;
}

.tab-content.active {
  display: block;
}

.gs_news {
  margin-bottom: 20px;
}
.gs_news .border1 {
  padding: 30px 20px;
  border-left: 2px solid #5365a9;
  border-right: 2px solid #5365a9;
}
.gs_news .border2 {
  padding: 30px 20px;
  border-right: 2px solid #5365a9;
}

@media (max-width: 768px) {
  .gs_news .border1 {
    border-left: 2px solid #5365a9;
    border-right: 2px solid #5365a9;
  }
  .gs_news .border2 {
    border-left: 2px solid #5365a9;
    border-right: 2px solid #5365a9;
  }
}
.gs_news h2 {
  text-align: center;
  color: #4d62b0;
  margin-bottom: 40px;
}
.gs_news ul {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 20px 10px;
}
.gs_news ul li {
  margin-bottom: 30px;
}
.gs_news ul li a {
  color: #000;
}
.gs_news ul {
  list-style-type: none;
}
.gs_news .more {
  text-align: right;
}
.gs_news ul li:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #5365a9;
  border-radius: 50%;
  margin-right: 18px;
  margin-top: 2px;
  vertical-align: -3px;
}
.jpgc {
  margin-top: 20px;
}
.jpgc .container {
   padding:50px 0px;
}
.jpgc h2 {
  color: #4f61ab;
  text-align: center;
}
.dg-wrapper a {
  position: relative;
}
.dg-wrapper a p {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: 550;
  background: #008ed6;
  opacity: 0.7;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 5px 0;
}

@media (max-width: 768px) {
  .dg-wrapper {
    width: 100% !important;
    height: auto;
  }
  .jpgc .container {
    padding: 10px;
  }
  .qyry .container {
    padding: 10px !important;
  }
}
.qyry .container {
  padding:0 50px;
}
.qyry .container h2 {
  color: #4f61ab;
  text-align: center;
}
.qyry .container .img {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.qyry .container .img img {
  width: 100%;
  height: auto;
min-height:180px;
  transition: transform 0.5s;
}
/*******************企业荣誉部分放大代码********************/
.tzc_bt{
text-align: center;
font-size:14px;
color:black;
}
.tzc_div:hover {
  transform: scale(1.3);
  z-index:999999999999 !important;
}
/*.qyry .container img:hover {
  transform: scale(1.3);
}*/
.qyru_img{
width:300px;
height:auto;
object-fit: cover;
transition: transform 0.3s;
}
.qyry .container .text {
  width: 100%;
  text-align: center;
  background: #4f61ab;
  padding: 5px;
  color: #fff;
 text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

/* 底部 */

footer {
  /* margin-top: 60px; */
  padding: 40px 0px;
  border-top: 1px solid #f0f2f5;
  border-bottom: 1px solid #f0f2f5;
}

footer ul {
  padding: 0;
}
footer ul li {
  text-align: center;
  margin-bottom: 3px;
}
footer a {
  color: #5e7387;
  text-decoration: none;
}
footer a:hover {
  color: #237963;
  text-decoration: none;
}
footer h2 {
  color: #5e7387;
}
footer span {
  display: block;
  color: #aaaaaa;
}
.ma {
  padding: 20px 0;
}
.ma p {
  color: #5e7387;
  margin-bottom: 11px;
}
.footer_btn {
  margin-top: 25px;
}

.footer_btn a {
  width: 210px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #284ca7;
  text-align: center;
  font-size: 16px;
  color: #284ca7;
}
.footer_btn a {
  display: block;
}
/* .footer_btn .icon {
  width: 20px;
  height: 6px;
  display: inline-block;
  background: url(../images/f_jt.png) center center no-repeat;
  vertical-align: middle;
} */
.footer_btn a:hover {
  background: #284ca7;
  color: #fff;
}
.footer_btn a:hover .icon {
  background-position: 0 -6px;
}
dl {
  border-top: 1px solid #d0d0d2;
  padding-top: 25px;
}
dt {
  font-size: 18px;
  color: #222;
  margin-bottom: 20px;
  font-weight: bold;
}
dd {
  font-size: 15px;
  color: #3b3b3b;
  line-height: 30px;
}
dl {
  margin-bottom: 30px;
}

.footer_title {
  font-size: 26px;
  color: #262a2b;
  font-weight: 600;
}

.index_footer .footer_content {
  font-size: 36px;
  color: #10399f;
  margin-bottom: 25px;
  font-weight: 300;
  margin-top: 20px;
}

.index_footer .tel {
  font-size: 30px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .qyxc {
    margin-top: 50px;
  }
  .qyxc .video {
    width: 100%;
    height: 200px !important;
  }
  .qyxc .video video {
    width: 100%;
    height: 100%;
  }
}
.qyxc .video {
  width: 100%;
  height: 600px;
}

.qyxc .video video {
  width: 100%;
  height: 100%;
}

.style {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  line-height: 100px;
}
.style .line1 {
  width: 25%;
  background: #4e61aa;
  height: 2px;
}
.style h2 {
  width: 30%;
  height: 25px;
  text-align: center;
}
.style .cirle1 {
  width: 15px;
  height: 15px;
  background: #4e61aa;
  border-radius: 50%;
}
.style .cirle2 {
  width: 15px;
  height: 15px;
  background: #4e61aa;
  border-radius: 50%;
}
.style .line2 {
  width: 25%;
  background: #4e61aa;
  height: 2px;
}

.style1 {
  display: flex;
  padding: 0 30px;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  line-height: 100px;
}
.style1 .line1 {
  width: 40%;
  background: #4e61aa;
  height: 2px;
}
.style1 h2 {
  width: 13%;
  height: 25px;
  text-align: center;
}
.style1 .cirle1 {
  width: 15px;
  height: 15px;
  background: #4e61aa;
  border-radius: 50%;
}
.style1 .cirle2 {
  width: 15px;
  height: 15px;
  background: #4e61aa;
  border-radius: 50%;
}
.style1 .line2 {
  width: 40%;
  background: #4e61aa;
  height: 2px;
}

@media (max-width: 768px) {
  .style1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    line-height: 100px;
  }
  .style1 .line1 {
    width: 25%;
    background: #4e61aa;
    height: 2px;
  }
  .style1 h2 {
    width: 33%;
    height: 25px;
    text-align: center;
  }
  .style1 .cirle1 {
    width: 15px;
    height: 15px;
    background: #4e61aa;
    border-radius: 50%;
  }
  .style1 .cirle2 {
    width: 15px;
    height: 15px;
    background: #4e61aa;
    border-radius: 50%;
  }
  .style1 .line2 {
    width: 25%;
    background: #4e61aa;
    height: 2px;
  }
}
.style2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  line-height: 100px;
}
.style2 h2 {
  width: 25%;
  height: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .style2 h2 {
    width: 30%;
  }
}
.style2 .line1 {
  width: 28%;
  background: #4e61aa;
  height: 2px;
}
.style2 .cirle1 {
  width: 15px;
  height: 15px;
  background: #4e61aa;
  border-radius: 50%;
}
.style2 .cirle2 {
  width: 15px;
  height: 15px;
  background: #4e61aa;
  border-radius: 50%;
}
.style2 .line2 {
  width: 28%;
  background: #4e61aa;
  height: 2px;
}
.earth_img{
width:24px !important;
height:24px !important;
}
.tzc_img{
margin-top: 5px;
display: inline-block;
height:130px;
overflow: hidden;
}