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;
    /*overflow-x: hidden;*/
}
.icons {
    background-image: url("../image/icon.png");
    background-repeat: no-repeat;
}
.containers {
    width: 84%;
    margin: 0 auto;
}

.headers {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.headers .headers-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #102341;
    z-index: 999;
}
.headers .headers-top .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
}
.headers .headers-top .header-top .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*position: relative;*/
    height: 44px;
}
.headers .headers-top .header-top .l span {
    color: #fff;
    font-size: 14px;
    margin-right: 5px;
}
.headers .headers-top .header-top .l .icon {
    width: 10px;
    height: 6px;
    background-image: url("../image/icon_sj.png");
    background-position: 0 -7px;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .headers-top .header-top .l:hover .icon {
    background-position: 0 0px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .headers-top .header-top .r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headers .headers-top .header-top .r a {
    color: #fff;
    font-size: 14px;
}
.headers .headers-top .header-top .r a:hover,.headers .headers-top .header-top .r a.active {
    color: #999;
}
.headers .headers-top .header-top .r em {
    width: 1px;
    height: 10px;
    background-color: #fff;
    margin: 0 10px;
}
.headers .headers-top .header-top .l .fixed-top-product {
    position: absolute;
    left: 0;
    top: 44px;
    width: 100vw;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 35, 65, 0.9);
    z-index: 9999;
    padding: 50px 0;
    max-height: calc(100vh - 44px);
    overflow-x: hidden;
    overflow-y: auto;
}
.headers .headers-top .header-top .l .fixed-top-product.none {
    display: none;
}
.headers .headers-top .header-top .l .fixed-top-product .ftp-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;

}
.headers .headers-top .header-top .l .fixed-top-product .ftp-list .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}
.headers .headers-top .header-top .l .fixed-top-product .ftp-list .box .a1 {
    color: #fff;
    opacity: 0.45;
    font-size: 14px;
}
.headers .headers-top .header-top .l .fixed-top-product .ftp-list .box .a1:hover {
    opacity: 1;
}
.headers .headers-top .header-top .l .fixed-top-product .ftp-list .box .list {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.headers .headers-top .header-top .l .fixed-top-product .ftp-list .box .list a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.headers .headers-top .header-top .l .fixed-top-product .ftp-list .box .list em {
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    display: inline-block;
    margin: 0 10px;
}

.headers .menus {
    position: fixed;
    left: 0;
    top: 44px;
    width: 100%;
    padding: 0px 0;
    z-index: 99;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
    /*background-color: rgba(15, 35, 65, 0.3);*/
}
.headers .menus.bg,.headers .menus.bgx {
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .menus .menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headers .menus .menu .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    width: 251px;
    height: 60px;
    background-image: url("../image/logo.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .menus.bg .menu .logo,.headers .menus.bgx .menu .logo {
    background-position: 0 -60px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.headers .menus .menu .nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headers .menus .menu .nav .nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headers .menus .menu .nav .nav-list.none {
    display: none;
}
.headers .menus .menu .nav .nav-list .nav-a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}
.headers .menus .menu .nav .nav-list .nav-a a.a1 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    position: relative;
}
.headers .menus .menu .nav .nav-list .nav-a a.a1:hover::before,.headers .menus.bgx .menu .nav .nav-list .nav-a.active a.a1::before {
    content: " ";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 9;
    background-image: -webkit-gradient(linear, right top, left top, from(#005aab), to(#32beff));
    background-image: -webkit-linear-gradient(right, #005aab 0%, #32beff 100%);
    background-image: -moz-linear-gradient(right, #005aab 0%, #32beff 100%);
    background-image: linear-gradient(270deg, #005aab 0%, #32beff 100%);
}
.headers .menus.bg .menu .nav .nav-list .nav-a a.a1,.headers .menus.bgx .menu .nav .nav-list .nav-a a.a1 {
    color: #777;
}
.headers .menus .menu .nav .nav-list .nav-a.active a.a1,.headers .menus .menu .nav .nav-list .nav-a:hover a.a1 {
    color: #185FAD;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu {
    position: absolute;
    left: 0;
    top: 90px;
    background-color: #293751;
    width: 100%;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu.none {
    display: none;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 540px;
    height: 310px;
    padding: 45px 45px 45px 0 ;
    position: relative;
    border-radius: 5px;
    border-right: 1px solid #3c4b64;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image img {
    width: 500px;
    height: 220px;
    border-radius: 5px;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image span {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    left: 30px;
    bottom: 60px;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .child-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 546px);
    padding: 45px 45px;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .child-list .li {
    font-size: 16px;
    padding: 10px 10px 20px;
    margin-bottom: 10px;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .child-list .li a {
    color: #fff;
    position: relative;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .child-list .li a:hover {
    color: #32beff;
    opacity: 1;
}
.headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .child-list .li a:hover::after {
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #32beff !important;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.headers .menus .menu .nav .action-search {
    margin-left: 180px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headers .menus .menu .nav .action-search em {
    width: 20px;
    height: 20px;
    background-image: url("../image/icon_search.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .menus.bg .menu .nav .action-search em,.headers .menus.bgx .menu .nav .action-search em {
    background-position: 0 -20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .menus .menu .nav .action-search.none {
    display: none;
}
.headers .menus .menu .nav .search {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    margin: 20px 0;
    opacity: 1;
    transition: opacity 1s;
}
.headers .menus .menu .nav .search.none {
    display: none;
    opacity: 0;
}
.headers .menus .menu .nav .search .search-box {
    border: 1px solid rgba(255,255,255,0.3);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headers .menus.bg .menu .nav .search .search-box,.headers .menus.bgx .menu .nav .search .search-box {
    border: 1px solid rgba(0,0,0,0.3);
}
.headers .menus .menu .nav .search .search-box input {
    width: 400px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background: none;
    border: none;
    outline: none;
    color: #fff;
    padding: 0 10px;
}
.headers .menus.bg .menu .nav .search .search-box input,.headers .menus.bgx .menu .nav .search .search-box input {
    color: #0F2341;
}
.headers .menus .menu .nav .search .search-box input::placeholder {
    color: #ddd;
}
.headers .menus .menu .nav .search .search-box .search-btn {
    height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.headers .menus .menu .nav .search .search-box .search-btn em {
    width: 20px;
    height: 20px;
    background-image: url("../image/icon_search.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .menus.bg .menu .nav .search .search-box .search-btn em,.headers .menus.bgx .menu .nav .search .search-box .search-btn em {
    background-position: 0 -20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .menus .menu .nav .search .search-close {
    padding: 0 0 0 30px;
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headers .menus .menu .nav .search .search-close em {
    width: 20px;
    height: 20px;
    background-image: url("../image/icon_close.png");
    background-position: 0 0px;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .menus.bg .menu .nav .search .search-close em,.headers .menus.bgx .menu .nav .search .search-close em {
    background-position: 0 -20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.banners {
    height: 837px;
    width: 100%;
}
.banners .banner {
    width: 100%;
    position: relative;
}
.banners .banner .swiper-wrapper .swiper-slide a img {
    width: auto !important;
}
.banners .banner  .swiper-pagination-banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.banners .banner  .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 6px;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
@keyframes increaseNumber {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.abouts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background-image: url("../image/about_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 80px;
}
.abouts .about {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.abouts .about .l {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 800px;
    margin-right: 160px;
}
.abouts .about .l .icon-about-1 {
    margin-bottom: 20px;
}
.abouts .about .l .icon-about-1 img {
    max-width: 100%;
}
.abouts .about .l .icon-about-2 {
    margin-bottom: 20px;
}
.abouts .about .l .icon-about-2 img {
    max-width: 100%;
}
.abouts .about .l .text {
    font-size: 15px;
    color: #999;
    line-height: 32px;
    text-indent: 2em;
    max-height:168px;
    overflow: hidden;
    margin-top: 20px;
}
.abouts .about .l .tag {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
}
.abouts .about .l .tag .tag-box {
    width: calc(100% / 3);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 60px;
}
.abouts .about .l .tag .tag-box .icons {
    width: 30px;
    height: 28px;
    margin-right: 10px;
    margin-top: 12px;
}
.abouts .about .l .tag .tag-box .icon-about-3 {
    background-position: 0 -122px;
}
.abouts .about .l .tag .tag-box .icon-about-4 {
    background-position: 0 -150px;
}
.abouts .about .l .tag .tag-box .icon-about-5 {
    background-position: 0 -178px;
}
.abouts .about .l .tag .tag-box .icon-about-6 {
    background-position: 0 -206px;
}
.abouts .about .l .tag .tag-box .icon-about-7 {
    background-position: 0 -234px;
}
.abouts .about .l .tag .tag-box .icon-about-8 {
    background-position: 0 -262px;
}
.abouts .about .l .tag .tag-box .tb {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 40px);
}
.abouts .about .l .tag .tag-box .tb span {
    font-size: 44px;
    font-weight: bold;
    color: #1652AA;
}

.abouts .about .l .tag .tag-box .tb span.ani {
    animation: increaseNumber 0.5s ease-out forwards;
}

.abouts .about .l .tag .tag-box .tb em {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}
.abouts .about .l .more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 70px 15px 40px;
    border-radius: 30px;
    background: #1652AA;
    color: #fff;
    font-size: 16px;
    position: relative;
}
.abouts .about .l .more:hover {
    background-color: #102341;
}
.abouts .about .l .more .icon-more {
    width: 20px;
    height: 20px;
    background-position: 0 -290px;
    position: absolute;
    left: 115px;
    top: 13px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.abouts .about .l .more:hover .icon-more {
    left: 120px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.abouts .about .image {
    width: calc(100% - 960px);
    height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abouts .about .image img {
    /*width: 100%;*/
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts .about .image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.advantages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background-image: url("../image/adv_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0;
}
.advantages .advantage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 40%;
}
.advantages .advantage h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
}
.advantages .advantage p {
    font-size: 18px;
    color: #ddd;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.gl-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.f-color {
    background-image: -webkit-gradient(linear, left top, right top, from(#98C992), to(#1951A8));
    background-image: -webkit-linear-gradient(left, #98C992 0%, #1951A8 100%);
    background-image: -moz-linear-gradient(left, #98C992 0%, #1951A8 100%);
    background-image: linear-gradient(to right, #98C992 0%, #1951A8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.gl-title h1 {
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 2px;
}
.gl-title .tag {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #1951A8;
    letter-spacing: 1px;
}
.gl-title .intro {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #777;
    text-align: center;
    line-height: 32px;
}

.products {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background-image: url("../image/product_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 1px;
    border-bottom: 20px solid #1851AA;
}
.products .product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.products .product .gl-title {
    /*margin-bottom: 70px;*/
}
.products .product .pro-box {
    margin-top: 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.products .product .pro-box .small-image {
    position: absolute;
    left: calc(100vw * -0.08);
    top: 0;
    width: calc(100vw * 0.33);
}
.products .product .pro-box .small-image img {
    width: 100%;
}
.products .product .pro-box .pro-swiper {
    position: absolute;
    width: calc(100vw * 0.92);
    left: 0;
    top: 70px;
    /*overflow: hidden;*/
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.products .product .pro-box .pro-swiper .swiper-product {
    width: calc(100% - 150px);
    margin-left: 150px;
    overflow-x: hidden;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-button-prev-product::after,.products .product .pro-box .pro-swiper .swiper-product .swiper-button-next-product::after {
    display: none;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-button-prev-product {
    width: 80px;
    height: 80px;
    left: 35px;
    top: 220px;
    background-position: 0 -310px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-button-prev-product:hover {
    background-position: -80px -310px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-button-next-product {
    width: 80px;
    height: 80px;
    left: 35px;
    top: 340px;
    background-position: 0 -390px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-button-next-product:hover {
    background-position: -80px -390px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-pagination-product {
    bottom: 0;
    left: 0;
    width: auto !important;
    color: #fff;
    font-size: 32px;
    font-weight: lighter;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-pagination-product span {
    font-size: 32px;
    color: #fff;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-pagination-product span.swiper-pagination-current {
    font-weight: bold;
    font-size: 40px;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-color: #F4F2F3;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .image {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%; /* 图片高度设置为100% */
    object-fit: cover; /* 图片将覆盖整个容器，可能被裁剪 */
    object-position: center; /* 图片定位在容器的中心 */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide:hover .image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .p-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    position: relative;
    border-bottom: 8px solid #D2D2D2;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .p-box h1 {
    font-size: 24px;
    color: #1851AA;
    margin:30px 5%;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide:hover .p-box h1 {
    color: #0F3774;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .p-box p {
    font-size: 16px;
    color: #555;
    margin:0px 5% 50px;
    line-height: 24px;
    height: 48px;
    width: 90%;
    overflow: hidden;
    text-align: center;
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .p-box .line {
    position: absolute;
    left: auto;
    bottom: -8px;
    height: 8px;
    width: 0;
    background-color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide:hover .p-box .line {
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


.works {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 50px 0 100px;
    background: #fff;
}
.works .work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.works .work .work-list {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.works .work .work-list .box {
    width:calc((100% - 60px) / 5);
    margin-right: 20px;
    height: calc(((100vw - 60px) / 5) * 2 * 0.74);
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.works .work .work-list .box.on {
    width: calc(((100% - 60px) / 5) * 2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.works .work .work-list .box:last-of-type {
    margin-right: 0;
}
.works .work .work-list .box .floor {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    opacity: 1;
}
.works .work .work-list .box.on .floor {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.works .work .work-list .box .floor h1 {
    font-size: 32px;
    color: #fff;
}
.works .work .work-list .box .floor h6 {
    font-size: 18px;
    font-weight: normal;
    color: #eee;
    margin-top: 15px;
    text-transform: uppercase;
}
.works .work .work-list .box .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.works .work .work-list .box .image img {
    height: 100%;
}
.works .work .work-list .box .text {
    overflow: hidden;
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 30px;
    display: inline-block;
    text-align: left;
    background:rgba(24,81,170,0.9);
    padding: 20px 20px;
    font-size: 0px;
    color: #eee;
    line-height: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}
.works .work .work-list .box.on .text {
    opacity: 1;
    font-size: 16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.works .work .work-list .box.on .text strong {
    font-size: 22px;
    margin-right: 5px;
}

.articles {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 70px 0 70px;
    background: #f6f6f6;
}
.articles .article {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.articles .article .i-box {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.articles .article .i-box .a-box {
    width: 60%;
    background-color: #fbfbfb;
    padding: 40px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.articles .article .i-box .a-box .tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 30px;
}
.articles .article .i-box .a-box .tabs .tab {
    font-size: 20px;
    color: #222;
    padding: 0 20px 10px;
    cursor: pointer;
}
.articles .article .i-box .a-box .tabs .tab.on {
    color: #1851AA;
    position: relative;
}
.articles .article .i-box .a-box .tabs .tab.on::after {
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #1851AA !important;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .a-box .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.articles .article .i-box .a-box .boxs.none {
    display: none;
}
.articles .article .i-box .a-box .boxs .top-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.articles .article .i-box .a-box .boxs .top-box .image {
    width: 280px;
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.articles .article .i-box .a-box .boxs .top-box .image img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.articles .article .i-box .a-box .boxs .top-box .image:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.articles .article .i-box .a-box .boxs .top-box .info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 300px);
}
.articles .article .i-box .a-box .boxs .top-box .info .tit {
    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;
}
.articles .article .i-box .a-box .boxs .top-box .info .tit:hover {
    color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .a-box .boxs .top-box .info .time {
    font-size: 16px;
    color: #999;
    width: 100%;
    margin-top: 10px;
}
.articles .article .i-box .a-box .boxs .top-box .info .text {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    margin-top: 10px;
}
.articles .article .i-box .a-box .boxs .top-box .info .more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.articles .article .i-box .a-box .boxs .top-box .info .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 70px 10px 40px;
    border-radius: 30px;
    background: #1652AA;
    color: #fff;
    font-size: 14px;
    position: relative;
    margin-top: 15px;
}
.articles .article .i-box .a-box .boxs .top-box .info .more a:hover {
    background-color: #102341;
}
.articles .article .i-box .a-box .boxs .top-box .info .more a .icon-more {
    width: 20px;
    height: 20px;
    background-position: 0 -290px;
    position: absolute;
    left: 115px;
    top: 8px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.articles .article .i-box .a-box .boxs .top-box .info .more a:hover .icon-more {
    left: 120px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.articles .article .i-box .a-box .boxs .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.articles .article .i-box .a-box .boxs .lists a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}
.articles .article .i-box .a-box .boxs .lists a .yuan {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .a-box .boxs .lists a:hover .yuan {
    border: 1px solid #1851AA;
    background-color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .a-box .boxs .lists a span {
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .a-box .boxs .lists a:hover span {
    color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .a-box .boxs .lists a .time {
    color: #999;
    width: 100px;
    text-align: right;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .a-box .boxs .lists a:hover .time {
    color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.articles .article .i-box .invite {
    width: 40%;
    background-color: #fff;
    padding: 40px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.articles .article .i-box .invite .tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 3px solid #e5e5e5;
    margin-bottom: 17px;
}
.articles .article .i-box .invite .tabs .tab {
    font-size: 20px;
    padding: 0 20px 10px;
    color: #1851AA;
    position: relative;
}
.articles .article .i-box .invite .tabs .tab::after {
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #1851AA !important;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .invite .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.articles .article .i-box .invite .lists a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 16px;
    padding: 18px 0;
    border-bottom: 1px solid #eee;
}
.articles .article .i-box .invite .lists a .yuan {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ddd;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .invite .lists a:hover .yuan {
    border: 1px solid #1851AA;
    background-color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .invite .lists a span {
    width: calc(100% - 120px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .invite .lists a:hover span {
    color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .invite .lists a .time {
    color: #999;
    width: 100px;
    text-align: right;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.articles .article .i-box .invite .lists a:hover .time {
    color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.footers {
    background-color: #1851AA;
}
.footers .footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 0 40px;
}
.footers .footer .bottom-logo {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 400px;
    padding-top: 30px;
}
.footers .footer .bottom-logo p {
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding-left: 10px;
    margin-top: 20px;
}
.footers .footer .bottom-menu {
    width: calc(100% - 400px);
    border-left: 1px solid #1F5EC1;
    /*border-right: 1px solid #1F5EC1;*/
    padding: 30px 50px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footers .footer .bottom-menu .box {
    width: calc(100% / 6);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.footers .footer .bottom-menu .box.w {
    width:  calc((100% / 6 * 2));
}
.footers .footer .bottom-menu .box .a1 {
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
}
.footers .footer .bottom-menu .box .list {
    display: flex;
    flex-wrap: wrap;
}
.footers .footer .bottom-menu .box .list .a2 {
    width: 100%;
    font-size: 15px;
    color: #fff;
    opacity: 0.5;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.footers .footer .bottom-menu .box.w .list .a2 {
    width: calc(50% - 3px);
}
.footers .footer .bottom-menu .box.w .list .a2:nth-child(2n-1) {
    margin-right: 6px;
}
.footers .footer .bottom-menu .box .list .a2:hover {
    opacity: 1;;
}

.footers .footer .qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 30px 50px 0;
}
.footers .footer .qrcode img {
    width: 140px;
    height: 140px;
}
.footers .footer .qrcode p {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.footers .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #102341;
    padding: 15px 0;
    color: #fff;
    opacity: 0.8;
}
.footers .footer-bottom a {
    color: #fff;
    opacity: 0.8;
}


/** pages **/
.page-banners {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-banners .page-banner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 50vw;*/
    overflow: hidden;
}
.page-banners .page-banner img {
    width: auto !important;
    height: 100%;
}

.page-menus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 5px #ddd;
    margin-bottom: 5px;
}
.page-menus .page-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-menus .page-menu .menu {
    display: flex;
    align-items: center;justify-content: flex-start;
}
.page-menus .page-menu .menu a {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    color: #555;
    font-size: 18px;
}
.page-menus .page-menu .menu em {
    height: 15px;
    width: 1px;
    background-color: #ccc;
}
.page-menus .page-menu .menu a:hover,.page-menus .page-menu .menu a.active {
    background-color: #1851AA;
    color: #fff;
}
.page-menus .page-menu .position {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-menus .page-menu .position .icon-home {
    width: 20px;
    margin-right: 5px;
}
.page-menus .page-menu .position .icon-right {
    width: 20px;
    margin: 0 5px;
}
.page-menus .page-menu .position .lb {
    font-size: 15px;
    color: #888;
}
.page-menus .page-menu .position a {
    color: #555;
}
.page-menus .page-menu .position a:hover {
    color: #1851AA;
}

.details {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.details .detail {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 80px 0 50px;
}
.details .detail .about-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.details .detail .about-info .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 60%;
    margin-right: 50px;
}
.details .detail .about-info .left h4 {
    font-size: 28px;
    color: #999;
    text-transform: uppercase;
}
.details .detail .about-info .left h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 5px 0 20px;
    letter-spacing: 2px;
}
.details .detail .about-info .left .text {
    font-size:16px;
    color: #000;
    opacity: 0.7;
    line-height: 32px;
}
.details .detail .about-info .left .text p {
    text-indent: 2rem;
}

.details .detail .about-info .image {
    width: calc(40% - 50px);
    height: 435px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.details .detail .about-info .image .swiper-wrapper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.details .detail .about-info .image .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 100%;
}
.details .detail .about-info .image .swiper-pagination-in .swiper-pagination-bullet-active {
    background: #161616;
}

.details .infos {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 40px;
}
.details .infos .bg-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .infos .bg-image img {
    width: 100%;
    /*height: 100%;*/
}
.details .infos .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
}
.details .infos .info .tag-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.details .infos .info .tag-box .icons {
    width: 30px;
    height: 28px;
    margin-right: 10px;
    margin-top: 12px;
}
.details .infos .info .tag-box .icon-about-3 {
    background-position: 0 -122px;
}
.details .infos .info .tag-box .icon-about-4 {
    background-position: 0 -150px;
}
.details .infos .info .tag-box .icon-about-5 {
    background-position: 0 -178px;
}
.details .infos .info .tag-box .icon-about-6 {
    background-position: 0 -206px;
}
.details .infos .info .tag-box .icon-about-7 {
    background-position: 0 -234px;
}
.details .infos .info .tag-box .icon-about-8 {
    background-position: 0 -262px;
}
.details .infos .info .tag-box .tb {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 40px);
}
.details .infos .info .tag-box .tb span {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
}

.details .infos .info .tag-box .tb span.ani {
    animation: increaseNumber 0.5s ease-out forwards;
}

.details .infos .info .tag-box .tb em {
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
    opacity: 0.9;
}
.details .infos .info .line {
    height: 100px;
    background-color: rgba(255,255,255,0.7);
    width: 1px;
}
.details .idea {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.details .idea .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    width: calc((100% - 120px) / 4);
    padding: 30px 20px;
    background-color: #0360B0;
    margin-right: 40px;
    height: calc((((100vw * 0.84) - 120px) / 4) * 1.6);
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.details .idea .box.bg1 {
    background-color: #0360B0;
}
.details .idea .box.bg2 {
    background-color: #94CA90;
}
.details .idea .box.bg3 {
    background-color: #1851AA;
}
.details .idea .box.bg4 {
    background-color: #73C36E;
}
.details .idea .box:hover {
    opacity: 0.7;
    box-shadow: 0px 3px 10px  #999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .idea .box .icon {
    margin-top: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 102px;
    height: 102px;
    overflow: hidden;
}
.details .idea .box .icon img {
    width: 100%;
    height: 100%;
    transform: rotateY(0deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.details .idea .box:hover .icon img{
    transform: rotateY(180deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.details .idea .box:last-of-type {
    margin-right: 0;
}
.details .idea .box h1 {
    font-size: 26px;
    color: #fff;
    opacity: 1;
    margin: 20px 0 30px;
}
.details .idea .box h6 {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 32px;
}
.details .about-honors {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
    background-image: url("../image/about_honor_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.details .about-honors .about-honor {
    padding: 140px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .about-honors .about-honor .e-title {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.details .about-honors .about-honor .title {
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 30px;
}
.details .about-honors .about-honor .ah-intro {
    width: 50%;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 30px;
}
.details .about-honors .about-honor .ah-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.details .about-honors .about-honor .ah-btn a {
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 10px;
    padding: 10px 40px;
    opacity: 1;
}
.details .about-honors .about-honor .ah-btn a:first-of-type {
    margin-right: 20px;
}
.details .about-honors .about-honor .ah-btn a:hover {
    color: #1851AA;
    border: 1px solid #1851AA;
    opacity: 0.7;
}
.details .page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 50px 0;
}
.details .page-title.bg-f9 {
    background: #F9F9F9;
}
.details .page-title h1 {
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: bolder;
}
.details .page-title h4 {
    font-size: 24px;
    color: #ccc;
    margin-top:10px;
    text-transform: uppercase;
}
.details .mien {
    background: #F9F9F9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .mien.pb50 {
    padding-bottom: 50px;
}
.details .mien .lists {
    display: flex;
    flex-wrap: wrap;
}
.details .mien .lists .box {
    width: calc((100% - 68px) / 4);
    margin-right: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 0 10px #ddd;
}
.details .mien .lists .box:hover {
    border: 1px solid #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 0 10px #999;
}
.details .mien .lists .box:nth-child(4n){
    margin-right: 0;
}
.details .mien .lists .box .image {
    width: 100%;
    padding-bottom: calc(100% * 0.68);/* padding百分比相对父元素宽度计算 */
    height: 0;/*避免被内容撑开多余的高度*/
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.details .mien .lists .box .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box:hover .image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box .line {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 30px 0 15px;
    position: relative;
}
.details .mien .lists .box .line em {
    position: absolute;
    left: 50%;
    top: -2px;
    height: 5px;
    background: #1851AA;
    border-radius: 3px;
    width: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box:hover .line em {
    width: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box .name {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .box:hover .name {
    color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .mien .lists .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0px 80px;
}
.details .mien .lists .more a {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1851AA;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
}
.details .mien .lists .more a .icon-more{
    width: 20px;
    height: 20px;
    background-position: 0 -290px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: 10px;
}
.details .mien .lists .more a:hover{
    background:#102341;
}
.details .mien .lists .more a:hover .icon-more {
    margin-left:20px; ;
}

.details .cates {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .cates .lists {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-wrap: wrap;
    border-bottom: 1px solid #DDD;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.details .cates .lists a {
    display: inline-block;
    font-size: 18px;
    color: #222;
    margin: 0px 15px 20px;
}
.details .cates .lists a:hover,.details .cates .lists a.active {
    color: #1851AA;
}

.details .cates-bx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .cates-bx .lists {
    display: flex;
    /*align-items: center;*/
    /*justify-content: center;*/
    flex-wrap: wrap;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}
.details .cates-bx .lists a {
    display: inline-block;
    font-size: 18px;
    color: #222;
    padding: 10px 30px;
    margin-right: 40px;
    background: #e5e5e5;
}
.details .cates-bx .lists a:hover,.details .cates-bx .lists a.active {
    color: #fff;
    background: #1851AA;
}



.details .pro-lists {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #f8f8f8, #ffffff);
    padding: 50px 0;
}
.details .pro-lists .pro-list {
    display: flex;
    flex-wrap: wrap;
}
.details .pro-lists .pro-list .box {
    width: calc((100% - 120px) / 4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: 40px;
    margin-bottom: 40px;
    background: #F4F2F3;
}
.details .pro-lists .pro-list .box:nth-child(4n){
    margin-right: 0;
}
.details .pro-lists .pro-list .box .image {
    width: 100%;
    padding-bottom:100%;/* padding百分比相对父元素宽度计算 */
    height: 0;/*避免被内容撑开多余的高度*/
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.details .pro-lists .pro-list .box .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .pro-lists .pro-list .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .pro-lists .pro-list .box .p-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    position: relative;
    border-bottom: 8px solid #D2D2D2;
}
.details .pro-lists .pro-list .box .p-box h1 {
    font-size: 24px;
    color: #1851AA;
    margin: 30px 5%;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box:hover .p-box h1 {
    color: #0F3774;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box .p-box p {
    font-size: 16px;
    color: #555;
    margin: 0px 5% 50px;
    line-height: 24px;
    height: 48px;
    width: 90%;
    overflow: hidden;
    text-align: center;
}
.details .pro-lists .pro-list .box .p-box .line {
    position: absolute;
    left: auto;
    bottom: -8px;
    height: 8px;
    width: 0;
    background-color: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box:hover .p-box .line {
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box .t-box {
    display: inline-block;
    width: 100%;
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
    color: #1851AA;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-list .box:hover .t-box {
    color: #fff;
    background: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .pro-lists .pro-detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .pro-lists .pro-detail .info-p {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.details .pro-lists .pro-detail .info-p .thumb {
    width: 480px;
    height: 480px;
    margin-right: 50px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .pro-lists .pro-detail .info-p .thumb img {
    width: 100%;
    height:100%;
}
.details .pro-lists .pro-detail .info-p .bxs {
    width: calc(100% - 530px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .pro-lists .pro-detail .info-p .bxs .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #DDD;
}
.details .pro-lists .pro-detail .info-p .bxs .title h1 {
    font-size: 28px;
    color: #000;
    padding: 0 10px 15px;
    position: relative;
}
.details .pro-lists .pro-detail .info-p .bxs .title h1::after {
    content: " ";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: #1851AA;
}
.details .pro-lists .pro-detail .info-p .bxs .tag {
    margin-top: 30px;
    width: calc(100% - 10px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0 0 0 20px;
    margin-left: 10px;
    border-bottom: 1px dashed #ddd;
}
.details .pro-lists .pro-detail .info-p .bxs .tag p {
    font-size: 16px;
    color: #999;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.details .pro-lists .pro-detail .info-p .bxs .tag p a {
    color: #999;
    margin-right: 10px;
}
.details .pro-lists .pro-detail .info-p .bxs .tag p a:hover {
    color: #1851AA;
}
.details .pro-lists .pro-detail .info-p .bxs .con {
    margin-top: 30px;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 20px 20px;
    margin-left: 10px;
    border-bottom: 1px dashed #ddd;
}
.details .pro-lists .pro-detail .info-p .bxs .con .icon {
    width: 40px;
    margin-right: 10px;
    margin-top: 2px;
}
.details .pro-lists .pro-detail .info-p .bxs .con span {
    font-size: 28px;
}
.details .pro-lists .pro-detail .info-p .bxs .con .tels {
    font-size: 32px;
    font-weight: bolder;
    color: #f00;
}
.details .pro-lists .pro-detail .info-p .bxs .btns {
    margin-top: 60px;
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 0px 20px;
    margin-left: 10px;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a {
    padding: 8px 30px;
    border-radius: 60px;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a:first-of-type {
    margin-right: 40px;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a.c {
    background: #1851AA;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a:hover.c {
    background: #0f0f0f;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a .icon {
    width: 34px;
    margin-right: 10px;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a.r {
    background: #707070;
}
.details .pro-lists .pro-detail .info-p .bxs .btns a:hover.r {
    background: #505050;
}
.details .pro-lists .pro-detail .contents {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.details .pro-lists .pro-detail .contents .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #E9E7E8;
    width: 100%;
    margin-bottom: 20px;
}
.details .pro-lists .pro-detail .contents .title span {
    font-size: 16px;
    font-weight: bolder;
    color: #fff;
    background: #1851AA;
    padding: 15px 30px;
}
.details .pro-lists .pro-detail .contents .title .icon {
    width: 20px;
    margin-left: -5px;
}
.details .pro-lists .pro-detail .contents .content {
    font-size: 15px;
    color: #666;
    line-height: 32px;
}
.details .pro-lists .pro-detail .contents .content img {
    max-width: 100%;
}
.details .contacts {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-bottom: 50px;
}
.details .contacts .c-box {
    width: 45%;
    height: auto;
    margin-right: 40px;
}
.details .contacts .c-box img {
    max-width: 100%;
}
.details .contacts .maps {
    width: calc(55% - 40px);
    height: 500px;
}
.details .messages {
    background: #f8f8f8;
    padding: 40px 0 80px;
    width: 100%;
}
.details .messages .message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.details .messages .message .tips {
    font-size: 16px;
    color: #888;
    width: 100%;
    text-align: center;
}
.details .messages .message .forms {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.details .messages .message .forms .wx {
    width: calc((100% - 100px) / 3);
    margin-right: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 30px;
}
.details .messages .message .forms .wx .lab {
    font-size: 15px;
    color: #000;
    opacity: 0.7;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.details .messages .message .forms .wx .lab .error-info {
    padding-left: 10px;
    color: #f00;
}
.details .messages .message .forms .wx .wx-code {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.details .messages .message .forms .wx .lab .red {
    color: #f00;
}
.details .messages .message .forms .wx input {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    color: #000;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
.details .messages .message .forms .wx input.code {
    width: 50%;
}
.details .messages .message .forms .wx:nth-child(3){
    margin-right: 0;
}
.details .messages .message .forms .wl {
    width:100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 30px;
}
.details .messages .message .forms .wl .lab {
    font-size: 15px;
    color: #000;
    opacity: 0.7;
    margin-bottom: 10px;
}
.details .messages .message .forms .wl .lab .red {
    color: #f00;
}
.details .messages .message .forms .wl textarea {
    border: 1px solid #ddd;
    background: #fff;
    font-size: 15px;
    color: #000;
    outline: none;
    padding: 8px 10px;
    width: 100%;
    border-radius: 5px;
}
.details .messages .message .forms .btnx {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.details .messages .message .forms .btnx span {
    font-size: 16px;
    color: #fff;
    padding: 10px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1851AA;
    border-radius: 40px;
    cursor: pointer;
}
.details .messages .message .forms .btnx span:first-of-type {
    margin-right: 50px;
}
.details .messages .message .forms .btnx span.sub {
    background: #1851AA;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .messages .message .forms .btnx span:hover.sub {
    background: #0f0f0f;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .messages .message .forms .btnx span.reset {
    background: #707070;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .messages .message .forms .btnx span:hover.reset {
    background: #505050;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .messages .message .forms .btnx span .icon {
    width: 22px;
    margin-right: 5px;
}
.details .news-lists {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding-bottom: 50px;
}
.details .news-lists .news-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .news-lists .news-list .box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box:hover {
    border: 1px solid #1851AA;
    background: #f9f9f9;
}
.details .news-lists .news-list .box .image {
    width: 350px;
    height: 240px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}
.details .news-lists .news-list .box .image img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .news-lists .news-list .box:hover .image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.details .news-lists .news-list .box .t-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 400px);
}
.details .news-lists .news-list .box .t-box h1 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box:hover .t-box h1 {
    color: #1851AA;
    text-indent: 1rem;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box .t-box .time {
    font-size: 14px;
    color: #000;
    opacity: 0.5;
    width: 100%;
    margin-top: 10px;
}
.details .news-lists .news-list .box .t-box .news-tag {
    font-size: 14px;
    color: #000;
    opacity: 0.6;
    margin-top: 20px;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box .t-box .news-tag {
    opacity: 0.7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box .t-box .more {
    font-size: 16px;
    color: #1851AA;
    border: 1px solid #1851AA;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .news-lists .news-list .box:hover .t-box .more {
    background: #1851AA;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.details .news-contents {
    padding: 0px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.details .news-contents .news-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.details .news-contents .news-content .nc-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 24px;
    color: #1851AA;
    margin-top: 80px;
}
.details .news-contents .news-content .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;

}
.details .news-contents .news-content .tag span {
    margin-right: 20px;
    color: #000;
    opacity: 0.6;
}
.details .news-contents .news-content .conts {
    font-size: 15px;
    color: #000;
    /*opacity: 0.8;*/
    margin-top: 30px;
    line-height: 32px;
}
.details .news-contents .news-content .conts img {
    max-width: 100%;
}
.details .news-contents .news-content .nexts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ddd;
    margin-top: 80px;
    padding-top: 40px;
}
.details .news-contents .news-content .nexts a {
    width: 49%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: #888;
}
.details .news-contents .news-content .nexts a:hover{
    color: #1851AA;
}
.details .jobs-page {
    padding: 0px 0 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.details .jobs-page .lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.details .jobs-page .lists .box {
    width: calc((100% - 80px) / 3);
    margin-right: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.details .jobs-page .lists .box:last-of-type {
    margin-right: 0;
}
.details .jobs-page .lists .box .image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.details .jobs-page .lists .box .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .jobs-page .lists .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .jobs-page .lists .box .fl {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 28px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .jobs-page .lists .box:hover .fl {
    background: rgba(0,0,0,0.6);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.details .jobs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #f8f8f8;
    padding: 80px 0;
}
.details .jobs .job {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .jobs .job .title {
    font-size: 32px;
    color: #000;
    opacity: 0.8;
}
.details .jobs .job .job-info {
    font-size: 20px;
    color: #f00;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
}
.details .jobs .job .job-info span {
    margin-right: 40px;
}
.details .jobs .job .jobs-box {
    margin-top: 20px;
    padding: 20px 30px;
    background: #fff;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.details .jobs .job .jobs-box .panel {
    width: 100%;
    margin-bottom: 0;
}
.details .jobs .job .jobs-box .jobs-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px dashed #888;
    padding: 20px 10px;
}
.details .jobs .job .jobs-box .jobs-list span {
    font-size: 20px;
    color: #000;
}
.details .jobs .job .jobs-box .jobs-list.red span {
    color: #f00;
    cursor: pointer;
}
.details .jobs .job .jobs-box .jobs-list span.s1 {
    width: 15%;
}
.details .jobs .job .jobs-box .jobs-list span.s2 {
    width: calc(50% - 36px);
}
.details .jobs .job .jobs-box .jobs-list span.s3 {
    width: 15%;
}
.details .jobs .job .jobs-box .jobs-list span.s4 {
    width: 20%;
}
.details .jobs .job .jobs-box .jobs-list span.s5 {
    width: 36px;
}
.jobs-box a .s5>img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.jobs-list:nth-child(2) .s5 >img, .jobs-box a[aria-expanded=true] .s5>img {
    transform: rotate(180deg);
}
.jobs-box a[aria-expanded=false] .s5>img {
    transform: rotate(360deg);
}
.details .jobs .job .jobs-box .jobs-contents {
    width: 100%;
    padding: 0px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    line-height: 32px;
    font-size: 16px;
    overflow: hidden;
}
.details .jobs .job .jobs-box .jobs-contents.collapse {
    display: none;
}
.details .jobs .job .jobs-box .jobs-contents.in {
    display: flex;
}
.details .jobs .job .jobs-box .jobs-contents .hs {
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0;
}


.diy_page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 100%;
}
/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}

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

#toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #185FAD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
}

#toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
    position: relative;
}

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

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

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

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

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

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

#toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #185FAD;
    width: 110px;
    right: 120%;
    bottom: 0;
    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.ewm .ewm-box img {
    max-width: 100%;
}

#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 #185FAD;
    border-right: none;
}

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

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

#toolbar li.backtop {
    cursor: pointer;
}

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #292e39;
}

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

#toolbar li:hover .icon-font {
    background-color: #185FAD;
}

#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;
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}




@media (min-width: 1460px) and (max-width:1560px) {
    .containers {
        width: 96%;
        margin: 0 auto;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image {
        width: 432px;
        height: 248px;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image img {
        width: 432px;
        height: 158px;
    }
    .headers .menus .menu .nav .action-search {
        margin-left: 144px;
    }
    .headers .menus .menu .nav .search .search-box input {
        width: 320px;
    }
    .abouts .about .l {
        width: 720px;
    }
    .abouts .about .image {
        width: calc(100% - 880px);
    }
    .advantages .advantage{
        width: 50%;
    }
    .footers .footer .bottom-logo {
        width: 380px;
    }
    .footers .footer .bottom-menu{
        width: calc(100% - 380px);
        padding: 30px 20px 0;
    }
    .footers .footer .qrcode{
        padding: 30px 20px 0;
    }
    .details .idea .box .icon {
        margin-top: 20%;
    }
}
@media (min-width: 1360px) and (max-width:1460px) {
    .containers {
        width: 96%;
        margin: 0 auto;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image {
        width: 432px;
        height: 248px;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image img {
        width: 432px;
        height: 158px;
    }
    .headers .menus .menu .nav .action-search {
        margin-left: 144px;
    }
    .headers .menus .menu .nav .search .search-box input {
        width: 320px;
    }
    .abouts .about .l {
        width: 640px;
    }
    .abouts .about .image {
        width: calc(100% - 800px);
    }
    .advantages .advantage{
        width: 60%;
    }
    .footers .footer .bottom-logo {
        width: 360px;
    }
    .footers .footer .bottom-menu{
        width: calc(100% - 340px);
        padding: 30px 20px 0;
    }
    .footers .footer .qrcode{
        padding: 30px 20px 0;
    }
    .footers .footer .qrcode img {
        width: 120px;
        height: 120px;
    }
    .details .idea .box .icon {
        margin-top: 20%;
    }
    .details .pro-lists .pro-list .box {
        width: calc((100% - 90px) / 4);
        margin-right: 30px;
        margin-bottom: 30px;
    }
}
@media (min-width: 1260px) and (max-width:1360px) {
    .containers {
        width: 96%;
        margin: 0 auto;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image {
        width: 432px;
        height: 248px;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image img {
        width: 432px;
        height: 158px;
    }
    .headers .menus .menu .nav .action-search {
        margin-left: 32px;
    }
    .headers .menus .menu .nav .search .search-box input {
        width: 320px;
    }
    .abouts .about .l {
        width: 640px;
        margin-right: 100px;
    }
    .abouts .about .image {
        width: calc(100% - 720px);
    }
    .advantages .advantage{
        width: 80%;
    }
    .products .product .pro-box .pro-swiper{
        top: 45px;
    }
    .footers .footer .bottom-logo {
        width: 360px;
    }
    .footers .footer .bottom-menu{
        width: calc(100% - 340px);
        padding: 30px 20px 0;
    }
    .footers .footer .qrcode{
        padding: 30px 20px 0;
    }
    .footers .footer .qrcode img {
        width: 120px;
        height: 120px;
    }
    .details .idea .box .icon {
        margin-top: 10%;
    }
    .details .idea .box h1 {
        font-size: 24px;
        margin: 20px 0 20px;
    }
    .details .pro-lists .pro-list .box {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .details .pro-lists .pro-detail .info-p .thumb {
        width: 380px;
        height: 380px;
        margin-right: 20px;
    }
    .details .pro-lists .pro-detail .info-p .bxs {
        width: calc(100% - 400px);
    }
}
@media (min-width: 1160px) and (max-width:1260px) {
    .containers {
        width: 98%;
        margin: 0 auto;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image {
        width: 270px;
        height: 160px;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image img {
        width: 225px;
        height: 70px;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .child-list {
        width: calc(100% - 280px);
    }
    .headers .menus .menu .nav .action-search {
        margin-left: 0px;
    }
    .headers .menus .menu .nav .search .search-box input {
        width: 320px;
    }
    .abouts .about .l {
        width: 640px;
        margin-right: 100px;
    }
    .abouts .about .image {
        width: calc(100% - 720px);
    }
    .advantages .advantage{
        width: 80%;
    }
    .products .product .pro-box .pro-swiper{
        top: 45px;
    }
    .works .work .work-list .box .text {
        bottom: 8px;
    }
    .footers .footer .bottom-logo {
        width: 360px;
    }
    .footers .footer .bottom-menu{
        width: calc(100% - 340px);
        padding: 30px 20px 0;
    }
    .footers .footer .qrcode{
        padding: 30px 20px 0;
    }
    .footers .footer .qrcode img {
        width: 120px;
        height: 120px;
    }

    .page-menus .page-menu .position {
        display: none;
    }

    .details .detail .about-info .left {
        width: 50%;
    }
    .details .detail .about-info .image {
        width: calc(50% - 50px);
    }
    .details .infos .info .tag-box .tb span {
        font-size: 40px;
    }
    .details .infos .info .tag-box .tb em {
        font-size: 14px;
    }
    .details .infos .info .line {
        display: none;
    }
    .details .idea .box .icon {
        margin-top: 10%;
    }
    .details .idea .box h1 {
        font-size: 20px;
        margin: 20px 0 20px;
    }
    .details .idea .box h6 {
        font-size: 16px;
        line-height: 28px;
    }
    .details .about-honors .about-honor .ah-intro {
        width: 70%;
    }
    .details .pro-lists .pro-list .box {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .details .pro-lists .pro-detail .info-p .thumb {
        width: 380px;
        height: 380px;
        margin-right: 20px;
    }
    .details .pro-lists .pro-detail .info-p .bxs {
        width: calc(100% - 400px);
    }

    .details .pro-lists .pro-detail .info-p .bxs .con .icon {
        width: 32px;
        margin-right: 10px;
        margin-top: 2px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con span {
        font-size: 24px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .tels {
        font-size: 28px;
    }

}
@media (min-width: 992px) and (max-width:1160px) {
    .containers {
        width: 98%;
        margin: 0 auto;
    }
    .headers .menus .menu .nav .nav-list .nav-a a.a1 {
        margin: 0 9px;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image {
        display: none;
        width: 270px;
        height: 160px;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .image img {
        width: 225px;
        height: 70px;
    }
    .headers .menus .menu .nav .nav-list .nav-a .fixed-child-menu .child-menu .child-list {
        width: calc(100% - 280px);
    }
    .headers .menus .menu .nav .action-search {
        display: none;
    }
    .headers .menus .menu .nav .search .search-box input {
        width: 320px;
    }
    .abouts .about .l {
        width: 100%;
        margin-right: 0px;
    }
    .abouts .about .image {
        display: none;
    }
    .advantages .advantage{
        width: 80%;
    }
    .products .product .pro-box .pro-swiper{
        top: 20px;
    }
    .works .work .work-list .box .text {
        display: none;
    }
    .footers .footer .bottom-logo {
        display: none;
    }
    .footers .footer .bottom-menu{
        width: calc(100% - 0px);
        padding: 30px 20px 0;
        border-left: none;
    }
    .footers .footer .qrcode{
        padding: 30px 40px 0;
    }
    .footers .footer .qrcode img {
        width: 120px;
        height: 120px;
    }
    .page-menus .page-menu .position {
        display: none;
    }
    .details .detail .about-info {
        flex-flow: column;
    }
    .details .detail .about-info .left {
        align-items: center;
        width: 100%;
        margin-right: 0px;
    }
    .details .detail .about-info .image {
        width: 100%;
        margin-top: 20px;
        height: 600px;
    }
    .details .infos .info .tag-box .tb span {
        font-size: 40px;
    }
    .details .infos .info .tag-box .tb em {
        font-size: 14px;
    }
    .details .infos .info .line {
        display: none;
    }
    .details .idea .box .icon {
        margin-top: 10%;
    }
    .details .idea .box h1 {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .details .idea .box h6 {
        font-size: 12px;
        line-height: 18px;
    }
    .details .about-honors .about-honor .ah-intro {
        width: 70%;
    }
    .details .pro-lists .pro-list .box {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
        margin-bottom: 20px;
    }

    .details .pro-lists .pro-detail .info-p .thumb {
        width: 300px;
        height: 300px;
        margin-right: 20px;
    }
    .details .pro-lists .pro-detail .info-p .bxs {
        width: calc(100% - 320px);
    }
    .details .pro-lists .pro-detail .info-p .bxs .tag {
        margin-top: 20px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con{
        margin-top: 20px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .icon {
        width: 32px;
        margin-right: 10px;
        margin-top: 2px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con span {
        font-size: 20px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .tels {
        font-size: 24px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns{
        margin-top: 30px;
    }
}
@media (max-width: 992px) {

    .m-head {
    }

    .m-head-box {
        position: relative;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .m-head-box .m-logo {
        height: 34px;
        padding-left: 10px;
    }

    .m-head-box .m-logo a {
        display: flex;
    }
    .m-head-box .m-logo a img {
        max-height:34px;
    }

    .m-head-box .m-logo img {
        height:34px;
    }

    .m-navbtn {
        position: absolute;
        z-index: 9;
        top: 0;
        bottom: 0;
        right: 10px;
        margin: auto 0 auto 0;
        width: 27px;
        height: 20px;
    }

    .m-navbtn span, .m-navbtn:after, .m-navbtn:before {
        display: block;
        height: 2px;
        width: 100%;
        background: #1a0c07;
        -webkit-transition: all .5s;
        transition: all .5s;
    }


    .m-navbtn span {
        margin: 7px 0;
    }

    .m-navbtn:after, .m-navbtn:before {
        content: '';
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .m-navbtn.clicked span {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    .m-navbtn.clicked:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .m-navbtn.clicked:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .m-menu {
        display: none;
        position: absolute;
        z-index: 9999;
        left: 0;
        right: 0;
        height: 100vh;
        background: #1c1c1c;
        padding: 0 5%;
    }

    .m-menu .m-menu-box {
        height: 100vh;
        overflow: auto;
        padding-bottom: 80px;
    }

    .m-nav > li {
        border-bottom: 1px solid #2b2b2b;
        position: relative;
    }

    .m-nav > li > a {
        display: block;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
    }

    .m-nav .m-menu-jt {
        position: absolute;
        width: 20%;
        height: 50px;
        line-height: 50px;
        right: 0;
        top: 0;
        text-align: center;
        z-index: 9;
    }

    .m-nav .m-menu-jt .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }

    .m-nav .m-menu-jt .icon-font:after {
        background-position: -30px -240px;
    }

    .m-nav .m-menu-jt.clicked .icon-font:after {
        background-position: -30px -270px;
    }

    .m-nav .m-sub-menu {
        background: #161616;
        display: none;
    }

    .m-nav .m-sub-menu > li {
        border-top: 1px dashed #2b2b2b;
    }

    .m-nav .m-sub-menu > li > a {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 40px;
        text-indent: 2em;
    }

    .m-banner {
        height: 50vw;
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .m-banner .swiper-wrapper .swiper-slide a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50vw;
        position: relative;
    }
    .m-banner .swiper-wrapper .swiper-slide a img {
        width: 100%;
        height: 50vw;
    }
    .m-banner .swiper-pagination-m .swiper-pagination-bullet-active {
        background: #161616;
    }
    .containers {
        width: calc(100% - 2rem);
        margin: 0 auto;
    }

    .abouts {
        padding: 2rem 0 2rem;
    }

    .abouts .about .l {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        margin-right: 0;
    }
    .abouts .about .l .icon-about-1 {
        margin-bottom: 10px;
    }
    .abouts .about .l .icon-about-1 img {
        max-width: 100%;
    }
    .abouts .about .l .icon-about-2 {
        margin-bottom: 20px;
    }
    .abouts .about .l .icon-about-2 img {
        max-width: 100%;
    }
    .abouts .about .l .text {
        max-height: unset !important;
        margin-top: 0px;
    }
    .abouts .about .l .tag {
        margin-top: 20px;
    }
    .abouts .about .l .tag .tag-box {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }
    .abouts .about .l .tag .tag-box .icons {
        margin-right: 5px;
        margin-top: 12px;
    }
    .abouts .about .l .tag .tag-box .tb span {
        font-size: 36px;
    }
    .abouts .about .l .tag .tag-box .tb em {
        font-size: 12px;
    }
    .abouts .about .l .more {
        width: 100%;
        padding: 15px 0px;
    }
    .abouts .about .l .more .icon-more {
        background-position: 0 -290px;
        position: unset ;
        margin-left: 10px;
    }

    .advantages {
        padding: 3rem 0;
    }
    .advantages .advantage {
        width: 96%;
    }
    .advantages .advantage h1 {
        font-size: 28px;
    }
    .advantages .advantage p {
        font-size: 16px;
        line-height: 32px;
    }
    .gl-title h1 {
        font-size: 28px;
        line-height: 36px;
    }
    .gl-title .tag {
        margin-top: 10px;
        font-size: 18px;
    }
    .gl-title .intro {
        margin-top: 10px;
        font-size: 16px;
        line-height: 28px;
    }

    .products {
        padding: 2rem 0;
        border-bottom: none;
    }
    .products .product .pro-box {
        margin-top: 1rem;
        position: unset;
        height: auto !important;
    }
    .products .product .pro-box .pro-swiper {
        position: unset;
        width: 100%;
    }
    .products .product .pro-box .pro-swiper .swiper-product {
        width: 100%;
        margin-left: 0;
        position: relative;
    }

    .products .product .pro-box .pro-swiper .swiper-product .swiper-pagination-wap-product {
        bottom: 10px;
        width: 100%;
    }
    .products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .p-box {
        border-bottom: none;
    }
    .products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .p-box h1 {
        font-size: 18px;
        margin:20px 5%;
    }
    .products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .p-box p {
        font-size: 14px;
        margin:0px 5% 30px;
    }
    .products .product .pro-box .pro-swiper .swiper-product .swiper-wrapper .swiper-slide .p-box .line {
        display: none;
    }

    .works {
        padding: 2rem 0;
    }

    .works .work .work-list {
        margin-top: 2rem;
        justify-content: flex-start;
        flex-flow: column;
    }
    .works .work .work-list .box {
        width:100%;
        margin-right: 0px;
        height: calc(100vw - 2rem);
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 1rem;
    }
    .works .work .work-list .box.on {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }
    .works .work .work-list .box:last-of-type {
        margin-right: 0;
    }
    .works .work .work-list .box .floor {
        display: none;
    }
    .works .work .work-list .box .text {
        bottom: 30px;
        font-size: 14px;
        line-height: 28px;
        opacity: 1;
        background:rgba(24,81,170,0.7);
    }
    .works .work .work-list .box.on .text,.works .work .work-list .box .text {
        opacity: 1;
        font-size: 14px;
    }
    .works .work .work-list .box .text strong,.works .work .work-list .box.on .text strong {
        font-size: 16px;
        margin-right: 10px;
    }

    .articles {
        padding: 2rem 0;
    }

    .articles .article .i-box {
        margin-top: 1rem;
        justify-content: flex-start;
        flex-flow: column;
    }
    .articles .article .i-box .a-box {
        width: 100%;
        padding: 1rem;
    }
    .articles .article .i-box .a-box .tabs {
        margin-bottom: 1rem;
    }
    .articles .article .i-box .a-box .tabs .tab {
        font-size: 16px;
        padding: 0 1rem 1rem;
    }
    .articles .article .i-box .a-box .boxs .top-box .image {
        width: 7rem;
        height: 4.84rem;
        margin-right: 10px;
    }
    .articles .article .i-box .a-box .boxs .top-box .info {
        width: calc(100% - 7rem - 10px);
    }
    .articles .article .i-box .a-box .boxs .top-box .info .tit {
        font-size: 16px;
    }
    .articles .article .i-box .a-box .boxs .top-box .info .time {
        font-size: 12px;
        margin-top: 10px;
    }
    .articles .article .i-box .a-box .boxs .top-box .info .text {
        display: none;
    }
    .articles .article .i-box .a-box .boxs .top-box .info .more a {
        font-size: 14px;
        margin-top: 5px;
    }
    .articles .article .i-box .a-box .boxs .top-box .info .more a .icon-more {
        top: 7px;
    }
    .articles .article .i-box .a-box .boxs .lists {
        margin-top: 1rem;
    }
    .articles .article .i-box .a-box .boxs .lists a {
        width: 100%;
        font-size: 14px;
        padding: 15px 0;
    }
    .articles .article .i-box .a-box .boxs .lists a span {
        width: calc(100% - 100px);
    }

    .articles .article .i-box .a-box .boxs .lists a .time {
        width: 80px;
    }

    .articles .article .i-box .invite {
        width: 100%;
        padding: 1rem 1rem;
        margin-top: 1rem;
    }
    .articles .article .i-box .invite .tabs {
        margin-bottom: 1rem;
    }
    .articles .article .i-box .invite .tabs .tab {
        font-size: 16px;
        padding: 0 1rem 1rem;
    }

    .articles .article .i-box .invite .lists a {
        font-size: 14px;
        padding: 15px 0;
    }
    .articles .article .i-box .invite .lists a span {
        width: calc(100% - 100px);
    }
    .articles .article .i-box .invite .lists a .time {
        width: 80px;
    }

    .footers .footer {
        align-items: center;
        justify-content: flex-start;
        flex-flow: column;
        padding: 2rem 0;
    }
    .footers .footer .bottom-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 100%;
        padding-top: 0;
    }
    .footers .footer .bottom-logo p {
        font-size: 16px;
        color: #fff;
        width: 100%;
        padding-left: 0px;
        margin-top: 1rem;
        text-align: center;
    }

    .footers .footer-bottom {
        text-align: center;
        line-height: 24px;
    }
    .footers .footer-bottom a {
        display: inline-block;
    }


    .page-banners .page-banner {
        height: 50vw;
    }

    .mob-left-menu {
        margin-top: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px;
    }

    .mob-left-menu .title {
        position: relative;
        color: #333;
        font-size: 16px;
        line-height: 40px;
        width: 100%;
    }

    .mob-left-menu .title .xymob-page-navbtn {
        position: absolute;
        z-index: 99;
        width: 30px;
        height: 30px;
        text-align: center;
        top: 4px;
        right: 0;
        cursor: pointer;
        background: url(../image/icon_spirit.png) 0 -240px no-repeat;
    }



    /* 寮瑰嚭妗嗕箣鍚� body 涓婂鍔犱竴涓姝㈡粴鍔ㄧ殑绫�*/
    body.no-scroll,
    html.no-scroll {
        height: 100vh;
        overflow: hidden;
    }
    .xymob-menu-click {
        position: fixed;
        width: 100vw;
        width: 0vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact,
    .xymob-menu-click .page-message-img {
        display: none;
    }
    .xymob-menu-click .xymob-left-close-btn {
        display: block;
        position: absolute;
        top: 15px;
        right: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border-radius: 50%;
        border: 1px solid #fff;
        text-align: center;
        background: black;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font {
        display: block;
        width: 100%;
        height: 100%;
    }
    .xymob-menu-click .xymob-left-close-btn .icon-font:after {
        background-position: -30px -300px;
    }
    .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 50%;
        background: #fff;
        float: right;
        height: 100vh;
    }
    .xymob-menu-click.click {
        left: 0;
        width: 100vw;
    }
    .xymob-menu-click {
        position: absolute;
        /*width: 100vw;*/
        width: 0vw;
        overflow-y: scroll;
        top: 0;
        left: 100%;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
        height: 100vh;
    }

    .xymob-menu-click .page-shaow {
        position: absolute;
        width: 100vw;
        overflow-y: scroll;
        top: 0;
        left: 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: -1;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
    }
    .xypg-left-nav > li:hover .first-nav-btn {
        transform:rotate(180deg);
        -ms-transform:rotate(180deg);   /* IE 9 */
        -moz-transform:rotate(180deg);  /* Firefox */
        -webkit-transform:rotate(180deg); /* Safari 鍜� Chrome */
        -o-transform:rotate(180deg);
        top: 6px;
    }

    .xypg-left-con {
        margin-top: 10px;
    }
    .xypg-left-nav > li {
        display: inline-block;
        position: relative;
        margin: 0 5px;
    }
    .xypg-left-nav > li {
        display: block;
    }
    .xypg-left-nav > li > a {
        display: block;
        font-size: 16px;
        line-height: 22px;
        color: #303030;
        padding: 8px 30px 8px 20px;
        border: 1px solid #7a7a7a;
    }
    .xypg-left-nav > li > a {
        border: none;
        padding: 8px 0;
        line-height: 28px;
    }
    .xypg-left-nav > li .first-nav-btn {
        position: absolute;
        z-index: 99;
        width: 30px;
        height: 30px;
        text-align: center;
        top: 4px;
        right: 0;
        cursor: pointer;
        background: url(../image/icon_spirit.png) 0 -240px no-repeat;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .xypg-left-nav .xypg-left-subnav {
        display: none;
        padding: 10px 0;
        position: absolute;
        top: 40px;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: 9;
        box-shadow: 0px 0px 10px 2px rgba(0,0,0,1);
    }
    .xypg-left-nav .xypg-left-subnav {
        padding: 10px 0;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        box-shadow: none;
        display: none;
    }
    .xypg-left-nav .xypg-left-subnav > li > a {
        padding: 8px;
        display: block;
        line-height: 20px;
        color: #818181;
        font-size: 14px;
        text-align: center;
    }
    .xypg-left-nav .xypg-left-subnav > li > a {
        padding: 8px;
        display: block;
        line-height: 20px;
        color: #818181;
        font-size: 14px;
        text-align: left;
    }


    .xypg-sitemap .map_title {
        line-height: 40px;
        background-color: #f5f8fa;
        border: 1px solid #d6dbe1;
        text-indent: 20px;
        color: #666;
        border-bottom: 2px solid #ccc;
        font-size: 16px;
    }

    .xypg-sitemap .map_list {
        line-height: 30px;
        padding: 0 5px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .xypg-sitemap .map_list a {
        padding: 4px;
        white-space: nowrap;
        font-size: 14px;
        color: #666;
    }

    .xypg-sitemap .map_list a:hover {
        text-decoration: none;
        color: #3b639f;
        padding: 4px;
    }

    .xypg-sitemap .map_list .layer1 {
        margin-bottom: 10px;
    }

    .xypg-sitemap .map_list h3 {
        border-bottom: 1px dashed #ccc;
        margin-bottom: 10px;
        line-height: 36px;
    }

    .xypg-sitemap .map_list h3 a {
        font-weight: normal;
    }

    .xypg-sitemap .map_list .layer2 a {
        color: #999;
    }

    .xypg-sitemap .map_list .layer2 a:hover {
        text-decoration: none;
        color: #3b639f;
    }
    .details .detail {
        padding: 1rem 0;
    }
    .details .detail .about-info {
        flex-flow: column;
        width: 100%;
    }
    .details .detail .about-info .left {
        align-items: center;
        width: 100%;
        margin-right: 0px;
    }
    .details .detail .about-info .image {
        width: 100%;
        height: calc(100vw * 0.6);
        margin-top: 1rem;
    }

    .details .infos {
        flex-wrap: wrap;
        margin-bottom: 1rem;
    }
    .details .infos .bg-image {
        display: none;
    }
    .details .infos .info {
        align-items: flex-start;
        padding: 1rem 1rem 0;
        background: #1851AA;
        flex-wrap: wrap;
    }
    .details .infos .info .tag-box {
        width: 50%;
        margin-bottom: 1rem;
    }
    .details .infos .info .tag-box .tb span {
        font-size: 30px;
    }
    .details .infos .info .tag-box .tb em {
        font-size: 11px;
    }
    .details .infos .info .line {
        display: none;
    }

    .details .idea {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-bottom: 1rem;
    }
    .details .idea .box {
        flex-flow: column;
        width: 100%;
        padding: 3rem 1rem;
        margin-right: 0px;
        height: auto;
        margin-bottom: 1rem;
    }
    .details .idea .box .icon {
        margin-top: 0;
    }
    .details .idea .box h1 {
        font-size: 24px;
        margin: 20px 0 10px;
    }
    .details .idea .box h6 {
        font-size: 16px;
        line-height: 28px;
    }

    .details .about-honors {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-bottom: 2rem;
        background-image: none;
    }
    .details .about-honors .about-honor {
        padding: 1rem 0;
    }
    .details .about-honors .about-honor .e-title {
        font-size: 20px;
        color: #000;
        margin-bottom: 1rem;
        width: 100%;
        text-align: center;
    }
    .details .about-honors .about-honor .title {
        font-size: 20px;
        color: #000;
        letter-spacing: 5px;
        margin-bottom: 1rem;
        width: 100%;
        text-align: center;
    }
    .details .about-honors .about-honor .ah-intro {
        width: 100%;
        line-height: 28px;
        font-size: 14px;
        color: #000;
        opacity: 0.7;
        margin-bottom: 1rem;
    }
    .details .about-honors .about-honor .ah-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .details .about-honors .about-honor .ah-btn a {
        font-size: 16px;
        border: 1px solid #666;
        color: #666;
        border-radius: 10px;
        padding: 10px 40px;
        opacity: 1;
    }
    .details .about-honors .about-honor .ah-btn a:first-of-type {
        margin-right: 20px;
    }
    .details .about-honors .about-honor .ah-btn a:hover {
        color: #1851AA;
        border: 1px solid #1851AA;
        opacity: 0.7;
    }
    .details .page-title {
        padding: 2rem 0;
    }
    .details .page-title h1 {
        font-size: 28px;
    }
    .details .page-title h4 {
        font-size: 20px;
    }
    .details .mien.pb50 {
        padding-bottom: 2rem;
    }
    .details .mien .lists .box {
        width: calc((100% - 1rem - 4px) / 2);
        margin-right: 1rem;
        padding: 0.5rem 0.5rem;
        margin-bottom: 1rem;
    }
    .details .mien .lists .box:nth-child(2n){
        margin-right: 0;
    }
    .details .mien .lists .box .line {
        margin: 1rem 0 0.2rem;
    }
    .details .mien .lists .box .name {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .details .mien .lists .more {
        padding: 1rem 0 2rem;
    }
    .details .mien .lists .more a {
        padding: 10px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1851AA;
        color: #fff;
        border-radius: 30px;
        font-size: 16px;
    }
    .details .mien .lists .more a .icon-more{
        width: 20px;
        height: 20px;
        background-position: 0 -290px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        margin-left: 10px;
    }
    .details .mien .lists .more a:hover{
        background:#102341;
    }
    .details .mien .lists .more a:hover .icon-more {
        margin-left:20px; ;
    }

    .details .pro-lists {
        padding: 2rem 0;
    }
    .details .pro-lists .pro-list .box {
        width: calc((100% - 1rem) / 2);
        margin-right: 1rem;
        margin-bottom: 1rem;
    }
    .details .pro-lists .pro-list .box:nth-child(2n){
        margin-right: 0;
    }
    .details .pro-lists .pro-list .box .p-box {
        border-bottom: none;
    }
    .details .pro-lists .pro-list .box .p-box h1 {
        font-size: 16px;
        color: #1851AA;
        margin: 1rem 10px;
        width: calc(100% - 20px);
    }
    .details .pro-lists .pro-list .box .p-box p {
        font-size: 12px;
        margin: 0 10px 1rem;
        line-height: 18px;
        height: 36px;
        width: calc(100% - 20px);
    }
    .details .pro-lists .pro-list .box .p-box .line {
        position: absolute;
        left: auto;
        bottom: -8px;
        height: 8px;
        width: 0;
        background-color: #1851AA;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .details .pro-lists .pro-list .box:hover .p-box .line {
        width: 100%;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .details .pro-lists .pro-detail .info-p {
        flex-flow: column;
    }
    .details .pro-lists .pro-detail .info-p .thumb {
        width: 100%;
        height: 100%;
        margin-right: 0px;
    }
    .details .pro-lists .pro-detail .info-p .bxs {
        width: 100%;
        margin-top: 2rem;
    }
    .details .pro-lists .pro-detail .info-p .bxs .title h1 {
        font-size: 18px;
        color: #000;
        padding: 0 10px 10px;
        position: relative;
    }
    .details .pro-lists .pro-detail .info-p .bxs .tag {
        margin-top: 1rem;
        width: 100%;
        padding: 0 0 0 0px;
        margin-left: 0px;
        border-bottom: 1px dashed #ddd;
    }
    .details .pro-lists .pro-detail .info-p .bxs .tag p {
        font-size: 14px;
        margin-bottom: 1rem;
    }
    .details .pro-lists .pro-detail .info-p .bxs .tag p a {
        margin-right: 0.5rem;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con {
        margin-top: 1rem;
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0 0 0px 0px;
        margin-left: 0px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .icon {
        width: 36px;
        margin-right: 10px;
        margin-top: 2px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con span {
        font-size: 28px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .tels {
        font-size: 28px;
        margin-top: 0.5rem;
        line-height: 40px;
        margin-bottom: 1rem;
    }
    .details .pro-lists .pro-detail .info-p .bxs .con .tels em {
        display: block;
        width: 0;
        height: 0px;
        overflow: hidden;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns {
        margin-top: 2rem;
        width: 100%;
        padding: 0 0 0px 00px;
        margin-left: 0px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns a {
        padding: 8px 30px;
        border-radius: 60px;
        color: #fff;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns a:first-of-type {
        margin-right: 0px;
    }
    .details .pro-lists .pro-detail .info-p .bxs .btns a.r {
        display: none;
    }

    .details .pro-lists .pro-detail .contents {
        margin-top: 2rem;
        width: 100%;
    }
    .details .pro-lists .pro-detail .contents .title {
        margin-bottom: 1rem;
    }
    .details .pro-lists .pro-detail .contents .title span {
        padding: 10px 15px;
    }
    .details .pro-lists .pro-detail .contents .title .icon {
        width: 16px;
        margin-left: -4px;
    }

    .details .contacts {
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding-bottom: 2rem;
    }
    .details .contacts .c-box {
        width: 100%;
        height: auto;
        margin-right: 0px;
        margin-bottom: 1rem;
    }
    .details .contacts .maps {
        width: 100%;
        height: 50vw;
    }
    .details .messages {
        padding: 1rem 0 2rem;
        width: 100%;
    }
    .details .messages .message .tips {
        font-size: 14px;
        line-height: 24px;
    }
    .details .messages .message .forms {
        margin-top: 2rem;
    }
    .details .messages .message .forms .wx {
        width:100%;
        margin-right: 0px;
        margin-bottom: 1rem;
    }
    .details .messages .message .forms .wx .lab {
        margin-bottom: 1rem;
    }
    .details .messages .message .forms .wl {
        margin-bottom: 1rem;
    }
    .details .messages .message .forms .wl .lab {
        margin-bottom: 1rem;
    }
    .details .messages .message .forms .btnx {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .details .messages .message .forms .btnx span {
        font-size: 15px;
        padding: 10px 2.4rem;
    }
    .details .messages .message .forms .btnx span:first-of-type {
        margin-right: 1rem;
    }

    .details .news-lists {
        padding-bottom: 2rem;
    }
    .details .news-lists .news-list .box {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ddd;
        padding: 0 0 1rem 0;
        margin-bottom: 1rem;
        border-radius: 0;
    }
    .details .news-lists .news-list .box:hover {
        border: none;
        border-bottom: 1px solid #ddd;
    }
    .details .news-lists .news-list .box .image {
        width:8rem;
        height: calc(8rem * 0.68);
        margin-right: 0.5rem;
    }
    .details .news-lists .news-list .box .t-box {
        width: calc(100% - 8.5rem);
    }
    .details .news-lists .news-list .box .t-box h1 {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: unset;
    }
    .details .news-lists .news-list .box .t-box .time {
        margin-top: 1rem;
        text-align: right;
    }
    .details .news-lists .news-list .box .t-box .news-tag {
        display: none;
    }

    .details .news-lists .news-list .box .t-box .more {
        display: none;
    }

    .details .news-contents {
        padding: 0px 0 2rem;
    }
    .details .news-contents .news-content .nc-title {
        font-size: 18px;
        margin-top: 2rem;
    }
    .details .news-contents .news-content .tag {
        margin: 1rem 0 0px;
        padding-bottom: 1rem;
    }
    .details .news-contents .news-content .tag span {
        margin-right: 1rem;
    }
    .details .news-contents .news-content .conts {
        font-size: 14px;
        margin-top: 1rem;
        line-height: 28px;
        width: 100%;
    }
    .details .news-contents .news-content .nexts {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        border-top: 1px solid #ddd;
        margin-top: 2rem;
        padding-top: 1rem;
    }
    .details .news-contents .news-content .nexts a {
        width: 100%;
        margin-top: 1rem;
        font-size: 14px;
    }

    .details .jobs-page {
        padding: 0px 0 2rem;
    }
    .details .jobs-page .lists {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .details .jobs-page .lists .box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 1rem;
    }
    .details .jobs {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 100%;
        background: #f8f8f8;
        padding: 2rem 0;
    }
    .details .jobs .job .title {
        font-size: 20px;
        color: #000;
        opacity: 0.8;
    }
    .details .jobs .job .job-info {
        font-size: 14px;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        margin-top: 1rem;
    }
    .details .jobs .job .job-info span {
        margin-right: 0px;
        margin-bottom: 0.5rem;
    }
    .details .jobs .job .jobs-box {
        margin-top: 0rem;
        padding: 1rem 0.5rem;
    }
    .details .jobs .job .jobs-box .jobs-list {
        padding: 0.5rem 0;
    }
    .details .jobs .job .jobs-box .jobs-list span {
        font-size: 14px;
        color: #000;
    }
    .details .jobs .job .jobs-box .jobs-list span.s1 {
        display: none;
    }
    .details .jobs .job .jobs-box .jobs-list span.s2 {
        width: calc(60% - 20px);
    }
    .details .jobs .job .jobs-box .jobs-list span.s3 {
        width: 20%;
    }
    .details .jobs .job .jobs-box .jobs-list span.s4 {
        width: 20%;
    }
    .details .jobs .job .jobs-box .jobs-list span.s5 {
        width: 20px;
    }
    .details .jobs .job .jobs-box .jobs-list span.s5 img {
        width: 20px;
    }

    .details .jobs .job .jobs-box .jobs-contents {
        line-height: 24px;
        font-size: 14px;
    }
    .details .jobs .job .jobs-box .jobs-contents .hs {
        font-size: 15px;
        margin: 1rem 0;
    }

}

@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../image/icon_spirit.png");
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}
