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: flex;
}
.header .header-box .l .logo img {
    height: 69px;
}
.header .header-box .l .line {
    width: 1px;
    height: 55px;
    background: #464646;
    margin: 14px 15px 0;
}
.header .header-box .l .header-intro {
    padding-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.header .header-box .l .header-intro h3 {
    font-size: 24px;
    font-weight: bolder;
    color: #2c2c2c;
    margin-top: 12px;
    letter-spacing: 0px;
}
.header .header-box .l .header-intro h3 em {
    color: #02478F;
}
.header .header-box .l .header-intro h6 {
    font-size: 22px;
    font-weight:  lighter;
    color: #464646;
    margin-top: 5px;
    letter-spacing: 0px;
}
.header .header-box .r {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.header .header-box .r .qrcode {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.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: flex-end;
    justify-content: flex-end;
    font-size: 22px;
    letter-spacing: 2px;
    color: #555;
}
.header .header-box .r .tel .tel-line .tel-icon {
    width: 40px;
    /*height: 36px;*/
    /*margin-left: 5px;*/
    margin-bottom: 4px;
}
.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-color: #020202;
    background-image:url("../image/menu_bg.png");
    background-repeat: repeat-x;
    background-position: center;
    position: sticky;
    top: 0;
    z-index: 998;
}
.menus.onActive {
    background: #2054A8;
}
.menus .menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 50px;
    margin-top: 20px;
}
.menus.onActive .menu {
    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 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 60px;
    line-height: 50px;
    padding-top: 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s

}
.menus .menu .menu-box.active a.a1:before,.menus .menu .menu-box:hover a.a1:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -7px;
    top: 1px;
    border-left: 5px solid transparent;
    border-right: 3px solid #06408C;
    border-bottom: 5px solid #06408C;
    border-top: 5px solid transparent;
    z-index: -1;
}
.menus .menu .menu-box.active a.a1:after,.menus .menu .menu-box:hover a.a1:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -7px;
    top: 1px;
    border-left: 5px solid transparent;
    border-right: 3px solid #06408C;
    border-bottom: 5px solid #06408C;
    border-top: 5px solid transparent;
    transform: scaleX(-1);
}
.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, #016FBA, #014790);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.menus.onActive .menu .menu-box:hover a.a1,.menus.onActive .menu .menu-box.active a.a1 {
    background: linear-gradient(to bottom, #FDB805, #FF6F00);
}
.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
}
.banners .banner {
    height: 735px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners .banner .swiper-wrapper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.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:url("../image/banner_icon.png") center no-repeat;
    border: none;
    width: 17px;
    height: 17px;
    border-radius: 0;
}

.search-box {
    display: inline-block;
    width: 100%;
    height: 60px;
    background: #fff;
}
.search-box.search-box-bg {
    background: linear-gradient(to bottom, #014790, #0170BB);
}
.search-box .search-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
.search-box .search-container .l {
    /*border: 1px solid #eee;*/
    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;
    font-size: 14px;
    color: #333;
    border: 1px solid #eee;
    border-right: none;
}
.search-box .search-container .l .search-input::placeholder {
    color: #999;
}
.search-box.search-box-bg .search-container .l .search-input::placeholder  {
    color: #fff;
}
.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: linear-gradient(to bottom, #016FBA, #014790);
    border-radius: 0 0 5px 0;
}
.search-box.search-box-bg .search-container .l .search-icon-box {
    background: #fff;
}
.search-box .search-container .l .search-icon-box img {
    width: 16px;
    height: 15px;
}
.search-box .search-container .r {
    height: 40px;
    line-height: 40px;
    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: #333;
}
.search-box.search-box-bg .search-container .r .lab {
    color: #fff;
}
.search-box .search-container .r a {
    font-size: 16px;
    color: #333;
}
.search-box.search-box-bg .search-container .r a{
    color: #fff;
}
.search-box .search-container .r em {
    width: 1px;
    height: 14px;
    background: #fff;
    margin: 0 8px;
}
.loves {
    padding: 80px 0 0;
    display: inline-block;
    width: 100%;
    background-image: url("../image/love_bg.jpg");
    background-position: center bottom;
    background-repeat: repeat-y;
    /*background-size: ;*/
}

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

.love-swiper .swiper-pagination-love {
    position: absolute;
    z-index: 999;
    right: 0;
    width: auto;
    text-align: center;
    font-size: 0;
    bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.love-swiper .swiper-pagination-love span {
    width: 30px;
    height: 30px;
    border: 1px solid #00468F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00468F;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer;
}
.love-swiper .swiper-pagination-love span.active {
    background: #00468F;
    color: #fff;
}

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

.G-title .GT-name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 64px;
    font-weight: bold;
    letter-spacing: 4px;
    font-family: 华文中宋;
}
.G-title.abs-G-title .GT-name {
    font-size: 32px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
}
.G-title.abs-G-title .GT-name em {
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    margin: 0 10px;
}
.G-title .GT-name .icon {
    margin: 0 5px;
}
.G-title .GT-name span {
    z-index: 1;
}
.G-title .GT-name .c-black {
    color: #333;
}
.G-title .GT-name .c-blue {
    color: #00468F;
}
.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;
    position: relative;
}
.G-title .G-tip .line .icon-l {
    position: absolute;
    right: 0;
    top: -13px;
}
.G-title .G-tip .line .icon-r {
    position: absolute;
    left: 0;
    top: -13px;
}
.G-title .G-tip .G-text {
    font-size: 22px;
    color: #555;
    margin: 0 20px;
    letter-spacing: 2px;
}
.G-title.abs-G-title .G-tip .G-text {
    font-size: 18px;
    color: #333;
}





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

