

/* banner 在common.css中 */
/* 面包屑 在common.css中 */


/* 企业简介.html */
/* 公司概况 */
.profile {
    width: 100%;
    background-image: url("../images/aboutus/bgc1.png");
}
.profile  .center {
    width: 14rem;
    margin: 0 auto;
    padding: 0.6rem 0 1.15rem;
}
/* title */
.profile .tit_box {
    width: fit-content;
}
.profile .tit_box .name {
    font-size: 0.3rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.profile .tit_box::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    margin-top: 0.1rem;
    background: #167BD4;
}
/* 介绍 */
.profile .pro_box {
    width: 100%;
    margin-top: 0.4rem;
    display: flex;
    justify-content: space-between;
}
.profile .pro_box .fonts {
    width: 7rem;
}
.profile .pro_box .fonts p {
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
}
.profile .pro_box video {
    width: 6.5rem;
    height: 3.7rem;
    object-fit: contain;
    float: right;
}
/* 总结 */
.profile .summarize {
    /*margin-top: 0.4rem;*/
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #666666;
    line-height: 0.3rem;
}

/* 组织机构 */
.organization {
    width: 100%;
    background-color: #fff;
}
.organization .center {
    width: 14rem;
    margin: 0 auto;
    padding: 0.7rem 0 0.95rem;
}
/* 标题 */
.organization .tit_box {
    width: fit-content;
    margin: 0 auto;
}
.organization .tit_box .name {
    font-size: 0.3rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.organization .tit_box::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    margin: 0 auto;
    margin-top: 0.15rem;
    background: #167BD4;
}
.organization .organ_img {
    width: 100%;
    margin-top: 0.5rem;
    overflow: hidden;
}
.organization .organ_img img {
    width: 100%;
    height: auto;
}

/* 科研实力 */
.tech {
    width: 100%;
    background-image: url("../images/aboutus/bgc2.png");
}
.tech .center {
    width: 14rem;
    margin: 0 auto;
    padding: 0.9rem 0 1.4rem;
}
/* title */
.tech .tit_box {
    width: fit-content;
}
.tech .tit_box .name {
    font-size: 0.3rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}
