html {
    font-size: 12px;
    overflow-x: hidden;
}

html, body {
    position: relative;
    /*height: 100%;*/

}

a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

em {
    font-style: normal;
}

ol, ul {
    list-style: none
}

li {
    display: list-item
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%;
}

body, button, input, select, textarea {
    font: 14px/1 Microsoft YaHei;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

@keyframes zoomInOut {
    0%, 100% {
        transform: scale(1); /* 初始状态和结束状态都是100%大小 */
    }
    50% {
        transform: scale(1.02); /* 中间状态是放大到150% */
    }
}

.containers {
    width: 1600px;
    margin: 0 auto;
}

.headers {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
    background: #fff;
    box-shadow: 0 0 4px #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.headers .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headers .header .logo {
    /*height: 60px;*/
}

.headers .header .logo img {
    /*height: 61px;*/
}

.headers .header .navs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.headers .header .navs .nav-item {
    height: 90px;
    line-height: 90px;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.headers .header .navs .nav-item:hover, .headers .header .navs .nav-item.active {
    color: #2A4CAE;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.headers .header .navs .nav-item::before {
    content: '';
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    width: 0;
    z-index: -1;
    height: 4px;
    background: #2A4CAE;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.headers .header .navs .nav-item:hover::before, .headers .header .navs .nav-item.active::before {
    left: 20px;
    width: calc(100% - 40px);
    z-index: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.headers .header .navs .search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 40px;
    margin-left: 20px;
    border-left: 1px solid #eee;
    height: 90px;
}

.headers .header .navs .search em {
    width: 2px;
    height: 16px;
    background: #2A4CAE;
    margin: 0 15px;
}

.headers .header .navs .search img {
    width: 30px;
    margin-right: 5px;
}

.headers .header .navs .search span {
    font-size: 18px;
    color: #333;
}

.banners {
    width: 100%;
}

.banners .banner {
    height: calc(100vh - 90px);
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banners .banner .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 90px);
    background: #08090A;
}

.banners .banner .swiper-wrapper .swiper-slide .image {
    width: 100%;
    background-size: cover;
    background-position: center;
    height: 100%;
}

.banners .banner .swiper-wrapper .swiper-slide .image.image-pc {
    display: block;
}

.banners .banner .swiper-wrapper .swiper-slide .image.image-wap {
    display: none;
}

.banners .banner .swiper-pagination-banner {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 15px;
}

.banners .banner .swiper-pagination-banner .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 5px;
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.banners .banner .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 5px;
    border: 1px solid #2A4CAE;
    background-color: #2A4CAE;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.section-abouts {
    padding: 80px 0 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url(../img/about_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-abouts.section-aboutsx {
    padding: 40px 0 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: none;
    margin-top: 0;
}

.abouts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.abouts .box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.abouts .box .image {
    width: 800px;
    height: 516px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 12px 12px 0 #2A4CAE;
}

.abouts .box .image img {
    width: 800px;
    height: 516px;
}

.abouts .box .bx {
    width: calc(100% - 840px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}

.abouts .box .bx .h3 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #2A4CAE;
    font-weight: bold;
    width: 100%;
}

.abouts .box .bx .h4 {
    font-size: 26px;
    letter-spacing: 2px;
    color: #333;
    width: 100%;
}

.abouts .box .bx .intro {
    font-size: 16px;
    color: #777;
    line-height: 36px;
    max-height: 140px;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.abouts .box .bx .intro p {
    text-indent: 2rem;
}

.abouts .box .bx .tags {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 30px 0 30px;
}

.abouts .box .bx .tags .tag-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}

.abouts .box .bx .tags .tag-item .nm {
    display: flex;
    align-items: center;
    justify-content: center;
}

.abouts .box .bx .tags .tag-item .nm .count {
    font-size: 48px;
    font-weight: bold;
    color: #2A4CAE;
}

.abouts .box .bx .tags .tag-item .nm .unit {
    font-size: 18px;
    color: #2A4CAE;
    margin-top: 20px;
    padding-left: 5px;
}

.abouts .box .bx .tags .tag-item .name {
    font-size: 17px;
    color: #000;
    margin-top: 10px;
}

.abouts .box .bx .about-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.abouts .box .bx .about-btn .about-link {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #2A4CAE;
    border: 1px solid #2A4CAE;
    color: #fff;
    padding: 0 40px;
    border-radius: 30px;
    margin-top: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.abouts .box .bx .about-btn .about-link:hover {
    background: #fff;
    color: #2A4CAE;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.abouts .honors {
    width: 100%;
    margin-top: 50px;
}

.swiper-honors {
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.swiper-honors .swiper-wrapper {
    padding: 10px 0;
    height: calc(100% - 20px);
}

.swiper-honors .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 15px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
}

.swiper-honors .swiper-wrapper .swiper-slide img {
    max-height: 230px;
    max-width: 100%;
}

.swiper-honors .swiper-wrapper .swiper-slide span {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: lighter;
    margin-top: 10px;
}

.section-category {
    padding: 80px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url(../img/product_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.category {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.category .i-pro-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.category .i-pro-box .pro-image {
    width: 750px;
    height: 390px;
    box-shadow: 12px 12px 0 #2a4cae;
    border-radius: 20px;
}

.category .i-pro-box .pro-image img {
    width: 750px;
    height: 390px;
    border-radius: 20px;
}

.category .i-pro-box .pro-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 850px);
}

.category .i-pro-box .pro-info h3 {
    font-size: 40px;
    color: #2a4cae;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}

.category .i-pro-box .pro-info .t {
    font-size: 22px;
    color: #444;
    letter-spacing: 2px;
    margin-top: 10px;
}

.category .i-pro-box .pro-info .intro {
    font-size: 16px;
    color: #555;
    line-height: 36px;
    height: 216px;
    margin-top: 30px;
    overflow: hidden;
}

.category .i-pro-box .pro-info .more-link {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #2A4CAE;
    border: 1px solid #2A4CAE;
    color: #fff;
    padding: 0 40px;
    border-radius: 30px;
    margin-top: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.category .i-pro-box .pro-info .more-link:hover {
    background: #fff;
    color: #2A4CAE;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.category .lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
}

.category .lists .item {
    width: 300px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: calc((100% - 1500px) / 4);
    overflow: hidden;
}

.category .lists .item:last-of-type {
    margin-right: 0;
}

.category .lists .item .image {
    width: 300px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.category .lists .item .image img {
    width: 300px;
    height: 250px;
    border-radius: 10px;
}

.swiper-bbx {
    width: 100%;
    height:260px;
    padding-top:10px;
    overflow: hidden;
}
.swiper-bbx .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.swiper-bbx .swiper-wrapper .swiper-slide:hover {
    margin-top:-10px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.swiper-bbx .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 250px
}
.swiper-bbx .swiper-wrapper .swiper-slide span {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #666;
    text-align: center;
    height: 40px;
    line-height: 40px;
}


.category .lists .item .info {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    z-index: 1;
    padding: 0 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.category .lists .item:hover .info {
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.category .lists .item .info .name {
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    width: 100%;
    text-align: center;
    margin-top: 35%;
}

.category .lists .item .info .tip {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

.category .lists .item .b-t {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #2A4CAE;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: -60px;
    border-radius: 0 0 10px 10px;
    z-index: 2;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.category .lists .item:hover .b-t {
    bottom: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-services {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
}

.section-services .services .s-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}

.section-services .services .s-title h3 {
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #2a4cae;
}

.section-services .services .s-title span {
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}

.section-services .services .s-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
}

.section-services .services .s-box .box {
    width: 100%;
    height: 450px;
    display: none;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    background: #E5F0F6;
}

.section-services .services .s-box .box.active {
    display: flex;
}

.section-services .services .s-box .box .image {
    width: 800px;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section-services .services .s-box .box .image img {
    width: 100%;
    height: 450px;
    animation: zoomInOut 10s ease-in-out infinite;
}

.section-services .services .s-box .box .info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 800px);
    padding: 60px 30px 60px 60px;
}

.section-services .services .s-box .box .info .t {
    font-size: 32px;
    color: #2a4cae;
    position: relative;
    width: 100%;
    letter-spacing: 2px;
    font-weight: 400;
    padding-bottom: 20px;
}

.section-services .services .s-box .box .info .t:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 150px;
    height: 2px;
    background: #2a4cae;
}

.section-services .services .s-box .box .info .intro {
    margin-top: 40px;
    font-size: 15px;
    line-height: 34px;
    color: #555;
    max-height: 240px;
    overflow: hidden;
}

.section-services .services .s-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.section-services .services .s-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 40px) / 5);
    padding: 30px 0;
    background: #E5F0F6;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    margin-right: 10px;
}

.section-services .services .s-item .item:last-of-type {
    margin-right: 0;
}

.section-services .services .s-item .item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #2A4CAE;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-services .services .s-item .item.active:before {
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-services .services .s-item .item .name {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
    z-index: 1;
}

.section-services .services .s-item .item .name span {
    font-size: 28px;
    letter-spacing: 2px;
    color: #2a4cae;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-services .services .s-item .item.active .name span {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-services .services .s-item .item .name em {
    font-size: 14px;
    color: #2a4cae;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-services .services .s-item .item.active .name em {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section-services .services .s-item .item .number {
    position: relative;
    z-index: 1;
    background-image: url("../img/icon.png");
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.section-services .services .s-item .item .number.number-1 {
    background-position: 0 0;
}

.section-services .services .s-item .item.active .number.number-1 {
    background-position: -60px 0;
}

.section-services .services .s-item .item .number.number-2 {
    background-position: 0 -60px;
}

.section-services .services .s-item .item.active .number.number-2 {
    background-position: -60px -60px;
}

.section-services .services .s-item .item .number.number-3 {
    background-position: 0 -120px;
}

.section-services .services .s-item .item.active .number.number-3 {
    background-position: -60px -120px;
}

.section-services .services .s-item .item .number.number-4 {
    background-position: 0 -180px;
}

.section-services .services .s-item .item.active .number.number-4 {
    background-position: -60px -180px;
}

.section-services .services .s-item .item .number.number-5 {
    background-position: 0 -240px;
}

.section-services .services .s-item .item.active .number.number-5 {
    background-position: -60px -240px;
}

.section-news {
    padding: 0 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}

.news {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.news .s-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.news .s-title .l {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}

.news .s-title .l h3 {
    font-size: 40px;
    letter-spacing: 4px;
    font-weight: bold;
    color: #2a4cae;
}

.news .s-title .l span {
    font-size: 24px;
    color: #333;
    margin-top: 10px;
}

.news .s-title .more-link {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #2A4CAE;
    border: 1px solid #2A4CAE;
    color: #fff;
    padding: 0 40px;
    border-radius: 30px;
    margin-top: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .s-title .more-link:hover {
    background: #fff;
    color: #2A4CAE;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
}

.news .new-box a {
    margin-right: 90px;
}

.news .new-box a:nth-child(2n) {
    margin-right: 0;
}

.news .new-box a.new-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 45px);
}

.news .new-box a.new-item .image {
    width: 380px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 30px;
}

.news .new-box a.new-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news .new-box a.new-item:hover .image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.news .new-box a.new-item .info {
    width: calc(100% - 410px);
    height: 240px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
}

.news .new-box a.new-item .info .h3 {
    font-size: 17px;
    font-weight: bold;
    color: #2a4cae;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .new-box a.new-item .info .intro {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .new-box a.new-item .info .more {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    color: #888;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box a.new-item:hover .info .more {
    color: #2A4CAE;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box a.new-items {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 45px);
    margin-top: 40px;
}

.news .new-box a.new-items .date {
    width: 90px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border: 1px solid #888;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-right: 30px;
}

.news .new-box a.new-items:hover .date {
    background: #2a4cae;
    border: 1px solid #2a4cae;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box a.new-items .date span {
    font-size: 40px;
    color: #888;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box a.new-items .date em {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box a.new-items:hover .date span, .news .new-box a.new-items:hover .date em {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box a.new-items .info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 120px);
}

.news .new-box a.new-items .info h3 {
    font-size: 16px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box a.new-items:hover .info h3 {
    color: #2a4cae;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news .new-box a.new-items .info .intro {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin-top: 6px;
}

.section-footers {
    background: #0140A1;
    padding: 0;
}

.footer {
    padding: 50px 0 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer .bottom-menu {
    width: 45%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer .bottom-menu .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    max-width: 20%;
    margin-right: 50px;
}

.footer .bottom-menu .box a.t-link {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footer .bottom-menu .box a.s-link {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.footer .bottom-contact {
    width: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 5%;
}

.footer .bottom-contact .bottom-contact-line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .bottom-contact .bottom-contact-line p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.footer .bottom-contact .bottom-contact-line p.t {
    font-size: 16px;
}

.footer .bottom-contact .bottom-contact-line p.mt0 {
    margin-top: 0;
}

.footer .bottom-scan {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin-top: 40px;
}

.footer .bottom-scan .scan {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: 20%;
}

.footer .bottom-scan .scan:last-of-type {
    margin-right: 0;
}

.footer .bottom-scan .scan img {
    width: 100%;
}

.footer .bottom-scan .scan span {
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

.section-copyright {
    padding: 10px 0;
    background: #0140A1;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}

.copyright .cp {
    color: rgba(255, 255, 255, 0.5);
}

.copyright a {
    color: rgba(255, 255, 255, 1);
}

.copyright .cp a {
    color: rgba(255, 255, 255, 0.5);
}

.copyright .cov p {
    display: flex;
    align-items: center;
    justify-content: center;
}

#toolbar {
    position: fixed;
    z-index: 99999999;
    right: -50px;
    top: 25%;
     -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#toolbar ul {
    position: relative;
}
#toolbar ul .calls {
    position: absolute;
    right: 50px;
    top: 50%;
    cursor: pointer;
     -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#toolbar:hover {
    right: 0px;
     -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
   
}


#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar li.tool-logo {
    width: 50px;
    height: auto !important;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

#toolbar li.tool-logo img {
    width: 100%;
}

#toolbar li.tool-message {
    width: 50px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: linear-gradient(to bottom, #2a4cae, #0140A1, #2a4cae);
    border-radius: 10px;
    cursor: pointer;
}

#toolbar li.tool-message img {
    width: 24px;
    /*height: 27px;*/
    margin-bottom: 2px;
}

#toolbar li.tool-message .span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: inherit;
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
    /*padding-left: 5px;*/

}

#toolbar li.wx {
    border: 2px solid #2a4cae;
    border-radius: 10px 10px 0 0;
    width: 50px;
    height: 90px;
    background: #fff;
}

#toolbar li.wx.wx-1 {
    margin-top: 5px;
    border-bottom: none;
}

#toolbar li.wx.wx-2 {
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
    border-top: none;
    position: relative;
}

#toolbar li.wx.wx-2 .line {
    width: 20px;
    height: 2px;
    background: #eee;
    left: 15px;
    top: 3px;
    position: absolute;
}

#toolbar li.wx a {
    width: 50px;
    height: 90px;
}

#toolbar li.wx a .span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 50px;
    height: 90px;
}

#toolbar li.wx a .span img {
    width: 24px;
    margin-bottom: 5px;
    /*margin-right: 2px;*/
    /*height: 28px;*/
}

