/* 公司简介 S */
.page-about-part1 {
    width: 100%;
    float: left;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(../images/about_bg.jpg);
    margin-top: .3rem;
}

.page-about-part1-con .detail {
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15%;
}

.page-about-part1-num {
    margin-top: 66px;
    padding: 0 8%;
    width: 100%;
    float: left;
}

.page-about-part1-num .num-txt {
    float: left;
    width: 25%;
    text-align: center;
}

.page-about-part1-num .num-txt-p1 {
    font-size: 16px;
    color: #333;
}

.page-about-part1-num .num-txt-p1 .counter {
    font-size: 45px;
    color: #e31f1f;
}

.page-about-part1-num .num-txt-p2 {
    font-size: 16px;
    color: #666;
}

@media (max-width: 1440px) {
    .page-about-part1-num .num-txt-p1 .counter {
        font-size: 42px;
    }
}

@media (max-width: 1024px) {
    .page-about-part1-num .num-txt-p1 .counter {
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .page-about-part1-con .detail {
        padding: 0 10%;
    }

    .page-about-part1-num .num-txt-p1 .counter {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .page-about-part1 {
        padding-bottom: 100px;
    }

    .page-about-part1-num {
        margin-top: 40px;
    }
}

@media (max-width: 540px) {
    .page-about-part1 {
        padding-bottom: 60px;
    }

    .page-about-part1-con .detail {
        padding: 0 7%;
        font-size: 14px;
    }

    .page-about-part1-num {
        margin-top: 14px;
        padding: 0 3%;
    }

    .page-about-part1-num .num-txt {
        width: 50%;
        margin-bottom: 9px;
    }

    .page-about-part1-num .num-txt-p1 .counter {
        font-size: 24px;
    }

    .page-about-part1-num .num-txt-p1 {
        font-size: 14px;
    }

    .page-about-part1-num .num-txt-p2 {
        font-size: 14px;
    }
}

/* 公司简介 E */

/* 发展历程 S */
.page-about-part2 {
    width: 100%;
    float: left;
    padding-bottom: .8rem;
}

.page-about-part2 .swiper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.page-about-part2 .swiper .swiper-time {
    width: 78%;
    overflow: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide {
    padding: 1rem .7rem .75rem .65rem;
    box-sizing: border-box;
    background: #F7F7F7;
    display: flex;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info {
    flex: 1;
    margin-right: 1.9rem;
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info h5 {
    font-size: .5rem;
    line-height: 1;
    font-weight: 400;
    margin: 0px;
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info p.title {
    margin-top: .65rem;
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info p {
    font-size: .16rem;
    color: #333;
    line-height: 2;
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info p .tit {
    font-size: .24rem;
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .imgs-box {
    width: 42%;
    overflow: hidden;
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .imgs-box:hover img {
    transform: scale(1.1);
}

.page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .imgs-box img {
    transition: transform .4s;
}

.page-about-part2 .swiper .prev,
.page-about-part2 .swiper .next {
    cursor: pointer;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    border: 1px solid #333;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: .16rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
    transition-property: border-color, color;
    transition: .5s;
    /* line-height: .7rem;
    text-align: center; */
}

.page-about-part2 .swiper .prev:after,
.page-about-part2 .swiper .next:after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: .55s;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: -1;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-about-part2 .swiper .prev:after,
.page-about-part2 .swiper .next:after {
    left: 0;
    transform: translate3d(-100%, 0, 0);
}

.page-about-part2 .swiper .prev:hover,
.page-about-part2 .swiper .next:hover {
    border-color: #e31f1f;
    color: #e31f1f;
}

.page-about-part2 .swiper-timeList {
    padding-top: .65rem;
    overflow: hidden;
    position: relative;
}

.page-about-part2 .swiper-timeList .swiper-wrapper .swiper-slide {
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    padding-top: .3rem;
    font-family: 'din';
    color: #333;
    line-height: 1;
    text-align: center;
}

.page-about-part2 .swiper-timeList .swiper-wrapper .swiper-slide span {
    transition-property: color, transform;
    font-size: .26rem;
    transition: .4s;
    display: block;
    transform: scale(0.7);
}

.page-about-part2 .swiper-timeList .swiper-wrapper .swiper-slide.swiper-slide-thumb-active span {
    transform: scale(1);
    color: #e31f1f;
}

.page-about-part2 .swiper-timeList .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:after {
    opacity: 1;
}

.page-about-part2 .swiper-timeList .swiper-wrapper .swiper-slide:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0%;
    width: 1px;
    height: .5rem;
    background: #e31f1f;
    transform: translateY(-50%);
    opacity: 0;
    transition: .5s;
}

.page-about-part2 .swiper-timeList:after {
    content: '';
    position: absolute;
    top: .65rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
}

@media (max-width: 1600px) {
    .page-about-part2 .swiper .swiper-time {
        width: 75%;
    }

    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide {
        padding: .3rem;
    }

    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info {
        margin-right: .6rem;
    }
}

@media (max-width: 1024px) {
    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info p {
        font-size: .2rem;
    }
    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info p.title {
        margin-top: .3rem;
    }
}

@media (max-width: 768px) {
    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info {
        width: 100%;
        margin-top: .3rem;
    }

    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .imgs-box {
        width: 100%;
    }

    .page-about-part2 .swiper .prev,
    .page-about-part2 .swiper .next {
        position: absolute;
        top: 40%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 3;
        background: #fff;
    }

    .page-about-part2 .swiper .prev {
        left: 1%;
    }

    .page-about-part2 .swiper .next {
        right: 1%;
    }

    .page-about-part2 .swiper {
        margin-top: .3rem;
        position: relative;
    }

    .page-about-part2 .swiper .swiper-time {
        width: 100%;
    }

    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info h5 {
        font-size: 0.28rem;
    }

    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info p {
        font-size: .23rem;
    }

    .page-about-part2 .swiper .swiper-time .swiper-wrapper .swiper-slide .info p .tit {
        font-size: .3rem;
    }

    .page-about-part2 .swiper-timeList .swiper-wrapper .swiper-slide span {
        font-size: .32rem;
    }
}

@media (max-width: 540px) {
    .page-about-part2 .swiper-timeList .swiper-wrapper .swiper-slide span {
        font-size: .23rem;
    }
}

.development-banner {
    width: 100%;
    height: 3.88rem;
    float: left;
}

/* 发展历程 E */

/* 董事长寄语 S */
.chairman-message {
    width: 100%;
    float: left;
    margin-top: 1rem;
    padding-bottom: 1.1rem;
}

.chairman-message .container {
    margin-top: 1rem;
}

.chairman-message-l .imgcon {
    margin-top: -1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.chairman-message .row {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: .9rem;
    float: left;
    margin: 0rem;
}

.chairman-message-l {
    padding: 0px;
}

.chairman-message-r {
    padding: 0px;
    padding: 0rem .52rem;
    float: right;
}

.imgcon p {
    writing-mode: vertical-rl;
    /* text-orientation: upright;
    direction: rtl; */
    text-transform: uppercase;
    font-size: .14rem;
    color: #333333;
    margin-right: .47rem;
    margin-left: .64rem;
}

.page-chairman-message-txt {
    width: 100%;
    float: left;
    margin-top: .75rem;
    margin-bottom: .65rem;
}

.page-chairman-message-txt .en {
    color: #333333;
    font-size: .30rem;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 0.13rem;
}

.page-chairman-message-txt .cn {
    color: #333333;
    font-size: .24rem;
}

.page-chairman-message-txt .cn span {
    font-weight: bolder;
}

.chairman-message-r .con {
    width: 100%;
    float: left;
}

.chairman-message-r .con p {
    color: #333333;
    font-size: .16rem;
    line-height: 2;
}

@media (max-width: 992px) {
    .chairman-message-l {
        width: 100%;
        padding-right: .64rem;
    }

    .chairman-message-r {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .chairman-message-r .con p {
        font-size: .23rem;
    }

    .chairman-message-l .imgcon {
        margin-top: .5rem;
    }

    .chairman-message .container {
        margin-top: 0rem;
    }
}

/* 董事长寄语 E */

/* 企业文化 S */
.about-culture {
    width: 100%;
    float: left;
    position: relative;
}

.about-culture-bg {
    position: absolute;
    width: 100%;
    height: 55%;
    background-color: #f5f5f5;
    top: 0rem;
    left: 0rem;
    z-index: -1;
}

.about-culture-box {
    width: 100%;
    float: left;
}

.about-culture-con {
    position: relative;
}

.about-culture-con-bg {
    position: relative;
}

.about-culture-con-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .14);
    top: 0;
    left: 0;
    position: absolute;
    z-index: 11;
}

.about-culture-con-bg .bg-pic {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.36s;
    opacity: 0;
}

.about-culture-con-bg .bg-pic:first-of-type {
    position: relative;
    top: 0;
    left: 0;
}

.about-culture-con-bg .bg-pic.on {
    opacity: 1;
    z-index: 10;
}

.about-culture-con-ul {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    zoom: 1;
}

.about-culture-con-li {
    position: relative;
    height: 100%;
    transition: all 0.36s;
    float: left;
}

.about-culture-con-li::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(241, 84, 69, .7);
    opacity: 0;
    transition: all 0.36s;
}

.about-culture-con-li.on::before {
    opacity: 1;
}

.about-culture-con-li .qyln {
    width: 46px;
    height: 46px;
    background: none;
    line-height: 46px;
    text-align: center;
    transition: all .5s;
    font-size: 46px;
    color: #ffffff;
}

.about-culture-con-li .li-off {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.36s;
    left: 0;
    opacity: 1;
}

.about-culture-con-li.on .li-off {
    opacity: 0;
}

.about-culture-con-li .li-off-pic {
    width: 0.4rem;
}

.about-culture-con-li .li-off .li-off-pic {
    margin: 0 auto;
    margin-bottom: .37rem;
}

.about-culture-con-li .li-off .li-off-tit {
    text-align: center;
}

.about-culture-con-li .li-off-tit {
    font-size: .2rem;
    line-height: 1.5;
    color: #fff;
}

.about-culture-con-ul .li-on {
    position: relative;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.about-culture-con-li.on .li-on {
    opacity: 1;
    padding: .7rem .4rem;
}

.about-culture-con-li.on .li-on .li-off-tit {
    margin-bottom: .17rem;
}

.about-culture-con-li.on .li-on .li-off-pic {
    margin-bottom: .32rem;
}

.about-culture-con-ul .li-on-txt h3 {
    color: #ffffff;
    font-size: .26rem;
    line-height: 1.5;
    margin: 0px;
}

.about-culture-con-ul .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
}

.about-culture-con-ul .slick-dots li {
    font-size: 0;

    position: relative;

    display: inline-block;

    /* width: 12px; */
    /* height: 12px; */
    /* margin: 0 6px; */

    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    vertical-align: middle;

    border-radius: 50%;
    /* border: 1px solid #007cc2; */

    width: 13px;
    height: 13px;
    border: 1px solid #b5b5b5;
    opacity: 1;
    background: transparent;
    margin: 0 .1rem;
}

.about-culture-con-ul .slick-dots li.slick-active {
    border: 1px solid #f15445;
    background: #f15445;
}

.about-culture-con-ul .slick-dots li button {
    display: none;
}


@media (max-width: 950px) {
    .about-culture-con-ul .slick-dots li {
        width: 10px;
        height: 10px;
    }
}

@media (max-width: 768px) {
    .about-culture-con-li .li-on {
        opacity: 1;
        padding: .3rem .2rem;
    }

    .about-culture-con-li .li-off {
        opacity: 0;
    }

    .about-culture-con-ul .slick-dots {
        bottom: -.42rem;
    }

    .about-culture-con-ul .slick-dots li {
        width: 10px;
        height: 10px;
    }

    .about-culture-con-li .li-off-tit {
        margin-bottom: .2rem;
        font-size: .25rem;
    }

    .about-culture-con-li .qyln {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px;
    }

    .about-culture-con-li .li-off-pic {
        margin-bottom: .2rem;
    }

    .about-culture {
        padding-bottom: .5rem;
    }
}

@media (max-width: 540px) {

    .about-culture-con-li .li-on,
    .about-culture-con-li.on .li-on {
        padding: .2rem .2rem;
    }

    .about-culture-con-li .li-off-tit,
    .t_f1ck2li.on .li-off-tit {
        margin-bottom: 0rem;
    }

    .li-off-tit {
        font-size: .16rem;
    }

    .about-culture-con-li .qyln {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 26px;
    }

    .about-culture-con-li .li-off-pic {
        margin-bottom: .1rem;
    }

}

/* 企业文化 E */

/* 企业荣誉 E */
.about-honor-box{
    width: 100%;
    float: left;
    margin-top: 1.2rem;
}

.about-honor {
    width: 100%;
    height: 6.16rem;
    float: left;
}

.about-honor .about-honor-con {
    width: 48%;
    height: 4.63rem;
    float: right;
    margin-right: .27rem;
    margin-top: .88rem;
    overflow-y: scroll;
}

/*定义滚动条样式（高宽及背景）*/

.about-honor .about-honor-con::-webkit-scrollbar {
    width: 3px;   /* 滚动条宽度， width：对应竖滚动条的宽度  height：对应横滚动条的高度*/
    background-color: transparent;
}

/*定义滚动条轨道（凹槽）样式*/

.about-honor .about-honor-con::-webkit-scrollbar-track {

    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/    /* 较少使用 */

    /*border-radius: 3px;*/

}

/*定义滑块 样式*/

.about-honor .about-honor-con::-webkit-scrollbar-thumb {
    border-radius: 3px;
    /*height: 100px;*/    /* 滚动条滑块长度 */
    background-color: #ffffff;
}

.about-honor .about-honor-con h3 {
    color: #ffffff;
    font-size: .2rem;
    font-weight: bolder;
    margin-left: .32rem;
    margin-top: .3rem;
}

.about-honor .about-honor-con p {
    font-size: .18rem;
    line-height: .36rem;
    color: #ffffff;
    padding-left: .32rem;
    position: relative;
}

.about-honor .about-honor-con p:before {
    content: "\e604";
    position: absolute;
    left: 0rem;
    top: .02rem;
    transition: all .3s;
    font-size: .25rem;
    color: #ffffff;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mobile-about-honor{
    display: none;
}

@media (max-width: 768px) {
    .about-honor {
        height: 4.16rem;
        margin-top: .6rem;
    }
    .about-honor .about-honor-con {
        display: none;
    }
    .mobile-about-honor{
        display: block;
        margin-top: .3rem;
        width: 100%;
        float: left;
    }
    .mobile-about-honor .about-honor-con h3 {
        color: #333333;
        font-size: .23rem;
        font-weight: bolder;
        margin-left: .32rem;
        margin-top: .3rem;
    }
    
    .mobile-about-honor .about-honor-con p {
        font-size: .23rem;
        line-height: .36rem;
        color: #333333;
        padding: .07rem 0rem;
        padding-left: .32rem;
        position: relative;
    }
    
    .mobile-about-honor .about-honor-con p:before {
        content: "\e604";
        position: absolute;
        left: 0rem;
        top: .08rem;
        transition: all .3s;
        font-size: .25rem;
        color: #333333;
        font-family: "iconfont" !important;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .about-honor-box {
        margin-top: 0rem;
    }
}

@media (max-width: 540px) {
    .about-honor {
        height: 3.16rem;
    }
}
/* 企业荣誉 E */

/* 产品列表 S */
.prolist{
    width: 100%;
    float: left;
    margin-top: .6rem;
}
.prolist-con{
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.prolist-li{
    width: 32%;
    margin-bottom: 30px;
    margin-right: 2%;
    transition: all 0.5s;
    background-color: #f7f7f7;
}
.prolist-li-con{
    width: 100%;
    height: 100%;
    position: relative;
}
.prolist-li-con .pro_name{
    margin: 0px;
    text-align: center;
    font-size: .16rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .19rem;
    margin-bottom: .22rem;
}
.prolist-li-con:hover .pro_name{
    color: #e31f1f;
}
.prolist-li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .prolist-li {
        width: 100%;
    }
    .prolist-li:last-child {
        margin-bottom: 0rem;
    }
    .prolist-li-con .pro_name {
        font-size: .2rem;
    }
}

@media (max-width: 540px) {
    .prolist-li-con .pro_name {
        font-size: .22rem;
    }
}
/* 产品列表 E */

/* 新闻详情 S */
.news-detail{
    width: 100%;
    float: left;
    margin-top: .3rem;
    margin-bottom: .3rem;
}
.news-detail-con{
    width: 100%;
    padding: .3rem 1.3rem;
    background-color: #fff;
    /* display: flex;
    display: -webkit-flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start; */
}
.news-info-title {
    text-align: center;
    font-size: 26px;
    /*margin-top: .3rem;*/
}
.news-info-time {
    text-align: center;
    font-size: 16px;
    margin-top: .15rem;
    margin-bottom: .15rem;
}
.news-detail-text p{
    /*font-size: 16px;
    line-height: 1.9;*/
    padding-bottom: 20px;
}
.memcompany-info-name{
    margin-bottom: .3rem;
}

@media (max-width: 1440px) {
    .news-info-title {
        font-size: 24px;
    }
    .news-info-time {
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .news-info-title {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .news-info-title {
        font-size: 20px;
    }
    .news-detail-con {
        padding: .3rem .5rem;
    }
}

@media (max-width: 640px) {
    .news-info-title {
        font-size: 16px;
        margin-top: .1rem;
    }
    .news-info-time {
        font-size: 13px;
    }
    .news-detail-text p {
        font-size: 13px;
    }
    .news-detail-con {
        padding: .2rem .3rem;
    }
}
/* 新闻详情 E */

/* 组织架构 S */
.organization{
    width: 100%;
    float: left;
    margin-top: .6rem;
    margin-bottom: .6rem;
}
/* 组织架构 E */