.tech .tit_box::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.02rem;
    margin-top: 0.15rem;
    background: #fff;
}
/* 科研数据 */
.tech .top_box {
    width: 100%;
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.tech .top_box .fonts {
    width: 5.6rem;
}
.tech .top_box .fonts p {
    font-size: 0.16rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.3rem;
}
.tech .top_box .data {
    width: 7.4rem;
    margin-top: 0.15rem;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
}
.tech .top_box .data .item {
    width: fit-content;
}
.tech .top_box .data .item::before {
    content: "";
    display: block;
    width: 0.31rem;
    height: 0.02rem;
    background-color: rgba(255,255,255,0.5);
}
.tech .top_box .data .tip {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.tech .top_box .data .num {
    margin-top: 0.15rem;
    display: flex;
    align-items: flex-end;
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.tech .top_box .data .n1 {
    min-width: 1rem;
    font-size: 0.5rem;
    font-family: MiSans-Bold, MiSans;
    font-weight: bold;
    line-height: 0.35rem;
}
.tech .top_box .data .n2 {
    margin-right: 0.03rem;
    font-size: 0.3rem;
    font-weight: bold;
}
/* 科研轮播 */
.tech .lunbo {
    position: relative;
}
.tech .tech_swiper {
    width: 100%;
    margin-top: 0.6rem;
}
.tech .tech_swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.4rem;
    background: #FFFFFF;
    border: 0.01rem solid #BFBFBF;
    overflow: hidden;
}
.tech .tech_swiper .swiper-slide img {
    width: 2.2rem;
    height: 3rem;
}
/* 左右箭头 */
.tech .lunbo .swiper-button-prev {
    left: -0.5rem;
    width: 0.28rem;
    height: 0.5rem;
    background: rgba(153, 153, 153, 0.55);
}
.tech .lunbo .swiper-button-next {
    right: -0.5rem;
    width: 0.28rem;
    height: 0.5rem;
    background: rgba(153, 153, 153, 0.55);
}
.tech .lunbo .swiper-button-prev::after {
    font-size: 0.25rem;
    font-weight: 500;
    color: white;
}
.tech .lunbo .swiper-button-next::after {
    font-size: 0.25rem;
    font-weight: 500;
    color: white;
}






/* 企业文化.html */
/* 企业使命 */
.mission {
    width: 100%;
    height: 3.34rem;
    margin-top: 0.4rem;
    padding: 0 0.8rem;
    padding-top: 0.7rem;
    background-image: url("../images/aboutus/culture_bgc1.png");
    font-weight: 400;
    background-size: 100%;
    background-position: center;
    transition: all 0.3s;
}
.mission:hover {
    background-size: 110%;
}
.mission .tit {
    font-size: 0.28rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    color: #FFFFFF;
}
.mission .tit::after {
    content: "";
    display: block;
    width: 0.45rem;
    height: 0.02rem;
    margin-top: 0.2rem;
    background-color: #fff;
}
.mission .miss {
    width: 7rem;
    margin-top: 0.3rem;
    font-weight: 400;
    color: #FFFFFF;
}
.mission .miss p {
    margin-bottom: 0.18rem;
    font-size: 0.18rem;
}

/* 文化 */
.culture {
    width: 100%;
    margin-top: 0.4rem;
    background-image: url("../images/aboutus/culture_bgc2.png");
    display: flex;
}
.culture .item {
    position: relative;
    flex: 1;
    height: 6.3rem;
    border-right: 0.01rem solid #DFDFDF;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.culture .item:last-child {
    border-right: none;
}
.culture .item .icon {
    width: 0.88rem;
    height: 0.88rem;
    margin-top: 2rem;
    overflow: hidden;
    transition: all  0.3s;
    z-index: 11;
}
.culture .item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.culture .item .box1 {
    width: 2.35rem;
    margin-top: 0.25rem;
    font-size: 0.26rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    z-index: 11;
}
.culture .item .box1::after {
    content: "";
    display: block;
    width: 0.36rem;
    height: 0.02rem;
    margin: 0.2rem auto 0;
    background: #FFFFFF;
    border-radius: 0.57rem 0.57rem 0.57rem 0.57rem;
    z-index: 11;
}
.culture .item .box2 {
    width: 2.35rem;
    margin-top: 0.35rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    opacity: 0;
    z-index: 11;
    transition: all 0.3s;
}
.culture .item .bgc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.culture .item:hover .icon {
    margin-top: 1.6rem;
}
.culture .item:hover .box2 {
    opacity: 1;
}
.culture .item:hover .bgc {
    opacity: 1;
}





/* 企业荣誉.html */
/* 荣誉轮播 */
.honor_lunbo {
    position: relative;
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 1.5rem;
}
.honor_lunbo .honor_swiper {
    width: 100%;
}
.honor_lunbo .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.honor_lunbo .swiper-slide .li {
    width: 32%;
    margin-top: 0.25rem;
    margin-right: 2%;
}
.honor_lunbo .swiper-slide .li:nth-child(-n+3) {
    margin-top: 0;
}
.honor_lunbo .swiper-slide .li:nth-child(3n) {
    margin-right: 0;
}
.honor_lunbo .swiper-slide .pic {
    display: block;
    width: 100%;
    height: 3.2rem;
    padding: 0.2rem;
    background: #EDEDED;
    overflow: hidden;
    transition: all 0.3s;
}
.honor_lunbo .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.honor_lunbo .swiper-slide .fonts {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    color: #666666;
    font-weight: 400;
    text-align: center;
}
.honor_lunbo .li:hover .pic {
    box-shadow: 0rem 0rem 0.12rem 0.01rem rgba(0,0,0,0.32);
}
.honor_lunbo .li:hover .fonts {
    color: #167BD4;
}
/* 分页器 */
.honor_lunbo .swiper-pagination {
    bottom: 15px;
}
.honor_lunbo .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.05rem;
    background: #C1C1C1;
    border-radius: 0;
    opacity: 1;
}
.honor_lunbo .swiper-pagination-bullet-active {
    background: #167BD4;
}
/* 左右箭头 */
.honor_lunbo .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 4.5rem;
    width: 0.52rem;
    height: 0.52rem;
    background: #EEEEEE;
    border-radius: 50%;
    color: #646565;
    font-weight: 700;
}
.honor_lunbo .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 4.5rem;
    width: 0.52rem;
    height: 0.52rem;
    background: #EEEEEE;
    border-radius: 50%;
    color: #646565;
    font-weight: 700;
}
.honor_lunbo .swiper-button-prev::after {
    font-size: 0.2rem;
}
.honor_lunbo .swiper-button-next::after {
    font-size: 0.2rem;
}
.honor_lunbo .swiper-button-prev:hover {
    background: #167BD4;
    color: white;
}
.honor_lunbo .swiper-button-next:hover {
    background: #167BD4;
    color: white;
}




