.bg-blue{
  background: linear-gradient(90deg,#0f2557,#0735a0);
}
.bg-white{
  background-color: white;
}
.dropdown-item:focus, .dropdown-item:hover{
  color: #00d7a0;

}
.fydLogo{
  height: 60px;
  width: auto;
}
.btn-outline-info{
  color:#007993;
  border-color: #007993;
}
.fusion-clearfix {
  zoom: 1;
  clear: both;
}
.fusion-clearfix:after, .fusion-clearfix:before {
  content: " ";
  display: table;
}
.fusion-clearfix:after {
  clear: both;
}
.fusion-clearfix:after, .fusion-clearfix:before {
  content: " ";
  display: table;
}
.maxw1200{
  max-width: 1200px !important;
  margin: auto;
}
.pt55{
  padding-top: 5.5rem;
}
.btn-outline-info a{
  color: #007993;;
  text-decoration:none;
}
.btn-outline-info:hover > a{
  color: #fff;
}
.btn-outline-info a:hover{
  color: #fff;
}
.carousel{
  margin-bottom: 0;
}
.main-wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #successExp{
    background: url(../img/productBg.jpg) no-repeat center;
  }
  /* #navbarCollapse .nav-item{
    padding:0 1rem;
  } */
  #navbarCollapse.show{
    justify-content:left !important;
  }
  .headerTop{
    background-color: rgba(255,255,255,0.6);
  }
  .headerTop:hover{
    background-color: #fff;
    transition: background .2s !important;
    background: #fff !important;
    backdrop-filter: none !important;
    box-shadow: 3px 5px 10px 0px rgb(37 45 51 / 10%);
  }

  .headerTop:hover .navbar-brand{
    color: #00d7a0;
  }
  .headerTop .nav-item{
    height: 5.5rem;
    line-height: 5.5rem;
    width: 7rem;
    text-align: center;
  }
  
  #navbarCollapse .nav-link {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    display: block;
    height: 100%;
    padding: 0 0.5vw;
    cursor: pointer;
    border-radius: 15px;
    z-index: 99999;
  }
  #navbarCollapse .nav-link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 4px solid #00d7a0;
    width: 0;
    height: 5.5rem;
  }
  #navbarCollapse .nav-item:hover .nav-link,
  #navbarCollapse .nav-item.active {
    color: #00d7a0 !important;
    transition: .2s all linear;
    transition-delay: .1s;
  }
  .themeColor{
    color: #00d7a0;
  }
  #navbarCollapse .nav-item:hover .nav-link::before,
  #navbarCollapse .nav-item.active .nav-link::before{
    width: 100%;
    color: #00d7a0;
    transition: .2s all linear;
    transition-delay: .1s;
  }
  
  .navbar-dark .navbar-nav .active>.nav-link{
    color:#00d7a0 !important;
  }
  .dropdown-menu{
    background-color: rgba(235,247,248,0.8);
  }
  
  .navbar-dark .navbar-nav .show>.nav-link,
  .navbar-dark .navbar-nav .nav-link{
      color:#333 !important;
  }
  
  .topBg{
    transition: background .2s !important;
    background: #fff !important;
    backdrop-filter: none !important;
    box-shadow: 3px 5px 10px 0px rgb(37 45 51 / 10%);
  }
  .topBg .navbar-brand{
    color: #00d7a0;
  } 
  .navbar{
    width: 80%;
    margin: auto;
    padding: 0 1rem;
  }
  .container{
    max-width: 1200px;
  }
  .industry{
    width: 100%;
    height: 500px;
    padding:2rem ;
    background: url(../img/productBg.png) no-repeat center;
    background-size: 100% 100%;
    
  }
  .industry-list{

    width: 1200px;
    height: 300px;
    display: table;
    margin: 2rem auto;
    padding-left: 0;
    overflow: hidden;
  }
  .industry-list .row{
    width: 340px;
    height: 340px;
    float: left;
    margin-left: 34px;
    margin-right: 18px;
    z-index: 10;
    
  }
  .industry-list .row a{
    width: 100%;
    height: 100%;
    display: block;
    float: left;
    -webkit-perspective: 600px;
	  -moz-perspective: 600px;
  }
  .industry-list .row .pic1{
    /* display: none; */
    background: rgba(255, 255, 255, 0.76);
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .industry-list .row a:hover .pic1 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
  }
  .industry-list .row a .pic2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotateY(-180deg);
    -moz-transform-style: preserve-3d;
    -moz-backface-visibility: hidden;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    /*z-index:10;
      position:absolute;*/
  }
  .industry-list .row a:hover .pic2 {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotate(0deg);
    z-index: 10;
    position: absolute;
  }
  .industry-list .row .img-1{
    width: 106px;
    height: 110px;
    margin-top: 60px;
    margin-bottom: 42px;
  }
  .industry-list .row p{
    color: rgba(15, 17, 156, 0.829);
  }
  .industry-list .row .pic2{
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 60px;
    padding-right: 57px;
    padding-top: 30px;
    background: rgba(0, 215, 160, 0.8);
  }
  .industry-list .row .pic2 h6{
    color: #fff;
    margin-bottom: 40px;
  }
  .industry-list .row .pic2 p{
    color: #f5f5f5;
    font-size: 12px;
  }
  .hoverStatus{
    cursor: pointer;
    color: #000;
    
  }
  .finishedExp h2,.service h2{
    padding: 3rem 0;
  }
  
  .finished-list .shadow{
    padding: 3rem;
    margin: 0 auto;
  }
  .finished-list h4{
    text-align: center;
    margin-bottom: 3rem;
  }
  .finished-list p{
    font-size: 16px;
    color: #6b707a;
    line-height: 31px;
    text-align: left;
  }
  .featurette{
    padding-left: 1.5rem;
    padding-right: 1.5rem;

  }
  .featurette img{
    box-shadow:3px 5px 20px 0px rgb(37 45 51 / 5%) ;
  }
  .featurette h4{
    margin-top: 4rem;
  }
  .lead{
    font-size: 1rem;
    margin-top: 1rem;
  }
  .pro_topline {
    padding: 3%;
    display: block;
    box-shadow: 3px 5px 20px 0px rgb(37 45 51 / 5%);
    border-radius: 2px 2px 10px 10px;
    border-top: 2px solid #00d7a0;
    height: auto;
    margin-bottom: 40px;
  }
  .pro_topline p{
    text-indent: 2em;
  }
  .img-fluid{
    margin-bottom: 40px;
  }
  .card-body{
    border-left: 1px solid #8d8d8d;
  }
  .card{
    border: none;
    border-radius: 0%;
    margin-bottom: 5px;
  }
  .card button{
    height: 60px;
    color: #2387aa;
  }
  .card button:hover{
   color: #fff !important;
  }
  .product-detail .breadcrumb{
    background: none;
  }
  .serviceCli li{
    width: 1220px;
    margin: 0 auto;
  }
  
  .serviceCli li p{
    float: left;
    margin: 10px 12px;
    position: relative;
    list-style: none;
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 7px 13px 40px 0px rgb(19 43 77 / 4%);
    border-radius: 10px!important;
  }
  .serviceCli li p:hover{
    background: -webkit-linear-gradient(bottom, white, #85e4ccf1);
    background: linear-gradient(bottom, white, #85e4ccf1);
    background: -o-linear-gradient(bottom, transparent, #85e4ccf1);
  }
  .serviceCli li p:hover{
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  #news{
    position: relative;
  }
  .news .news-banner{
    font-size: 2rem;
    background: linear-gradient(to right, rgba(80, 190, 190, 0.7) 0, rgba(0, 153, 153, 0.7) 50%, rgba(0, 153, 176, 0.7) 83%, rgba(0, 153, 203, 0.7) 100%);
    padding: 20px 20px;
    position: absolute;
    bottom: 10rem;
    left: 10rem;
    color: #fff;
  }
  .news .row{
    margin:  0 !important;
  }
  .news .featurette{
    padding-left: 0;
  }
  .news .featurette .pt-3{
    padding: 1rem 0;
  }
  .news .featurette h3{
    font-size: 1.2rem;
    color: #2d373c;
    font-weight: 500;
    line-height: 2;
    
  }
  .news .featurette .lead{
    font-size: 14px;
    font-weight: 400;
    color: #2d373c;
    font-family: "Siemens Sans Roman";
  }
  .news .featurette .btn-outline-info{
    border-radius: 0;
    background: #2387aa;
    color: #fff;
    padding: 0 25px 0 15px;
  }
  .news .featurette .btn-outline-info:hover{
    background: #005578;
  }
  .news .featurette .btn-outline-info a{
    color: #fff;
    line-height: 3rem;
    font-size: 1rem;
  }
  .news .list-wrapper{
    background:#ebf0f5;
    padding: 2rem 0;
  }
  
  .news .media{
    text-decoration: none;
    color: #7a7a7a;
    margin-bottom: 1rem;
  }
  .news .media:hover{
    color: #1a1a1a;
  }
  .news-detail .breadcrumb{
    background: url(../img/news_bg.png);
    height: 5.5rem;
    line-height: 5.5rem;
    padding: 0 1rem;
  }
  .news-detail img{
    margin-bottom: 1rem;
  }
  .news-list img{
    width: 10rem;
    height: 10rem;
  }
  footer .list-unstyled a{
    color: #fff;
  }
  /* service.html */
  #accordionExample .col-3{
    padding-left: 0;
  }
  #accordionExample button{
    background-color: #00d7a0;
    color: #fff;
  }
  #accordionExample .collapsed{
    color: #2387aa;
    background-color: #fff;
  }
  #accordionExample .collapsed:hover{
    color: #fff;
    background-color: #00d7a0;
  }
  .btn{
    border-radius: 0%;
  }
  .btn-outline-primary{
    border: none;
  }
  #accordionExample .cardbodyWrap{

  }
  /* 关于我们 */
  .contactUs{
    position: relative;
    background: url(../img/contactBg.png) no-repeat;
    background-size:cover;
    height: 500px;
  }
  .caontactMsg{
    position: absolute;
    bottom: 100px;
    right: 150px;
    color: #2387aa;
  }
  @media (max-width: 768px) {
    #navbarCollapse{
      justify-content:left !important;
    }
    .topBg{
      background-color:rgba(0,80,255,0) !important;
      box-shadow: none;
    }
    .navbar{
        width: 100%;
        margin: auto;
      }
      .navbar-dark .navbar-toggler{
        border-color:#e4ad3c;
      }
  }
  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }