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 "Helvetica Neue", Helvetica, Arial, sans-serif;;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}

.containers-heder {
    width: calc(100% - 100px);
    margin: 0 auto;
}
.containers {
    width: 1400px;
    margin: 0 auto;
}

.headers {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.headers.bg,.headers.bgs {
    background: rgba(255,255,255,1);
    box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.headers .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headers .header .logo {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.headers .header .logo .img {
    width: 178px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden;
    background-size: 356px 52px;
    backdrop-filter: blur(0.3px);
}
.headers.bg .logo .img,.headers.bgs .logo .img {
    background-position: -178px 0;
}
.headers .header .logo .line {
    width: 1px;
    height: 22px;
    background: #ffffff;
    margin: 7px 15px 0;
}
.headers.bg .logo .line,.headers.bgs .logo .line {
    background: #000000;
}

.headers .header .logo span {
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 7px;
}
.headers.bg .logo span,.headers.bgs .logo span {
    color: #000000;
}

.headers .header .navs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headers .header .navs .nav-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    position: relative;
}
.headers .header .navs .nav-box .nav-item {
    height: 60px;
    line-height: 60px;
    position: relative;
    padding: 0 30px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers.bgs .header .navs .nav-box {
    height: 72px;
}
.headers.bgs .header .navs .nav-box .nav-item {
    height: 72px;
    line-height: 72px;
}
.headers.bg .header .navs .nav-box .nav-item,.headers.bgs .header .navs .nav-box .nav-item{
    color: #000;
}
.headers .header .navs .nav-box:hover .nav-item,.headers .header .navs .nav-box.active .nav-item {
    background: #ffdd00;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers .header .navs .nav-box .children {
    position: absolute;
    left: 0;
    top: 99%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 0;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers .header .navs .nav-box:hover .children {
    height: auto !important;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.headers .header .navs .nav-box .children .children-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
    margin-top:20px;
}
.headers .header .navs .nav-box .children .children-item a {
    font-size: 14px;
    color: #000;
    padding: 8px 0;
    width: 100%;
    text-align: center;
}
.headers .header .navs .nav-box .children .children-item a:hover {
    background: #ffdd00;
} 

.headers .header .navs .se-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headers .header .navs .se-box .search {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 20px;
}
.headers .header .navs .se-box .search .icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url("../image/search.png");
    background-position: 0 0;
    background-repeat: no-repeat;
}
.headers.bg .header .navs .se-box .search .icon,.headers.bgs .header .navs .se-box .search .icon {
    background-position: -24px 0;
}
.headers .header .navs .se-box .search .search-form {
    position: absolute;
    right: 0;
    top: -80px;
    background: #fff;
    border: 1px solid #ffdd00;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.headers .header .navs .se-box .search .search-form.on {
    top: -10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.headers .header .navs .se-box .search .search-form .s-form-input {
    width: 220px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: none;
    font-size: 14px;
    color: #000;
    outline: none;
}
.headers .header .navs .se-box .search .search-form .s-form-close {
    width: 45px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #ffdd00;
}
.headers .header .navs .se-box .search .search-form .s-form-close img {
    width: 24px;
    transition: transform 0.5s;
}
.headers .header .navs .se-box .search .search-form .s-form-close:hover img {
    transform: rotate(180deg); /* 旋转360度 */
}

.banners {
    width: 100%;
}

.banners .banner {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners .banner .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banners .banner .swiper-wrapper .swiper-slide .ban-btn {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 65%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banners .banner .swiper-wrapper .swiper-slide .ban-btn a {
    background: #ffdd00;
    color: #000;
    border: 1px solid #ffdd00;
    font-size: 18px;
    border-radius: 30px;
    padding: 10px 40px;
    margin-right: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.banners .banner .swiper-wrapper .swiper-slide .ban-btn a.w {
    background: #fff;
}
.banners .banner .swiper-wrapper .swiper-slide .ban-btn a.w:hover {
    background: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.banners .banner .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banners .banner .swiper-pagination-banner {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 30px;
}

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

.banners .banner .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 5px;
    background: #ffffff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


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

.G-title .GT-name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 44px;
    /*font-weight: bold;*/
    letter-spacing: 4px;
    z-index: 2;
    width: 100%;
}
.G-title .GT-name .c-black {
    color: #000;
}
.G-title .GT-name i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    margin: 0 8px;
}
.G-title .GT-name .b {
    font-weight: bold;
}
.G-title .G-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.section-love {
    padding: 100px 0 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../image/bg-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-love .love {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.section-love .love .list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top: 50px;
}
.section-love .love .list .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: 2px solid #ddd;
}
.section-love .love .list .tag a {
    height: 50px;
    padding: 0 15px;
    font-size: 22px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.section-love .love .list .tag a.active {
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-love .love .list .tag a.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 4px;
    background: #363636;
}
.section-love .love .list .tag a:last-of-type {
    margin-right: 0;
}
.section-love .love .list .tag a img {
    margin-right: 10px;
    margin-top: -1px;
}

.section-love .love .love-swiper {
    height: 508px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}
.section-love .love .love-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.section-love .love .love-swiper .swiper-wrapper .swiper-slide .image {
    width: 780px;
    /*height: 510px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-love .love .love-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.section-love .love .love-swiper .swiper-wrapper .swiper-slide .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 520px;
}
.section-love .love .love-swiper .swiper-wrapper .swiper-slide .box .t {
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #000;
    margin-top: 70px;
    position: relative;
}
.section-love .love .love-swiper .swiper-wrapper .swiper-slide .box .t::before {
    position: absolute;
    left: 0;
    bottom: -35px;
    content: "";
    width: 50px;
    height: 3px;
    background: #ffdd00;
}
.section-love .love .love-swiper .swiper-wrapper .swiper-slide .box .intro {
    font-size: 20px;
    line-height: 36px;
    color: #222;
    margin-top: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.mt70 {
    margin-top: 70px;
}
.mt50 {
    margin-top: 50px;
}
.gl-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.gl-btn a {
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #ffdd00;
    background: #fff;
    color: #000;
    font-size: 18px;
    margin-right: 30px;
}
.gl-btn a.active {
    background: #ffdd00;
}
.gl-btn a:last-of-type {
    margin-right: 0;
}
.gl-btn a img {
    margin-left: 20px;
}

.section-product {
    padding: 100px 0;
    width: 100%;
    background: #FBFBFD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.product .t-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.product .t-box .t {
    font-size: 44px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product .t-box .t i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    margin: 0 8px;
}
.product .t-box .more-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.product .t-box .more-link span {
    font-size: 20px;
    color: #333;
    margin-right: 50px;
    cursor: pointer;
}
.product .t-box .more-link a {
    font-size: 20px;
    color: #333;
}
.product .t-box .more-link span.active,.product .t-box .more-link a:hover {
    font-weight: bold;
}
.product .lists {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top:40px;
}
.product .lists .item-box {
    width: 100%;
    display: none;
    flex-wrap: wrap;
}
.product .lists .item-box.active {
    display: flex;
}
.product .lists .item-box .item {
    width: calc((100% - 60px) / 3);
    height: 360px;
    position: relative;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.product .lists .item-box .item.long {
    width: calc((100% - 60px) / 3 * 2 + 30px);
}
.product .lists .item-box .item:nth-child(2),.product .lists .item-box .item:nth-child(5) {
    margin-right: 0;
}
.product .lists .item-box .item:nth-child(1),.product .lists .item-box .item:nth-child(2) {
    margin-bottom: 30px;
}
.product .lists .item-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product .lists .item-box .item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 58px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 20px 20px 10px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: none;
}
.product .lists .item-box .item:hover .info {
    height: 145px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgba(0,0,0,0.4);
}
.product .lists .item-box .item .info .t {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.product .lists .item-box .item .info .t::before {
    position: absolute;
    content: '';
    right: 0;
    top: 7px;
    background: url("../image/right1.png") center no-repeat;
    width: 0;
    height: 8px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
}
.product .lists .item-box .item:hover .info .t::before {
    width: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product .lists .item-box .item .info .t::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    background: #ffdd00;
    width: 0;
    height: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.product .lists .item-box .item:hover .info .t::after {
    width: 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.product .lists .item-box .item .info .intro {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.section-ad {
    padding: 40px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.section-ad.ad-bg-1 {
    background-image: url("../image/bg-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 267px;
}
.section-ad.ad-bg-3 {
   background: #ffdd00;
    padding: 50px 0;
}
.section-ad.ad-bg-4 {
    background-image: url("../image/ad-4-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ad {
    display: flex;
    align-items: center;
    justify-content:  flex-start;
}
.ad .item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 400px;
    width: 100%;
    margin-top: 54px;
}

.ad .item-box .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ad .item-box .item img {
    margin-right: 36px;
}
.ad .item-box .item .tg {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
}
.ad .item-box .item .tg span {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
.ad .item-box .item .tg h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 5px;
}
.ad .item-box .item .tg i {
    position: absolute;
    right: -14px;
    top: 3px;
    font-size: 20px;
    color: #fff;
}
.ad .item-box .item .tg em {
    position: absolute;
    right: -16px;
    top: 25px;
    font-size: 14px;
    color: #fff;
}
.ad .item-box .line {
    height: 120px;
    width: 2px;
    background: #fff;
}


.ad .box-info .info .c.cb {
    color: #000;
    font-size: 44px;
    font-weight: bold;
}
.ad .box-info .info .c em {
    color: #ff4000;
}
.ad .box-info .info .c1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
}
.ad .box-info .info .c1 .line {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 40px;
    font-size: 22px;
    letter-spacing: 2px;
    color: #fff;
}
.ad .box-info .info .c1 .line img {
    margin-right: 10px;
}
.ad .box-info .info .c2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
}

.ad .box-info .info .zx {
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 20px;
    border:1px solid #ff4000;
    color: #fff;
    background: #ff4000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.ad .box-info .info .zx:hover {
    border: 1px solid #333;
    background: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ad .box-info .info .zx:before{
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ad .box-info .info .zx1 {
    font-size: 16px;
    border-radius: 20px;
    padding: 10px 20px;
    border:1px solid #fff;
    color: #333;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.ad .box-info .info .zx1:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ad .box-info .info .zx1:before{
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ad .box-info .info .zx2 {
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 20px;
    border:1px solid #ff4000;
    color: #fff;
    background: #ff4000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    margin-right: 40px;
}
.ad .box-info .info .zx2:hover {
    border: 1px solid #333;
    background: #333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ad .box-info .info .zx2:before{
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ad .box-info .info .zx3 {
    font-size: 18px;
    border-radius: 20px;
    padding: 10px 20px;
    border:1px solid #ff4000;
    color: #ff4000;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
}
.ad .box-info .info .zx3:hover {
    border: 1px solid #333;
    background: #333;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.ad .box-info .info .zx3:before{
    animation: wipes 1.6s infinite;
    background-image: linear-gradient(45deg,#fff0 40%,#fff9,#fff0 60%);
    background-size: 300%;
    border-radius: 30px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


.ad .box-contact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ad .box-contact .l {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
}
.ad .box-contact .l .icon {
    margin-right: 15px;
}

.ad .box-contact .l .tels {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}
.ad .box-contact .qr {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.ad .box-contact .qr img {
    width:120px;
    height: 120px;
}
.ad .box-contact .qr span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    margin-top: 5px;
}
.ads {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.ads .t {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    letter-spacing: 4px;
}
.ads .t1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.ads .t1 .qr {
    width: 200px;
    height: 200px;
    margin-right: 30px;
}
.ads .t1 .t2 {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.ads .t1 .t2 h5 {
    font-size: 32px;
    color: #000;
    letter-spacing: 2px;
    font-weight: normal;
}
.ads .t1 .t2 h4 {
    font-size: 22px;
    margin-top: 15px;
    color: #000;
    letter-spacing: 2px;
    font-weight: normal;
}
.ads .t1 .t2 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 30px;
    border-radius: 30px;
    background: #1B1B1B;
    color: #ffdd00;
    font-size: 16px;
    margin-top:30px;
}
.ads .t1 .t2 .btn img {
    margin-left: 10px;
}

@keyframes wipes{0%{background-position:150% 150%}to{background-position:-150% -150%}}

.ads4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 100px ;
}
.ads4 .t {
    font-size: 42px;
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
}
.ads4 .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 51px;
    border-radius: 30px;
    background: #ffdd00;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}


.section-advantage {
    padding: 100px 0 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../image/bg-2.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.advantage {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.advantage .list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top: 50px;
}
.advantage .list .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 40px;
    box-shadow: 5px 6px 6px rgba(0,0,0,0.1);
}
.advantage .list .tag a {
    height: 54px;
    padding: 0 60px;
    font-size: 20px;
    color: #000;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.advantage .list .tag a.active {
    background: #333;
    color: #fff;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.advantage .advantage-swiper {
    /*height: 584px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    /*height: 584px;*/
    background: #fff;
    border-radius: 10px;
    padding: 2px 2px;
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide .image {
    width: 740px;
    /*height: 580px;*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 580px;
    margin-right: 20px;
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide .box .t {
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #000;
    margin-top: 70px;
    position: relative;
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide .box .intro {
    font-size: 22px;
    color: #222;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide .box .tags {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide .box .tags span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
    color: #666;
}
.advantage .advantage-swiper .swiper-wrapper .swiper-slide .box .tags span img {
    width: 20px;
    margin-right: 10px;
}

.section-work {
    padding: 100px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #FBFCFD;
}
.work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.work .list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top: 30px;
}
.work .list .tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.work .list .tag a {
    width: 180px;
    height: 180px;
    margin: 0 60px;
    border:2px solid #FBFCFD;
    background: #FBFCFD;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .list .tag a.active {
    border:2px solid #ffdd00;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work .list .tag a img {
    margin-bottom: 40px;
}
.work .list .tag a span {
    font-size: 22px;
    color: #333;
}
.work .list .tag a.active span {
    font-weight: bold;
}
.work .list .work-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top: 50px;
}
.work .list .work-box .work-item {
    display: flex;
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.work .list .work-box .work-item.active {
    height: auto !important;
    overflow: unset;
}
.work .list .work-box .work-swiper {
    width: 100%;
    height: 340px;
    overflow: hidden;
}
.work .list .work-box .work-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.work .list .work-box .work-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.work .list .work-box .work-swiper .swiper-wrapper .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 0;
    color:#fff;
    font-size:18px;
    text-align: center;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: rgba(0,0,0,0.5);
    width: 100%;
}
.work-item .swiper-button-next {
    right: -40px;
    left: unset;
    top: 50%;
    bottom: unset;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work-item .swiper-button-prev {
    left: -40px;
    right: unset;
    top: 50%;
    bottom: unset;
}
.work-item .swiper-button-next:after,.work-item .swiper-button-prev:after {
    font-size: 34px;
    font-weight: bold;
    color: #eee;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work-item .swiper-button-next:hover:after,.work-item .swiper-button-prev:hover:after {
    color: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.work-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-video {
    padding: 100px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #ECEFF6;
}
.video {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.video .video-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top:50px;
    position: relative;
}
.video .video-box .video-swiper {
    height: 550px;
    width: 100%;
    position: relative;
}
.video .video-box .video-swiper .swiper-slide {
    width: 880px;
    height: 550px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.video .video-box .video-swiper .swiper-slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.video .video-box .video-swiper .swiper-slide .icon {
    width: 172px;
    height: 172px;
    position: absolute;
    left: calc((100% - 172px) / 2);
    top: calc((100% - 172px) / 2);
    display: none;

}
.video .video-box .video-swiper .swiper-slide.swiper-slide-active {
    border: 2px solid #fff;
    border-radius: 10px;
}

.video .video-box .video-swiper .swiper-slide.swiper-slide-active .icon {
    display: inline-block;

}

.video .video-box .video-swiper .swiper-slide .name {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 20px;
    width: 100%;
    font-size: 18px;
    color: #fff;
}
.video .video-box .video-swiper .swiper-slide .name i {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.video-box .swiper-button-next {
    right: calc((100% - 1050px) / 2);
    left: unset;
    top: 50%;
    bottom: unset;
    width: 58px;
    background-image: url("../image/next.png");
    background-position: 0 -58px;
    background-repeat: no-repeat;
    height: 58px;
    border-radius: 50%;
}
.video-box .swiper-button-next:hover {
    background-position: -58px -58px;
}
.video-box .swiper-button-prev {
    left: calc((100% - 1050px) / 2);
    right: unset;
    top: 50%;
    bottom: unset;
    width: 58px;
    background-image: url("../image/next.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 58px;
    border-radius: 50%;
}
.video-box .swiper-button-prev:hover {
    background-position: -58px 0;
}
.video-box .swiper-button-next:after,.video-box .swiper-button-prev:after {
    display: none;
}

.section-abouts {
    padding: 100px 0 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
}
.abouts {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.abouts .box {
    width: calc(100% - 760px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.abouts .box .t {
    font-size: 44px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-top: 60px;
    color: #000;
    position: relative;
    width: 100%;
}
.abouts .box .t em {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 92px;
    letter-spacing: 0;
    color: #ddd;
    font-family: math;
    font-weight: bold;
    z-index: -1;
}
.abouts .box .t::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -43px;
    width: 60px;
    height: 4px;
    background: #000;
}
.abouts .box .intro {
    width: 100%;
    max-height:180px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 100px 0 40px;
    color: #111;
    line-height: 30px;
    font-size: 18px;
}
.abouts .box .more-link {
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #ffdd00;
    background: #ffdd00;
    color: #000;
    font-size: 18px;
    margin-right: 30px;
}
.abouts .box .more-link img {
    margin-left: 20px;
}

.abouts .about-image {
    width: 720px;
    height: 535px;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.abouts .about-image .lt {
    position: absolute;
    left: -4px;
    top: -4px;
    background: #ffdd00;
    width: 300px;
    height: 300px;
}
.abouts .about-image .rb {
    position: absolute;
    right: -4px;
    bottom: -4px;
    background: #ffdd00;
    width: 300px;
    height: 300px;
}
.abouts .about-image .about-swiper {
    width: 100%;
    height: 535px;
    overflow: hidden;
}
.abouts .about-image .about-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height: 535px;
    overflow: hidden;
}
.abouts .about-image .about-swiper.swiper-slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.abouts .swiper-pagination-about {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 20px;
}

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

.abouts .swiper-pagination-about .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.section-cert {
    padding: 100px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
}
.cert {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cert .t {
    font-size: 44px;
    letter-spacing: 4px;
    font-weight: bold;
    margin-top: 60px;
    color: #000;
    position: relative;
    width: 100%;
    z-index: 1;
}
.cert .t em {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 92px;
    letter-spacing: 0;
    color: #f9f9f9;
    font-family: math;
    font-weight: bold;
    z-index: -1;
}
.cert .cert-x {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.cert .cert-x .cert-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.section-cert .cert-swiper .swiper-wrapper .swiper-slide {
    width: 390px;
    height: 494px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.section-cert .cert-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 494px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.section-cert .cert-swiper .swiper-pagination-cert {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 0;
}
.section-cert .cert-swiper .swiper-pagination-cert .swiper-pagination-bullet{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 5px;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #BCBCBC;
    opacity : 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-cert .swiper-button-next {
    right: -40px;
    left: unset;
    top: 50%;
    bottom: unset;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-cert .swiper-button-prev {
    left: -40px;
    right: unset;
    top: 50%;
    bottom: unset;
}
.section-cert .swiper-button-next:after,.section-cert .swiper-button-prev:after {
    font-size: 34px;
    font-weight: bold;
    color: #eee;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-cert .swiper-button-next:hover:after,.section-cert .swiper-button-prev:hover:after {
    color: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-news {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.section-news .news {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.section-news .news .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-news .news .t h3 {
    font-size: 44px;
    color: #000;
    font-weight: bold;
    letter-spacing: 4px;
    position: relative;
    z-index: 1;
}
.section-news .news .t h3 em {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 92px;
    letter-spacing: 0;
    color: #ddd;
    font-family: math;
    font-weight: bold;
    z-index: -1;
}
.section-news .news .t .cate-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-news .news .t .cate-item a {
    font-size: 20px;
    color: #333;
    margin-right: 50px;
    cursor: pointer;
}
.section-news .news .t .cate-item a.active {
    font-weight: bold;
}

.section-news .news .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 60px;
}
.section-news .news .list .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc((100% - 30px) / 3);
    border: 1px solid #eee;
    border-radius: 10px;
    margin-right: 15px;
    padding-bottom: 20px;
}
.section-news .news .list .item:last-of-type {
    margin-right: 0;
}
.section-news .news .list .item .image {
    width: 100%;
    height: 320px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 10px 0 0;
}
.section-news .news .list .item .image img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-news .news .list .item:hover .image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-news .news .list .item .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #222;
    margin-top: 30px;
    padding: 0 10px;
    width: 100%;
}
.section-news .news .list .item .t {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
}
.section-news .news .list .item .t span {
    display: inline-block;
    width: calc(100% - 25px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.section-news .news .list .item .t em {
    width: 20px;
    height: 8px;
    background-image: url("../image/righ2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.section-news .news .list .item:hover .t span{
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.section-news .news .list .item:hover .t em {
    background-position: -20px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.section-news .news .list .item .intro {
    font-size: 14px;
    font-weight: normal;
    color: #222;
    width: 100%;
    margin-top:15px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 44px;
    padding: 0 10px;
}

.section-footers {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
    background-color: #1D1D1D;
    padding: 0;
    width: 100%;
}
.footer {
    padding: 30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footer .footer-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.footer .footer-menu .bo-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer .footer-menu .bo-logo .bottom-logo {
    width: 178px;
    height: 52px;
    background-image: url("../image/logo.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.footer .footer-menu .bo-logo .line {
    width:1px;
    height:25px;
    margin: 7px 15px 0;
    background: #fff;
}
.footer .footer-menu .bo-logo .name {
    font-size: 22px;
    color: #fff;
    margin-top: 5px;
}
.footer .bottom-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    margin:40px 0;
}
.footer .bottom-nav .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.footer .bottom-nav .box h1 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer .bottom-nav .box a,.footer .bottom-nav .box span {
    font-size: 16px;
    color: rgba(255,255,255,0.7);
    margin-top:20px;
}
.footer .bottom-nav .box a:hover {
    color: #ffdd00;
}
.footer .bottom-nav .bottom-scan {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.footer .bottom-nav .bottom-scan .scan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footer .bottom-nav .bottom-scan .scan img {
    width: 120px;
    height: 120px;
}
.footer .bottom-nav .bottom-scan .scan:first-of-type {
    margin-right: 30px;
}
.footer .bottom-nav .bottom-scan .scan span {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-top: 10px;
}
.section-links {
    padding: 0 0;
    width: 100%;
}
.links {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    line-height: 40px;
    height: 40px;
    position: relative;
    padding-right: 30px;
    overflow: hidden;
}
.links.active {
    height: auto !important;
}
.links .shows {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    cursor: pointer;
}
.links .shows em {
    margin-left: 5px;
    width: 14px;
    height: 10px;
    background-image: url("../image/up.png");
    background-repeat: no-repeat;
    background-position: 0 -9px;
}
.links.active .shows em {
    background-position: 0 0;
}
.links .lab {
    font-size: 16px;
    color: #fff;
}
.links a {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin-right: 30px;
}
.links a:hover {
    color: #ffdd00;
}

.section-copyright {
    padding: 10px 0;
    background: #212121;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.copyright .cov {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    line-height: 24px;
    width: 100%;
}
.copyright .cov a {
    color:rgba(255,255,255,0.7);
}
.copyright .cov a:hover {
    color: #ffdd00;
}
.copyright .cov p {
    margin-right: 40px;
}
.copyright .cov p:last-of-type {
    margin-right: 0;
}
#toolbar {
    position: fixed;
    z-index: 99999999;
    right: 30px;
    top: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
#toolbar .tool-logo {
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 3px;
    position: relative;
}
#toolbar .tool-logo::before {
    content: "";
    border: 1px solid #ffdd00;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: contact-img-box 2s linear infinite;
}
#toolbar .tool-logo span {
    font-size: 12px;
    color: #000;
    background: #ffdd00;
    padding: 5px 0;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
@keyframes contact-img-box {
    0% {
        scale: 1.0;
        opacity: .5
    }

    50% {
        scale: 1.15;
        opacity: .2
    }

    to {
        scale: 1.3;
        opacity: 0
    }
}
#toolbar .tool-logo img {
    width: 100%;
}
#toolbar .tool-box {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 72px;
    height: 173px;
    box-sizing: border-box;
    padding: 29px 0;
    background-color: #FFFFFF;
    border-radius: 35px;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%);

}
#toolbar .tool-box .tb-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    cursor: pointer;
    position: relative;
}
#toolbar .tool-box .tb-box:first-of-type {
    /*padding-bottom: 20px;*/
    /*border-bottom: 1px solid #F7F7F7;*/
}
#toolbar .tool-box .tb-box img {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}
#toolbar .tool-box .tb-box .span {
    color: #3D3D3D;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
#toolbar .lxx {
    margin-top: 12px;
    width: 72px;
    height: 70px;
    cursor: pointer;
}
#toolbar .lxx img {
    width: 100%;
    height: 100%;
    transition: transform 0.06s ease;
    animation: pulse2 1s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes pulse2 {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
#toolbar .backtop {
    cursor: pointer;
    width: 72px;
    height: 39px;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: fixed;
    bottom: 80px;
    right: calc((100% - 1400px) / 2 - 120px)
    
}
#toolbar .backtop .span {
    color: #3D3D3D;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    width: 34px;
    text-align: center;
    margin-top: 3px;
}
#toolbar .backtop.no-back {
    display: none;
}

#toolbar .tb-box .ewm-box {
    position: absolute;
    right: -200px;
    top: -40px;
    /*width: 130px;*/
    height: 130px;
 
    
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
}
#toolbar .tb-box .ewm-box .exb{
    width: 130px;
    height: 130px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
#toolbar .tb-box.wx:hover .ewm-box {
    opacity: 1;
    /*left:-129px;*/
    padding-right:280px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index:1;
}

#toolbar .tb-box .ewm-box img {
    width: 120px;
    height: 120px;
    margin: 0;
}
#toolbar .tb-box .wz {
    position: absolute;
    right: -200px;
    top: 0;
    /*width: 180px;*/
    height: 44px;
  
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
#toolbar .tb-box .wz .exb {
    width: 180px;
    height: 44px;
    background: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
#toolbar .tb-box.tel:hover .wz {
    opacity: 1;
    /*left:-179px;*/
    padding-right:279px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index:1;
}

.page-banners .page-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 100%;
    position: relative;
    margin-top: 72px;
}
.page-banners .page-banner .image {
    width: auto;
    max-width: 100%;
}
.section-position {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
}
.page-position {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto;

}
.page-position .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-position .icon-home {
    margin-right: 5px;
    margin-top: -3px;
}
.page-position span {
    color: #000;
    font-size: 14px;
}
.page-position a {
    font-size: 14px;
    color: #888;
}
.page-position a:hover {
    color: #ffdd00;
}
.page-position .hot {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.page-position .hot span {
    color: #000;
    font-size: 14px;
}
.page-position .hot a {
    color: #888;
    font-size: 14px;
}
.page-position .hot a:hover {
    color: #ffdd00;
}
.page-position .hot em {
    width: 1px;
    height: 12px;
    background: #eee;
    margin: 0 10px;
}

.cons {
    padding: 60px 0;
    background: #F3F5FB;
}

.solution {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.solution .case-cate-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 0px);
    padding: 20px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: #fff;
    border-radius: 5px;
}
.solution .case-cate-box .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    /*margin-bottom: 20px;*/
}
.solution .case-cate-box .box:last-of-type {
    margin-bottom: 0;
}
.solution .case-cate-box .box .name {
    width: 60px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-top:20px;
}
.solution .case-cate-box .box .name.w100 {
    width: 100px;
}
.solution .case-cate-box .box .list {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
}
.solution .case-cate-box .box .list.w100 {
    width: calc(100% - 100px);
}
.solution .case-cate-box .box .list a {
    font-size: 15px;
    color: #000;
    border-radius: 20px;
    margin-top: 15px;
    padding: 6px 20px;
    margin-right: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.solution .case-cate-box .box .list a.active,.solution .case-cate-box .box .list a:hover {
    background: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.solution .lists {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.solution .lists .item {
    width: calc((100% - 60px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.solution .lists .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.solution .lists .item:nth-child(3n){
    margin-right: 0;
}
.solution .lists .item .image {
    width: 100%;
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.solution .lists .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 5px 5px 0 0;
}
.solution .lists .item:hover .image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.solution .lists.video-lists .item .image {
    position: relative;
}
.solution .lists.video-lists .item .image:before {
    content: '';
    position: absolute;
    left: calc((100% - 172px) / 2);
    top: calc((100% - 172px) / 2);
    width: 172px;
    height: 172px;
    background: url("../image/play.png") center no-repeat;
    z-index: 1;
}
.solution .lists.video-lists .item:hover .image:before {
    content: '';
    display: none;
}

.solution .lists .item .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    margin-top: 20px;
}
.solution .lists .item .time i {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background: url("../image/time.png") no-repeat center;
}
.solution .lists .item .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 30px;
}
.solution .lists.video-lists .item .name {
    margin-top:30px
}
.solution .lists .item .name span {
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: calc(100% - 30px);
}
.solution .lists .item:hover .name span {
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.solution .lists .item .name i {
    width: 20px;
    height: 8px;
    background-image: url("../image/righ2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.solution .lists .item:hover .name i {
    background-position: -20px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.solution .video-cate-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.solution .video-cate-box a {
    color: #000;
    font-size: 24px;
    background: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    margin-right: 40px;
}
.solution .video-cate-box a:last-of-type {
    margin-right: 0;
}
.solution .video-cate-box a:hover,.solution .video-cate-box a.active {
    background: #ffdd00;
}
.section-about-s {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../image/bg-about.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-s {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.ttm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 30px;
}
.about-s .tt,.ttm .tt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: #000;
    font-weight: bold;
}
.about-s .tt.mt130 {
    margin-top: 130px;
}
.about-s .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.about-s .box .intros {
    width: calc(100% - 740px);
    height: 535px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #333;
    line-height: 36px;
    font-size: 16px;
    padding-right: 10px;
}
/* 鏀瑰彉鏁翠釜婊氬姩鏉＄殑瀹藉害 */
.about-s .box .intros::-webkit-scrollbar {
    width: 5px;
}
/* 鏀瑰彉婊氬姩鏉¤建閬撶殑棰滆壊 */
.about-s .box .intros::-webkit-scrollbar-track {
    background: #f5f5f5;
}

/* 鏀瑰彉婊氬姩鏉℃粦鍧楃殑棰滆壊 */
.about-s .box .intros::-webkit-scrollbar-thumb {
    background: #ffdd00;
}

/* 褰撴粦鍧楄婵€娲伙紙鐢ㄦ埛姝ｅ湪鎷栧姩瀹冿級鏃剁殑棰滆壊 */
.about-s .box .intros::-webkit-scrollbar-thumb:hover {
    background: #ff4100;
}
.about-s .box .image {
    width: 720px;
    height: 535px;
}
.about-s .box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-s .ys-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
}
.about-s .ys-box .item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 30px 20px;
    width: 680px;
    margin-right: calc(100% - 1360px);
    margin-top: 40px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.about-s .ys-box .item:nth-child(2n){
    margin-right: 0;
}
.about-s .ys-box .item img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
}
.about-s .ys-box .item .info {
    width: calc(100% - 65px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.about-s .ys-box .item .info h6 {
    font-size: 20px;
    font-weight: bold;
    color: #000;

}
.about-s .ys-box .item .info span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    line-height: 28px;
    margin-top: 10px;
    font-size: 16px;
    color: #111;
}

.team {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    width: 100%;
}
.team .team-swiper {
    /*height: 260px;*/
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    padding-bottom: 100px;
}
.team .team-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 260px;
}
.team .team-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.team .team-swiper .swiper-wrapper .swiper-slide .team-info {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.team .team-swiper .swiper-wrapper .swiper-slide .team-info .icon {
    margin-right: 5px;
    margin-top: -3px;
}
.team .team-swiper .swiper-wrapper .swiper-slide .team-info {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.team .swiper-button-next {
    right: calc(100% / 2 - 50px);
    left: unset;
    top: calc(100% - 10px);
    bottom: unset;
    width: 45px;
    height: 45px;
    background: #fff;
    border:1px solid #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team .swiper-button-prev {
    left: calc(100% / 2 - 50px);
    right: unset;
    top: calc(100% - 10px);
    bottom: unset;
    width: 45px;
    height: 45px;
    background: #fff;
    border:1px solid #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team .swiper-button-prev:hover,.team .swiper-button-next:hover {
    background: #ffdd00;
    border:1px solid #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.team .swiper-button-next:after,.team .swiper-button-prev:after {
    font-size: 18px;
    color: #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.team .swiper-button-next:hover:after,.team  .swiper-button-prev:hover:after {
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section-works {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../image/bg-work.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.works {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.works .tt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: #000;
    font-weight: bold;
}
.works .works-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    margin-top: 50px;
}
.works .works-nav .item {
    width: 25%;
    border-right: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 22px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}
.works .works-nav .item.active {
    background: #ffdd00;
    border-right: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.works .works-nav .item.active:before{
    content: '';
    position: absolute;
    left: calc((100% - 8px) / 2);
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.works .works-nav .item:last-of-type {
    border-right: none;
}
.works .works-nav .item img {
    margin-right: 15px;
}
.works .item-box {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.works .item-box .lists {
    display: none;
    flex-wrap: wrap;
    width: 100%;
}
.works .item-box .lists.active {
    display: flex;
}
.works .item-box .lists .item {
    width: calc((100% - 60px) / 3);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}
.works .item-box .lists .item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.works .item-box .lists .item:nth-child(3n){
    margin-right: 0;
}
.works .item-box .lists .item .image {
    width: 100%;
    height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.works .item-box .lists .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 5px 5px 0 0;
}
.works .item-box .lists .item:hover .image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.works .item-box .lists .item .time {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    margin-top: 20px;
}
.works .item-box .lists .item .time i {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background: url("../image/time.png") no-repeat center;
}
.works .item-box .lists .item .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 30px;
}
.works .item-box .lists .item .name span {
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: calc(100% - 30px);
}
.works .item-box .lists .item:hover .name span {
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.works .item-box .lists .item .name i {
    width: 20px;
    height: 8px;
    background-image: url("../image/righ2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.works .item-box .lists .item:hover .name i {
    background-position: -20px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.works .item-box .lists .works-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.works .item-box .lists .works-more a {
    color: #000;
    font-size: 16px;
    background: #ffdd00;
    border-radius: 30px;
    padding: 10px 40px;
    margin-top: 15px;
}
.section-certs {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-image: url("../image/bg-cert.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.certs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.certs .tt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px;
    color: #000;
    font-weight: bold;
}
.certs .tt.t80 {
    margin-top: 80px;
}
.certs .certs-swiper {
    height: 585px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    padding-bottom: 105px;
}
.certs .certs-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.certs .certs-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.certs .certs-swiper .swiper-wrapper .swiper-slide .name {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.certs .certs-swiper .swiper-pagination-certs{
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 0;
}
.certs .certs-swiper .swiper-pagination-certs  .swiper-pagination-bullet{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 5px;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #BCBCBC;
    opacity : 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.certs .certs-swiper .swiper-pagination-certs  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.certs .certs-swiper .swiper-button-next {
    right: calc(100% / 2 - 50px);
    left: unset;
    top: calc(100% - 25px);
    bottom: unset;
    width: 45px;
    height: 45px;
    background: #fff;
    border:1px solid #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.certs .certs-swiper .swiper-button-prev {
    left: calc(100% / 2 - 50px);
    right: unset;
    top: calc(100% - 25px);
    bottom: unset;
    width: 45px;
    height: 45px;
    background: #fff;
    border:1px solid #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.certs .certs-swiper .swiper-button-prev:hover,.certs .certs-swiper .swiper-button-next:hover {
    background: #ffdd00;
    border:1px solid #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.certs .certs-swiper .swiper-button-next:after,.certs .certs-swiper .swiper-button-prev:after {
    font-size: 18px;
    color: #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.certs .certs-swiper .swiper-button-next:hover:after,.certs .certs-swiper .swiper-button-prev:hover:after {
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.brand-box {
    background: #EEF4FE;
    padding: 50px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top: 50px;
}
.brand-box .brand-swiper {
    height: 80px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.brand-box .mt20 {
    margin-top: 20px;
}
.brand-box .brand-swiper .swiper-wrapper{
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.brand-box .brand-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.brand-box .brand-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height:80px;
    object-fit: cover;
    border-radius: 5px;
}

.modalx {
    display: none; /* 默认隐藏模态 */
    position: fixed; /* 固定定位 */
    z-index: 99999; /* 置于顶层 */
    left: 0;
    top: 0;
    width: 100%; /* 全宽 */
    height:100vh; /* 全高 */
    overflow: auto; /* 如果需要滚动条 */
    background-color: rgb(0,0,0); /* 背景颜色 */
    background-color: rgba(0,0,0,0.4); /* 背景颜色，带透明度 */
}

.modalx-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% 从顶部和自动水平居中 */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* 可根据需要调整宽度 */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.closex {
    color: #fff;
    font-size: 22px;
    /* font-weight: bold; */
    position: absolute;
    right: -13px;
    top: -10px;
    background: #000;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9;
}

.closex:hover,
.closex:focus {
    color: #ffdd00;
    text-decoration: none;
    cursor: pointer;
}



































.section-history {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #F6F8FA;
    padding: 40px 0;
}
.history {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.history .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.history .item .t {
    display: flex;
    align-items: center;
    justify-content: center;
}
.history .item .t span {
    font-size: 44px;
    font-weight: bold;
    color: #ff4000;
}
.history .item .t em {
    font-size: 12px;
    font-weight: lighter;
    color: #ff4000;
    margin-top: 10px;
}
.history .item .n {
    font-size:16px;
    color: #000;
    margin-top: 15px;
}
.history .line {
    width: 1px;
    height: 60px;
    background: #D6D6D6;
    position: relative;
}
.history .line:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width:1px;
    height: 25px;
    background: #ff4000;
}

.section-laboratory {
    padding: 70px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
}
.laboratory {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.laboratory .laboratory-swiper {
    height: 380px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    padding-bottom: 30px;
}
.laboratory .laboratory-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.laboratory .laboratory-swiper .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 350px;
    object-fit: cover;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.laboratory .laboratory-swiper .swiper-pagination-laboratory ,.laboratory .laboratory-swiper .swiper-pagination-factory {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 0;
}
.laboratory .laboratory-swiper .swiper-pagination-laboratory  .swiper-pagination-bullet,.laboratory .laboratory-swiper .swiper-pagination-factory  .swiper-pagination-bullet{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 5px;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #BCBCBC;
    opacity : 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laboratory .laboratory-swiper .swiper-pagination-laboratory  .swiper-pagination-bullet.swiper-pagination-bullet-active,.laboratory .laboratory-swiper .swiper-pagination-factory  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: none;
    border: 2px solid #ff4000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laboratory .swiper-button-next {
    right: -50px;
    left: unset;
    top: calc(50% + 50px);
    bottom: unset;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laboratory .swiper-button-prev {
    left: -50px;
    right: unset;
    top: calc(50% + 50px);
    bottom: unset;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laboratory .swiper-button-prev:hover,.laboratory .swiper-button-next:hover {
    background: #ff4000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.laboratory .swiper-button-next:after,.laboratory .swiper-button-prev:after {
    font-size: 18px;
    color: #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.laboratory .swiper-button-next:hover:after,.laboratory  .swiper-button-prev:hover:after {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}





.section-lianxi {
    padding: 70px 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #fff;
}
.lianxi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.lianxi .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 60px;
}
.lianxi .box .lx {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.lianxi .box .lx .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    min-width: 480px;
    letter-spacing: 3px;
}
.lianxi .box .lx .item img {
    margin-right: 10px;
}
.lianxi .box .qr {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.lianxi .box .qr .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.lianxi .box .qr .item:first-of-type {
    margin-right: 40px;
}
.lianxi .box .qr .item img {
    width: 166px;
    height: 166px;
}
.lianxi .box .qr .item span {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.cons.white {
    background: #fff;
}
.cons .con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}
.cons .con .page-menus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 300px;
    /*margin-right: 40px;*/
}

.cons .con .page-menus .nav {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-bottom: 20px;
}
.cons .con .page-menus .nav .nav-title {
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../image/pbg.png");
    border-radius: 10px 10px 0 0;
}
.cons .con .page-menus .nav .nav-title img {
    margin-right: 10px;
}
.cons .con .page-menus .nav .nav-title .inf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cons .con .page-menus .nav .nav-title .inf h3 {
    font-size: 34px;
    font-weight: bold;
    color: #ffdd00;
    letter-spacing: 2px;
}
.cons .con .page-menus .nav .nav-title .inf span {
    font-size: 14px;
    font-weight: bold;
    color: #ffdd00;
}
.cons .con .page-menus .nav  .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border: 1px solid #eee;
}
.cons .con .page-menus .nav .list:first-of-type {
    padding-top: 10px;
}
.cons .con .page-menus .nav .list:last-of-type {
    margin-bottom: 15px;
}
.cons .con .page-menus .nav .list .cate {
    padding: 15px 15px 15px 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eee;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.cons .con .page-menus .nav .list .children {
    padding: 15px 15px 15px 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed #eee;
    font-size: 16px;
    color: #000;
}
.cons .con .page-menus .nav .list .children img {
    margin-right: 20px;
}
.cons .con .page-menus .nav .list .children:hover {
    background: #ffdd00;
    border-bottom: 1px solid #ffdd00;
}
.cons .con .page-menus .nav .list .children:last-of-type {
    border-bottom: none !important;
}
.cons .con .page-menus .nav .title {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffdd00;
    letter-spacing: 2px;
    background: url("../image/pbg.png");
}
.cons .con .page-menus .nav .title img{
    margin-right: 10px;
}
.cons .con .page-menus .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-bottom: 20px;
}
.cons .con .page-menus .boxs .title {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffdd00;
    letter-spacing: 2px;
    background: url("../image/pbg.png");
}
.cons .con .page-menus .boxs .title img{
    margin-right: 10px;
}
.cons .con .page-menus .boxs .pros {
    border: 1px solid #eee;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0 20px;
}
.cons .con .page-menus .boxs .pros a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #ffdd00;
    margin: 15px 0;
}
.cons .con .page-menus .boxs .pros a .image {
    width: 100%;
    height: 258px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cons .con .page-menus .boxs .pros a .image img {
    width: 100%;
    height: 100%;
}
.cons .con .page-menus .boxs .pros a .name {
    padding:10px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E3E4E6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .page-menus .boxs .pros a .name span {
    font-size: 14px;
    text-align: center;
    color: #000;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .page-menus .boxs .pros a .name i {
    display: none;
    width:31px;
    height: 13px;
    background: url("../image/n-jt.png") center no-repeat;
}

.cons .con .page-menus .boxs .pros a:hover .name {
    background: #ffdd00;
    justify-content: space-between;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .page-menus .boxs .pros a:hover .name span {
    width: calc(100% - 36px);
    text-align: left;
}
.cons .con .page-menus .boxs .pros a:hover .name i {
    display: inline-block;
}
.cons .con .page-menus .boxs .n-news {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 15px 15px;
    border: 1px solid #ddd;
}
.cons .con .page-menus .boxs .n-news a {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
    position: relative;
    line-height: 32px;
    font-size: 15px;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .page-menus .boxs .n-news a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    left: 0;
    top: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .page-menus .boxs .n-news a:hover {
    color: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .page-menus .boxs .n-news a:hover:before {
    background: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .page-menus .boxs .contact {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 15px 15px;
    border: 1px solid #ddd;
}
.cons .con .page-menus .boxs .contact .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #000;
    width: 100%;
    padding: 15px 0;
}
.cons .con .details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 340px);
}
.cons .con .details .pro-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border: 1px solid #ddd;
}
.cons .con .details .pro-list .pro-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cons .con .details .pro-list .pro-menu span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 44px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    position: relative;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-list .pro-menu span.active {
    background: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-list .pro-menu span.active:before {
    content: '';
    position: absolute;
    left: calc((100% - 8px) / 2);
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-list .list {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    border-top: none;
    padding: 20px 20px;
}
.cons .con .details .pro-list .list.active {
    display: flex;
}
.cons .con .details .pro-list .list .item {
    width: 320px;
    margin-right: calc((100% - 960px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-list .list .item:nth-child(3n){
    margin-right: 0;
}
.cons .con .details .pro-list .list .item:hover {
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    /*-webkit-transition: all .5s;*/
    /*-o-transition: all .5s;*/
    /*transition: all .5s;*/
}
.cons .con .details .pro-list .list .item .image {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border:1px solid #eee;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-list .list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .list .item:hover .image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .list .item .name {
    height: 36px;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: 10px;
}
.cons .con .details .pro-list .list .item:hover .name {
    justify-content: space-between;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #ffdd00;
}
.cons .con .details .pro-list .list .item .name .text {
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #000;
}
.cons .con .details .pro-list .list .item:hover .name .text {
    width:calc(100% - 36px);
    text-align: left;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-list .list .item .name i {
    width: 31px;
    display: none;
    height: 13px;
    background-image: url("../image/n-jt.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cons .con .details .pro-list .item:hover .name i {
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cons .con .details .gb-box {
    width: 100%;
    border: 1px solid #ddd;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-top: 20px;
}
.cons .con .details .gb-title {
    width: 100%;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(../image/pbg.png);
}
.cons .con .details .gb-title .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 24px;
    font-weight: bold;
    color: #ffdd00;
    letter-spacing: 2px;
    position: relative;
}
.cons .con .details .gb-title .left.lt:before {
    position: absolute;
    content: "";
    left: -25px;
    top: -10px;
    width: 8px;
    height: 44px;
    background: #ffdd00;
}
.cons .con .details .gb-title .left img {
    margin-right: 10px;
}
.cons .con .details .gb-title a {
    font-size: 16px;
    color: #ffdd00;
}
.cons .con .details .gl-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border-top: none;
    padding: 25px 25px;
}
.cons .con .details .gl-contact .glc-info {
    border:1px solid #eee;
    border-radius: 5px;
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(50% - 15px);
    height:350px;
}
.cons .con .details .gl-contact .glc-info .glc-title {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.cons .con .details .gl-contact .glc-info .glc-title h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}
.cons .con .details .gl-contact .glc-info .glc-title span {
    font-size: 12px;
    color: #999;
    margin-top: 18px;
}
.cons .con .details .gl-contact .glc-info .glc-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.cons .con .details .gl-contact .glc-info .glc-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    color: #000;
    margin-top:20px;
    margin-bottom: 10px;
}
.cons .con .details .gl-contact .glc-info .glc-line:first-of-type {
    margin-top: 10px;
}
.cons .con .details .gl-contact .glc-info .glc-line img {
    margin-right: 10px;
}
.cons .con .details .gl-contact .glc-info .glc-form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top:10px;
}
.cons .con .details .gl-contact .glc-info .form-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
}
.cons .con .details .gl-contact .glc-info .form-line input {
    outline: none;
    border: 1px solid #eee;
    height: 40px;
    line-height: 40px;
    padding:0 10px;
    font-size: 16px;
    background: #f8f8f8;
    width: 100%;
}
.cons .con .details .gl-contact .glc-info .form-line textarea {
    outline: none;
    border: 1px solid #eee;
    height: 70px;
    line-height: 24px;
    padding:10px 10px;
    font-size: 16px;
    width: 100%;
    background: #f8f8f8;
}
.cons .con .details .gl-contact .glc-info .form-line .form-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    background: #ffdd00;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cons .con .details .gl-contact .glc-info .form-line .form-btn:hover {
    background: #333;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cons .con .details .gb-box .guanlian-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-top: none;
    padding: 20px 20px;
}
.cons .con .details .gb-box .guanlian-list .item {
    width: 320px;
    margin-right: calc((100% - 960px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .gb-box .guanlian-list .item:nth-child(3n){
    margin-right: 0;
}
.cons .con .details .gb-box .guanlian-list .item .image {
    width: 100%;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border:1px solid #eee;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .gb-box .guanlian-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gb-box .guanlian-list .item:hover .image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gb-box .guanlian-list .item .name {
    height: 36px;
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-top: 10px;
}
.cons .con .details .gb-box .guanlian-list .item:hover .name {
    justify-content: space-between;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #ffdd00;
}
.cons .con .details .gb-box .guanlian-list .item .name .text {
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:16px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    color: #000;
}
.cons .con .details .gb-box .guanlian-list .item:hover .name .text {
    width:calc(100% - 36px);
    text-align: left;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .gb-box .guanlian-list .item .name i {
    width: 31px;
    display: none;
    height: 13px;
    background-image: url("../image/n-jt.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cons .con .details .gb-box .guanlian-list .item:hover .name i {
    display: inline-block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cons .con .details .gb-box .gl-new-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 20px ;
}
.cons .con .details .gb-box .gl-new-list .newsx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 15px;
}
.cons .con .details .gb-box .gl-new-list .newsx:nth-child(2n){
    margin-right: 0;
}
.cons .con .details .gb-box .gl-new-list .newsx .text {
    width: calc(100% - 100px);
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    padding-left:25px;
}
.cons .con .details .gb-box .gl-new-list .newsx .text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 7px;
    height: 7px;
    background: #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 50%;
}
.cons .con .details .gb-box .gl-new-list .newsx:hover .text:before {
    background: #ffdd00;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gb-box .gl-new-list .newsx .time {
    text-align: right;
    width:100px;
    font-size: 15px;
    color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gb-box .gl-new-list .newsx:hover .text {
    font-weight: bold;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gb-box .gl-new-list .newsx:hover .time {
    font-weight: bold;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.comment-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    /*border: 1px solid #ddd;*/
    border-top: none;
    padding: 20px 20px
}
.comment-list .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.comment-list .item:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.comment-list .item .nick_name {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #888;
    margin-bottom: 15px;
}
.comment-list .item .nick_name span {
    margin-right: 40px;
}
.comment-list .item .nick_name span.n {
    position: relative;
    padding-left: 20px;
}
.comment-list .item .nick_name span.n:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
}
.comment-list .item .intro {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    color: #333;
    line-height: 24px;
}
.comment-list .item .reply {
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    color: #000;
    margin-top: 20px;
    border: 1px dashed #ddd;
    padding:10px 10px;
    background: #f8f8f8;
}
.comment-list .item .reply .n {
    width:100px;
    line-height: 24px;
    color: #555;
}
.comment-list .item .reply .c {
    width:calc(100% - 100px);
    line-height: 24px;
}
.comment-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border-top: none;
    padding: 20px 20px
}
.comment-box form {
    width: 100%;
}
.comment-box .control {
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-radius: 5px;
    background: #f8f8f8;
    outline: none;
    width: 100%;
}
.comment-box .comment-code {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-top:10px;
}
.comment-box .comment-code .codes {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.comment-box .comment-code .codes .code {
    width: 150px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    outline: none;
    margin-right: 20px;
}
.comment-box .comment-code .codes .codeimg {
    height:30px;
    cursor: pointer;
}
.comment-box .comment-code .p {
    font-size:12px;
    color: #888;
    height: 30px;
    line-height: 30px;
}
.comment-box .comment-btn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width:100%;
}
.comment-box .comment-btn button {
    font-size: 16px;
    padding: 8px 30px;
    background: #999;
    color: #fff;
    border: 1px solid #999;
    cursor: pointer;
}
.comment-box .comment-btn button:first-of-type {
    margin-right: 20px;
}
.comment-box .comment-btn button.submit {
    background: #ffdd00;
    color: #000;
    border: 1px solid #ffdd00;
}















































.cons .con .details .s-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    border: 1px solid #ddd;
}
.cons .con .details .s-content .sm-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    color: #000;
    font-weight: bold;
    padding: 30px 20px;
    border-bottom: 1px dashed #eee;
    width: 100%;
}
.cons .con .details .s-content .sm-tag {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px dashed #eee;
}
.cons .con .details .s-content .sm-tag .tags {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:14px;
    color: #777;
}
.cons .con .details .s-content .sm-tag .tags .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.cons .con .details .s-content .sm-tag .tags .item img {
    margin-right: 5px;
}
.cons .con .details .s-content .sm-tag .re-btn {
    color: #888;
    font-size: 14px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
}
.cons .con .details .s-content .sm-tag .re-btn img {
    margin-left: 5px;
}
.cons .con .details .s-content .cp-body {
    padding: 0 20px;
}

.pgx {
    background: #F7F7F7;
    font-size: 14px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 18px;
    margin-top: 30px;

}


.cons .con .details .pro-detail {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.cons .con .details .pro-detail .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #ddd;
    padding: 50px 50px;
}
.cons .con .details .pro-detail .boxs .show-thumb {
    height: 450px;
    width: 450px;
    overflow: hidden;
    position: relative;
}
.cons .con .details .pro-detail .boxs .show-thumb .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.cons .con .details .pro-detail .boxs .show-thumb .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cons .con .details .pro-detail .boxs .show-thumb .swiper-button-next {
    right: 10px;
    left: unset;
    top: 50%;
    bottom: unset;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-detail .boxs .show-thumb .swiper-button-prev {
    left: 10px;
    right: unset;
    top: 50%;
    bottom: unset;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-detail .boxs .show-thumb .swiper-button-next:after,.cons .con .details .pro-detail .boxs .show-thumb .swiper-button-prev:after {
    font-size: 20px;
    color: #eee;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .pro-detail .boxs .show-thumb .swiper-button-next:hover:after,.cons .con .details .pro-detail .boxs .show-thumb .swiper-button-prev:hover:after {
    color: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}



.pro-info {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 500px);
}
.pro-info .tit {
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px dashed #eee;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pro-info .intro {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    max-height: 240px;
    overflow: hidden;
}
.cpdh {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
}
.cpdh a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #000;
    background: #F7F7F7;
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 40px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    cursor: pointer;
}
.cpdh a img {
    margin-right:15px;
}
.cpdh a.message {
    background: #ffdd00;
    color: #000;
    font-size:18px;
}
.cp-body {
    margin-top: 20px;
    
    width: 100%;
    border: 1px solid #ddd;
}
.cp-body .cp-body-content {
    padding: 20px 20px;
    line-height: 28px;
    width: 100%;
}
.cp-body img {
    max-width: 100%;
}
.cp-body .downs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.cp-body .downs a {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 15px;
    background: #ff4000;
    border-radius: 30px;
    width: 170px;
}
.cp-body .downs a:hover {
    background: #333;
}
.cp-body .downs img {
    width: 16px;
    margin-left: 5px;
}
.cons .con .details .news-detail {
    width: 100%;
}
.cons .con .details .d-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #222;
    margin-top: 30px;
}
.cons .con .details .d-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #888;
    font-size: 14px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 20px;
}
.cons .con .details .d-tag span {
    margin-right: 20px;
}
.cons .con .details .detail {
    margin: 40px 0;
    line-height: 36px;
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
}
.cons .con .details .detail img {
    max-width: 100%;
}
.gduo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.gduo .pg {
    width: 48%;
}

.cons .con .details .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.cons .con .details .title h1 {
    font-size:28px;
    font-weight: bold;
    color: #333;
}
.cons .con .details .title .line {
    width: 400px;
    height: 1px;
    position: relative;
    background-color: #ddd;
    margin: 15px 0;
}
.cons .con .details .title .line em {
    position: absolute;
    width: 20px;
    height: 5px;
    border: 1px solid #0984D1;
    left: calc((100% - 22px) / 2);
    top: -2px;
}
.cons .con .details .title h6 {
    font-size: 15px;
    color: #ccc;
}
.cons .con .details .page-about {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    margin-top: 20px;
}
.cons .con .details .video-box {
    margin: 50px 0;
}
.cons .con .details .wenhua {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cons .con .details .page-about-info {
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color: #F4F4F4;
    border-radius: 5px;
    box-shadow:  0 0 5px #ccc;
    padding: 20px 20px;
}
.cons .con .details .page-about-info .box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cons .con .details .page-about-info .box .num {
    font-size: 64px;
    font-weight: bold;
    color: #0984D1;
    margin-right: 5px;
}
.cons .con .details .page-about-info .box .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cons .con .details .page-about-info .box .text em {
    font-size: 18px;
    font-weight: bold;
    color: #0984D1;
}
.cons .con .details .page-about-info .box .text span {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-top: 5px;
}
.cons .con .details .page-about-info .xie {
    position: relative;
    height: 50px;
    width: 2px;
}
.cons .con .details .page-about-info .xie::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px; /* 鏂滅嚎鐨勭矖缁� */
    background-color: #0984D1; /* 鏂滅嚎鐨勯鑹� */
    transform: rotate(-345deg); /* 鏃嬭浆瑙掑害锛屾牴鎹渶瑕佽皟鏁� */
    transform-origin: left top; /* 鏃嬭浆鐨勫熀鐐� */
}
.cons .con .details .amp {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
}
.cons .con .details .amp .pro {
    width: 278px;
    height: 318px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: calc((100% - (278px * 3)) / 2);
    border: 1px solid #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .amp .pro:hover {
    border: 1px solid #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .amp .pro:last-of-type {
    margin-right: 0;
}
.cons .con .details .amp .pro .image {
    width: 278px;
    height: 278px;
    overflow: hidden;
}
.cons .con .details .amp .pro .image img {
    width: 278px;
    height: 278px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .amp .pro:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .amp .pro span {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #d1d1d1;
    color: #333;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}
.cons .con .details .amp .pro:hover span {
    background-color: #0984D1;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.cons .con .details .gl-box.mt50 {
    margin-bottom: 50px;
}
.cons .con .details .gl-box .gl-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    margin-bottom: 10px;
}
.cons .con .details .gl-box .gl-title .name {
    color: #000;
    font-weight: bold;
    font-size: 22px;
    padding: 0 20px 0 0;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cons .con .details .gl-box .gl-title .name em {
    color: #0868D5;
}
.cons .con .details .gl-box .gl-title .more {
    font-size: 16px;
    margin-right: 10px;
    color: #888;
}
.cons .con .details .gl-box .gl-title .more:hover {
    color: #0984D1;
}


.cons .con .details .gl-box .gl-pro-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
}

.cons .con .details .gl-box .gl-pro-list .item {
    width: 440px;
    height: 360px;
    position: relative;
    margin-right: calc((100% - 1320px) / 2);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .gl-box .gl-pro-list .item:nth-child(3n){
    margin-right: 0;
}
.cons .con .details .gl-box .gl-pro-list .item:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 10px #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .gl-box .gl-pro-list .item .image {
    width: 440px;
    height: 360px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .gl-box .gl-pro-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .item:hover .image img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .item .name {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: #F7F8FA;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:20px;
    color: #000;
    text-align: center;
    font-weight: 500;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .gl-box .gl-pro-list .item:hover .name {
    bottom: -50px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cons .con .details .gl-box .gl-pro-list .item .act {
    position: absolute;
    left: 0;
    bottom: -50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .gl-box .gl-pro-list .item:hover .act {
    bottom: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cons .con .details .gl-box .gl-pro-list .item .act a {
    width: 50%;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cons .con .details .gl-box .gl-pro-list .item .act a img {
    margin-left: 10px;
}
.cons .con .details .gl-box .gl-pro-list .item .act a.v-show {
    background: linear-gradient(to bottom, #151B73 5%,#0685FA 95%);
}
.cons .con .details .gl-box .gl-pro-list .item .act a.v-action {
    background: #FE6B03;
}

.cons .con .details .contact-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border: 1px solid #ddd;
    padding:40px 20px 20px;
    border-top: none;
}
.cons .con .details .contact-box .lbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.cons .con .details .contact-box .lbox .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: calc((100% - 60px) / 3);
    border: 1px solid #ff4000;
    border-radius: 5px;
}
.cons .con .details .contact-box .lbox .box .name {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: #ff4000;
    text-align: center;
    padding: 15px 0;
}
.cons .con .details .contact-box .lbox .box .infos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 15px 0;
}
.cons .con .details .contact-box .lbox .box .infos .icon {
    /*width: 44px;*/
    /*height: 44px;*/
    margin: 15px 0;
}
.cons .con .details .contact-box .lbox .box .infos p {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    color: #333;
    margin-bottom: 15px;
}
.cons .con .details .contact-box .lbox .box .infos p.num {
    font-size: 16px;
}
.cons .con .details .contact-content {
    margin: 30px 0;
}
.cons .con .details .contact-content img {
    max-width: 100%;
}
.cons .con .details .news-box-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border:1px solid #ddd;
    margin-top: 20px;
}
.cons .con .details .news-box-list:first-of-type {
    margin-top: 0;
}
.cons .con .details .news-box-list .news-bb-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding:20px 20px;

}

.cons .con .details .news-box-list .news-bb-list .bb-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 470px);
}
.cons .con .details .news-box-list .news-bb-list .bb-list .item {
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cons .con .details .news-box-list .news-bb-list .bb-list .item h1 {
    width: calc(100% - 100px);
    padding-left: 20px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:16px;
    position: relative;
    color: #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-box-list .news-bb-list .bb-list .item h1:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ddd;
    left: 0;
    top: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-box-list .news-bb-list .bb-list .item .t {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 15px;
    color: #888;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-box-list .news-bb-list .bb-list .item:hover h1 {
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-box-list .news-bb-list .bb-list .item:hover h1:before {
    background: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-box-list .news-bb-list .bb-list .item:hover .t {
    color: #555;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-box-list .news-bb-list .bb-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 450px;
}
.cons .con .details .news-box-list .news-bb-list .bb-image .image {
    width:100%;
    height:250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cons .con .details .news-box-list .news-bb-list .bb-image .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cons .con .details .news-box-list .news-bb-list .bb-image .info{
    background: #E3E4E6;
    height: 74px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cons .con .details .news-box-list .news-bb-list .bb-image .info h1 {
    width:100%;
    font-size: 18px;
    height:19px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}
.cons .con .details .news-box-list .news-bb-list .bb-image .info .tag {
    width:100%;
    font-size: 15px;
    color: #777;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
    padding-top: 7px;
}


.cons .con .details .news-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    border:1px solid #ddd;
}
.cons .con .details .news-list .news-lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 20px 20px;
}
.cons .con .details .news-list .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
}
.cons .con .details .news-list .box .image {
    width: 282px;
    height: 182px;
    overflow: hidden;
    margin-right: 20px;
    border: 1px solid #DDD;
}
.cons .con .details .news-list .box .image img {
    width: 280px;
    height: 180px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .news-list .box .info {
    width: calc(100% - 302px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cons .con .details .news-list .box .info h1 {
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    /*font-weight: 700;*/
    font-size: 20px;
    line-height: 55px;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-list .box:hover .info h1 {
    /*color: #ff4000;*/
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-list .box .info .tag {
    display: block;
    font-size: 16px;
    width: 100%;
    line-height: 28px;
    height: 86px;
    overflow: hidden;
    margin-top: 0;
    text-indent: 2rem;
    color: #888;
}
.cons .con .details .news-list .box .info .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
}
.cons .con .details .news-list .box .info .time .t {
    color: #ccc;
}
.cons .con .details .news-list .box .info .time .g {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #E3E4E6;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 8px 10px;
}
.cons .con .details .news-list .box:hover .info .time .g {
    background: #ffdd00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cons .con .details .news-list .box .info .time .g img {
    width: 22px;
    margin-top: 1px;
}
.section-abxx {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background-image: url(../image/ad_bg_05.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.abxx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abxx .abxx-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0 60px;
}
.abxx .abxx-box img {
    margin-right: 30px;
}
.abxx .abxx-box .inf {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;

}
.abxx .abxx-box .inf .count {
    display: flex;
    align-items: center;
    justify-content: center;
}
.abxx .abxx-box .inf .count strong {
    font-size:60px;
}
.abxx .abxx-box .inf .count span {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 10px;
}
.abxx .abxx-box .inf .name {
    margin-top: 10px;
    font-size: 20px;
}
.abxx .abxx-line {
    width:1px;
    height:70px;
    background: rgba(255,255,255,0.6);
}
.yuanjings {
    padding: 70px 0;
}
.yuanjings .yuanjing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.yuanjings .yuanjing .boxs {
    width: calc((100% - 20px) / 3);
    height: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.yuanjings .yuanjing .boxs .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    z-index: 1;
}
.yuanjings .yuanjing .boxs .tm {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 550px;
    z-index: 2;
    background: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs.active .tm {
    background: #1760AD;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yuanjings .yuanjing .boxs .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    height:550px;
    position: relative;
    z-index:3;
}
.yuanjings .yuanjing .boxs .box img {
    width: 153px;
    height: 153px;
}

.yuanjings .yuanjing .boxs .box h3 {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin: 20px 0;
}
.yuanjings .yuanjing .boxs .box p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}










































.section-xuanze {
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #F6F8FA;
}
.xuanze {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.xuanze .lists {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.xuanze .lists .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(50% - 25px);
    margin-right: 50px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.xuanze .lists .box:nth-child(1),.xuanze .lists .box:nth-child(2) {
    margin-bottom: 50px;
}
.xuanze .lists .box:nth-child(2n) {
    margin-right: 0;
}
.xuanze .lists .box .l {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 368px);
    height: 276px;
    position: relative;
    background: #fff;

}

.xuanze .lists .box .l .bg {
    position: absolute;
    left: -16px;
    top: 20px;
    z-index: 1;
}
.xuanze .lists .box .l .active-bg {
    position: absolute;
    left: -16px;
    top: 20px;
    display: none;
    z-index: 1;
}
.xuanze .lists .box.active .l .bg {
    display: none;
}
.xuanze .lists .box.active .l .active-bg {
    display: flex;
}
.xuanze .lists .box .l .ta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 40px 0 0 20px;
}
.xuanze .lists .box .l .ta .num {
    width: 34px;
    height: 25px;
    overflow: hidden;

    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: 2px;
}
.xuanze .lists .box .l .ta .num.num1 {
    background-image: url("../images/h_1.png");
}
.xuanze .lists .box .l .ta .num.num2 {
    background-image: url("../images/h_2.png");
}
.xuanze .lists .box .l .ta .num.num3 {
    background-image: url("../images/h_3.png");
}
.xuanze .lists .box .l .ta .num.num4 {
    background-image: url("../images/h_4.png");
}

.xuanze .lists .box.active .l .ta .num {
    background-position: -34px 0;
}
.xuanze .lists .box .l .ta .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    font-size: 26px;
    letter-spacing: 2px;
    color: #333;
    font-weight: bold;
}
.xuanze .lists .box.active .l .ta .text {
    color: #fff;
}
.xuanze .lists .box .l .ta .text span:first-of-type {
    margin-bottom: 5px;
}
.xuanze .lists .box .l .tc {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin: 60px 0 0 50px;
    font-size: 22px;
    line-height: 40px;
    color: #333;
}
.section-page-position {
    padding: 20px 0;
}



.section-detail {
    padding:0 0 70px;
}
.section-detail .product .lists {
    margin-top: 0;
}
.product .lists .left .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.product .lists .left .boxs .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #FE6B03;
    padding: 15px 20px;
}
.product .lists .left .boxs .title h1 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
}
.product .lists .left .boxs .title h6 {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.product .lists .left .boxs .list {
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0 20px;
    margin-top: 10px;
}
.product .lists .left .boxs .list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
}
.product .lists .left .boxs .list a:last-of-type {
    border-bottom: none;
}
.product .lists .left .boxs .list a .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 5px;
}

.product .lists .left .boxs .list a span {
    font-size: 18px;
    color: #333;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .lists .left .boxs .list a:hover span {
    color: #FE6B03;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .lists .left .boxs .contact {
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px 20px;
}
.product .lists .left .boxs .contact p {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}
.product .lists .left .boxs .contact .qr {
    width: 154px;
    height: 154px;
    margin-top: 15px;
}
.product .lists .left .boxs .contact .sao {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    color: #555;
}
.section-detail .gl-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 50px;
}
.section-detail .gl-box.mt50 {
    margin-bottom: 50px;
}
.section-detail .gl-box .gl-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    border: 1px solid #ddd;
    border-right:2px solid #FE6B03;
    border-bottom: 2px solid #FE6B03;
}
.section-detail .gl-box .gl-title .name {
    background: #FE6B03;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-detail .gl-box .gl-title .name img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    /*margin-right: 5px;*/
}
.section-detail .gl-box .gl-title .more {
    font-size: 16px;
    margin-right: 10px;
    color: #888;
}
.section-detail .gl-box .gl-title .more:hover {
    color: #FE6B03;
}
.section-detail .gl-box .gl-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.section-detail .gl-box .gl-contact img {
    width: 100%;
}
.section-detail .gl-box .gl-pro-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
}
.section-detail .gl-box .gl-pro-list .pro {
    width: 390px;
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: calc((100% - (390px * 3)) / 2);
    border: 1px solid #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-pro-list .pro:hover {
    border: 1px solid #FE6B03;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-pro-list .pro:last-of-type {
    margin-right: 0;
}
.section-detail .gl-box .gl-pro-list .pro .image {
    width: 390px;
    height: 390px;
    overflow: hidden;
}
.section-detail .gl-box .gl-pro-list .pro .image img {
    width: 390px;
    height: 390px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-pro-list .pro:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-pro-list .pro .name {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    background:#DDDDDD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-pro-list .pro .name .text {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-pro-list .pro .name .icon {
    width: 0px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-pro-list .pro:hover .name{
    background: #FE6B03;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-pro-list .pro:hover .name .text {
    width: calc(100% - 44px);
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: left;

}
.section-detail .gl-box .gl-pro-list .pro:hover .name .icon {
    width: 44px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-new-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.section-detail .gl-box .gl-new-list .newsx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 10px);
    border-bottom: 1px solid #ddd;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.section-detail .gl-box .gl-new-list .newsx:nth-child(2n){
    margin-right: 0;
}
.section-detail .gl-box .gl-new-list .newsx .text {
    width: calc(100% - 90px);
    font-size: 18px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-new-list .newsx .time {
    text-align: right;
    width:90px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-new-list .newsx:hover .text {
    color: #FE6B03;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .gl-box .gl-new-list .newsx:hover .time {
    color: #FE6B03;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.section-detail .contact-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.section-detail .contact-title h1 {
    font-size:44px;
    font-weight: bold;
    color: #333;
}
.section-detail .contact-title .line {
    width: 400px;
    height: 1px;
    position: relative;
    background-color: #ddd;
    margin: 15px 0;
}
.section-detail .contact-title .line em {
    position: absolute;
    width: 20px;
    height: 5px;
    border: 1px solid #FE6B03;
    left: calc((100% - 22px) / 2);
    top: -2px;
}
.section-detail .contact-title h6 {
    font-size: 18px;
    color: #333;
}
.section-detail .contact-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.section-detail .contact-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: calc((100% - 40px) / 3);
    border: 1px solid #FE6B03;
    border-radius: 5px;
}
.section-detail .contact-box .box .name {
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: #FE6B03;
    text-align: center;
    padding: 15px 0;
}
.section-detail .contact-box .box .infos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    padding: 20px 0;
}
.section-detail .contact-box .box .infos .icon {
    width: 44px;
    height: 44px;
    margin: 15px 0;
}
.section-detail .contact-box .box .infos p {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 20px;
    width: 100%;
    padding: 0 10px;
    font-size: 22px;
    color: #333;
    margin-bottom: 15px;
}
.section-detail .contact-box .box .infos p.num {
    font-size: 22px;
}

.services-apps {
    padding: 70px 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.apps {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.apps .boxs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 60px;
}
.apps .boxs .box {
    width:360px;
    height: 410px;
    margin-right: calc((100% - (360px * 4)) / 3);
    background: #F2F2F2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.apps .boxs .box:hover {
    background: #FE6B03;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.apps .boxs .box:nth-child(4n){
    margin-right: 0;
}
.apps .boxs .box .image {
    width: 360px;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.apps .boxs .box .image img {
    width: 360px;
    height: 360px;
}
.apps .boxs .box .image .bg {
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.apps .boxs .box:hover .image .bg {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.apps .boxs .box .image .more {
    width: 160px;
    height: 160px;
    border: 1px solid #FE6B03;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 100px;
    top: 100px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.apps .boxs .box .image .more {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.apps .boxs .box .image .more .s-more {
    width: 150px;
    height:150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #FE6B03;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    line-height: 28px;
}
.apps .boxs .box .bottom-title {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.apps .boxs .box:hover .bottom-title {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.services-yyal {
    padding: 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #F6F8FA;
}

.yyal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.yyal .boxs {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 60px;
}
.yyal .boxs .box {
    width:488px;
    height: 426px;
    margin-right: calc((100% - (488px * 3)) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 20px;
}
.yyal .boxs .box:nth-child(3n){
    margin-right: 0;
}
.yyal .boxs .box .image {
    width:488px;
    height: 376px;
}
.yyal .boxs .box .bottom-title {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #fff;
}
.yyal .boxs .box:hover .bottom-title {
    background: #FE6B03;
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.yyal .boxs .more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.section-cooperation {
    padding: 70px 0 70px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cooperation {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.cooperation .cooperation-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #fff;
    margin-top: 60px;
    position: relative;
}
.swiper-cooperation {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.swiper-cooperation .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    height: 200px;
    background: #F6F8FA;
}
.swiper-cooperation .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 150px;
}
.swiper-cooperation .swiper-wrapper .swiper-slide .cont {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    font-size: 18px;
    text-align: center;
}
.cooperation-box .swiper-button-next {
    right: -50px;
    left: unset;
    top: 100px;
    bottom:unset;
    background: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.cooperation-box .swiper-button-next img {
    width: 24px;
}

.cooperation-box .swiper-button-prev {
    right: unset;
    left: -50px;
    top: 100px;
    bottom: unset;
    background: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.cooperation-box .swiper-button-prev img {
    width: 24px;
}

.cooperation-box .swiper-button-next:after,.cooperation-box .swiper-button-prev:after {
    display: none;
}

.services-abs {
    padding: 40px 0 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.abs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.abs .boxs{
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.abs .boxs .video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.abs .boxs .video .video-image {
    width: 100%;
}
.abs .boxs .ab-title {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.abs .boxs .ab-title em {
    width: calc((100% - 132px) / 2);
    height: 1px;
    background: #ddd;
}
.abs .boxs .ab-title .icon {
    margin: 0 20px;
}
.abs .boxs .ab-intro {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #333;
}
.abs .boxs .ab-list {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.abs .boxs .ab-list .bx {
    width: 480px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #F6F8FA;
}
.abs .boxs .ab-list .bx .image {
    width: 132px;
    height: 121px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.abs .boxs .ab-list .bx .image.image1 {
    background-image: url("../images/icon_45.png");
}
.abs .boxs .ab-list .bx .image.image2 {
    background-image: url("../images/icon_46.png");
}
.abs .boxs .ab-list .bx .image.image3 {
    background-image: url("../images/icon_47.png");
}
.abs .boxs .ab-list .bx.active .image {
    background-position: -132px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.abs .boxs .ab-list .bx h3 {
    font-size: 28px;
    color:#333;
    font-weight: bold;
    margin: 20px 0 40px;
    width: 100%;
    text-align: center;
}
.abs .boxs .ab-list .bx .t {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 22px;
    color: #333;
    line-height: 32px;
}





    /* ----- page ----- */
.pagebar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.pagination a {
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    color: #000;
    font-size: 14px;
    padding: 8px 12px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination span {
    color: #000;
    font-size: 14px;
    padding: 6px 2px;
    margin: 0 5px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.pagination a:hover {
    color: #000;
    border: 1px solid #ffdd00;
}
.pagination a.page-num-current {
    background: #ffdd00;
    border: 1px solid #ffdd00;
}
/* ----- page ----- */