#toolbar li.wx a em {
    font-size: 14px;
    color: #444;
    letter-spacing: 1px;
    padding-left: 0;
    line-height: 16px;
    font-weight: inherit;
}


#toolbar li .wz {
    position: absolute;
    width: 00px;
    height: 50px;
    line-height: 50px;
    right: 100%;
    top: 25px;
    font-size: 20px;
    color: #333;
    background: #fff;
    box-shadow: 0 0 10px #888;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}

#toolbar li.wx-2:hover .wz {
    width: 180px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#toolbar li .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    right: 100%;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar li.wx-1 .ewm-box img {
    width: 90px;
    height: 90px;
}

#toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #2a4cae;
    border-right: none;
}

#toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar li.wx-1:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar li.backtop {
    cursor: pointer;
    border: 2px solid #2a4cae;
    border-radius: 10px;
    width: 50px;
    height: 90px;
    background: #fff;
    margin-top: 5px;
}

#toolbar li.backtop.no-back {
    display: none;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #2a4cae;
}

#toolbar li:hover a {
    width: 200px;
}

#toolbar li:hover .icon-font {
    background-color: #2a4cae;
}

#toolbar li:hover .icon-font:after {
    left: 15px;
}

#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
}

.modal-header-message {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-header-message::before, .modal-header-message::after {
    display: none;
}

.modal-dialog-message {
    width: 540px;
}

.form-message .form-group label {
    margin-bottom: 10px;
}

.form-message .form-group .code-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.form-message .form-group .code {
    width: 200px;
    margin-right: 10px;
}

.form-message .form-group .codeimg {
    height: 30px;
}

.form-message .message-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 10px;
}


