html {
    min-width: 1200px;
}

.pagewd {
    width: 1400px;
    margin: 0px auto;
    min-width: 1400px;
}

.banner-img {
    display: block;
    width: 100%;
    height: 100%;
}

.pagination-outer {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-product {
    position: absolute;
    z-index: 20;
    bottom: 6px;
    width: 100%;
    text-align: center;
    z-index: 999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    /*   position: absolute;
       z-index: 20;
       bottom: 20px;
       width: 100%;
       text-align: center;
       z-index: 999;*/
    background-color: #02328d;
    border-radius: 14px;
    padding: 0 4px;
    font-size: 0;
    height: 14px;
    display: flex;
    align-items: center;


}

.swiper-pagination-switch {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 5px;
    opacity: 0.3;
    cursor: pointer;
}

.swiper-active-switch {
    /*background: rgba(255, 255, 255, 1);*/
    opacity: 1;
}

.pagination-product .pagination {
    background: transparent;
}

.pagination-product .swiper-pagination-switch {
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: transparent;
    margin: 0 5px;
    opacity: 1;
    cursor: pointer;
    position: relative;
    /*border: 1px solid #02328d;*/
}

.pagination-product .swiper-pagination-switch:after {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #0c2f89;
    left: 9px;
    top: 9px;

}

.pagination-product .swiper-pagination-switch.swiper-active-switch:after {
    background: #0064CB;
}

.pagination-product .swiper-active-switch {
    /*  display: inline-block;
      width: 26px;
      height: 26px;
      border-radius: 26px;
      background: transparent;
      margin: 0 5px;
      opacity: 0.8;
      cursor: pointer;*/
    border: 1px solid #0C2F89;
}


/*关于我们*/
.index-container-box {
    padding: 76px 0 56px;
    position: relative;

}

.index-container-box .title {
    color: #111;
    font-size: 32px;
    position: relative;
    padding-bottom: 16px;
}

.index-container-box .title.center {
    text-align: center;
}

.index-container-box .title:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 2px;
    content: '';
    width: 50px;
    height: 4px;
    background-color: #00357b;
}

.index-container-box .title.center:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 50px;
    height: 4px;
    background-color: #00357B;
}

.about-title {
    color: #00357b;
    font-size: 30px;
    line-height: 1;
    padding: 36px 0 32px;
}

.about-txt {
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 30px;
}

.about-txt p {
    text-indent: 28px;
    /*margin-top: 10px;*/
}

.about-img {
    display: block;
    width: 650px;
    height: 380px;
    object-fit: cover;
}

.fn-more {
    width: 148px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    color: #111;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

.fn-more:hover {
    color: #00357b;
    border: 1px solid #00357b;;
}

.data-bar {
    background-color: #0c2f89;
    height: 170px;
    padding-left: 54px;
    padding-right: 30px;
    box-sizing: border-box;
    margin-top: 40px;
}

.data-bar-item {
    color: #ffffff;
    padding-left: 42px;
    padding-top: 36px;
    position: relative;
    width: 25%;
}

.data-bar-item:before {
    display: block;
    content: '';
    position: absolute;
    width: 2px;
    height: 26px;
    background-color: #fff;;
    background-color: #9eacd0;;
    left: 0;
    top: 46px;

}

.data-bar-item:after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    background-color: #fff;;
    background-color: #9eacd0;;
    left: 1px;
    top: 72px;
}

.data-bar-item .data {
    font-size: 54px;
    font-weight: bold;
    vertical-align: baseline;

}

.data-bar-item .dw {
    font-size: 22px;
    font-weight: normal;
}

.data-bar-item .desc {
    font-size: 16px;
    font-weight: normal;
    /*padding-top: 4px;*/

}

.common-subtitle {
    font-size: 16px;
    color: #555555;
    text-align: center;
    margin-top: 18px;
}


.product-banner-item {
    color: #999999;
    width: 614px;
    width: 6.14rem;
    height: 310px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    cursor: pointer;
    margin-right: 15px;
}

.product-banner-item:hover, .product-banner-item:hover .title {
    color: #fff;
}

.product-banner-item:hover .arrow {
    border: 1px solid #fff;
    color: #fff;
}

.product-banner-item:hover .inner-box {
    background-color: #0c2f89;
}

.product-banner-item .inner-box {
    width: 614px;
    width: 6.14rem;
    height: 280px;
    background-color: #fff;
    transition: all ease 0.2s;
}

.product-banner-item .pro-img {
    display: block;
    width: 304px;
    width: 3.04rem;

    height: 246px;
    object-fit: cover;
    position: relative;
    top: -24px;
    margin-left: 24px;
}

.product-banner-item .right-box {
    width: 260px;
    width: 2.6rem;
    padding-top: 44px;
}

.product-banner-item .en {
    font-size: 15px;
    line-height: 22px;
}

.product-banner-item .title {
    font-weight: bold;
    padding: 7px 0 24px;
    font-size: 22px;
    line-height: 1;
    position: relative;
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */
}

.product-banner-item .title:after {
    display: block;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    position: absolute;

}

.product-banner-item .desc {
    margin-top: 22px;
    line-height: 22px;

    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */
}

.product-banner-item .arrow {
    margin-top: 22px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #5f5f5f;
    border-radius: 2px;
    color: #5f5f5f;
}


.photo-item {
    width: 25%;
    height: 3.3rem;
    position: relative;
    overflow: hidden;
}

