*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a, a:hover {
    text-decoration: none;
    transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
}
a {
    color: #666;
}
body{
    background: #fff !important;
}
html {
    scroll-behavior: smooth;
}
.navbar-custom ul.nav li a{
    color: #fff;
}
.navbar-fixed-top.scrolled{
    background: #fff !important;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.navbar-custom .dropdown-menu li a{
    color: #444 !important;
}
.navbar-fixed-top.scrolled li a{
    color: #666  !important;
}
.about_breadcrum,.about_team{
    background-size: cover;
    background-image: linear-gradient(to right, rgba(42, 42, 42, 0.71), rgba(38, 40, 40, 0.78)), url(./../img/ability/hfs_cz.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: top;
    background-attachment: fixed;
    padding-top: 100px;
}
.about_team{
    background-image: linear-gradient(to right, rgba(42, 42, 42, 0.71), rgba(38, 40, 40, 0.78)), url(./../img/about/bg_2.jpg);
}
.about_breadcrum .breadcrum-bg p a {
    font-size: 1.8rem;
    color: #fff !important;
}
.about_breadcrum .breadcrum-bg h2 {
    font-size: 4.2rem;
    color: #fff;
    font-weight: 600;
}
.about_breadcrum .breadcrum-bg p {
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.5rem;
    max-width: 500px;
}
.about_breadcrum .container {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.about_introduction,.about_team,.about_gallery,.about_info{
    padding: 3rem 0;
}
.about_introduction .introduction,.about_team .team,.about_gallery .gallery,.about_info .info{
    padding: 1rem 0 1rem;
    margin-right: auto;
    margin-left: auto;
}
.about_introduction h3,.about_team h3,.about_gallery h3{
    font-size: 3.6rem;
    line-height: 4.4rem;
    color: #1A1D2D;
    text-transform: capitalize;
    margin-bottom: 1rem;
    font-weight: 600;
}
.about_introduction p,.about_team p,.about_gallery p{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #585858;
    margin: 25px 0;
}
.about_team h3,.about_team p{
    text-align: center;
    color: #fff;
}
.about_team .content-text{
    width: 80%;
    margin: 0 auto;
    font-size: 1.6rem;
}

.about_introduction .introduction .col-lg-6 img{
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.scroll-container {
    overflow: hidden;
    position: relative;
    padding: 1rem 0;
    box-sizing: border-box;
}
.scroll-wrapper {
    display: flex;
    position: absolute;
    white-space: nowrap;
    will-change: transform;
}
.scroll-item {
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 0.75rem; /* 图片间距 */
}
.scroll-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-radius: 0.5rem;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.scroll-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.patent-swiper-container {
    width: 100%;
    height: 350px;
    margin: 20px auto;
    overflow: hidden;
}
.patent-swiper-container .swiper-slide {
    text-align: center;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.patent-swiper-container .swiper-slide img {
    height: 100%;
    width: auto;
    cursor: pointer;
}
.modal-img {
    width: 100%;
}

.about_info .info>div{
    text-align: center;
    margin-bottom: 2rem;
}
.about_info .icon{
    width: 8rem;
    height: 8rem;
    border-radius: 200px;
    background: #033885;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.about_info p{
    color: #585858;
    font-size: 12px;
}
.about_info h4{
    color: #333;
}
.about_info .icon img {
    width: 4rem;
    height: 4rem;
}

.map-container {
    height: 100vh;
    padding: 0;
    position: sticky;
    top: 0;
}
.map-section{
    width: 40%;
    overflow: hidden;
    height: 42.5rem;
    /*background: url("./../img/about/map.png") no-repeat center center;*/
    background: url("https://api.map.baidu.com/staticimage?center=118.40,32.30&zoom=16&width=600&height=600&markers=118.40,32.30&markerStyles=m,H") no-repeat center center;
    background-size: 100%;
    border-radius: 10px;
}
.contact_us{
    background-size: cover;
    background-image: linear-gradient(to right, rgba(42, 42, 42, 0.71), rgba(38, 40, 40, 0.78)), url(./../img/ability/hfs_cz.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: -80% -20%;
    background-attachment: fixed;
    padding: 5rem 6rem 8rem;
}
#contact-form >div >div{
    margin-bottom: 10px;
}
#contact-form label{
    color: #fff;
}
#contact-form h4,#contact-form p{
    color: #fff;
}
#contact-form>div:nth-child(1){
    margin-bottom: 2rem;
}
#map { height: 100%; }
.form-container {
    height: 100vh;
    overflow-y: auto;
    padding: 3rem;
}
@media (max-width:640px){
    .about_info .icon{
        width: 4rem;
        height: 4rem;
    }
    .about_info .icon img {
        width: 2rem;
        height: 2rem;
    }
    .map-section {
        width: 100%;
    }
}
.about_gallery{
    height:550px;
}
.img-responsive{
    width: 200px;
    position: absolute;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: transform ease-in-out .1s;
    cursor: pointer;
}
.img-responsive:nth-child(11):hover{
    transform: translateX(200px) perspective(400px) rotateY(-10deg) scale(1.1) !important;
}
.img-responsive:nth-child(10):hover{
    transform: translateX(140px) perspective(400px) rotateY(-10deg) scale(1.1) !important;
}
.img-responsive:nth-child(9):hover{
    transform: translateX(80px) perspective(400px) rotateY(-10deg) scale(1.1) !important;
}
.img-responsive:nth-child(8):hover{
    transform: translateX(20px) perspective(400px) rotateY(-10deg) scale(1.1) !important;
}
.img-responsive:nth-child(7):hover{
    transform: translateX(-40px) perspective(400px) rotateY(-10deg) scale(1.1) !important;
}
.img-responsive:nth-child(6):hover{
    transform: translateX(-100px) scale(1.2) !important;
}
.img-responsive:nth-child(5):hover{
    transform: translateX(-160px) perspective(400px) rotateY(10deg) scale(1.1) !important;
}
.img-responsive:nth-child(4):hover{
    transform: translateX(-220px) perspective(400px) rotateY(10deg) scale(1.1) !important;
}
.img-responsive:nth-child(3):hover{
    transform: translateX(-280px) perspective(400px) rotateY(10deg) scale(1.1) !important;
}
.img-responsive:nth-child(2):hover{
    transform: translateX(-340px) perspective(400px) rotateY(10deg) scale(1.1) !important;
}
.img-responsive:nth-child(1):hover{
    transform: translateX(-400px) perspective(400px) rotateY(10deg) scale(1.1) !important;
}
footer h5{
    font-weight: 400;
}