.aj-title .aj-name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}

.aj-title .aj-name em {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px;
}
.aj-title .aj-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}


.products {
    padding: 90px 0 50px;
    display: inline-block;
    width: 100%;
    background-image: url("../image/product_bg_big.png");
    background-position: center top;
    background-size: cover;
    margin-top: -2px;
}
.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: 60px;
}
.product .boxs .nav {
    width: 210px;
    margin-right: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #0984D2;
    border-right: none;
    border-bottom: none;
    background: #fff;
    border-radius: 0 0 30px 0;
}
.product .boxs .nav .nav-title {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 0px 0 0 0;
    background: linear-gradient(to bottom, #01468F, #016FBA);
}
.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: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
}
.product .boxs .nav .nav-title .name .en {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    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 bottom, #01468F, #016FBA);
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .boxs .nav .list .cate:hover {
    background: linear-gradient(to bottom, #016FBA, #01468F);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.product .boxs .nav .list .cate .icons {
    height:15px;
    margin-right: 5px;
}
.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: 10px;
}
.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: #444;
    -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, #01468F, #016FBA);
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    border-radius: 0 0 30px 0;
    padding-bottom: 20px;
}
.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: 0px;
    margin-top: 5px;
}
.product .boxs .nav .serv .serv-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 19px;
    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% - 220px);
    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 bottom, #01468F, #016FBA);
    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: 16px;
    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: 226px;
    height: 266px;
    margin-right: calc((20px / 3) + 12px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-bottom: 12px;

}
.product .boxs .box .list .li:nth-child(4n){
    margin-right: 0;
}
.product .boxs .box .list .li .image {
    width: 226px;
    height: 226px;
    border: 1px solid #ddd;
    border-bottom: none;
    overflow: hidden;
}
.product .boxs .box .list .li .image img{
    width: 224px;
    height: 224px;
    -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 10px;
    background:#DDDDDD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li .name .text {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li .name .icon {
    width: 0px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.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 bottom, #01468F, #016FBA);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.product .boxs .box .list .li:hover .name .text {
    width: calc(100% - 33px);
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: left;

}
.product .boxs .box .list .li:hover .name .icon {
    width: 33px;
    -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 {
    width: 56px;
    position: absolute;
    left: calc((100% - 10px) / 2);
    top: 100px;
    animation: jump 1s infinite;
}
.ads .ad a .shou {
    width: 56px;
    position: absolute;
    right: 43%;
    top: 130px;
    animation: jump 1s infinite;
}
.ads .ad a .shou1 {
    width: 56px;
    position: absolute;
    right: 20%;
    top: 186px;
    animation: jump 1s infinite;
}


.advantage2s {
    display: inline-block;
    padding-top: 100px;
    width: 100%;
    background-image: url("../image/adv_bg_1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.advantage2s .advantage2 {
    padding-bottom: 20px;
}

.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: 64px;
    font-weight: bold;
    letter-spacing: 5px;
    font-family: '华文中宋';
    position: relative;
}
.adv2s-title .tit .tit-bg {
    position: absolute;
    left: -114px;
    top: -36px;
    opacity: 0.8;
}
.adv2s-title .tit .three {
    display: inline-block;
    width: 90px;
    position: relative;
}
.adv2s-title .tit .three img {
    position: absolute;
    left: -60px;
    top: -64px;
}

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

.adv2s-title .tit .c {
    color: #00468F;
}

.adv2s-title .tip {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.adv2s-title .tip .line {
    width: 280px;
    height: 1px;
    background: #ddd;
    position: relative;
}
.adv2s-title .tip .line .icon-l {
    position: absolute;
    right: 0;
    top: -13px;
}
.adv2s-title .tip .line .icon-r {
    position: absolute;
    left: 0;
    top: -13px;
}
.adv2s-title .tip .text {
    font-size: 22px;
    color: #333;
    margin: 0 20px;
    letter-spacing: 2px;
}

.advantage2s .advantage2 .adv2-box {
    /*display: inline-block;*/
    /*width: 100%;*/
    /*width: 1600px;*/
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line.fend {
    justify-content: flex-end;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line.mt100 {
    margin-top: 100px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line.mt20 {
    margin-top: 20px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text {
    width: 814px;
    height: 480px;
    background: url("../image/adv2s_1_icon.png") center no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    /*position: relative;*/
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .tt {
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-left: 45px;
    margin-right: 30px;
}
.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 .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 20px;

}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .tt .txt span {
    letter-spacing: 3px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .ctn {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .ctn .t1 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    margin-top: 30px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .ctn .t2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #333;
    margin-top: 15px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .l .ctn .t2 em {
    color: #00468F;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-top: 50px;
    width: 100%;
}

.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(100% - 130px);
    padding-left: 130px;
    margin-bottom: 30px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line .ico {
    width: 26px;
    height: 26px;
    margin-right: 15px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line span {
    width:calc(100% - 36px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2-bl-text .r .r-line span em {
    color: #00468F;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2_image {
    display: flex;
    height: 585px;
    width: 750px;
    position: relative;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .adv2_image img {
    position: absolute;
    left: -50px;
    top: 0px;
    display: flex;
    height: 585px;
    width: 750px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .zizhi {
    height: 585px;
    width: 750px;
    margin-right: 20px;
    margin-top: 10px;
}
.advantage2s .advantage2 .adv2-box .adv2-box-line .zizhi .work-swiper {
    width: 100%;
}
#workSwiper1 {
    position: relative;
}
#workSwiper1  .swiper-slide {
    width: 365px;
    height: 510px;
    background: #bfbfbf;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
}
#workSwiper1  .swiper-slide img{
    display:block;
    width: 365px;
    height: 510px;
}
#workSwiper1 .swiper-button-next{
    left: 50%;
    top: calc(100% + 30px);
    width: 80px;
    height: 40px;
    background: linear-gradient(to bottom, #54B5E8, #0573BD);
}
#workSwiper1 .swiper-button-next:after {
    display: none;
}
#workSwiper1 .swiper-button-next img {
    width: 14px;
}
#workSwiper1 .swiper-button-prev{
    left: calc(50% - 80px);
    top: calc(100% + 30px);
    width: 80px;
    height: 40px;
    background: #BFBFBF;
}
#workSwiper1 .swiper-button-prev:after {
    display: none;
}
#workSwiper1 .swiper-button-prev img {
    width: 14px;
}
#workSwiper1 .swiper-button-next:hover,#workSwiper1 .swiper-button-prev:hover {
    /*background: linear-gradient(to bottom, #54B5E8, #0573BD);*/
}

.works {
    padding: 100px 0 80px;
    display: inline-block;
    width: 100%;
    background-image: url(../image/work_bg.jpg);
    background-position: center bottom;
    background-repeat: repeat-y;
}
.work {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.work .work-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
}
.work .work-box .work-cate-list {
    width: 258px;
    display: flex;
    flex-wrap: wrap;
}
.work .work-box .work-cate-list a {
    width: 124px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    background: linear-gradient(to bottom, #01468F, #0170BB);
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}
.work .work-box .work-cate-list a:nth-child(11),.work .work-box .work-cate-list a:nth-child(12){
    margin-bottom: 0;
}
.work .work-box .work-cate-list a.active {
    background: linear-gradient(to bottom, #FFB500, #FF6100);
}
.work .work-box .work-cate-list a:nth-child(2n){
    margin-right: 0;
}

.work .work-box .work-middle-content {
    width: calc(100% - 258px - 230px - 4px - 20px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.work .work-box .work-middle-content a {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.work .work-box .work-middle-content a .img {
    width: calc(100% - 2px);
    height: 446px;
    border: 1px solid #0884D3;
    overflow: hidden;
}
.work .work-box .work-middle-content a .img img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.work .work-box .work-middle-content a:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.work .work-box .work-middle-content a .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 2px);
    padding: 10px 10px;
    background: #00468F;
    border: 1px solid #0884D3;
    border-top: none;
    height: 84px;
}
.work .work-box .work-middle-content a .info .l {
    width: calc(100% - 160px);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.work .work-box .work-middle-content a .info .l .tit {
    font-size: 18px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 10px;
}
.work .work-box .work-middle-content a .info .l .tip {
    font-size: 15px;
    color: #eee;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}
.work .work-box .work-middle-content a .info .de-show {
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(to right, #FFB500, #FF6100);
    padding: 8px 0;
    border-radius: 40px;
}
.work .work-box .work-middle-content a:hover .info .de-show {
    background: linear-gradient(to right, #FF6100, #FFB500);
}
.work .work-box .work-middle-content a .info .de-show img {
    width: 22px;
    margin-left: 10px;
}

.work .work-box .work-message {
    width: 230px;
    padding: 10px 15px;
    height: 530px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #0884D3;
    background: #fff;
    position: relative;
}
.work .work-box .work-message .work-mes-title {
    color: #01529C;
    font-size: 28px;
    font-family: 思源;
    margin: 20px 0 15px;
    font-weight: bold;
}
.work .work-box .work-message .work-mes-input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.work .work-box .work-message .work-mes-input .inputs {
    border: 1px solid #0884D3;
    height: 40px;
    line-height: 40px;
    padding: 10px 10px;
    outline: none;
    font-size: 15px;
}
.work .work-box .work-message .work-mes-input .inputs::placeholder {
    color: #999;
}
.work .work-box .work-message .work-mes-input .textarea {
    border: 1px solid #0884D3;
    height: 100px;
    line-height: 20px;
    padding: 10px 10px;
    outline: none;
    font-size: 15px;
    resize:none;
}
.work .work-box .work-message .work-mes-input .textarea::placeholder {
    color: #999;
}
.work .work-box .work-message .work-mes-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.work .work-box .work-message .work-mes-btn button {
    background: linear-gradient(to bottom, #01468F, #0170BB);
    color: #fff;
    font-size: 15px;
    width: 120px;
    padding: 8px 0;
    border-radius: 40px;
    border: none;
}
.work .work-box .work-message .work-mes-btn button:hover {
    background: linear-gradient(to bottom, #0170BB,#01468F);
}
.work .work-box .work-message .ding {
    width: 100%;
    margin-top: 36px;
}
.work .work-box .work-message .mes-logo {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}

.abouts {
    display: inline-block;
    width: 100%;
    background-color: #F1F4F9;
    /*margin-top: -57px;*/
    position: relative;
    padding-bottom: 80px;
}

.abouts .about {
    margin-top:210px;
    padding-top: 90px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    background-color: #fff;
    background-image: url("../image/about_bg_w.png");
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}
.abouts .about .about-box {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 30px);
    padding: 0 15px;
}
.abouts .about .about-box .big-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}


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

}
.abouts .about .about-box .big-box .left .line-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.abouts .about .about-box .big-box .left .line-box h1 {
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-top: 20px;
}

.abouts .about .about-box .big-box .left .intro {
    font-size: 16px;
    color: #444;
    margin-top: 20px;
    line-height: 30px;
    max-height: 240px;
    overflow: hidden;
}

.abouts .about .about-box .big-box .left .more {
    margin-top: 20px;
    width: 150px;
    height: 48px;
    border-radius: 0 20px 0 0;
    background: linear-gradient(to bottom, #FFB500, #FF6100);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:18px;
    color: #fff;
    padding-left: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.abouts .about .about-box .big-box .left .more img {
    margin-left: 0;
    width: 40px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.abouts .about .about-box .big-box .left .more:hover img {
    margin-left: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.abouts .about .about-box .big-box .about-image {
    width:  600px;
}
.abouts .about .about-box .big-box .about-image img {
    width: 100%;
    height: 400px;
    box-shadow: 0px 8px 8px rgba(0,0,0,0.5);
}

.abouts .lists {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.abouts .lists .row-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-top: 60px;
}
.abouts .lists .row-list .row-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
}

.abouts .lists .row-list .row-title .name {
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    color: #666;
    font-size: 20px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.7);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.abouts .lists .row-list .row-title .name .ico {
    width: 28px;
    height: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin-right: 5px;
}
.abouts .lists .row-list .row-title .name .ico.ico-1 {
    background-image: url("../image/ab_icon_1.png");
}
.abouts .lists .row-list .row-title .name .ico.ico-2 {
    background-image: url("../image/ab_icon_2.png");
}
.abouts .lists .row-list .row-title .name .ico.ico-3 {
    background-image: url("../image/ab_icon_3.png");
}
.abouts .lists .row-list .row-title .name .ico.ico-4 {
    background-image: url("../image/ab_icon_4.png");
}
.abouts .lists .row-list .row-title .name.active {
    background: linear-gradient(to bottom, #01468F, #016FBA);
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.abouts .lists .row-list .row-title .name.active .ico {
    background-position: -28px 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.abouts .lists .row-list .lists {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}

.abouts .lists .row-list .lists .box {
    width: 100%;
    position: relative;
    height: 0!important;
    overflow: hidden;
}
.abouts .lists .row-list .lists .box.on {
    height: auto !important;
    overflow: unset;
}
.swiper-bbx {
    width: 100%;
    height: 210px;
    overflow: hidden;
}
.swiper-bbxx {
    height: 330px;
}
.swiper-bbx .swiper-wrapper .swiper-slide p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
}
.abouts .lists .row-list .lists .box .swiper-button-next {
    right: -50px;
    top: 90px;
}

.abouts .lists .row-list .lists .box .swiper-button-prev {
    left: -50px;
    top: 90px;
}
.abouts .lists .row-list .lists .box .tt {
    top: 170px;
}
.abouts .lists .row-list .lists .box .swiper-button-next:after,.abouts .lists .row-list .lists .box .swiper-button-prev:after {
    display: none;
}

.news {
    padding: 100px 0 80px;
    display: inline-block;
    width: 100%;
    background-image: url(../image/work_bg.jpg);
    background-position: center bottom;
    background-repeat: repeat-y;
}
.news .new .new-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px;
}
.news .new .new-box .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 820px;
    background: #F1F4F9;
}
.news .new .new-box .left .tit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    background: #333;
}
.news .new .new-box .left .tit .name {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background: none;
    padding: 18px 0;
    position: relative;
    cursor: pointer;
}
.news .new .new-box .left .tit .name.active {
    background: linear-gradient(to bottom, #01468F, #016FBA);
}
.news .new .new-box .left .tit .name em {
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news .new .new-box .left .tit .name.active em {
    opacity: 0; /* 设置透明度为50% */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .tit .name.active + .name em{
    opacity: 0; /* 设置透明度为50% */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box {
    /*display: flex;*/
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width:100%;
    padding: 30px 30px;
    display: none;
}
.news .new .new-box .left .box.on {
    display: flex;
}
.news .new .new-box .left .box .hd {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    background: #fff;
}
.news .new .new-box .left .box .hd .image {
    width: 340px;
    height: 200px;
    overflow: hidden;
}
.news .new .new-box .left .box .hd .image img {
    width: 340px;
    height: 200px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news .new .new-box .left .box .hd:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.news .new .new-box .left .box .hd .inf {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 340px);
    padding: 15px 15px;
}
.news .new .new-box .left .box .hd .inf .inf-title {
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box .hd:hover .inf .inf-title {
    color: #0F7FCB;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box .hd .inf .inf-intro {
    font-size: 15px;
    font-weight: normal;
    color: #777;
    max-height: 100px;
    overflow: hidden;
    width: 100%;
    margin: 10px 0;
    line-height: 24px;
}
.news .new .new-box .left .box .hd .inf .inf-time {
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 100%;
}
.news .new .new-box .left .box .lists {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 30px;
}
.news .new .new-box .left .box .lists a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 20px);
    margin-right: 40px;
    color: #777;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box .lists a:nth-child(2n) {
    margin-right: 0;
}
.news .new .new-box .left .box .lists a:hover {
    color: #0F7FCB;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box .lists a .dian {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #666;
    margin-right: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box .lists a:hover .dian {
    background: #0F7FCB;
    border-radius: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.news .new .new-box .left .box .lists a .tits {
    display: inline-block;
    width: calc(100% - 110px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news .new .new-box .left .box .lists a .time {
    width: 95px;
    text-align: right;
}


.news .new .new-box .que {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 835px);
    background: #F1F4F9;
}
.news .new .new-box .que .que-title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background: none;
    padding: 18px 0;
    background: #333;
}
.news .new .new-box .que .que-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    padding: 30px 20px;
}
.news .new .new-box .que .que-list .box {
    border-bottom:1px solid #ddd;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    margin-bottom: 16px;
}
.news .new .new-box .que .que-list .box:last-of-type {
    margin-bottom: 0;
}
.news .new .new-box .que .que-list .box .qw {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
}
.news .new .new-box .que .que-list .box .qw .f {
    width: 30px;
    height: 30px;
    background: #8C8C8C;
    color:#fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.news .new .new-box .que .que-list .box .qw .f.d {
    background: linear-gradient(to bottom, #01468F, #016FBA);
}
.news .new .new-box .que .que-list .box .qw .text {
    width: calc(100% - 45px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 15px;
    color: #444;
}
.news .new .new-box .que .que-list .box .qw .text.text1 {
    color: #888;
}


.news .link {
    position: relative;
    margin: 60px auto 0;
    padding: 0px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.news .link .tit {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    left: 00px;
    top: 5px;
}
.news .link .tit .cn {
    background: linear-gradient(to right, #24469D, #0F7DCA, #24469D);
    color: #fff;
    font-size: 18px;
    padding: 3px 5px;
    letter-spacing: 3px;
}
.news .link .tit .en {
    color: #222;
    font-size: 18px;
    margin-top: 2px;
    letter-spacing: 2px;
}
.news .link .link-list {
    width: 100%;
    margin-left: 40px;
    background: #fff;
    padding: 20px 10px 10px 80px;
    min-height: 50px;
    display: inline-block;
    font-size: 0;
}
.news .link .link-list a {
    display: inline-block;
    font-size: 18px;
    margin-right: 20px;
    color: #222;
    margin-bottom: 10px;
}
.news .link .link-list a:hover {
    color: #0984D1;
}
.bottom-menus {
    background: #333;
    padding:0 0;
}
.bottom-menus .bottom-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0;
}
.bottom-menus .bottom-menu a {
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    width: calc(100% / 9);
}
.bottom-menus .bottom-menu a:hover, .bottom-menus .bottom-menu a.active {
    background: linear-gradient(to bottom, #01468F, #016FBA);
}
.bottom-menus .bottom-menu a  em {
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    left: 0;
    top: 18px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.bottom-menus .bottom-menu a:hover em,.bottom-menus .bottom-menu a.active em {
    opacity: 0; /* 设置透明度为50% */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.bottom-menus .bottom-menu a:hover + a em,.bottom-menus .bottom-menu a.active + a em{
    opacity: 0; /* 设置透明度为50% */
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.copyrights {
    background: #232325 ;
    padding: 0px 0 0;
}
.copyrights .copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #232325;
    padding: 8px 5px;
}
.copyrights .copyright p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}
.copyrights .copyright p a {
    color: #fff;
}
.copyrights .copyright p a:hover {
    color: #0984D1;
}
.copyrights .copyright .cov p {
    color: #fff;
}
.copyrights .copyright .cov p a {
    color: #fff;
}



.footers {
    background: #333 ;
    padding: 0px 0 0;
    border-top: 1px solid #ddd;
}
.footers.footersx {
    border-top: none;
    padding-top: 20px;
}
.footers .footer {
    padding: 0 0;
}

.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: flex-start;
    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: 46px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footers .footer .bottom-info .bottom-list .line .f-icon.f-left {
    margin-left: 120px;
}
.footers .footer .bottom-info .bottom-list .line .f-icon img {
    width: 46px;
    height: 40px;
}
.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: 18px;
}
.footers .footer .bottom-info .bottom-list .line .line-li .text.text1 {
    line-height: 30px;
    letter-spacing: 2px;
}
.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;
    /*padding-top: 10px;*/
    padding-bottom: 20px;
}
.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;
}

.gl-flex-box {
    background: url("../image/bbg.png") left center repeat-x;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.gl-flex-box.none {
    bottom: -100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
.gl-flex-box.nones {
    bottom: -100% !important;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s
}
.gl-flex-box .gf-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gl-flex-box .gf-box .flex-logo {}
.gl-flex-box .gf-box .form-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 0px 0;
    height: 60px;
}
.gl-flex-box .gf-box .form-box p {
    font-size: 24px;
    font-weight: bold;
    color:#fff;
}
.gl-flex-box .gf-box .form-box .f-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gl-flex-box .gf-box .form-box .f-box .f-input {
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    color: #333;
    font-size: 15px;
    outline: none;
    border: none;
    background: #ffff;
    margin-right: 15px;
}
.gl-flex-box .gf-box .form-box .f-box .f-input::placeholder {
    color: #0F7FCB;
}
.gl-flex-box .gf-box .form-box .f-box .f-btn {
    background: linear-gradient(to right, #FF2052, #EA5514);
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    border: none;
}
.gl-flex-box .gf-box .form-box .f-box .f-btn:hover {
    background: linear-gradient(to right, #EA5514, #FF2052);
}
.gl-flex-box .gf-box .f-image {
    position: relative;
    width: 158px;
}
.gl-flex-box .gf-box .f-image .f-1 {
    position: absolute;
    left: 0;
    bottom: -25px;
}
.gl-flex-box .gf-box .f-image .f-2 {
    position: absolute;
    right: -20px;
    top: -25px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 99999999;
    right: 0px;
    top: 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: 32px;
    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, #0170BB, #015EA8, #0170BB);
    border-radius: 10px;
    cursor: pointer;
}
#toolbar li.tool-message img {
    width: 24px;
    /*height: 27px;*/
    margin-bottom: 2px;
}
#toolbar li.tool-message .span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: inherit;
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
    /*padding-left: 5px;*/

}
#toolbar li.wx {
    border: 2px solid #024C95;
    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: 20px;
    margin-right: 2px;
    /*height: 28px;*/
}
#toolbar li.wx a em {
    font-size: 14px;
    color: #444;
    letter-spacing: 1px;
    padding-left: 0px;
    line-height: 20px;
    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.no-back {
    display: none;
}

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


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

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


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


/* 产品中心样式 */
.cons .page-position {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px auto 20px;
}
.cons .page-position.page-position-bg {
    background: url("../image/work_bg.jpg") center top no-repeat;
    margin: 0 auto;
    padding:30px 15px;
}
.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: 200px;
    margin-right: 20px;
}

.cons .con .page-menus .nav {
    width: 200px;
    margin-right: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    border: 1px solid #0984D2;
    border-right: none;
    border-bottom: none;
    background: #fff;
    border-radius: 11px 11px 0 0;
}
.cons .con .page-menus .nav .nav-title {
    width: 100%;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(to bottom, #01468F, #016FBA);
}
.cons .con .page-menus .nav .nav-title .icons {
    margin-bottom: 10px;
}
.cons .con .page-menus .nav .nav-title .name {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.cons .con .page-menus .nav .nav-title .name.other {
    align-items: center;
    justify-content: center;
}
.cons .con .page-menus .nav .nav-title .name .cn {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
}
.cons .con .page-menus .nav .nav-title .name .en {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0px;
    margin-top: 10px;
}
.cons .con .page-menus .nav .list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.cons .con .page-menus .nav .list .cate {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(to bottom, #01468F, #016FBA);
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.cons .con .page-menus .nav .list .cate:hover {
    background: linear-gradient(to bottom, #016FBA, #01468F);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.cons .con .page-menus .nav .list .cate .icons {
    height:15px;
    margin-right: 5px;
}
.cons .con .page-menus .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: 10px;
}
.cons .con .page-menus .nav .list .children .s-icons {
    margin-right: 10px;
    width: 8px;
    height: 12px;
}
.cons .con .page-menus .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
}
.cons .con .page-menus .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
}
.cons .con .page-menus .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
}
.cons .con .page-menus .nav .list .children:hover span{
    color: #3A82D2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.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: 10px 10px 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: 14px;
    color: #fff;
    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: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    padding: 20px 20px;
}
.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: 14px;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    color: #555;
}
.cons .con .details {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 220px);
}

.cons .con .details .pro-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cons .con .details .pro-list .pro {
    width: 315px;
    /*height: 318px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: calc((100% - (315px * 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: 313px;
    height: 313px;
    overflow: hidden;
    /*border: 1px solid #0A8AD5;*/
    display: flex;
    padding: 1px;
}
.cons .con .details .pro-list .pro .image.image-200 {
    height:190px;
}
.cons .con .details .pro-list .pro .image img {
    width: 313px;
    height: 313px;
    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 .name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #DDDDDD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cons .con .details .pro-list .pro .name .text {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro .name .icon {
    width: 0px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro:hover .name{
    background: linear-gradient(to bottom, #01468F, #016FBA);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .pro-list .pro:hover .name .text {
    width: calc(100% - 33px);
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: left;

}
.cons .con .details .pro-list .pro:hover .name .icon {
    width: 33px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}







.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.mt50 {
    margin-bottom: 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 #016FBA;
    border-bottom: 2px solid #016FBA;
}
.cons .con .details .gl-box .gl-title .name {
    background: linear-gradient(to bottom, #01468F, #016FBA);
    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 {
    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: 315px;
    height: 355px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: calc((100% - (315px * 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: 315px;
    height: 315px;
    overflow: hidden;
}
.cons .con .details .gl-box .gl-pro-list .pro .image img {
    width: 315px;
    height: 315px;
    -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 .name {
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    background:#DDDDDD;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro .name .text {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro .name .icon {
    width: 0px;
    height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro:hover .name{
    background: linear-gradient(to bottom, #01468F, #016FBA);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-pro-list .pro:hover .name .text {
    width: calc(100% - 33px);
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    text-align: left;

}
.cons .con .details .gl-box .gl-pro-list .pro:hover .name .icon {
    width: 33px;
    -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 .newsx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: calc(50% - 10px);
    border-bottom: 1px solid #ddd;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.cons .con .details .gl-box .gl-new-list .newsx:nth-child(2n){
    margin-right: 0;
}
.cons .con .details .gl-box .gl-new-list .newsx .text {
    width: calc(100% - 90px);
    font-size: 16px;
    color: #888;
    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 .newsx .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 .newsx:hover .text {
    color: #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .con .details .gl-box .gl-new-list .newsx:hover .time {
    color: #0984D1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.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: 310px;
    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 .abs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cons .abs .abs-hd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
    background: #fbfbfb url("../image/about_bgs.jpg") center bottom no-repeat;
    padding:50px 0
}
.cons .abs .abs-hd .abs-hd-intro {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-top: 40px;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-content {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size:16px;
    color: #555;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 80px;
    background: #fff;
    margin-top: 50px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    position: relative;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .ty {
    position: absolute;
    left:0;
    bottom: -96px;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box .hd {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box .hd span {
    color: #255698;
    font-size: 58px;
    font-weight: bold;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box .hd em {
    color:#333;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-left: 5px;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .box .txt {
    font-size: 20px;
    color: #333;
    margin-top: 10px;
}
.cons .abs .abs-hd .abs-hd-intro .ahi-box .ll {
    width: 1px;
    height: 50px;
    background: rgba(0,0,0,0.1);
}
.cons .abs .abs-jd {
    background: #fff url("../image/jd_bg.jpg") center top no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 60px 0 60px;
}
.cons .abs .abs-jd .abs-jd-box {
    display: flex;
    flex-wrap: wrap;
}
.cons .abs .abs-jd .abs-jd-box .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 584px;
    margin-right: calc(100% - 584px - 584px);
    margin-top: 36px;
    cursor: pointer;
}
.cons .abs .abs-jd .abs-jd-box .box:nth-child(2n){
    margin-right: 0;
}
.cons .abs .abs-jd .abs-jd-box .box .image {
    width: 100%;
    height: 312px;
    overflow: hidden;
}
.cons .abs .abs-jd .abs-jd-box .box .image img {
    width: 100%;
    height: 312px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .abs .abs-jd .abs-jd-box .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .abs .abs-jd .abs-jd-box .box .name {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    color: #fff;
    letter-spacing: 4px;
    background: #063F8C;
    text-align: center;
}

.cons .abs .abs-hz {
    background: #fff url("../image/love_bg.jpg") center top repeat-y;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 60px 0 60px;
}
.cons .abs .abs-hz .abs-hz-list {
    display: flex;
    flex-wrap: wrap;
}
.cons .abs .abs-hz .abs-hz-list .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 280px;
    margin-right: calc((100% - 280px - 280px - 280px - 280px) / 3);
    margin-top: calc(80px / 3);
    cursor: pointer;
}
.cons .abs .abs-hz .abs-hz-list .box:nth-child(4n){
    margin-right: 0;
}
.cons .abs .abs-hz .abs-hz-list .box .image {
    width: 100%;
    height: 378px;
    overflow: hidden;
}
.cons .abs .abs-hz .abs-hz-list .box .image img {
    width: 100%;
    height: 378px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .abs .abs-hz .abs-hz-list .box:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .abs .abs-hz .abs-hz-list .box .name {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}
.cons .abs .abs-wh {
    background: #fff url("../image/wh_bg.jpg") center top no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 60px 0 60px;
}
.cons .abs .abs-wh .abs-wh-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 60px 80px 40px;
    margin: 50px 0 100px;
    position: relative;
}
.cons .abs .abs-wh .abs-wh-list .wh_f_image {
    position: absolute;
    right: 0;
    top: -100px;
}
.cons .abs .abs-wh .abs-wh-list .box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.cons .abs .abs-wh .abs-wh-list .box .name {
    font-size: 26px;
    color: #000;
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: 3px;
}
.cons .abs .abs-wh .abs-wh-list .box .txt {
    font-size: 18px;
    color: #333;
    margin-top: 12px;
}

.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: linear-gradient(to bottom, #01468F, #016FBA);
    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: 997;
}
.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: linear-gradient(to bottom, #01468F, #016FBA);
    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;
    width: 100%;
}
.cp-body img {
    max-width: 100%;
}
.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%;
}
.gduo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.gduo .pg {
    width: 48%;
}

.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(../image/icon_up.png);
    background-position: center 30px;
    background-repeat: no-repeat;
}
.cons .con .details .news-detail {
    width: 100%;
}
.cons .dingzhi {
    padding:50px 20px 20px;
    background: url('../image/work_bg.jpg') center top repeat-y;
}
.cons .dingzhi .dz-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    /*box-shadow: 5px 5px 5px rgba(0,0,0,0.2);*/
    margin-bottom: 0px;
}
.cons .dingzhi .dz-box .dz-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px 20px;
    position: relative;
    background: linear-gradient(to bottom, #016FBA, #01468F);
    margin-bottom: 40px;
    margin-top: 50px;
}
.cons .dingzhi .dz-box .dz-tag .icon {
    margin-right: 5px;
}
.cons .dingzhi .dz-box .dz-tag span {
    color:#fff;
    font-size: 18px;
    font-weight: bold;
}
.cons .dingzhi .dz-box .dz-tag .sanjiao {
    position: absolute;
    left: calc((100% - 24px) / 2);
    bottom: -12px;
}
.cons .dingzhi .dz-box .boxs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}
.cons .dingzhi .dz-box .boxs .image {
    width: 602px;
    height: 402px;
    border:1px solid #016FBA;
    overflow: hidden;
}
.cons .dingzhi .dz-box .boxs .image img {
    width: 600px;
    height: 400px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .dingzhi .dz-box:hover .boxs .image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.cons .dingzhi .dz-box .boxs .boxs-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 652px);
}
.cons .dingzhi .dz-box .boxs .boxs-listx {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 652px);
}
.cons .dingzhi .dz-box .boxs .boxs-listx .lix {
    font-size: 18px;
    color: #333;
    border:1px solid #ccc;
    padding: 15px 0px;
    width: 120px;
    font-weight: bold;
    margin-right: 20px;
    margin-bottom: 15px;
    text-align: center;
}
.cons .dingzhi .dz-box .boxs .boxs-listx .lix:nth-child(3n){
    margin-right: 0;
}
.cons .dingzhi .dz-box .boxs .boxs-listx .lix:hover {
    background: linear-gradient(to bottom, #016FBA, #01468F);
    color: #fff;
}
.cons .dingzhi .dz-box .boxs .boxs-list .li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size:18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 6px;

}
.cons .dingzhi .dz-box .boxs .boxs-list .li img {
    margin-right: 10px;
    width: 36px;
    margin-bottom: 10px;
}
.cons .dingzhi .dz-box  button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #FCBA04, #FF6E01);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border: none;
    margin-top: 15px;
    outline: none;
}
.cons .dingzhi .dz-box  button:hover {
    background: linear-gradient(to bottom, #FF6E01, #FCBA04);
}
.cons .dingzhi .dz-box .boxs  button img {
    margin-left: 10px;
}
.cons .dingzhi .dz-box .quan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width: 100%;
}
.cons .dingzhi .dz-box .quan .q-img {
    width: 100%;
}












/* ----- 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分页数字条效果 结束 ----- */