.photo-item:nth-child(1) {
    width: 50%;
    height: 660px;
    height: 6.6rem;
}

.photo-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-item:hover .photo-content {
    top: 0;
}

.photo-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -100%;
    color: #fff;
    background: rgba(12, 47, 137, 1);
    padding: 0 0.74rem 0 0.4rem;

    transition: top ease 0.3s;

}

.photo-content:after {
    position: absolute;
    left: 0.2rem;
    top: 50%;
    color: #fff;
    background: #fff;
    width: 2px;
    height: 90px;
    height: 0.90rem;
    content: "";
    transform: translateY(-50%);
}

.photo-item:nth-child(1) .photo-content {
    background: rgba(12, 47, 137, 0.7);
    padding: 0 1.3rem 0 1.6rem;
}

.photo-item:nth-child(1) .photo-content:after {
    display: none;
}

.photo-item .photo-title {
    font-size: 0.26rem;
    margin-top: 1.13rem;
    position: relative;
}

.photo-item:nth-child(1) .photo-title {
    font-size: 0.26rem;
    margin-top: 2.6rem;
    padding-bottom: 26px;
    padding-bottom: 0.26rem;
}

.photo-item:nth-child(1) .photo-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 34px;
    width: 0.34rem;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    left: 2px;
    bottom: 0px;
}

.photo-item .photo-desc {
    font-size: 14px;
    font-size: 0.14rem;
    margin-top: 0.17rem;
    text-align: justify;
    line-height: 2;

    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 2; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}

.photo-item:nth-child(1) .photo-desc {
    font-size: 16px;
    font-size: 0.16rem;
    margin-top: 0.3rem;
}


.history-big-box {
    width: 50%;
    height: 480px;
    position: relative;
    display: block;
}

.history-big-box img {
    width: 100%;
    height: 480px;
    display: block;
    object-fit: cover;
}

.history-big-desc {
    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);

    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 20px;

    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */

}

.history-list-box {
    width: 50%;

}


.history-item {
    padding-left: 40px;
    margin-top: 32px;
    display: block;
}

.history-item:hover .history-content .history-title {
    color: #082F6F;

}

.history-item:nth-child(1) {
    margin-top: 20px;
}

.history-item .time-box {
    width: 120px;
    height: 90px;
    border-right: 1px solid #e1e1e1;
}

.history-item .time-box .year {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    color: #082F6F;
    text-align: center;
}

.history-item .time-box .md {
    font-weight: bold;
    font-size: 20px;
    color: #082F6F;
    text-align: center;
    line-height: 1;
    padding-top: 19px;


}

.history-item {

}

.history-item {

}

.history-content {
    width: 540px;
    padding: 0 25px;
}

.history-content .history-title {
    /*height: 18px;*/
    font-weight: bold;
    font-size: 18px;
    color: #333333;

    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 添加省略号 */
}

.history-content .history-desc {
    margin-top: 23px;

    height: 44px;
    font-size: 16px;
    color: #999999;
    line-height: 22px;


    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 2; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */

}

.honor-img-box {
    width: 300px;
    width: 268px;
    height: 490px;
    height: 436px;
    margin-left: 26px;
    overflow: hidden;
    position: relative;
}

.honor-img-box:nth-child(1) {
    margin-left: 0px;
}

.honor-img {
    display: block;
    width: 300px;
    width: 268px;
    height: 400px;
    height: 357px;
    object-fit: cover;
    border: 5px solid #fff;

    /*-webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, .4));*/
}

.honor-blue-box {
    position: absolute;
    width: 100%;
    height: 192px;
    background: #02328D;
    bottom: 0;
    left: 0;
}

.about-txt {
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 30px;
    height: 60px;

    display: -webkit-box; /* 必须指定display属性 */
    overflow: hidden; /* 必须指定overflow属性 */
    text-overflow: ellipsis; /* 显示省略号 */
    -webkit-line-clamp: 2; /* 最多显示的行数 */
    -webkit-box-orient: vertical; /* 必须指定box-orient属性 */
}

.honor-en-box {
    margin: 60px auto 0;
    height: 75px;
    overflow: hidden;
    width: 1400px;

}

.honor-en-box .honor-en {
    height: 51px;
    font-weight: bold;
    font-size: 57px;
    color: #FFFFFF;
    /*opacity: 0.3;*/
    line-height: 1;
}

/******/
.honor-en-box .down {
    position: relative;
}

.honor-en-box .honor-reflection-en {
    height: 51px;
    font-weight: bold;
    font-size: 57px;
    color: #FFFFFF;
    /*opacity: 0.3;*/
    line-height: 1;

    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: 0.5;
    filter: alpha(opacity='50');

}

.honor-img-box .wrap {
    position: relative;
}

.honor-img-box .down {
    position: relative;
    left: 0px;
    top: 0px;
}

.honor-img-box .honor-reflection-img {
    display: block;
    width: 300px;
    width: 268px;
    height: 400px;
    height: 357px;
    object-fit: cover;
    border: 5px solid #fff;

    -webkit-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    opacity: 0.5;
    filter: alpha(opacity='50');
}

.honor-img-box .overlay {
    position: absolute;
    width: 268px;
    height: 357px;
    top: 0px;
    left: 0;
    background-image: -moz-linear-gradient(center bottom, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 90%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 30%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.20, rgb(255, 255, 255)), color-stop(0.90, rgba(255, 255, 255, 0)));
}
