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 {
    transition: all .5s;
    margin: 0 auto;
    width: 1400px;
}

/* header */
.headers {
    height: 110px;
    padding: 0px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.8);
    /*box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);*/
    transition: all 0.6s;
}
.headers.page-headers {
    background: rgba(255, 255, 255, 1);
}
.mt120 {
    margin-top: 170px;
}
.headers .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.headers .header .logo {
    height: 100px;
    margin-top: 10px;
}
.headers .header .logo img {
    height: 100px;
}

.headers .header .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    /*flex-flow: column;*/
}
.headers .header .menu .tel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 20px;
}
.headers .header .menu .tel img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
.headers .header .menu .tel span {
    font-size: 28px;
    color: #286dd2;
    font-weight: bold;
    font-style: italic;
}
.headers .navx {
   width: 100%;
   background: rgba(12,112,181,0.8);
    box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.6s;
}
.headers .navx .nav  {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.headers .navx .nav:before,.headers .navx .nav:after {
    display: none;
}

.headers .navx .nav .text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
    letter-spacing: 3px;
}
.headers .navx .nav .nav-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.headers .navx .nav .nav-list .navs {
    display: inline-block;
    padding: 15px 20px 25px;
    position: relative;
    margin-bottom: -10px;
}
.headers .navx .nav .nav-list .navs a.a1 {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: linear-gradient(to bottom, #F8CA71, #EE8847);
    padding: 8px 20px;
    border-radius: 20px;
}
.headers .navx .nav .nav-list .navs.active a.a1,.headers .navx .nav .nav-list .navs:hover a.a1 {
    color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}
.headers .navx .nav .nav-list .navs .li {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    height: 0;
    left: 0;
    top: 60px;
    background: #0C70B5;
    padding: 0px 0px;
    border-top: none;
    min-width:100%;

    opacity: 1;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
}
.headers .navx .nav .nav-list .navs .li a.a2 {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
    white-space: nowrap;

}
.headers .navx .nav .nav-list .navs:hover .li {
    opacity: 1;
    height: auto !important;
    padding: 10px 0px;
    border-top: 3px solid #085991;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}
.headers .navx .nav .nav-list .navs:hover .li a.a2:hover {
   background: #085991;
}

.banners .banner {
    height: 650px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners .banner .swiper-wrapper .swiper-slide a {
    position: relative;
    display: inline-block;
    height: 100%;
}
.banners .banner .swiper-wrapper .swiper-slide a img {
    width: auto !important;
}
.swiper-button-prev, .swiper-button-next {
    color: #fff !important;
}
.banners .banner .swiper-wrapper .swiper-slide a .h1 {
    position: absolute;
    left: calc(((100% - 1400px) / 2) + 280px);
    top: 250px;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
}
.banners .banner .swiper-wrapper .swiper-slide a .h2 {
    position: absolute;
    left: calc(((100% - 1400px) / 2) + 380px);
    top: 330px;
    font-size: 44px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: calc((100% - 1400px) / 2 - 27px);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: calc((100% - 1400px) / 2 - 27px);
}
.banners .m-banner {
    height: 50vw;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banners .m-banner .swiper-wrapper .swiper-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50vw;
    position: relative;
}
.banners .m-banner .swiper-wrapper .swiper-slide a img {
    width: 100%;
    height: 50vw;
}
.banners .m-banner .swiper-pagination-m .swiper-pagination-bullet-active {
    background: #161616;
}


.qx-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    width:100%
}
.qx-title .name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.qx-title .name em {
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    width: 80px;
    height: 5px;
}
.qx-title .name h1 {
    font-size: 36px;
    font-weight: bold;
    color: #434343;
    padding: 0 20px;
    letter-spacing: 4px;
}
.qx-title .tag {
    margin-top: 15px;
    font-size: 18px;
    color: #888;
    letter-spacing: 2px;
}



.products {
    padding: 80px 0 60px;
    display: flex;
    align-items: center;
}
.products.bg1 {
    background: #f6f6f6;
}
.products .product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.pro-introduce {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 80px 0 0px;
}
.pro-introduce .ll {
    height: 60px;
    width: 1px;
    /*background: linear-gradient(to bottom, #fff, #999, #fff);*/
    margin: 0 50px;
}
.pro-introduce .line {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    
}
.pro-introduce .line .t {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.pro-introduce .line .t span {
    font-weight: bold;
    color: #222;
    font-size: 24px;
    margin-right: 10px;
}
.pro-introduce .line .t em {
    color: #222;
    font-size: 18px;
}
.pro-introduce .line .b {
    font-size: 18px;
    color: #444;
    margin-top: 10px;
}

.products .product .box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 60px;
}
.products .product .box .cate {
    width: 345px;
    margin-right: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.products .product .box .cate.cate-450 {
    width: 450px;
}
.products .product .box .cate img {
    width: 100%;
}
.products .product .box .list {
    width: calc(100% - 375px);
    display: flex;
    flex-wrap: wrap;
}
.products .product .box .list .bx {
    width: calc((100% - 60px) / 5);
    height: calc(((1400px - 375px - 60px) / 5) * 0.8);
    border-radius: 10px;
    background: #59BFBD;
    margin-right: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.products .product .box .list .bx .name {
    width:80%;
    border-radius: 5px;
    background: #fff;
    padding: 10px 10px;
    color: #59BFBD;
    font-size: 20px;
    box-shadow: 2px 2px 3px #22A29F;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.products .product .box .list .bx .tag {
    width:68%;
    padding: 0px 0px;
    color: #fff;
    font-size: 16px;
    /*height: 44px;*/
    line-height: 22px;
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.products .product .box .list .bx .zx {
    width:120px;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(to bottom, #F8CA71, #EE8847);
    border-radius: 20px;
}
.products .product .box .list .bx:nth-child(2n){
    background: #30C1A4;
}
.products .product .box .list .bx:nth-child(5n){
    margin-right: 0;
}
.products .product .box .list .bx:hover {
    background: #1F8E8B;
}
.products .product .box .list .bx:hover:nth-child(2n) {
    background: #23A087;
}
.products .product .box .lists {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 480px);
}
.products .product .box .lists .bx {
    width: calc((100% - 60px) / 3);
    height: calc(((1400px - 480px - 60px) / 3 * 0.666666) + 50px);
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 30px;
    background: #f6f6f6;
}
.products .product .box .lists .bx:hover {
    background: #eee;
}
.products .product .box .lists .bx .image {
    width: 100%;
    height: calc((1400px - 480px - 60px) / 3 * 0.666666);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.products .product .box .lists .bx .image img {
    width:100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .box .lists .bx:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .box .lists .bx .image .name {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: rgba(98,196,191,0.8);
    color: #fff;
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
}

.products .product .box .lists .bx:nth-child(3n){
    margin-right: 0;
}
.products .product .box .lists .bx .zx {
    width:140px;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(to bottom, #F8CA71, #EE8847);
    border-radius: 20px;
    margin-top: 10px;
    margin-left:calc((100% - 140px) / 2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .box .lists .bx:hover .zx {
    background: linear-gradient(to bottom, #EE8847,#F8CA71);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.products .product .box .list3 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.products .product .box .list3 .bx {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    background: #F0F2F5;
    border-radius: 5px;
    box-shadow: 2px 2px 3px #DDD;
    padding: 20px 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.products .product .box .list3 .bx:nth-child(9),.products .product .box .list3 .bx:nth-child(10),.products .product .box .list3 .bx:nth-child(11){
    width: calc((100% - 40px) / 3);
}
.products .product .box .list3 .bx:hover {
    background: #ddd;
}
.products .product .box .list3 .bx:nth-child(4n),.products .product .box .list3 .bx:nth-child(11){
    margin-right: 0;
}
.products .product .box .list3 .bx .name {
    width: 100%;
    background: #59BFBD;
    border-radius: 5px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 30px 0;
    font-weight: bold;
    letter-spacing: 4px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .box .list3 .bx:hover .name {
    background: #44A4A2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .box .list3 .bx .zx {
    width:140px;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(to bottom, #F8CA71, #EE8847);
    border-radius: 20px;
    margin: 30px 0 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .box .list3 .bx:hover .zx  {
    background: linear-gradient(to bottom, #EE8847,#F8CA71);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.products .product .box .list4 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.products .product .box .list4 .bx {
   width: 250px;
    height: 426px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background: #F0F2F5;
    margin-bottom: 20px;
    margin-right: calc((100% - 1250px) / 4);
}
.products .product .box .list4 .bx:hover {
    background: #ddd;
}
.products .product .box .list4 .bx:nth-child(5n){
    margin-right: 0;
}
.products .product .box .list4 .bx .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.products .product .box .list4 .bx .image img {
    width: 250px;
    height: 360px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .box .list4 .bx:hover .image img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.products .product .box .list4 .bx .image .name {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: rgba(98,196,191,0.8);
    color: #fff;
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
}

.products .product .box .list4 .bx .zx {
    width:80%;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(to bottom, #F8CA71, #EE8847);
    border-radius: 20px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin: 15px 0;
    
}
.products .product .box .list4 .bx:hover .zx {
    background: linear-gradient(to bottom, #EE8847,#F8CA71);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.ads {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.ads .ad {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.ads .ad a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.ads .ad a img {
    width: 100%;
}

.advantages {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 80px 0;
}
.advantages.bg1 {
    background: #f6f6f6;
}
.advantages.pt0 {
    padding-top: 0;
}
.advantages .advantage .box {
    margin-top: 50px;
}
.advantages .advantage .box.mt0 {
    margin-top: 0;
}
.advantages .advantage .box img {
    max-width:100%
}

.abouts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 80px 0;
}
.abouts.bg1 {
    background: #f6f6f6;
}
.abouts .about .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
}
.abouts .about .box .about-image {
    width: 49%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.abouts .about .box .about-image img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts .about .box .about-image:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.abouts .about .box .info {
    width:49%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.abouts .about .box .info h1 {
    font-size: 28px;
    color: #000;
    margin-bottom: 30px;
    font-weight: bold;
}
.abouts .about .box .info .content {
    line-height: 30px;
    font-size: 15px;
    color: #555;
    max-height:330px;
    overflow: hidden;
}
.abouts .about .box .info .content p {
    text-indent: 2rem;
}
.abouts .about .box .info .zx {
    width:200px;
    padding: 15px 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(to bottom, #F8CA71, #EE8847);
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    margin-top:30px;
}
.abouts .about .box .info .zx:hover {
    background: linear-gradient(to bottom, #EE8847,#F8CA71);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.links .link {
    position: relative;
    margin: 60px auto;
    padding: 0px 0px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.links .link .tit {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    left: 00px;
    top: 5px;
}
.links .link .tit .cn {
    background-color: #62C4BF;
    color: #fff;
    font-size: 16px;
    padding: 3px 5px;
    letter-spacing: 3px;
}
.links .link .tit .en {
    color: #222;
    font-size: 15px;
    margin-top: 2px;
    letter-spacing: 2px;
}
.links .link .link-list {
    width: 100%;
    margin-left: 40px;
    background: #e5e5e5;
    padding: 20px 10px 10px 60px;
    min-height: 50px;
    display: inline-block;
    font-size: 0;
}
.links .link .link-list a {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
    color: #222;
    margin-bottom: 10px;
}
.links .link .link-list a:hover {
    color: #62C4BF;
}

.footers {
    background: #1c1c1c;
    padding: 60px 0 0;
}
.footers .footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footers .footer .left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.footers .footer .left img {
    margin-bottom: 30px;
}
.footers .footer .left p {
    color: rgba(187,187,187,0.6);
    text-indent: 20px;
    padding: 7px 0;
    font-size: 15px;
}
.footers .footer .bottom-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.footers .footer .bottom-menu .box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 80px;
}
.footers .footer .bottom-menu .box:last-of-type {
    margin-right:100px;
}
.footers .footer .bottom-menu .box a {
    color: rgba(187,187,187,0.6);
}
.footers .footer .bottom-menu .box a.a1 {
    font-size: 16px;
    margin-bottom: 20px;
}
.footers .footer .bottom-menu .box a:hover {
    color: #fff;
}
.footers .footer .bottom-menu .box a.a2 {
    font-size: 14px;
    margin-bottom: 15px;
}
.footers .footer .bottom-menu .bottom-qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footers .footer .bottom-menu .bottom-qrcode .qr {
    width: 120px;
    height: 120px;
}
.footers .footer .bottom-menu .bottom-qrcode p{
    color: rgba(187,187,187,0.6);
    margin-top: 10px;
    letter-spacing: 2px;
}
.footers .copyrights {
    background: #161616;
    padding:20px 0 10px;
}
.footers .copyrights .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.footers .copyrights .copyright p {
    text-align: center;
    color: rgba(187,187,187,0.6);
    font-size: 14px;
    line-height: 28px;
}
.footers .copyrights .copyright p a {
    color: rgba(187,187,187,0.6);
}
.footers .copyrights .copyright p a:hover {
    color: #fff;
}

/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
}

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

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

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

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

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

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

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

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

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

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

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

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

#toolbar li.ewm .ewm-box img {
    max-width: 100%;
}

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

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

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

#toolbar li.backtop {
    cursor: pointer;
}

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

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

#toolbar li:hover .icon-font {
    background-color: #292e39;
}
#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;
}


/*手机端头部*/
.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);
}
.m-head {
}

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 手机底部 */

.mob_foot {
    display: block;
}

.mob_dbb {
    height: 50px;
}

.mob_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #1c1c1c;
}

.mob_footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.mob_footer ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    height: 50px;
}
.mob_footer ul em {
    width: 1px;
    height: 12px;
    background: rgba(187,187,187,0.6);
}

.mob_footer ul li.active {
    background: #eb4944;
}

.mob_footer ul li a {
    display: block;
    width: 100%;
    color: #fff;
}

.mob_footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-size: 100% auto;
    margin-right: 0.4em;
}

.mob_footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
}

.mob_footer li .icon-home {
    background: url("../image/home.png") no-repeat;
}

.mob_footer li .icon-home2 {
    background: url("../image/product.png") no-repeat;
}

.mob_footer li .icon-phone {
    background: url("../image/phone.png") no-repeat;
}

.mob_footer li .icon-contact {
    background: url("../image/message.png") no-repeat;
}

.mob_footer li .icon-phone:before {
    font-size: 0;
}


/* 内页banner */
.page-banner {
    position: relative;
}

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

.page-banner .wz {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.page-banner .wz h3 {
    font-size: 36px;
    color: #fff;
}

.page-banner .wz p {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
}

.mains {

}
.mains .main {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
}
.mains .main .page-position {
    padding: 20px 0;
    font-size: 14px;
    color: #2f2f2f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 1px solid #EEE;
}
.mains .main .page-position img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-top: -2px;
}
.mains .main .page-position a {
    color: #333;
}

.mains .main .page-position a:hover {
    color: #286dd2;
}
.mains .main .page-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.mains .main .page-content .page-left {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 300px;
    margin-right: 40px;
    border-radius:  0 0 10px 10px;
}
.mains .main .page-content .page-left .page-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    background: #286DD2;
    margin-bottom: 20px;
    border-radius:  0 0 10px 10px;
    box-shadow: 0 3px 5px  #DDD;
}
.mains .main .page-content .page-left .page-menu .pm-name {
    margin: 0;
    padding: 30px 20px 30px 20px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 24px;
}
.mains .main .page-content .page-left .page-menu .pm-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
}
.mains .main .page-content .page-left .page-menu .pm-box a.a1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 20px 20px 20px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mains .main .page-content .page-left .page-menu .pm-box a.a1:last-of-type {
    /*border-bottom: none;*/
}
.mains .main .page-content .page-left .page-menu .pm-box a .icon {
    background-image: url("../image/ud_icon.png");
    background-size: cover;
    background-position: 0 -17px;
    width: 16px;
    height: 9px;
}
.mains .main .page-content .page-left .page-menu .pm-box.on a {
    background-color: #D5DDED;
}
.mains .main .page-content .page-left .page-menu .pm-box.on a.a1 {
    color: #286DD2;
    font-weight: bold;
}
.mains .main .page-content .page-left .page-menu .pm-box.on a .icon {
    background-position: 0 0px;
}
.mains .main .page-content .page-left .page-menu .pm-box .child {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: 100%;
    background-color: #D5DDED;
    height: 0;
    overflow: hidden;
}
.mains .main .page-content .page-left .page-menu .pm-box.on .child {
    height: auto !important;
    overflow: no-display;
}
.mains .main .page-content .page-left .page-menu .pm-box .child a{
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
    opacity: 0.75;
    transition: all 0.3s;
    width: 100%;
    color: #286dd2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mains .main .page-content .page-left .page-menu .pm-box .child a:hover {
    opacity: 1;
}
.mains .main .page-content .page-left .page-contact {
    border-radius: 10px;
    padding: 20px 20px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    box-shadow: 0 3px 5px  #DDD;
}
.mains .main .page-content .page-left .page-contact h1 {
    color: #333;
    font-size: 18px;
    margin: 10px 0;
}
.mains .main .page-content .page-left .page-contact p {
    line-height: 24px;
    color: #666;
    font-size: 14px;
    margin: 0px 0 10px;
}
.mains .main .page-content .page-left .page-contact p:last-of-type {
    margin-bottom: 0;
}

.mains .main .page-content .page-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    width: calc(100% - 340px);
}
.mains .main .page-content .page-wrap .title {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;

}
.mains .main .page-content .page-wrap .title h1 {
    font-size: 18px;
    font-weight: bold;
    color: #286dd2;
}
.mains .main .page-content .page-wrap .title em {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 60px;
    height: 3px;
    background-color: #286dd2;
}
.mains .main .page-content .page-wrap .cons {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
}
.mains .main .page-content .page-wrap .cons img {
    max-width: 100%;
}
.mains .main .page-content .page-wrap .image-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.mains .main .page-content .page-wrap .image-list a {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 40px;
}
.mains .main .page-content .page-wrap .image-list a:nth-child(4n) {
    margin-right: 0;
}
.mains .main .page-content .page-wrap .image-list a img {
    width: 100%;
}


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

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

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



/* 弹出框之后 body 上增加一个禁止滚动的类*/
body.no-scroll,
html.no-scroll {
    height: 100vh;
    overflow: hidden;
}
.xymob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}
.xymob-menu-click .xypg-left-news,
.xymob-menu-click .xypg-left-keys,
.xymob-menu-click .xypg-left-contact,
.xymob-menu-click .page-message-img {
    display: none;
}
.xymob-menu-click .xymob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
}
.xymob-menu-click .xymob-left-close-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}
.xymob-menu-click .xymob-left-close-btn .icon-font:after {
    background-position: -30px -300px;
}
.xymob-menu-click .xypg-left .xypg-left-menu {
    width: 50%;
    background: #fff;
    float: right;
    height: 100vh;
}
.xymob-menu-click.click {
    left: 0;
}
.xymob-menu-click {
    position: absolute;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
}

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

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


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

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

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

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

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

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

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

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

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



/************/
.diy_page {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: 100%;
}
.page-wrap .cons-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.page-wrap .cons-list .bx {
    width: calc((100% - 60px) / 3);
    height: calc(((1400px - 340px - 60px) / 3 * 1.44) + 50px);
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    margin-right: 30px;
    background: #f6f6f6;
}
.page-wrap .cons-list .bx:hover {
    background: #eee;
}
.page-wrap .cons-list .bx .image {
    width: 100%;
    height: calc((1400px - 340px - 60px) / 3 * 1.44);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.page-wrap .cons-list .bx .image img {
    width:100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.page-wrap .cons-list .bx:hover .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.page-wrap .cons-list .bx .image .name {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    background: rgba(98,196,191,0.8);
    color: #fff;
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
}

.page-wrap .cons-list .bx:nth-child(3n){
    margin-right: 0;
}
.page-wrap .cons-list .bx .zx {
    width:140px;
    padding: 8px 0px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: linear-gradient(to bottom, #F8CA71, #EE8847);
    border-radius: 20px;
    margin-top: 10px;
    margin-left:calc((100% - 140px) / 2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.page-wrap .cons-list .bx:hover .zx {
    background: linear-gradient(to bottom, #EE8847,#F8CA71);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
/**************************************/
.page-wrap .pro-search {
    margin: 10px auto 0;
}
.page-wrap .pro-search .pro-search-form {

    width: 960px;

    height: 80px;

    overflow: hidden;

    background: url(../image/form_bg.png) center repeat-x;

    margin: 30px auto 50px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    position: relative;

}

.page-wrap .pro-search .pro-search-form .pro-search-form-select {

    width: 150px;

    height: 60px;

    margin:0  0 0 10px;

    padding-left: 10px;

    border-radius: 5px 0 0 5px ;

    /*background: url(../images/form_search.png) 3% center no-repeat #fff;*/

    border: none;

    outline: none;

    font-size: 16px;

    cursor: pointer;

}

.page-wrap .pro-search .pro-search-form .pro-search-form-input {

    width: 600px;

    height: 60px;

    margin:0 10px 0 0;

    padding-left: 10px;

    border-radius: 0 5px 5px 0;

    /*background: url(../images/form_search.png) 3% center no-repeat #fff;*/

    border: none;

    outline: none;

    font-size: 16px;

}

.page-wrap .pro-search .pro-search-form .form-sj {

    position: absolute;

    right: 173px;

    top: 27px;

}

.page-wrap .pro-search .pro-search-form .pro-search-form-btn{

    width: 190px;

    height: 100%;

    background: url(../image/form_btn_bg.png) center repeat-x;

    background-size: cover;

    text-align: center;

    color: #ffffff;

    font-size: 32px;

    border: none;

    outline: none;

}
.no-com {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    padding: 5rem 0;
    width: 100%;
}
.no-com .no-data {
    margin-top: 1rem;
    font-size: 1.6rem;
    color: #EEE;
}

.page-wrap .pro-tit {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 15px 0;

    color: #333;

    font-weight: bold;

    border-top: 1px solid #DDD;

    border-bottom: 1px solid #DDD;

    font-size: 15px;
    width: 100%;

}

.page-wrap list .pro-tit .span1 {

    width: 40%;

}

.page-wrap .pro-tit .span2 {

    width: 25%;

}

.page-wrap .pro-tit .span3 {

    width: 10%;

    text-align: center;

}
.page-wrap .pro-list {
    width: 100%;
    margin-bottom: 80px;
}
.page-wrap .pro-list .li {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 20px 0;

    color: #888;

    border-bottom: 1px dashed #DDD;
    width: 100%;

}

.page-wrap .pro-list .li .span1 {

    width: 40%;

    color: #333;

}

.page-wrap .pro-list .li .span2 {

    width: 25%;

}

.page-wrap .pro-list .li .span3 {

    width: 10%;

    text-align: center;

    color: #707070;

}

.page-wrap .pro-list .li .span3 img {

    width: 16px;

    height: 16px;

    margin-right: 2px;

}

.page-wrap .pro-list .li .span3:hover {

    color: #2177c7;

}
.page-wrap.page-wrap-1000 {
    width: 1000px;
    margin: 0 auto;
}

.page-wrap .tabs {

    display: flex;

    align-items: center;

    justify-content: flex-start;

    border-bottom: 1px solid #2177c7;

    margin-top: 50px;

    padding: 0 20px;
    width: 100%;

}

.page-wrap .tabs span {

    padding: 10px 30px;

    cursor: pointer;

    font-size: 16px;

    border: 1px solid #FFF;

    border-bottom: none;

}

.page-wrap .tabs span.on{

    border: 1px solid #2177c7;

    background: #FFF;

    border-bottom: none;

    border-radius: 5px 5px 0 0;

    color: #2177c7;

}

.page-wrap .boxs {

    display: inline-block;

    width: 100%;
    margin-bottom: 80px;

}

.page-wrap .boxs .tables {

    border: 1px solid #C6DAE6;

    width: 100%;

    margin-top: 20px;

}

.page-wrap .boxs .tables tr td {

    padding: 10px 10px;

    font-size: 14px;

}

.page-wrap .boxs .tables tr td.text {

    color: #777;

    width: 120px;

    text-align: center;

}

.page-wrap .boxs .lines {

    padding: 20px 0;

}

.page-wrap .boxs .lines p {

    line-height: 24px;

}

.page-wrap .boxs .da-title {

    display: flex;

    align-items: center;

    justify-content: center;

    width: 100%;

    font-size: 20px;

    font-weight: bold;

    color: #2177c7;

    margin: 30px 0;

}

.page-wrap .boxs .da-list .li {

    font-size: 15px;

    color: #333;

    padding: 5px 0px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.page-wrap .boxs .da-list .li span {

    width: 130px;

    text-align: right;

    padding: 0 10px;

}



.page-wrap .boxs .da-lists .li {

    font-size: 14px;

    color: #333;

    padding: 5px 0px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

}

.page-wrap .boxs .da-lists .li span {

    width: 140px;

    text-align: right;

    padding: 0 10px;

}

.page-wrap .boxs .zz-image {

    width: 100%;

    display: inline-block;

    text-align: center;

    font-size: 0;

}

.page-wrap .boxs .zz-image img {

    max-width: 60%;

    width: 60%;

    margin-bottom: 10px;

}

/********************************/


@media (max-width: 1420px) {
    .containers {
        width: 1300px !important;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: calc((100% - 1300px) / 2 - 27px);
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: calc((100% - 1300px) / 2 - 27px);
    }
    .products .product .box .list .bx {
        height: calc(((1300px - 375px - 60px) / 5) * 0.8);
    }
    .products .product .box .lists .bx {
        height: calc(((1300px - 480px - 60px) / 3 * 0.666666) + 50px);
    }
    .products .product .box .lists .bx .image {
        height: calc((1300px - 480px - 60px) / 3 * 0.666666);
    }
    .products .product .box .list4 .bx .image{
        height: calc(((1300px - 60px) / 4) * 0.666666);
    }
    .page-wrap .cons-list .bx {
        height: calc(((1300px - 340px - 60px) / 3 * 0.666666) + 50px);
    }
    .page-wrap .cons-list .bx .image {
        height: calc((1300px - 340px - 60px) / 3 * 0.666666);
    }
}

@media (max-width: 1420px) {
    .containers {
        width: 1300px !important;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: calc((100% - 1300px) / 2 - 27px);
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: calc((100% - 1300px) / 2 - 27px);
    }
    .products .product .box .list .bx {
        height: calc(((1300px - 375px - 60px) / 5) * 0.8);
    }
    .products .product .box .lists .bx {
        height: calc(((1300px - 480px - 60px) / 3 * 0.666666) + 50px);
    }
    .products .product .box .lists .bx .image {
        height: calc((1300px - 480px - 60px) / 3 * 0.666666);
    }
    
    .page-wrap .cons-list .bx {
        height: calc(((1300px - 340px - 60px) / 3 * 1.44) + 50px);
    }
    .page-wrap .cons-list .bx .image {
        height: calc((1300px - 340px - 60px) / 3 * 1.44);
    }
}





@media (max-width: 1320px) {
    .containers {
        width: 1200px !important;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: calc((100% - 1200px) / 2 - 27px);
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: calc((100% - 1200px) / 2 - 27px);
    }
    .products .product .box .list .bx {
        height: calc(((1200px - 375px - 60px) / 5) * 0.8);
    }
    .products .product .box .lists .bx {
        height: calc(((1200px - 480px - 60px) / 3 * 0.666666) + 50px);
    }
    .products .product .box .lists .bx .image {
        height: calc((1200px - 480px - 60px) / 3 * 0.666666);
    }
    
    .page-wrap .cons-list .bx {
        height: calc(((1200px - 340px - 60px) / 3 * 1.44) + 50px);
    }
    .page-wrap .cons-list .bx .image {
        height: calc((1200px - 340px - 60px) / 3 * 1.44);
    }
    
    .products .product .box .list4 .bx {
        margin-right: calc((100% - 1000px) / 3);
    }
    .products .product .box .list4 .bx:nth-child(5n){
        margin-right: calc((100% - 1000px) / 3);
    }
    .products .product .box .list4 .bx:nth-child(4n){
        margin-right: 0;
    }
    
}

@media (max-width: 768px) and (max-width: 992px) {
    .containers {
        width: 100% !important;
        /*overflow-x:auto ;*/
        overflow-x: hidden;
    }

    .qx-title .name em {
        width: 30px;
    }
    .qx-title .name h1 {
        font-size: 20px;
    }
    .qx-title .tag {
        font-size: 12px;
    }

    .products {
        padding: 40px 0 20px;
    }

    .pro-introduce {
        margin: 40px 0 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 0 10px;
    }
    .pro-introduce .ll {
        height: 1px;
        width: 100%;
        background: linear-gradient(to right, #fff, #999, #fff);
        margin-bottom: 20px;
    }
    .pro-introduce .line {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        width: 100%;
    }
    .pro-introduce .line .t {
        justify-content: center;
    }
    .pro-introduce .line .t span {
        font-size: 16px;
        margin-right: 5px;
    }
    .pro-introduce .line .t em {
        font-size: 16px;
    }
    .pro-introduce .line .b {
        font-size: 14px;
        color: #888;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .products .product .box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }
    .products .product .box .list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .products .product .box .list .bx {
        width: calc((100% - 10px) / 2);
        height: auto;
        background: #59BFBD;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 15px 0 ;
    }
    .products .product .box .list .bx .name {
        width:90%;
        font-size: 16px;
    }
    .products .product .box .list .bx .tag {
        font-size: 15px;
    }
    .products .product .box .list .bx .zx {
        width:80%;
    }
    .products .product .box .list .bx:nth-child(2n){
        background: #59BFBD;
        margin-right: 0;
    }
    .products .product .box .list .bx:nth-child(5n){
        margin-right: auto;
    }
    .products .product .box .lists {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
    }
    .products .product .box .lists .bx {
        width: calc((100% - 10px) / 2);
        height: auto;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        margin-right: 10px;
    }
    .products .product .box .lists .bx .image {
        width: 100%;
        height: auto;
    }
    .products .product .box .lists .bx .image .name {
        left: 0;
        bottom: 0;
        font-size: 14px;
    }
    .products .product .box .lists .bx:nth-child(3n){
        margin-right:auto;
    }
    .products .product .box .lists .bx:nth-child(2n){
        margin-right: 0px;
    }
    .products .product .box .lists .bx .zx {
        width:80%;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: unset;
    }

    .products .product .box .list3 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
    }
    .products .product .box .list3 .bx {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        padding: 10px 10px;
        margin-bottom: 10px;
    }
    .products .product .box .list3 .bx:nth-child(9),.products .product .box .list3 .bx:nth-child(10),.products .product .box .list3 .bx:nth-child(11){
        width: calc((100% - 10px) / 2);
    }

    .products .product .box .list3 .bx:nth-child(4n),.products .product .box .list3 .bx:nth-child(11){
        margin-right: auto;
    }
    .products .product .box .list3 .bx:nth-child(2n){
        margin-right: 0px;
    }
    .products .product .box .list3 .bx .name {
        font-size: 15px;
        text-align: center;
        padding: 0px 0;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        line-height: 20px;
        letter-spacing: 2px;
    }
    .products .product .box .list3 .bx .zx {
        width:80%;
        padding: 8px 0px;
        margin: 10px 0 0px;
    }
    .products .product .box .list4 {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
    }
    .products .product .box .list4 .bx {
        width: calc((100% - 10px) / 2);
        background: #F0F2F5;
        margin-bottom: 10px;
        margin-right: 10px;
        height: calc((((100vw - 30px) / 2) * 1.44) + 66px);
    }
    .products .product .box .list4 .bx:hover {
        background: #ddd;
    }
    .products .product .box .list4 .bx:nth-child(4n),.products .product .box .list4 .bx:nth-child(5n){
        margin-right: auto;
    }
    .products .product .box .list4 .bx:nth-child(2n){
        margin-right: 0;
    }
    .products .product .box .list4 .bx .image {
        height: calc(((100vw - 30px) / 2) * 1.44);;
        width: 100%;
    }
    .products .product .box .list4 .bx .image img {
        height: calc(((100vw - 30px) / 2) * 1.44);;
        width: 100%;
    }
    .products .product .box .list4 .bx .image .name {
        text-align: center;
        font-size: 14px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .products .product .box .list4 .bx .zx {
        width: 80%;
        padding: 8px 0px;
        margin: 10px 0 10px;
    }

    .advantages {
        flex-flow: column;
        padding: 40px 0 0;
    }
    .advantages .advantage .box {
        margin-top: 20px;
    }

    .abouts {
        padding: 40px 0;
    }
    .abouts .about .box {
        margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 0 10px;
    }
    .abouts .about .box .about-image {
        width: 100%;
        border-radius: 5px;
    }
    .abouts .about .box .about-image img {
        border-radius: 5px;
    }
    .abouts .about .box .info {
        width:100%;
        margin-top: 20px;
    }
    .abouts .about .box .info h1 {
        font-size: 18px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .abouts .about .box .info .content {
        line-height: 26px;
        font-size: 14px;
        color: #888;
        max-height: unset;
    }
    .abouts .about .box .info .content p {
        text-indent: 2rem;
    }
    .abouts .about .box .info .zx {
        width:80%;
        margin: 20px 10% 0;
        padding: 10px 0px;
        font-size: 15px;
    }

    .x-layout {
        margin-top: 2%;
        background: #333;
        padding: 2.5%;
        font-size: 14px;
        color: rgba(255,255,255,0.6);
        line-height: 26px;
    }

    .x-layout a {
        color: rgba(255,255,255,0.6);
    }

    .x-layout a:hover {
        color: #fff;
    }

    .x-layout-logo {
        margin-bottom: 20px;
    }

    .x-layout-desc {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    .x-layout-contact {
    }

    .x-layout-contact p {
        margin-bottom: 0;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
        line-height: 1.7;
    }

    .x-layout-contact strong {
        display: block;
        font-size: 24px;
        color: rgba(255, 255, 255, 0.8);
    }

    .x-layout-contact a {
        color: #fff;
    }

    .x-layout-menu dl {
        float: left;
        width: 20%;
        text-align: center;
    }

    .x-layout-menu dl dt {
        font-size: 14px;
        color: #fff;
        margin-bottom: 1.43em;
    }

    .x-layout-menu dl dd a {
        display: block;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 2;
    }

    .x-layout-ewm {
        text-align: center;
    }

    .x-layout-ewm p {
        font-size: 12px;
        font-weight: 100;
        padding: .8em 0;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.7);
        margin: 10px 0 0 0;
    }

    .x-footer {
        background: #171717;
        padding: 15px 0;
        text-align: center;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 1.7;
    }

    .x-footer a {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
    }

    .x-footer a:hover {
        color: #fff;
    }

    .x-copyright {
        margin: 5px 0;
    }

    .x-power {
        margin-top: 5px;
    }

    .mt120 {
        margin-top: 0;
    }

    .page-banner .wz h3 {
        font-size: 18px;
    }
    .page-banner .wz p {
        font-size: 14px;
        margin-top: 5px;
    }
    .page-content {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        width: 100%;
        position: relative;
    }
    .mains .main .page-content .page-left {
        width: 100%;
        margin-right: 0;
    }

    .mains .main .page-content .page-wrap {
        width: 100%;
        padding: 10px;
    }
    .mains .main .page-content .page-wrap .title {
        position: relative;
        margin-top: 10px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .mains .main .page-content .page-wrap .title h1 {
        font-size: 16px;
    }
    .mains .main .page-content .page-wrap .title em {
       display: none;
    }

    .mains .main .page-content .page-wrap .image-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .mains .main .page-content .page-wrap .image-list a {
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .mains .main .page-content .page-wrap .image-list a:nth-child(4n) {
        margin-right: auto;
    }
    .mains .main .page-content .page-wrap .image-list a:nth-child(2n) {
        margin-right: 0;
    }

    .page-wrap .cons-list {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 10px;
    }
    .page-wrap .cons-list .bx {
        width: calc((100% - 10px) / 2);
        height: calc(((100vw - 30px) / 2 * 1.44) + 50px);
        margin-bottom: 10px;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .page-wrap .cons-list .bx .image {
        height: calc((100vw - 30px) / 2 * 1.44);
    }

    .page-wrap .cons-list .bx:nth-child(3n){
        margin-right: auto;
    }
    .page-wrap .cons-list .bx:nth-child(2n){
        margin-right: 0;
    }
    .page-wrap .cons-list .bx .zx {
        width:80%;
        padding: 8px 0px;
        color: #fff;
        border-radius: 20px;
        margin-top: 10px;
        margin-left:unset;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    /**************************************/
    .page-wrap .pro-search {
        margin: 10px auto 0;
        width: 100%;
    }
    .page-wrap .pro-search .pro-search-form {

        width: 100%;

        height: 60px;

        overflow: hidden;

        background: url(../image/form_bg.png) center repeat-x;

        margin: 1rem auto 1rem;

        display: flex;

        align-items: center;

        justify-content: flex-start;

        position: relative;

    }

    .page-wrap .pro-search .pro-search-form .pro-search-form-select {
        display: none;

        width: 0px;

        height: 60px;

        margin:0  0 0 10px;

        padding-left: 10px;

        border-radius: 5px 0 0 5px ;

        /*background: url(../images/form_search.png) 3% center no-repeat #fff;*/

        border: none;

        outline: none;

        font-size: 16px;

        cursor: pointer;

    }

    .page-wrap .pro-search .pro-search-form .pro-search-form-input {

        width: 80%;

        height: 40px;

        margin:0 10px 0 10px;

        padding-left: 10px;

        border-radius: 0 5px 5px 0;

        /*background: url(../images/form_search.png) 3% center no-repeat #fff;*/

        border: none;

        outline: none;

        font-size: 16px;

    }

    .page-wrap .pro-search .pro-search-form .form-sj {

        position: absolute;

        right: 30%;

        top: 19px;
        display: none;

    }

    .page-wrap .pro-search .pro-search-form .pro-search-form-btn{

        width: 20%;

        height: 100%;

        background: url(../image/form_btn_bg.png) center repeat-x;

        background-size: cover;

        text-align: center;

        color: #ffffff;

        font-size: 20px;

        border: none;

        outline: none;

    }
    .no-com {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 5rem 0;
        width: 100%;
    }
    .no-com .no-data {
        margin-top: 1rem;
        font-size: 1.6rem;
        color: #EEE;
    }

    .page-wrap .pro-tit {

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: 15px 0;

        color: #333;

        font-weight: bold;

        border-top: 1px solid #DDD;

        border-bottom: 1px solid #DDD;

        font-size: 15px;
        width: 100%;

    }

    .page-wrap list .pro-tit .span1 {

        width: calc(100% - 100px) !important;

    }

    .page-wrap .pro-tit .span2 {

        width: 25%;

    }

    .page-wrap .pro-tit .span3 {

        width: 100px !important;

        text-align: center;

    }
    .page-wrap .pro-list {
        width: 100%;
        margin-bottom: 2rem;
    }
    .page-wrap .pro-list .li {

        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: 20px 0;

        color: #888;

        border-bottom: 1px dashed #DDD;
        width: 100%;

    }

    .page-wrap .pro-list .li .span1 {

        width: calc(100% - 100px) !important;

        color: #333;

    }

    .page-wrap .pro-list .li .span2 {

        width: 25%;

    }

    .page-wrap .pro-list .li .span3 {

        width: 100px !important;

        text-align: center;

        color: #707070;

    }

    .page-wrap .pro-list .li .span3 img {

        width: 16px;

        height: 16px;

        margin-right: 2px;

    }

    .page-wrap .pro-list .li .span3:hover {

        color: #2177c7;

    }


    .page-wrap .tabs {

        display: flex;

        align-items: center;

        justify-content: flex-start;

        border-bottom: 1px solid #2177c7;

        margin-top: 50px;

        padding: 0 20px;
        width: 100%;

    }

    .page-wrap .tabs span {

        padding: 10px 30px;

        cursor: pointer;

        font-size: 16px;

        border: 1px solid #FFF;

        border-bottom: none;

    }

    .page-wrap .tabs span.on{

        border: 1px solid #2177c7;

        background: #FFF;

        border-bottom: none;

        border-radius: 5px 5px 0 0;

        color: #2177c7;

    }

    .page-wrap .boxs {

        display: inline-block;

        width: 100%;
        margin-bottom: 2rem;

    }

    .page-wrap .boxs .tables {

        border: 1px solid #C6DAE6;

        width: 100%;

        margin-top: 20px;

    }

    .page-wrap .boxs .tables tr td {

        padding: 10px 10px;

        font-size: 14px;

    }

    .page-wrap .boxs .tables tr td.text {

        color: #777;

        width: 120px;

        text-align: center;

    }

    .page-wrap .boxs .lines {

        padding: 20px 0;

    }

    .page-wrap .boxs .lines p {

        line-height: 24px;

    }

    .page-wrap .boxs .da-title {

        display: flex;

        align-items: center;

        justify-content: center;

        width: 100%;

        font-size: 20px;

        font-weight: bold;

        color: #2177c7;

        margin: 30px 0;

    }

    .page-wrap .boxs .da-list .li {

        font-size: 15px;

        color: #333;

        padding: 5px 0px;

        display: flex;

        align-items: center;

        justify-content: flex-start;

    }

    .page-wrap .boxs .da-list .li span {

        width: 130px;

        text-align: right;

        padding: 0 10px;

    }



    .page-wrap .boxs .da-lists .li {

        font-size: 14px;

        color: #333;

        padding: 5px 0px;

        display: flex;

        align-items: center;

        justify-content: flex-start;

    }

    .page-wrap .boxs .da-lists .li span {

        width: 140px;

        text-align: right;

        padding: 0 10px;

    }

    .page-wrap .boxs .zz-image {

        width: 100%;

        display: inline-block;

        text-align: center;

        font-size: 0;

    }

    .page-wrap .boxs .zz-image img {

        max-width: 60%;

        width: 60%;

        margin-bottom: 10px;

    }
    .page-wrap.page-wrap-1000 {
        width: 100%;
        margin: 0 auto;
    }

    /********************************/
}

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