.page-banners .page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 100%;
    position: relative;
}

.page-banners .page-banner .image {
    width: 100%;
    max-width: 100%;
}

.cons {
    margin-bottom: 40px;
}

.section-page-position {
    padding: 0 0;
    background: #f5f5f5;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 5px;
}

.page-position {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-position .left-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-position .left-nav a {
    height: 70px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
}

.page-position .left-nav a:hover, .page-position .left-nav a.active {
    background: #2a4cae;
    color: #fff;
}

.page-position .r-position {
    font-size: 15px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.page-position .r-position .icon-home {
    margin-right: 5px;
}

.page-position .r-position .icon-r {
    margin: 0 5px;
}

.page-position span {
    color: #333;
    font-size: 15px;
}

.page-position a {
    font-size: 15px;
    color: #333;
}

.page-position a:hover {
    color: #2A4CAE;
}

.section-details {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-bottom: 40px;
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.d-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
}

.d-tile.bf {
    position: relative;
}

.d-tile.bf:before {
    content: "";
    position: absolute;
    left: calc((100% - 80px) / 2);
    bottom: -14px;
    width: 80px;
    height: 5px;
    background: #2a4cae;
    border-radius: 3px;
}

.details .d-content {
    width: 100%;
    line-height: 36px;
    font-size: 16px;
    min-height: 400px;
}
.details .d-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.details .d-contact .contact-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 40%;
    margin-right: 20px;
}
.details .d-contact .contact-box .company {
    font-size: 24px;
    color: #2a4cae;
    margin-bottom: 20px;
    margin-top: 20px;
}
.details .d-contact .contact-box .intro {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    font-size: 18px;
    color: #666;
    line-height: 36px;
}
.details .d-contact .maps {
    width: calc(60% - 20px);
}
.details .d-news-lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.details .d-news-lists a.n-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 15px;
    background: #EFF0F2;
    margin-top: 20px;
}
.details .d-news-lists a.n-link:hover {
    background: #1761B6;
}
.details .d-news-lists a.n-link .image {
    width: 230px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.details .d-news-lists a.n-link .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomInOut 5s ease-in-out infinite;
}
.details .d-news-lists a.n-link .n-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 270px);
}
.details .d-news-lists a.n-link .n-con .l {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 80px);
}
.details .d-news-lists a.n-link .n-con .l .time {
    font-size: 14px;
    border: 1px solid #eee;
    padding: 2px 5px;
    color: #333;
    background: #fff;
}
.details .d-news-lists a.n-link .n-con .l .t {
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.details .d-news-lists a.n-link .n-con .l .s {
    margin-top: 15px;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .d-news-lists a.n-link:hover .n-con .l .t ,.details .d-news-lists a.n-link:hover .n-con .l .s {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .d-news-lists a.n-link .n-con .more {
    width: 24px;
    height: 24px;
    background-image: url("../img/rights.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .d-news-lists a.n-link:hover .n-con .more {
    background-position: -24px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .d-honor-lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.details .d-honor-lists .h-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: calc((100% - 90px) / 4);
    padding: 15px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 0 10px #ccc;
    background: #fff;
    margin-right: 30px;
    margin-top:30px;
}
.details .d-honor-lists .h-link:nth-child(4n){
    margin-right: 0;
}
.details .d-honor-lists .h-link .image {
    width: 100%;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.details .d-honor-lists .h-link .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .d-honor-lists .h-link:hover .image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .d-honor-lists .h-link .name {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: lighter;
    margin-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .d-honor-lists .h-link:hover .name {
    color: #2a4cae;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-detail {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.details .news-detail .news-content {
    width: calc(100% - 440px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .news-detail .news-content .t {
    font-size: 22px;
    color: #000;
}
.details .news-detail .news-content .tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}
.details .news-detail .news-content .tags span {
    font-size: 14px;
    color: #333;
}
.details .news-detail .news-content .tags em {
    width: 1px;
    height: 10px;
    background: #777;
    margin: 0 8px;
}
.details .news-detail .news-content .hr {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 30px 0 50px;
}
.details .news-detail .news-content .ndts {
    line-height: 36px;
    font-size: 16px;
    color: #777;
}
.details .news-detail .news-content .mores {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 80px;
}
.details .news-detail .news-content .mores .item {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #666;
    font-size: 16px;
    border: 1px solid #eee;
    padding: 15px 10px;
}
.details .news-detail .news-content .mores .item a {
    color: #333;
    width: calc(100% - 80px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.details .news-detail .news-content .mores .item a:hover {
    color: #2a4cae;
}
.details .news-detail .left-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 390px;
    border: 1px solid #ddd;
    padding: 20px 30px;
}
.details .news-detail .left-nav .tt {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    width: 100%;
}
.details .news-detail .left-nav .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.details .news-detail .left-nav .box .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-bottom: 20px;
}
.details .news-detail .left-nav .box .item img {
    width: 100%;
}
.details .news-detail .left-nav .box .item .name {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 15px 0;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-detail .left-nav .box .item:hover .name {
    color: #2a4cae;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-detail .left-nav .box .item .intro {
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.details .news-detail .left-nav .box .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}
.details .news-detail .left-nav .box .items:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.details .news-detail .left-nav .box .items .name {
    font-size: 16px;
    color: #333;
    width: calc(100% - 90px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-detail .left-nav .box .items:hover .name {
    color: #2a4cae;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-detail .left-nav .box .items .time {
    font-size: 14px;
    color: #888;
    width: 90px;
    text-align: right;
}

.section-message {
    padding: 60px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #003B89;
}
.message {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.message .info {
    width: 39%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 1%;
}
.message .info .t {
    font-size: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.message .info .p {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    line-height: 36px;
}
.message .forms {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 60%;
}
.message .forms .ffb-input {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 140px);
}
.message .forms .ffb-input .input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.message .forms .ffb-input .input input {
    width: calc((100% - 30px) / 3);
    height: 44px;
    background: #fff;
    margin-right: 15px;
    line-height: 44px;
    padding: 0 10px;
    border: none;
    outline: none;
    border-radius: 5px;
}
.message .forms .ffb-input .input textarea {
    width: 100%;
    height: 100px;
    background: #fff;
    margin-right: 0;
    line-height: 22px;
    padding: 10px 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    margin-top: 15px;
}
.message .forms .ffb-input .input input:last-of-type {
    margin-right: 0;
}
.message .forms .ffb-btn {
    width: 120px;
    height: 160px;
    background: #1D89E4;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.message .forms .ffb-btn:hover {
    background: #0E6EBF;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}





.section-culture {
    padding: 60px 0 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url(../img/abg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.culture {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.culture .culture-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 80px;
}

.culture .culture-box .bx {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 350px;
    height: 350px;
    border: 1px solid #2a4cae;
    border-radius: 50%;
    cursor: pointer;
}

.culture .culture-box .bx .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.culture .culture-box .bx .icon img {
    transform: rotateY(0);
    transition: all 0.5s;
}

.culture .culture-box .bx:hover .icon img {
    transform: rotateY(360deg);
    transition: all 0.5s;
}

.culture .culture-box .bx .name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.culture .culture-box .bx:hover .name {
    color: #2a4cae;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.culture .culture-box .bx .en {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.culture .culture-box .bx .tip {
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    color: #444;
    height: 84px;
}
.culture .culture-box .bx .tip span {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 28px;
    height: 28px;
    font-size: 15px;
}

.section-elegance {
    padding: 60px 0 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: url(../img/g_87.jpg) bottom center repeat-x;
}

.elegance {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.elegance .fc-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 10%;
    position: relative;
    margin-top: 20px;

}

.elegance .fc-box .swiper02 {
    width: 100%;
    overflow: hidden
}

.elegance .fc-box .swiper02 .swiper-slide {
    width: 50%
}

.elegance .fc-box .swiper02 .swiper-slide .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.elegance .fc-box .swiper02 .swiper-slide .pic:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(00, 00, 00, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.elegance .fc-box .swiper02 .swiper-slide .pic img {
    width: 100%;
    height: auto
}

.elegance .fc-box .swiper02 .swiper-slide .pic img {
    width: 100%;
    transition: All 0.4s linear;
    -webkit-transition: All 0.4s linear;
    -moz-transition: All 0.4s linear;
    -o-transition: All 0.4s linear;
}

.elegance .fc-box .swiper02 .swiper-slide .pic:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scal(1.1);
}

.elegance .fc-box .swiper02 .swiper-slide .pic span {
    display: block;
    width: 100%;
    height: 8px;
    background: #2a4cae;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2
}

.elegance .fc-box .swiper02 .swiper-slide .title {
    margin-top: 60px;
    color: #292929;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s
}

.elegance .fc-box .swiper02 .swiper-slide .title a {
    display: block;
    color: #292929
}

.elegance .fc-box .swiper02 .swiper-slide:hover .title a {
    color: #2a4cae
}

.elegance .fc-box .swiper02 .swiper-slide.swiper-slide-active .title {
    visibility: visible;
    opacity: 1
}

.elegance .fc-box .swiper02 .swiper-slide.swiper-slide-active .pic:after {
    background: rgba(00, 00, 00, 0);
}

.elegance .fc-box .prev2 {
    background: url(../img/g_80.png) center center no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 200px;
    left: -80px;
    z-index: 2;
    cursor: pointer
}

.elegance .fc-box .prev2:hover {
    background: url(../img/g_80_2.png) center center no-repeat;
    background-size: 100%
}

.elegance .fc-box .next2 {
    background: url(../img/g_81.png) center center no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 200px;
    right: -80px;
    z-index: 2;
    cursor: pointer
}

.elegance .fc-box .next2:hover {
    background: url(../img/g_81_2.png) center center no-repeat;
    background-size: 100%
}
.section-development {
    padding: 60px 0 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.development {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.development .development-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.development .development-box .image {
    width: 450px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 30px;
}
.development .development-box .image img {
    width: 450px;
    height: 250px;
    animation: zoomInOut 5s ease-in-out infinite;
}
.development .development-box .fa-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 480px);
    line-height: 36px;
    font-size: 16px;
    color: #333;
}
.development .development-box .fa-list em {
    color: #2a4cae;
}

.development .development-tree {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.dsjlist {
    width: 100%;
    overflow: hidden;
    background: url(../img/tb4.png) repeat-y left top;
}
.industrial-inner {
    width: 100%;
    position: relative;
    display: block;
}
.industrial-demo {
    height: 420px;
    overflow: hidden;
    cursor: url(../img/mouse.png) 20 20, default;
    margin-top: 18px;
}
.industrial-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0 0 20px 0;
    position: relative;
    background: url(../img/tb5.png) no-repeat left 14px;
}
.industrial-item .time {
    padding: 0 0 0 50px;
    font-size: 20px;
    color: #10397e;
    font-weight: bold;
    line-height: 30px;
}
.industrial-item .pageC {
    padding: 0 0 0 48px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 16px;
    color: #585858;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.industrial-item .pageC p {
    font-size: 16px;
    line-height: 30px;
    color: #585858;
}

.section-jobs {
    padding: 60px 0 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.jobs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.jobs .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.jobs .hd  .jobs-intro {
    width: calc(100% - 900px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.jobs .hd  .jobs-intro .t {
    font-size: 32px;
    color: #000;
}
.jobs .hd  .jobs-intro .s {
    font-size: 18px;
    color: #222;
    margin-top: 15px;
}
.jobs .hd  .jobs-intro .intro {
    font-size: 16px;
    color: rgba(0,0,0,0.6);
    margin-top: 30px;
    line-height: 32px;
}
.jobs .hd  .jobs-image {
    width: 730px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.jobs .hd  .jobs-image img {
    width: 100%;
    animation: zoomInOut 5s ease-in-out infinite;
}
.jobs .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
}
.jobs .lists .jt {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background: #FBFBFB;
    padding: 30px 100px 30px 20px;
}
.jobs .lists .jt .t {
    font-size: 32px;
    color: #000;
}
.jobs .lists .jt .s {
    font-size: 20px;
    color: rgba(0,0,0,0.7);
    margin-top: 15px;
}
.jobs .lists .bx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px 30px 10px;
    margin-top: 20px;
    background: #fbfbfb;
}
.jobs .lists .bx a.box-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc((100% - 40px) / 3);
    padding: 40px 30px;
    background: #F2F2F2;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 0 #F2F2F2;
}
.jobs .lists .bx a.box-item:nth-child(3n){
    margin-right: 0;
}
.jobs .lists .bx a.box-item:hover {
    background: #2a4cae;
    box-shadow: 0 5px 0 #1B3A92;
}
.jobs .lists .bx a.box-item .name {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jobs .lists .bx a.box-item .intro {
    width: 100%;
    font-size: 15px;
    color: rgba(0,0,0,0.6);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 26px;
    height: 52px;
    margin-top: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.jobs .lists .bx a.box-item .tags {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
}
.jobs .lists .bx a.box-item .tags span {
    margin-right: 30px;
    font-size: 15px;
    font-weight: bold;
    color: rgba(0,0,0,0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.jobs .lists .bx a.box-item .tags spa:last-of-type {
    margin-right: 0;
}
.jobs .lists .bx a.box-item:hover .name,.jobs .lists .bx a.box-item:hover .intro,.jobs .lists .bx a.box-item:hover .tags span {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



/* ----- PB分页数字条效果 结束 ----- */
.pagebar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #000;
    font-size: 16px;
    padding: 10px 14px;
    margin: 0 5px;
    border-radius: 3px;
}

.pagination span {
    color: #000;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #2a4cae;
    border: 1px solid #2a4cae;
}

.pagination a.page-num-current {
    color: #fff;
    background: #2a4cae;
    border: 1px solid #2a4cae;
}

/* ----- PB分页数字条效果 结束 ----- */
.modal .modal_tit {
    font-size: 16px;
    line-height: 32px;
    color: #292929;
    font-weight: bold;
}



.modal-body ul li {
    font-size: 16px;
    line-height: 32px;
    color: #464646;
}
.mt14 {
    margin-bottom: 14px;
}
.mt30 {
    margin-bottom: 30px;
}
.ml60 {
    margin-left: 60px;
}
.zige,.zhize {
    font-size: 16px;
    line-height: 32px;
}
.renshu span {
    font-size: 16px;
    font-weight: normal;
}
.video-js {
    width: 100%;
    /*max-height: calc(100vh - 90px);*/

}