/* 企业荣誉.html */
/* 发展历程 */
.history {
    position: relative;
    width: 100%;
    padding: 1rem 0;
}
.history .history_swiper { 
    width: 100%;
    /*height: 11.6rem;*/
    z-index: 1;
}
.history .swiper-slide { 
    width: 100%;
    height: fit-content !important;
    margin-bottom: 0.8rem;
    /* background-color: #fff; */
    display: flex;
}
.history .swiper-slide .left { 
    width: 42%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.history .swiper-slide .box_l { 
    display: flex;
    align-items: center;
}
.history .swiper-slide .year { 
    margin-right: 0.4rem;
    font-size: 0.28rem;
    /* font-family: Source Han Sans CN-Regular, Source Han Sans CN; */
    font-weight: 400;
    color: #FFFFFF;
    transition: all 0.3s;
}
.history .swiper-slide .short { 
    width: 0.4rem;
    border-top: 0.01rem dotted #FFFFFF;
}
.history .swiper-slide .icon { 
    width: 0.13rem;
    height: 0.13rem;
}
.history .swiper-slide .right { 
    /*width: 58%;*/
    width: 36%;
    padding-left: 1rem;
    color: #FFFFFF;
}
.history .swiper-slide .tit { 
    width: 6.6rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    transition: all 0.3s;
}
.history .swiper-slide .tie { 
    width: 6.6rem;
    margin-top: 0.2rem;
    font-size: 0.16rem;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s;
}
.history .swiper-slide .pic { 
    /*width: 4rem;*/
    width: 2.94rem;
    height: 2.2rem;
    margin-top: 0.2rem;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0.03rem;
    /* border: 0.01rem solid #707070; */
    transition: all .3s;
}
.history .swiper-slide .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}
/* 居中slide的样式 */
/*.history .swiper-slide-active .year {*/
/*    font-size: 0.32rem;*/
/*}*/
/*.history .swiper-slide-active .tit {*/
/*    font-size: 0.28rem;*/
/*}*/
/*.history .swiper-slide-active .tie {*/
/*    font-size: 0.2rem;*/
/*}*/
/*.history .swiper-slide-active .pic {*/
/*    width: 4.5rem;*/
/*    height: 2.5rem;*/
/*    padding: 0.05rem;*/
/*    border-radius: 0.1rem;*/
/*}*/
/*.history .swiper-slide-active .pic img {*/
/*    border-radius: 0.1rem;*/
/*}*/
.history .swiper-slide .right:hover .year {
    font-size: 0.32rem;
}
.history .swiper-slide .right:hover  .tit {
    font-size: 0.28rem;
}
.history .swiper-slide .right:hover  .tie {
    font-size: 0.2rem;
}
.history .swiper-slide .right:hover  .pic {
    /*width: 4.5rem;*/
    /*width: auto;*/
    /*height: 2.5rem;*/
    /*height: auto;*/
    padding: 0.05rem;
    border-radius: 0.1rem;
    transform: scale(1.1);
}
.history .swiper-slide .right:hover  .pic img {
    border-radius: 0.1rem;
}
/* 白色长线 */
.history .white_line {
    position: absolute;
    left: 41.5%;
    top: 0;
    width: 0.01rem;
    height: 100%;
    background-color: #fff;
}
/* 上下箭头 */
.history .swiper-button-prev::after {
    display: none;
}
.history .swiper-button-next::after {
    display: none;
}
/* 上 */
.history .swiper-button-prev {
    left: 40.25%;
    top: 0;
    width: 0.36rem;
    height: 0.36rem;
    z-index: 22;
}
.history  .i {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.history .swiper-button-prev .icon2 {
    transform: rotate(180deg);
    display: none;
}
.history .swiper-button-prev:hover .icon1 {
    display: none;
}
.history .swiper-button-prev:hover .icon2 {
    display: block;
}
/* 下 */
.history .swiper-button-next {
    left: 40.25%;
    top: calc(100% + 0.22rem);
    width: 0.36rem;
    height: 0.36rem;
    z-index: 22;
}
.history .swiper-button-next .icon1 {
    transform: rotate(180deg);
}
.history .swiper-button-next .icon2 {
    display: none;
}
.history .swiper-button-next:hover .icon1 {
    display: none;
}
.history .swiper-button-next:hover .icon2 {
    display: block;
}


