html {
    font-size: 12px;
    overflow-x: hidden;
}
html, body {
    position: relative;
    /*height: 100%;*/

}

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

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

em {
    font-style: normal;
}

ol,ul{list-style:none}

li{display:list-item}

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

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

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

.header-top {
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #EEE;
}
.header-top .header-top-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:13px;
}
.header-top .header-top-line .welcome {
    color: #888;
}
.header-top .header-top-line .r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-top .header-top-line .r a {
    color: #888;
    margin-left: 10px;
}
.header {

}
.header .header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header .header-box .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .header-box .l .logo {
    display: inline-block;
}
.header .header-box .l .logo img {
    height: 70px;
}
.header .header-box .l .line {
    width: 1px;
    height: 60px;
    background: #ddd;
    margin: 0 15px;
}
.header .header-box .l .header-intro {
    padding-left: 0;
}
.header .header-box .l .header-intro h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0070BC;
    margin-bottom: 5px;
    letter-spacing: 0px;
}
.header .header-box .l .header-intro h6 {
    font-size: 18px;
    font-weight: bold;
    color: #FFAA00;
    letter-spacing: 0px;
}
.header .header-box .r {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .header-box .r .qrcode {
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.header .header-box .r .tel {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-flow: column;
}
.header .header-box .r .tel .tel-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    letter-spacing: 2px;
    color: #555;
}
.header .header-box .r .tel .tel-line .tel-icon {
    width: 24px;
    /*height: 36px;*/
    margin-left: 5px;
}
.header .header-box .r .tel .tel-line span {
    margin-bottom: 3px;
}
.header .header-box .r .tel .number {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    margin-top: 5px;
    letter-spacing: 1px;
}

.menus {
    width: 100%;
    height: 50px;
    background: #2054A8;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.menus .menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    z-index: 9;
    height: 50px;
    background: linear-gradient(to right, #2054A8, #0E7CC9, #0A8AD5,#0E7CC9, #2054A8);
}
.menus .menu .menu-box {
    width: calc(100% / 9);
    height: 50px;
    display: inline-block;
    position: relative;
}

.menus .menu .menu-box .b2 {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 1;
    opacity: 1; /* 设置透明度为50% */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.menus .menu .menu-box:first-of-type img.b2 {
    opacity: 0; /* 设置透明度为50% */
}
.menus .menu .menu-box:hover .b2,.menus .menu .menu-box.active .b2 {
    opacity: 0; /* 设置透明度为50% */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.menus .menu .menu-box:hover + .menu-box img.b2,.menus .menu .menu-box.active + .menu-box img.b2{
    opacity: 0; /* 设置透明度为50% */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.menus .menu .menu-box a.a1 {
    display: inline-block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    /*font-weight: 600;*/
    letter-spacing: 1px;
    /*position: relative;*/
    border-radius: 0 0 25px 25px;
}
.menus .menu .menu-box a.a1 em {
    position: absolute;
    left: calc((100% - 76px) / 2);
    bottom: 11px;
    width: 76px;
    height: 3px;
    background-color: unset;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.menus .menu span {
    height: 30px;
    width: 0;
    border-left: 1px dashed #fff;
    position: absolute;
    right: 0;
    top: 15px;
}
.menus .menu .menu-box:hover a.a1,.menus .menu .menu-box.active a.a1 {
    background: linear-gradient(to bottom, #FDB805, #FF6F00);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.menus .menu .menu-box:hover a.a1 em,.menus .menu .menu-box.active a.a1 em {
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}



.menus .menu .menu-box .children-list {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    left: 0;
    top: 69px;
    width: 100%;
    background: #0A8AD5;
    display: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.menus .menu .menu-box:hover .children-list {
    display: flex;
}
.menus .menu .menu-box .children-list a {
    /*border-radius: 20px;*/
    width: 100%;
    padding: 0 10px;
    color: #fff;
    background: none;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    text-align: center;
}
.menus .menu .menu-box .children-list a:hover {
    background: linear-gradient(to bottom, #FDB805, #FF6F00);
}

.banners .banner {
    height: 735px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners .banner .swiper-wrapper .swiper-slide a {
    position: relative;
    display: inline-block;
    height: 100%;
}
.banners .banner .swiper-wrapper .swiper-slide a img {
    width: auto !important;
}

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

.banners .banner .swiper-pagination-banner .swiper-pagination-bullet{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 0.5em;
    outline: none;
    width: 1em;
    height: 1em;
    border-radius: 0.5rem;
    border: 1px solid #4F5668;
    background-color: #4F5668;
    opacity : 1;
}

.banners .banner .swiper-pagination-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background:#FFA800;
    border: 1px solid #FFA800;
    width: 3em;
}

.search-box {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: linear-gradient(to right, #2054A8, #0E7CC9, #0A8AD5,#0E7CC9, #2054A8);
    position: relative;
    /*z-index: 99999;*/
}
.search-box .search-flex {
    width: calc((100% - 1100px) / 2);
    position: absolute;
    top: -10px;
    height: 25px
}
.search-box .search-flex.search-flex-left {
    left: 0;
    background-image: url("../images/left_line.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    /*z-index: 9;*/
}
.search-box .search-flex.search-flex-right {
    right: 0;
    background-image: url("../images/right_line.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.search-box .search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.search-box .search-container .l {
    border: 2px solid #fff;
    height: 36px;
    line-height: 36px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.search-box .search-container .l .search-input {
    width: calc(100% - 30px);
    height: 32px;
    line-height: 32px;
    padding: 3px 10px;
    outline: unset;
    background: none;
    border: none;
    font-size: 14px;
    color: #fff;
}
.search-box .search-container .l .search-input::placeholder {
    color: #ddd;
}
.search-box .search-container .l .search-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: unset;
    border: unset;
    background: #fff;
}
.search-box .search-container .l .search-icon-box img {
    width: 13px;
    height: 13px;
}
.search-box .search-container .r {
    height: 40px;
    line-height: 40px;
    width: calc(100% - 240px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.search-box .search-container .r .hot-icon {
    width: 19px;
    height: 23px;
    margin-right: 8px;
}
.search-box .search-container .r .lab {
    font-size: 16px;
    color: #eee;
}
.search-box .search-container .r a {
    font-size: 16px;
    color: #fff;
}
.search-box .search-container .r em {
    width: 1px;
    height: 14px;
    background: #eee;
    margin: 0 8px;
}
.G-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
.G-title .en {
    position: absolute;
    top: -30px;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 5px;
    color: rgba(0,0,0,0.05);
}
.G-title .GT-name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 4px;
}

.G-title .GT-name span {
    z-index: 1;
}
.G-title .GT-name .c-black {
    color: #343233;
}
.G-title .GT-name .c-blue {
    color: #0984D1;
}
.G-title .GT-name .dian {
    width: 15px;
    height: 15px;
    background: #343233;
    border-radius: 50%;
    margin: 0 10px;
}
.G-title .GT-name .icon-huo {
    position: absolute;
    left: -14px;
    top: -30px;
    z-index: 0;
}
.G-title .G-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}
.G-title .G-tip .line {
    width: 280px;
    height: 1px;
    background: #ddd;
}
.G-title .G-tip .G-text {
    font-size: 22px;
    color: #333;
    margin: 0 20px;
    letter-spacing: 2px;
}


.advantages {
    padding: 100px 0 80px;
    display: inline-block;
    width: 100%;
    background-color: #F1F4F9;
    background-image: url("../images/bg_tai.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}
.advantages .advantages-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    margin-top: 40px;
}
.advantages .advantages-box .advantages-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(to bottom, #505569, #505568);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
}
.advantages .advantages-box .advantages-list .advantages-item {
    width: 25%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #505569, #505568);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    position: relative;
}
.advantages .advantages-box .advantages-list .advantages-item .line {
    width: 1px;
    height: 60px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1),rgba(255,255,255,0));
    position: absolute;
    left: 0;
    top: 20px;
    opacity: 1;
}
.advantages .advantages-box .advantages-list .advantages-item.active,.advantages .advantages-box .advantages-list .advantages-item:hover {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: linear-gradient(to bottom, #FCB505, #FF6F00);
}
.advantages .advantages-box .advantages-list .advantages-item.active .line,.advantages .advantages-box .advantages-list .advantages-item:hover .line {
    display: none;
}
/*.advantages-item:hover + div.advantages-item em{*/
/*    opacity: 0; !* 设置透明度为50% *!*/
/*    -webkit-transition: all .5s;*/
/*    -o-transition: all .5s;*/
/*    transition: all .5s;*/
/*    display: none;*/
/*}*/
.advantages .advantages-box .advantages-list .advantages-item .icons {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.advantages .advantages-box .advantages-list .advantages-item span {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.advantages .advantages-box .contrast {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 40px 0;
}
.advantages .advantages-box .contrast .list {
    display: none;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.advantages .advantages-box .contrast .list.on {
    display: flex;
}
.advantages .advantages-box .contrast .list .contrast-image {
    width: 460px;
    /*height: 380px;*/
    /*box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.3);*/
}


.products {
    padding: 90px 0 50px;
    display: inline-block;
    width: 100%;
    background: #F1F4F9;
}
.product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.product .boxs {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}
.product .boxs .nav {
    width: 220px;
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #0984D2;
    border-radius: 20px 0 0 0;
    border-right: none;
    border-bottom: none;
}
.product .boxs .nav .nav-title {
    width: 100%;
    padding: 27px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 18px 0 0 0;
    background: linear-gradient(to right, #24469D, #0F7DCA, #24469D);
}
.product .boxs .nav .nav-title .icons {
    margin-bottom: 10px;
}
.product .boxs .nav .nav-title .name {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.product .boxs .nav .nav-title .name .cn {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 8px;
}
.product .boxs .nav .nav-title .name .en {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 10px;
}
.product .boxs .nav .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.product .boxs .nav .list .cate {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(to right, #0984D2, #0B84D3, #0984D2);
    font-size: 18px;
    color: #fff;
    margin-top: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .boxs .nav .list .cate:hover {
    background: linear-gradient(to right, #0E76B8, #0B84D3, #0E76B8);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .boxs .nav .list .cate .icons {
    height:24px;
    margin-right: 15px;
}
.product .boxs .nav .list .children {
    padding: 10px 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #eee;
    font-size: 16px;
    color: #fff;
    margin-top: 13px;
}
.product .boxs .nav .list .children .s-icons {
    margin-right: 10px;
    width: 8px;
    height: 12px;
}
.product .boxs .nav .list .children .line .s1 {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #777;
    margin-right: 2px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .boxs .nav .list .children .line .s2 {
    width: 12px;
    height: 2px;
    border-radius: 1px;
    background: #777;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .boxs .nav .list .children span {
    width: calc(100% - 26px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #777;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .boxs .nav .list .children:hover span{
    color: #3A82D2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product .boxs .nav .serv {
    padding: 18px 10px ;
    background: linear-gradient(to bottom, #FCB906, #FF6E01);
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    border-radius: 0 0 30px 0;
}
.product .boxs .nav .serv .serv-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product .boxs .nav .serv .serv-title span {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
}
.product .boxs .nav .serv .serv-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
    margin-top: 10px;
}
.product .boxs .nav .serv .btm {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.product .boxs .nav .serv .btm i {
    margin: 0 10px;
    letter-spacing: 3px;
}
.product .boxs .nav .serv .btm em {
    width: 12px;
    height: 1px;
    background: #fff;
}
.product .boxs .box {
    width: calc(100% - 260px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.product .boxs .box .hot {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ddd;
    margin-bottom: 15px;
}
.product .boxs .box .hot .left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.product .boxs .box .hot .left .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    color: #000;
    background: linear-gradient(to right, #D2D2D2, #D2D2D2, #D2D2D2);
    position: relative;
    cursor: pointer;
}
.product .boxs .box .hot .left .name::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: #D2D2D2; /* 你可以设置你喜欢的颜色 */
    transform: rotate(45deg);
    z-index: -3;
}
.product .boxs .box .hot .left .name.active {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    color: #fff;
    background: linear-gradient(to right, #26469D, #0F7DCA, #26469D);
    position: relative;
}
.product .boxs .box .hot .left .name.active::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: #2F5CAF; /* 你可以设置你喜欢的颜色 */
    transform: rotate(45deg);
    z-index: -3;
}
/*.product .boxs .box .hot .icons {*/
/*    position: absolute;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    left:55px;*/
/*    bottom: -12px;*/
/*    z-index:0;*/
/*}*/
.product .boxs .box .hot span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 18px;
}
.product .boxs .box .hot a {
    color: #555;
    font-size: 18px;
    margin-right: 10px;
}
.product .boxs .box .hot a:hover {
    color: #3A82D2;
}

.product .boxs .box .list {
    display: none;
    flex-wrap: wrap;
    width: 100%;
}
.product .boxs .box .list.on {
    display: flex;
}
.product .boxs .box .list .li {
    width: 300px;
    height: 340px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 16px;

}
.product .boxs .box .list .li:nth-child(3n){
    margin-right: 0;
}
.product .boxs .box .list .li .image {
    width: 300px;
    height: 300px;
    border: 1px solid #ddd;
    border-bottom: none;
    overflow: hidden;
}
.product .boxs .box .list .li .image img{
    width: 300px;
    height: 300px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
    background:#DDDDDD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li .name .text {
    display: inline-block;
    width: calc(100% - 28px);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li .name .icon {
    width: 24px;
    height: 23px;
    overflow: hidden;
    background-image: url("../images/icon_pro_right.png");
    background-repeat: no-repeat;
    background-position: -24px 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li:hover .image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li:hover .name{
    background: linear-gradient(to right, #26469D, #0F7DCA, #26469D);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li:hover .name .text {
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li:hover .name .icon {
    background-position: 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}
.ads .ad {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ads .ad a {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ads .ad a img {
    width: auto;
}
.ads .ad a .btx {
    position: absolute;
    left: calc((100% - 40px) / 2);
    top: 24px;
    animation: jump 1s infinite;
}
.ads .ad a .shou {
    width: 56px;
    position: absolute;
    right: 43%;
    top: 130px;
    animation: jump 1s infinite;
}

.advantage2s {
    display: inline-block;
    padding-top: 100px;
    width: 100%;
    background: url("../images/advantage2s_bg1.jpg") center top no-repeat;
    /*margin-bottom: 80px;*/
    /*margin-top: -18px;*/
}
.advantage2s .advantage2 {
    /*padding-top: 50px;*/
}

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

.adv2s-title .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 5px;
}

.adv2s-title .tit .icons {
    margin: -10px 10px 0;
}

.adv2s-title .tit .c {
    color: #0984D1;
}

.adv2s-title .tip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}
.adv2s-title .tip .line {
    width: 280px;
    height: 1px;
    background: #ddd;
}
.adv2s-title .tip .text {
    font-size: 22px;
    color: #333;
    margin: 0 20px;
    letter-spacing: 2px;
}

.advantage2s .advantage2 .adv-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.advantage2s .advantage2 .adv2-box {
    /*display: inline-block;*/
    /*width: 100%;*/
}
.advantage2s .advantage2 .adv2-box .adv2-box-line {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text {
    width: 55%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: calc(100% - 700px - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 80px;
    width: 564px;
    height: 96px;
    /*background: url("../image/l_bg.png") center no-repeat;*/
    position: relative;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .tt {
    width: 156px;
    height: 180px;
    background-image: url("../images/icon_7.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    position: absolute;
    left: 0;
    top: -50px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .tt .num {
    margin-top: 30px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .tt .line {
    margin:2px 0 4px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .ctn {
    background: linear-gradient(to bottom, #FEB904, #FE6D00);
    border-radius: 0 0 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: calc(100% - 80px);
    margin-left: 80px;
    padding: 10px 0;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .ctn .ctn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: calc(100% - 50px);
    padding-left: 50px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .ctn .ctn-text .t1 {
    font-size: 28px;
    border-bottom: 1px dashed #fff;
    padding: 8px 20px;
    color: #fff;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .ctn .ctn-text .t2 {
    font-size: 15px;
    color: #fff;
    font-weight: lighter;
    margin-top: 8px;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    /*padding-right: 50px;*/
    margin-left: calc(100% - 670px);
    margin-top: 40px;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 560px;
    margin-bottom: 35px;
    padding-left: 2px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line span {
    width:100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
    color: #222;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2_image {
    width: 50%;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2_image img {
    width: 100%;
}
.advantage2s .advantage2 .a.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2_imagedv2-box .adv2-box-line .adv2_image img.on {
    /*box-shadow: 0 0px 20px #333;*/
}
.advantage2s .advantage2 .adv2-box.adv2-box-bg1 {
    padding-top: 24px;
    background: url("../images/advantage2s_bg2.jpg") center top no-repeat;
}
.advantage2s .advantage2 .adv2-box.adv2-box-bg2 {
    padding-top: 62px;
    background: url("../images/advantage2s_bg3.jpg") center top no-repeat;
}
.advantage2s .advantage2 .adv2-box.adv2-box-bg3 .adv2-box-line .adv2_image img {
    height: 500px;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text.rt {
    justify-content: flex-start;
    padding-left: 40px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text.rt .l {
    margin-left: 20px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text.rt .r {
    margin-left: 20px;
}


.works {
    padding: 80px 0 50px;
    background: #F1F4F9;
}
.work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.works .work .work-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
.works .work .work-list .wk-list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 392px;
    height: 322px;
    margin-right: 12px;
    margin-bottom: 12px;
}
.works .work .work-list .wk-list:nth-child(3n){
    margin-right: 0;
}
.works .work .work-list .wk-list .wk-image {
    width: 392px;
    height: 282px;
    border: 1px solid #0984D2;
    overflow: hidden;
    position: relative;
}
.works .work .work-list .wk-list .wk-image .image {
    width: 390px;
    height: 280px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.works .work .work-list .wk-list:hover .wk-image .image {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.works .work .work-list .wk-list .wk-image .wk-paly {
    width: 120px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: calc((100% - 120px) / 2);
    top: calc((100% - 60px) / 2);
    border-radius: 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.works .work .work-list .wk-list .wk-image .wk-paly .icon {
    width: 36px;
    height: 36px;
}
.works .work .work-list .wk-list:hover .wk-image .wk-paly {
    background: rgba(0,0,0,0.5);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.works .work .work-list .wk-list .wk-name {
    background: #ddd;
    font-size: 16px;
    color: #444;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.works .work .work-list .wk-list:hover .wk-name
{
    background: linear-gradient(to right, #24469D, #0F7DCA, #24469D);
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.works .apps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}
.works .apps .app-style {
    /*margin-top: 40px;*/
}


.abouts {
    display: inline-block;
    width: 100%;
    background-color: #F1F4F9;
    /*margin-top: -57px;*/
    position: relative;
}
.abouts .full-bg {
    background: linear-gradient(to right, #24469D, #0F7DCA, #24469D);
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    bottom: -300px;
    z-index:1;
}
.abouts .about {
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    background-color: #fff;
    background-image: url("../images/about_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    z-index: 2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.abouts .about .honor-box {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 30px);
    padding: 0 15px;
}
.abouts .about .honor-box .big-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}


.abouts .about .honor-box .big-box .left {
    width: calc(100% - 640px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    /*padding-top: 200px;*/

}
.abouts .about .honor-box .big-box .left .line-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.abouts .about .honor-box .big-box .left .line-box h1 {
    font-size: 24px;
    font-weight: bold;
    color: #21499E;
    margin-top: 20px;
}
.abouts .about .honor-box .big-box .left .line-box h6 {
    font-size: 16px;
    color: #444;
    margin-top: 10px;
    text-transform:uppercase;
}

.abouts .about .honor-box .big-box .left .intro {
    font-size: 16px;
    color: #444;
    margin-top: 20px;
    line-height: 30px;
    max-height: 240px;
    overflow: hidden;
}
.abouts .about .honor-box .big-box .left .intro p {
    text-indent: 2em;
}
.abouts .about .honor-box .big-box .left .more {
    margin-top: 20px;
    width: 150px;
    height: 42px;
    background: url("../images/icon_15.png") center no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:18px;
    color: #fff;
    padding-left: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.abouts .about .honor-box .big-box .left .more img {
    margin-left: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.abouts .about .honor-box .big-box .left .more:hover img {
    margin-left: 5px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.abouts .about .honor-box .big-box .about-image {
    width:  600px;
    border-radius: 100px 0 0 0 ;
}
.abouts .about .honor-box .big-box .about-image img {
    width: 100%;
    height: 400px;
    border-radius: 100px 0 0 0 ;
    box-shadow: 8px 8px 0 #FF6E01;
}
.abouts-other {
    display: inline-block;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.abouts-other .about-other {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.abouts-other .about-other .cate {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 60px 0 40px;
    cursor: pointer;
    z-index: 1;
}
.abouts-other .about-other .cate .cate-list {
    width:229px;
    height: 50px;
    background: url("../images/icon_18.png") center no-repeat;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #1D5BAE;
    display: flex;
    align-items: center;
    justify-content: center;
}
.abouts-other .about-other .cate .cate-list:first-of-type {
    margin-right: 50px;
}
.abouts-other .about-other .cate .cate-list.active {
    background: url("../images/icon_17.png") center no-repeat;
    color: #fff;
}
.abouts-other .about-other .bo-list {
    display: flex;
    width: calc(100% - 30px);
    padding: 20px 20px 4px;
    background-color: #fff;
    z-index: 1;
}
.abouts-other .about-other .bo-list .bo-box {
    display: none;
    flex-wrap: wrap;
    width: 100%;
}
.abouts-other .about-other .bo-list .bo-box.on {
    display: flex;
}
.abouts-other .about-other .bo-list .bo-box a {
    width: 270px;
    height: 200px;
    overflow: hidden;
    border: 1px solid #0F7FCB;
    margin-right: 16px;
    margin-bottom: 16px;
}
.abouts-other .about-other .bo-list .bo-box.zizhi a {
    height: 400px;
    border: none;
}
.abouts-other .about-other .bo-list .bo-box.zizhi a .img {
    width: 100%;
    height: 360px;
    overflow: hidden;
    border: 1px solid #0F7FCB;
}
.abouts-other .about-other .bo-list .bo-box.zizhi a.z-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.abouts-other .about-other .bo-list .bo-box a:nth-child(4n){
    margin-right: 0;
}
.abouts-other .about-other .bo-list .bo-box a img {
    width: 270px;
    height: 200px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .bo-list .bo-box.zizhi a .img img {
    height: 360px;
}
.abouts-other .about-other .bo-list .bo-box a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .bo-list .bo-box.zizhi a .z-title {
    background: linear-gradient(to right, #26469D, #0F7DCA, #26469D);
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 4px;
    padding: 0 10px;
    width: 100%;
    color: #fff;
}
.abouts-other .about-other .fw {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 40px);
    flex-flow: column;
    padding: 0 20px;
    margin-top: 60px;
}
.abouts-other .about-other .fw .fw-title {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
}
.abouts-other .about-other .fw .fw-title .icon {
    width: 20px;
    height: 20px;
    background: linear-gradient(to right, #24469D, #0F7DCA, #24469D);
    margin-right: 10px;
    margin-top: -5px;
}
.abouts-other .about-other .fw .fw-title .name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 30px;
    color: #444;
    margin-right: 10px;
}
.abouts-other .about-other .fw .fw-title .small {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #666;
}
.abouts-other .about-other .fw .fw-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.abouts-other .about-other .fw .fw-list .fw-box {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 144px;
    height: 120px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    font-size: 18px;
    color: #555;
}
.abouts-other .about-other .fw .fw-list .fw-box .image {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 5px;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-1 {
    background-image: url("../images/icon_19_1.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-1.on {
    background-image: url("../images/icon_19_2.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-2 {
    background-image: url("../images/icon_20_1.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-2.on {
    background-image: url("../images/icon_20_2.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-3 {
    background-image: url("../images/icon_21_1.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-3.on {
    background-image: url("../images/icon_21_2.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-4 {
    background-image: url("../images/icon_22_1.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-4.on {
    background-image: url("../images/icon_22_2.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-5 {
    background-image: url("../images/icon_23_1.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-5.on {
    background-image: url("../images/icon_23_2.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-6 {
    background-image: url("../images/icon_24_1.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-6.on {
    background-image: url("../images/icon_24_2.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-7 {
    background-image: url("../images/icon_25_1.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts-other .about-other .fw .fw-list .fw-box .image.image-7.on {
    background-image: url("../images/icon_25_2.png");
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

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

.news .new .new-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.news .new .new-box .cate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.news .new .new-box .cate a {
    border: 1px solid #ddd;
    color: #222;
    padding: 10px 40px;
    margin-right: 20px;
    font-size: 16px;
    border-radius: 20px;
}
.news .new .new-box .cate a:hover,.news .new .new-box .cate a.active {
    color: #fff;
    background-color: #0984D2;
}
.news .new .new-box .new-list {
    display: none;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.news .new .new-box .new-list.on {
    display: flex;
}
.news .new .new-box .new-list .l {
    width: 600px;
    margin-right: 20px;
}
.news .new .new-box .new-list .l .photo-list {
    width: 600px;
    height: 380px;
}
.news .new .new-box .new-list .l .photo-list a {
    width: 600px;
    height: 380px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}
.news .new .new-box .new-list .l .photo-list a img {
    width: 600px;
    height: 380px;
    border-radius: 40px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news .new .new-box .new-list .l .photo-list a:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news .new .new-box .new-list .l .tops {
    background-color: #e5e5e5;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .l .tops .title {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .l .tops .intro {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    max-height: 48px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.news .new .new-box .new-list .l .tops .time {
    margin-top: 10px;
    display: inline-block;
    color: #888;
}
.news .new .new-box .new-list .l .tops:hover {
    background-color: #ddd;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .l .tops:hover .title {
    color: #0984D1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .r {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 620px);
}
.news .new .new-box .new-list .r .li {
    width: 100%;
    background-color: #0984D1;
    height: 165px;
    margin-bottom: 20px;
    border-radius: 10px;
}
.news .new .new-box .new-list .r .li:last-of-type {
    margin-bottom: 0;
}

.news .new .new-box .new-list .r .li a {
    display: inline-block;
    height: 158px;
    width: calc(100% - 2px);
    margin: 1px 1px 0px 1px;
    background-color: #fff;
    border-radius: 10px;
    padding:15px 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .r .li a .title {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .r .li a .intro {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    max-height: 48px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.news .new .new-box .new-list .r .li a .btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.news .new .new-box .new-list .r .li a .btm .time {
    color: #888;
}
.news .new .new-box .new-list .r .li a .btm span {
    color: #888;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .new-list .r .li a:hover {
    background-color: #f6f6f6;
}
.news .new .new-box .new-list .r .li a:hover .title,.news .new .new-box .new-list .r .li a:hover .btm span {
    color: #0984D1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}


.links .link {
    position: relative;
    margin: 60px auto;
    padding: 0px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.links .link .tit {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    left: 00px;
    top: 5px;
}
.links .link .tit .cn {
    background: linear-gradient(to right, #24469D, #0F7DCA, #24469D);
    color: #fff;
    font-size: 18px;
    padding: 3px 5px;
    letter-spacing: 3px;
}
.links .link .tit .en {
    color: #222;
    font-size: 18px;
    margin-top: 2px;
    letter-spacing: 2px;
}
.links .link .link-list {
    width: 100%;
    margin-left: 40px;
    background: #e5e5e5;
    padding: 20px 10px 10px 80px;
    min-height: 50px;
    display: inline-block;
    font-size: 0;
}
.links .link .link-list a {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    color: #222;
    margin-bottom: 10px;
}
.links .link .link-list a:hover {
    color: #0984D1;
}

.footers {
    background: #333 ;
    padding: 0px 0 0;
}
.footers .footer {
    padding: 0 0;
}
.footers .footer .bottom-menu {
    border-bottom: 1px solid #888;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0px;
}
.footers .footer .bottom-menu a {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    position: relative;
    border-radius: 0 0 25px 25px;
}
.footers .footer .bottom-menu a:hover:before {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 9px;
    width: calc(100% - 20px);
    height: 2px;
    background: #fff; /* 你可以设置你喜欢的颜色 */
}
.footers .footer .bottom-menu a:hover {
    background: linear-gradient(to bottom, #FDB805, #FF6F00);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.footers .footer .bottom-menu em {
    margin: 0 10px;
    width: 1px;
    height: 12px;
    background: #FFF;
}
.footers .footer .bottom-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px 30px;
}
.footers .footer .bottom-info .bottom-logo {
    /*width: 180px;*/
    /*height: 175px;*/
}
.footers .footer .bottom-info .bottom-logo img {
    /*width: 148px;*/
    /*height: 175px;*/
}
.footers .footer .bottom-info .bottom-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding-left: 40px;
    width: calc(100% - 540px);
}
.footers .footer .bottom-info .bottom-list .line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}
.footers .footer .bottom-info .bottom-list .line .f-icon {
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footers .footer .bottom-info .bottom-list .line .f-icon img {
    width: 24px;
    height: 24px;
}
.footers .footer .bottom-info .bottom-list .line .line-li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.footers .footer .bottom-info .bottom-list .line .line-li .text {
    color: #fff;
    font-size: 16px;
}
.footers .footer .bottom-info .bottom-list .line .line-li .text:first-of-type {
    margin-bottom: 4px;
}
.footers .footer .bottom-info .bottom-qrcode {
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footers .footer .bottom-info .bottom-qrcode img {
    width: 140px;
    height: 140px;
}
.footers .footer .bottom-info .bottom-qrcode span {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.footers .footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-top: 1px solid #888;
    /*padding-top: 10px;*/
}
.footers .footer .copyright .cov {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #232325;
    padding: 5px 5px;
    margin-bottom: 20px;
}
.footers .footer .copyright p {
    text-align: center;
    color: #777;
    font-size: 16px;
    line-height: 28px;
}
.footers .footer .copyright p a {
    color: #777;
}
.footers .footer .copyright p a:hover {
    color: #0984D1;
}
.footers .footer .copyright .cov p {
    color: #fff;
}
.footers .footer .copyright .cov p a {
    color: #fff;
}

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

.page-banners .page-hot {
    background: #E9E9E9;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page-banners .page-hot .containers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.page-banners .page-hot .containers .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    color: #222;
}
.page-banners .page-hot .containers .l img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    margin-top: -3px;
}
.page-banners .page-hot .containers .l a {
    color: #222;
}
.page-banners .page-hot .containers .l a:hover {
    color: #0984D1;
}
.page-banners .page-hot .containers .l em {
    height: 12px;
    width: 1px;
    margin: 0 10px;
    background: #222;
}
.page-banners .page-hot .containers .r {
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
}
.page-banners .page-hot .containers .r em {
    width: 1px;
    height: 12px;
    background: #0984D1;
    /*margin-right: 10px;*/
}
.page-banners .page-hot .containers .r input {
    border: none;
    background: #E9E9E9;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    outline: none;
    color: #0984D1;
}
.page-banners .page-hot .containers .r input::placeholder {
    color: #0984D1;
}
.page-banners .page-hot .containers .r img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* 产品中心样式 */
.cons .page-position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px auto 20px;
}
.cons .page-position .icon-home {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.cons .page-position span {
    color: #333;
    font-size: 15px;
}
.cons .page-position a {
    font-size: 15px;
    color: #333;
}
.cons .page-position a:hover {
    color: #0984D1;
}
.cons .page-position .icon-r {
    width: 18px;
    height: 18px;
    margin: 0 5px;
}

.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: 280px;
    margin-right: 20px;
}

.cons .con .page-menus .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 30px 15px 15px;
    background: linear-gradient(to right, #2054A8,  #0A8AD5, #2054A8);
}
.cons .con .page-menus .box .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cons .con .page-menus .box .title h1 {
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}
.cons .con .page-menus .box .title .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cons .con .page-menus .box .title .tag em {
    width: 50px;
    height: 1px;
    background-color: #ccc;
}
.cons .con .page-menus .box .title .tag span {
    font-size: 12px;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 3px 5px;
}
.cons .con .page-menus .box .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 15px 15px;
    background-color: #fff;
    margin-top: 15px;
}
.cons .con .page-menus .box .lists .a1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #0984D1;
    padding: 12px 10px;
    width: 100%;
    margin-bottom: 15px;

}
.cons .con .page-menus .box .lists .a1 .icon {
    width: 14px;
    margin-right: 5px;
}
.cons .con .page-menus .box .lists .a1 span {
    width: calc(100% - 19px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.cons .con .page-menus .box .lists .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.cons .con .page-menus .box .lists .list .a2 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    /*margin-bottom: 15px;*/
    padding: 10px 0;
}
.cons .con .page-menus .box .lists .list .a2 em {
    width: 10px;
    height: 2px;
    background-color: #ccc;
    margin: 0 10px 0 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .page-menus .box .lists .list .a2 span {
    width: calc(100% - 35px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: #666;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .page-menus .box .lists .list .a2:hover em,.cons .con .page-menus .box .lists .list .a2.active em {
    margin: 0 20px 0 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #0984D1;
}
.cons .con .page-menus .box .lists .list .a2:hover span,.cons .con .page-menus .box .lists .list .a2.active span {
    color: #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .page-menus .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
}
.cons .con .page-menus .boxs .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: linear-gradient(to right, #2054A8, #0A8AD5, #2054A8);
    padding: 15px 20px;
    border-radius: 30px 0 0 0;
}
.cons .con .page-menus .boxs .title h1 {
    font-size: 28px;
    color: #fff;
    letter-spacing: 2px;
}
.cons .con .page-menus .boxs .title h6 {
    font-size: 12px;
    color: #ddd;
    margin-top: 10px;
}
.cons .con .page-menus .boxs .list {
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 0 20px;
}
.cons .con .page-menus .boxs .list a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 15px 15px;
}
.cons .con .page-menus .boxs .list a:last-of-type {
    border-bottom: none;
}
.cons .con .page-menus .boxs .list a .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0984D1;
    border-radius: 50px;
    margin-right: 5px;
}
.cons .con .page-menus .boxs .list a .icon img {
    width: 14px;
}
.cons .con .page-menus .boxs .list a span {
    font-size: 16px;
    color: #888;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .page-menus .boxs .list a:hover span {
    color: #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .page-menus .boxs .contact {
    border: 1px solid #ddd;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 20px 40px;
}
.cons .con .page-menus .boxs .contact p {
    font-size: 18px;
    color: #222;
    margin-bottom: 10px;
}
.cons .con .page-menus .boxs .contact .qr {
    width: 140px;
    height: 140px;
    border: 1px solid #0984D1;
}
.cons .con .page-menus .boxs .contact .sao {
    font-size: 16px;
    margin-top: 5px;
    color: #333;
}
.cons .con .details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 300px);
}
.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: 50px;
}
.cons .con .details .gl-box .gl-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
    border: 1px solid #ddd;
    border-right:2px solid #0984D1;
    border-bottom: 2px solid #0984D1;
}
.cons .con .details .gl-box .gl-title .name {
    background-color: #0984D1;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cons .con .details .gl-box .gl-title .name img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    /*margin-right: 5px;*/
}
.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-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.cons .con .details .gl-box .gl-contact img {
    max-width: 100%;
}
.cons .con .details .gl-box .gl-pro-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
}
.cons .con .details .gl-box .gl-pro-list .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 .gl-box .gl-pro-list .pro:hover {
    border: 1px solid #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro:last-of-type {
    margin-right: 0;
}
.cons .con .details .gl-box .gl-pro-list .pro .image {
    width: 278px;
    height: 278px;
    overflow: hidden;
}
.cons .con .details .gl-box .gl-pro-list .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 .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;
}
.cons .con .details .gl-box .gl-pro-list .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 .gl-box .gl-pro-list .pro:hover span {
    background-color: #0984D1;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.cons .con .details .gl-box .gl-new-list .news {
    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;
}
.cons .con .details .gl-box .gl-new-list .news:nth-child(2n){
    margin-right: 0;
}
.cons .con .details .gl-box .gl-new-list .news .text {
    width: calc(100% - 90px);
    font-size: 15px;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list .news .time {
    text-align: right;
    width:90px;
    font-size: 15px;
    color: #999;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list .news:hover .text {
    color: #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list .news:hover .time {
    color: #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}


.diy_page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 100%;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    cursor: default;
    background-color: #0984D1;
    border-color: #0984D1;
}
.pagination > li > a, .pagination > li > span {
    color: #0984D1;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #0984D1;
}


.cons .con .details .pro-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cons .con .details .pro-list .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;
    margin-bottom: 20px;
}
.cons .con .details .pro-list .pro:hover {
    border: 1px solid #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro:nth-child(3n) {
    margin-right: 0;
}
.cons .con .details .pro-list .pro .image {
    width: 276px;
    height: 276px;
    overflow: hidden;
    /*border: 1px solid #0A8AD5;*/
    display: flex;
}
.cons .con .details .pro-list .pro .image.image-200 {
    height:190px;
}
.cons .con .details .pro-list .pro .image img {
    width: 276px;
    height: 276px;
    width: 100%;
    height: auto;
    object-fit: contain;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro .image.image-200 img {
    height:190px;
}
.cons .con .details .pro-list .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 .pro-list .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;
    background-image: url("../images/icon_up.png");
    background-position: center 30px;
    background-repeat: no-repeat;
}
.cons .con .details .pro-list .pro:hover span {
    background-color: #0984D1;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-position: center 24px;
}
.cons .con .details .contact-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.cons .con .details .contact-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 200px;
    border: 1px solid #0984D1;
    border-radius: 5px;
}
.cons .con .details .contact-box .box .name {
    width: 100%;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #26469D, #0F7DCA, #26469D);
    text-align: center;
    padding: 15px 0;
}
.cons .con .details .contact-box .box .infos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.cons .con .details .contact-box .box .infos .icon {
    width: 44px;
    height: 44px;
    margin: 15px 0;
}
.cons .con .details .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: 14px;
    color: #333;
    margin-bottom: 15px;
}
.cons .con .details .contact-box .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 .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%;
}
.cons .con .details .pro-detail .boxs .photos{
    width: 400px;
    position: relative;
    display: inline-block;
    float: left;
}
.cons .con .details .pro-detail .boxs .photos .photos-box{
    overflow: hidden;
    position: relative;
    width: 400px;
    height: 400px;
}
.cons .con .details .pro-detail .boxs .photos .photos-box .images-cover{
    height: 100%;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.cons .con .details .pro-detail .boxs .photos .photos-box .images-cover img {
    padding: 1px;
    display: inline-block;
    float: left;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    position: absolute;
}
.cons .con .details .pro-detail .boxs .photos .photos-box .move-view{
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../image/move-box.png');
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-btn {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-btn span {
    line-height: 75px;
    height: 75px;
    width: 20px;
    background-color: #0984D1;
    color: #ffffff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    transition: background ease .5s;
    -webkit-transition: background ease .5s;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-btn .magnifier-btn-left {
    float: left;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-btn .magnifier-btn-right{
    float: right;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-line ul {
    overflow: hidden;
    margin: 0 auto;
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 9997;
}
.animation03 {
    transition: all .3s ease-in .1s;
    -ms-transition: all .3s ease-in .1s;
    -moz-transition: all .3s ease-in .1s;
    -webkit-transition: all .3s ease-in .1s;
    -o-transition: all .3s ease-in .1s;
}
.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-line ul li {
    list-style: none;
    cursor: pointer;
    float: left;
    width: 115px;
    height: 99px;
}
.cons .con .details .pro-detail .boxs .photos .magnifier-assembly .magnifier-line ul li img {
    padding: 1px;
    display: inline-block;
    float: left;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
}
.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 78px;
    width: 78px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    text-align: center;
}
.small-img img {
    width: 100%;
    height: 100%;
}
.active {
    transition: .3s;
}
.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}
.magnifier-view img {
    display: block;
}
.pro_tinfo_r {
    display: inline-block;
    float: left;
    width: calc(100% - 430px);
}
.pro_tinfo_r .tit {
    color: #222222;
    line-height: 39px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    width: 100%;
}
.pro_tinfo_r p {
    color: #424242;
    font-size: 18px;
    line-height: 30px;
    margin-top: 23px;
}
.cpdh {
    font-size: 33px;
    color: #000;
    margin-top: 26px;
    /*line-height: 45px;*/
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cpdh span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 20px;
    color: #666;
}
.cpdh span img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.cpdh em {
    padding-top:20px;
}
.diysr {
    line-height: 49px;
    color: #ffffff;
    font-size: 23px;
    padding-left: 50px;
    background: #0984D1;
    font-weight: initial;
    position: relative;
    height: 49px;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    margin-top: 30px;
}
.diysr i {
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    padding-left: 5px;
}
.i-isdbt:after, .diysr:after {
    width: 47px;
    height: 48px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background: url('../image/sanjiao2.png') no-repeat 9px 5px;
    background-size: 40px;
}
.cp-body {
    margin-top: 20px;
    line-height: 28px;
}
.cons .con .details .news-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.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%;
}
.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: #666666;
}
.cons .con .details .news-list .box .info .time .g img {
    width: 22px;
    margin-top: 1px;
}


.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%;
}

.cons .con {
    padding-bottom: 40px;
}


.search-list {
    display: inline-block;
    width: 100%;
}
.search-list .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDD;
}
.search-list .box .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    padding: 20px 0;
}
.search-list .box .l h3 {
    color: #222;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.search-list .box:hover .l h3 {
    color: #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.search-list .box .l img {
    margin-right: 5px;
}
.search-list .box .date {
    width: 100px;
    text-align: right;
    color: #888;
}


.flexs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.left-menu {
    width: 240px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 20px;
    padding-top: 80px;
}
.left-menu .lm-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.left-menu .lm-title img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: -6px;
}
.left-menu .lm-title a {
    font-size: 24px;
    color: #0984D1;
}
.left-menu .lm-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.left-menu .lm-list .lm-box {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.left-menu .lm-list .lm-box .one {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px;
    background: #f5f5f5;
    width: 100%;
    font-size: 16px;
    color: #666;
}
.left-menu .lm-list .lm-box .one i {
    width: 16px;
    height: 16px;
    background: url("../image/right.png") center no-repeat;
}
.left-menu .lm-list .lm-box .one:hover,.left-menu .lm-list .lm-box .one.active {
    background: #0984D1;
    color: #fff;
}
.left-menu .lm-list .lm-box .one:hover i,.left-menu .lm-list .lm-box .one.active i {
    background: url("../image/right_1.png") center no-repeat;
}

.left-menu .lm-list .lm-box .child {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #0984D1;
    border-top: none;
    padding: 20px 0;
}
.left-menu .lm-list .lm-box .child .two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    width: 100%;
    font-size: 16px;
    color: #222;
}
.left-menu .lm-list .lm-box .child .two:hover {
    color: #0984D1;
}


.details-width {
    width: calc(100% - 260px);
}
.details-width {
    margin-top: 80px !important;
}


.global-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 20px;
    margin-bottom: 60px;
}
.global-title .name {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size:56px;
    font-weight: bold;
    position: relative;
    padding-left: 80px;
    height:150px ;
}
.global-title .name.n-name {
    width: 100%;
    padding-left: 0;
}
.global-title .name .t-img {
    position: absolute;
    left: calc((100% - 655px) / 2);
    top: 58px;
}
.global-title .name .t-icon-1 {
    width: 175px;
    height: 170px;
    background-position: 0 -130px;
    position: absolute;
    left: 0;
    top: 0;
}
.global-title .name .t-icon-2 {
    width: 120px;
    height: 120px;
    background-position: 0 -340px;
}
.global-title .name .kong-t-icon-3 {
    width: 130px;
    height: 130px;
}
.global-title .name .t-icon-3 {
    position: absolute;
    left: 645px;
    top: -30px;
    width: 130px;
    height: 210px;
    background-position: 0 -535px;
    margin-top: 50px;
}
.global-title .name .t-icon-4 {
    width: 130px;
    height: 130px;
    background-position: 0 -804px;
}
.global-title .name .t-icon-5 {
    width: 250px;
    height: 70px;
    background-position: 0 -1870px;
    margin-left: 5px;
}
.global-title .name .t-icon-6 {
    width: 210px;
    height: 80px;
    background-position: 0 -1982px;
}
.global-title .tag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #222;
    margin-top: 15px;
}
.global-title .tag  .two-line {
    width: 150px;
    display: flex;
    justify-content: center;
    flex-flow: column;
}
.global-title .tag .two-line.left {
    align-items: flex-end;
    margin-right: 20px;
}
.global-title .tag .two-line.right {
    align-items: flex-start;
    margin-left: 20px;
}
.global-title .tag  .two-line em {
    width: 100%;
    height: 3px;
    background: #222;
}
.global-title .tag  .two-line span {
    width: 80%;
    height: 3px;
    background: #222;
    margin-top: 2px;
}


/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 99999999;
    right: 0px;
    bottom: 25%;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../image/icon_spirit.png");
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}
#toolbar li.tool-logo {
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
#toolbar li.tool-logo img {
    width: 32px;
}
#toolbar li.tool-message {
    width: 50px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: linear-gradient(to bottom, #0E81CD, #3FACE9, #0E81CD);
    border-radius: 10px;
    cursor: pointer;
}
#toolbar li.tool-message img {
    width: 28px;
    height: 28px;
    margin-bottom: 2px;
}
#toolbar li.tool-message .span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: inherit;
    color: #fff;
    letter-spacing: 1px;
    /*padding-left: 5px;*/

}
#toolbar li.wx {
    border: 2px solid #1786CC;
    border-radius: 10px 10px 0 0;
    width: 50px;
    height: 90px;
    background: #fff;
}
#toolbar li.wx.wx-1 {
    margin-top: 5px;
    border-bottom: none;
}
#toolbar li.wx.wx-2 {
    margin-top: -5px;
    border-radius: 0 0 10px 10px;
    border-top: none;
    position: relative;
}
#toolbar li.wx.wx-2 .line {
    width: 20px;
    height: 2px;
    background: #eee;
    left: 15px;
    top: 3px;
    position: absolute;
}
    /*#toolbar li a {*/
/*    display: block;*/
/*    position: absolute;*/
/*    z-index: 9;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 57px;*/
/*    height: 57px;*/
/*    overflow: hidden;*/
/*    !*background: #0984D1;*!*/
/*    -webkit-transition: all .5s ease;*/
/*    transition: all .5s ease;*/
/*    white-space: nowrap;*/
/*    font-size: 0;*/
/*}*/
#toolbar li.wx a {
    width: 50px;
    height: 90px;
}
#toolbar li.wx a .span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 50px;
    height: 90px;
}
#toolbar li.wx a .span img {
    width: 28px;
    height: 28px;
}
#toolbar li.wx a em {
    font-size: 14px;
    color: #A1A1A1;
    letter-spacing: 1px;
    line-height: 18px;
    padding-left: 0px;
    font-weight: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #0984D1;
}

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

#toolbar li:hover .icon-font {
    background-color: #0984D1;
}
#toolbar li:hover .icon-font:after {
    left: 15px;
}
#toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
}

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

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

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

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

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

.color1 {
    color: #0886D3 !important;
}
.weight {
    font-weight: bold ;
}

/* 站点地图样式 */
.xypg-sitemap .map_title {
    line-height: 40px;
    background-color: #f5f8fa;
    border: 1px solid #d6dbe1;
    text-indent: 20px;
    color: #666;
    border-bottom: 2px solid #ccc;
    font-size: 16px;
}

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

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

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

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

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

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

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

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


/** ******** **/
.search-boxs {
    background: #0984D1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.search-boxs .icons {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.works .work .work-swiper {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

#workSwiper1  .swiper-slide {
    width: 480px;
    height: 480px;
    background: #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
#workSwiper1  .swiper-slide img{
    display:block;
    width: 480px;
    height: 480px;
}
#workSwiper1  .swiper-slide .name {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0984D1;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.swiper-button-next-work-s1:after, .swiper-button-prev-work-s1:after {
    font-size: 56px;
    font-weight: bold;
    color: #BFBFBF;
}

#workSwiper2  .swiper-slide {
    width: 480px;
    height: 480px;
    background: #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
#workSwiper2  .swiper-slide img{
    display:block;
    width: 480px;
    height: 480px;
}
#workSwiper2  .swiper-slide .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
}
#workSwiper2  .swiper-slide .name span {
    font-size: 15px;
    text-indent: 10px;
}
#workSwiper2  .swiper-slide .name em {
    background: #0984D1;
    padding: 14px 10px;
    font-size: 14px;
}

.swiper-button-next-work-s2:after, .swiper-button-prev-work-s2:after {
    font-size: 56px;
    font-weight: bold;
    color: #BFBFBF;
}

#workSwiper3  .swiper-slide {
    width: 480px;
    height: 480px;
    background: #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
#workSwiper3  .swiper-slide img{
    display:block;
    width: 480px;
    height: 480px;
}
#workSwiper3  .swiper-slide .name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    color: #fff;
    width: 100%;
}
#workSwiper3  .swiper-slide .name span {
    font-size: 15px;
    text-indent: 10px;
}
#workSwiper3  .swiper-slide .name em {
    background: #0984D1;
    padding: 14px 10px;
    font-size: 14px;
}

.swiper-button-next-work-s3:after, .swiper-button-prev-work-s3:after {
    font-size: 56px;
    font-weight: bold;
    color: #BFBFBF;
}

.re-pro-lists {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
}
.re-pro-lists .box {
    display: inline-block;
    width: 292px;
    height: 335px;
    margin-right: 22px;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border: 1px solid #cfcfcf;
}
.re-pro-lists .box:nth-child(3n){
    margin-right: 0;
}
.re-pro-lists .box .image {
    display: inline-block;
    width: 290px;
    height: 290px;
    overflow: hidden;
}
.re-pro-lists .box .image img {
    width: 290px;
    height: 290px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.re-pro-lists .box span {
    font-weight: normal;
    color: #333;
    width: 100%;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 10px;
    background-image: linear-gradient(#cfcfcf, #f1f1f1, #cfcfcf);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: inline-block;
    width: 100%;
}
.re-pro-lists .box:hover {
    border: 1px solid #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.re-pro-lists .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.re-pro-lists .box:hover span {
    background-image: linear-gradient(#0984D1, #0984D1, #0984D1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff;
}

.re-news-lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.re-news-lists .box {
    width: calc(50% - 10px);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    margin-top: 20px;

}
.re-news-lists .box:nth-child(2n){
    margin-right: 0;
}
.re-news-lists .box em {
    width: 8px;
    height:8px;
    border-radius: 50%;
    background: #000;
    margin-right: 5px;
}
.re-news-lists .box .name {
    width: calc(100% - 113px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}

.re-news-lists .box .time {
    width: 100px;
    color: #888;
    text-align: right;
}


@media (max-width: 768px) and (max-width: 992px) {


}

@keyframes jump {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* ----- PB分页数字条效果 结束 ----- */
.pagebar {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    padding: 10px 14px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
    color: #0A8AD5;
    border: 1px solid #0A8AD5;
}
.pagination a.page-num-current {
    color: #fff;
    background: #0A8AD5;
    border: 1px solid #0A8AD5;
}
/* ----- PB分页数字条效果 结束 ----- */
.gduo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.gduo .pg {
    width: 48%;
}
.cons .con .details .news-detail {
    width: 100%;
}

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

.modal-dialog-message {
    width:540px;
}
.form-message .form-group label {
    margin-bottom: 10px;
}
.form-message .form-group .code-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.form-message .form-group .code {
    width: 200px;
    margin-right: 10px;
}
.form-message .form-group .codeimg {
    height: 30px;
}
.form-message .message-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0 10px;
}
.banner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}