﻿.top_bg {
    height: 5.5rem;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    position: relative;
    z-index: 100;
}

.header {
    width: 88.54%;
    margin: 0 auto;
}

.h_tel {
    font-size: 1.3rem;
    color: #1dae5e;
    font-weight: bold;
    height: 5.5rem;
    display: flex;
    align-items: center;
}

.h_tel em {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0;
    padding: 0 0.5rem 0 0;
}

.h_tel em img {
    width: 1.5rem;
    height: 1.5rem;
}

.logo {
    width: 13.88%;
    height: 5.5rem;
    line-height: 0;
    display: flex;
    align-items: center;
}

.logo img {
    display: block;
    width: 100%;
}

.h_nav {
    width: 52%;
    padding-top: 1.5rem;
    height: 2.5rem;
    margin-right: 9%;
}

.h_nav ul {
    width: 100%;
    height: 2.5rem;
    display: flex;
    justify-content: space-between;
}

.h_nav li a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #333;
    display: block;
    float: left;
    position: relative;
    z-index: 4;
    text-decoration: none;
    height: 2.5rem;
    line-height: 2.5rem;
}

.h_nav li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: #004c8c;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

.h_nav li a:hover:after,
.h_nav li.cur a:after {
    height: 0.1rem;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.h_nav li a:hover,
.h_nav li.cur a {
    color: #004c8c;
}

em,
i {
    font-style: normal;
}

.li02_nav,
.li03_nav,
.li04_nav,
.li06_nav,
.li07_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 5.5rem;
    z-index: 2;
    background: #f5f5f5;
    width: 100%;
    padding: 2.5rem 0;
    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1) inset;
}

.nav_main {
    width: 83.33%;
    margin: 0 auto;
}

.h_nav li .nav_main a {
    height: auto;
}

.h_nav li .nav_main a:after {
    display: none;
}

.h_nav li.cur .nav_main a {
    color: #333;
}

.h_nav li.cur .nav_main a:hover {
    color: #1dae5e;
}

.li02_list {
    width: 100%;
}

.li02_list p,
.li04_list p,
.li06_list p {
    width: 16.66%;
    float: left;
    text-align: center;
    transition: all 0.5s;
}

.li02_list p a,
.li04_list p a,
.li06_list p a,
.li07_list .li07_list01 a {
    width: 100%;
}

.li02_list p em,
.li06_list p em {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    background: #004c8c;
    border-radius: 0.5rem;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto 0.5rem;
}

.li02_list p em img,
.li06_list p em img {
    width: 3.5rem;
    height: 3.5rem;
}

.li02_list p:hover em,
.li06_list p:hover em {
    background: #1dae5e;
    animation: flipInY 1s;
}

.h_nav li.cur .li02_list p:hover a,
.li02_list p:hover a,
.h_nav li.cur .li06_list p:hover a,
.li06_list p:hover a {
    color: #1dae5e;
}

.nav_list {
    width: 25%;
    float: left;
}

.nav_list h3 {
    width: 80%;
    height: 2.5rem;
    position: relative;
}

.nav_list h3:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #bfbfbf;
    position: absolute;
    bottom: 0;
    left: 0;
}

.h_nav li .nav_main .nav_list h3 a {
    width: 100%;
    height: 2.5rem;
    line-height: 2rem;
    font-weight: bold;
    font-size: 1.2rem;
}

.h_nav li .nav_main .nav_list h3 a {
    color: #004c8c;
}

.h_nav li .nav_main .nav_list dl dt a {
    color: #333;
}

.h_nav li .nav_main .nav_list dl dd a {
    color: #004c8c;
}

.h_nav li .nav_main .nav_list h3 a:hover,
.h_nav li .nav_main .nav_list dl dd a:hover,
.h_nav li .nav_main .nav_list dl dt a:hover,
.li04_nav .nav_main .li04_list p a:hover {
    color: #1dae5e;
}

.nav_list dl {
    width: 100%;
    padding-top: 1rem;
}

.nav_list dl dt {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
}

.nav_list dl dt a {
    line-height: 2rem;
}

.nav_list dl dd {
    width: 100%;
    padding-bottom: 0.3rem;
}

.nav_list dl dd a {
    width: 90%;
    float: none;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.5rem;
    background: url(../image/nav03_ico.png) no-repeat 0 center/0.2rem 0.3rem;
    padding-left: 0.8rem;
}

/*.h_nav li .nav_main .nav_list a:hover{font-weight: bold;}*/
.h_nav li .nav_main .nav_list a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.li04_list {
    width: 100%;
}

.li04_list p,
.li06_list p {
    padding: 1rem 0;
}

.li04_list p em {
    display: block;
    width: 2.5rem;
    height: 2.1rem;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.li04_list p em img {
    width: 2.5rem;
    height: 4.2rem;
}

.li04_list p:hover img {
    animation: flipInY 0.7s;
    margin-top: -2.1rem;
}

.li06_list {
    width: 81.25%;
    margin: 0 auto;
}

.li06_list p {
    width: 20%;
}

.li07_list {
    display: flex;
    justify-content: space-between;
    width: 52%;
}

.li07_list .li07_list01 {
    width: 50%;
    background: #004c8e;
    height: 7.3rem;
    overflow: hidden;
}

.li07_list .li07_list01 em {
    display: block;
    float: right;
    width: 69%;
    line-height: 0;
    overflow: hidden;
}

.li07_list .li07_list01 em img {
    display: block;
    width: 100%;
}

.li07_list .li07_list01 em img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

.li07_list .li07_list01:hover em img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.li07_list p {
    width: 22%;
    float: left;
    font-size: 1.1rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 1.8rem 0 0 6%;
}

.li07_list span {
    width: 0.4rem;
    height: 0.6rem;
    display: block;
    line-height: 0;
    padding-top: 0.5rem;
}

.li07_list span img {
    width: 0.4rem;
    height: 0.6rem;
}

.li07_list .li07_list01:hover {
    background: #51ba78;
}

html {
    font-size: 12px;
    -webkit-text-size-adjust: none
}

@media screen and (min-width:1200px) {
    html {
        font-size: 12.5px
    }
}

@media screen and (min-width:1280px) {
    html {
        font-size: 13.33333px
    }
}

@media screen and (min-width:1366px) {
    html {
        font-size: 14.22916px
    }
}

@media screen and (min-width:1440px) {
    html {
        font-size: 15px
    }
}

@media screen and (min-width:1600px) {
    html {
        font-size: 16.66666px
    }
}

@media screen and (min-width:1800px) {
    html {
        font-size: 18.75px
    }
}

@media screen and (min-width:1920px) {
    html {
        font-size: 20px
    }
}


.ty-banner-1 {
    position: relative;
    overflow: hidden;
    line-height: 0;
    text-align: center;
}

.ty-banner-1 img {
    top: 0;
    left: 50%;
    visibility: hidden;
}

.ty-banner-1 img.show {
    visibility: visible;
}


.p101-curmbs-1 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.plc {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    background: url("../image/p101-curmbs-bg.png") no-repeat center bottom;
    padding: 20px 0 0px;
}

.p12-curblock {
    display: none;
}

.p101-curmbs-con {
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
}

.p101-curmbs-con b {
    font-weight: normal;
    padding-left: 25px;
    background: url(../image/p101-curmbs-icon1.png) no-repeat left center;
}

.p101-curmbs-con i {
    font-style: normal;
}

.p101-curmbs-con span {
    font-family: 宋体;
    height: 46px;
    line-height: 46px;
    padding: 0px 5px;
}

.p101-curmbs-con a {
    color: #fff;
}

.p101-curmbs-con a:hover {
    text-decoration: underline;
}


.p102-search-1 {
    height: 70px;
    border-bottom: 1px solid #ededed;
    background: #f7f7f7;
}

.blk-main01 {
    width: 1200px;
    margin: 0 auto;
}

.p102-search-1 p {
    float: left;
    width: 750px;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    color: #333333;
}

.p102-search-1 p b {
    display: inline-block;
}

.p102-search-1 p a {
    color: #666666;
    display: inline-block;
    margin-right: 15px;
}

.p102-search-1 p a:hover {
    color: #004c8c;
}

.p102-search-1-inp {
    float: right;
    width: 356px;
    height: 36px;
    background: #fff;
    margin-top: 18px;
    border-radius: 25px;
    position: relative;
}

.p102-search-1-inp:before,
.p102-search-1-inp:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #e3e3e3;
    left: 10%;
    z-index: 0;
}

.p102-search-1-inp:before {
    top: 0;
}

.p102-search-1-inp:after {
    bottom: 0;
}

.p102-search-1-inp1 {
    width: 249px;
    height: 34px;
    line-height: 34px;
    color: #999999;
    border: 1px solid #e3e3e3;
    border-right: 0;
    padding: 0 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    float: left;
}

.p102-search-1-inp2 {
    width: 66px;
    height: 36px;
    border: 0;
    border-radius: 25px;
    /* background: url(../image/p102-search-icon1.png) no-repeat center center #004c8c; */
    float: right;
    position: relative;
    z-index: 2;
    cursor: pointer;
    background: #004c8c;
    color: #fff;
}


.prod-showcase-1 {
    margin-top: 50px;
}

.p1-pro-showcase-1-txt {
    line-height: 30px;
    overflow: hidden;
    margin-left: 40px;
    float: left;
    /* width: 43%; */
    width: 63%;
    padding-right: 3.3%;
}

.p1-pro-showcase-1-txt-title {
    height: 40px;
    font-size: 26px;
    font-weight: normal;
    line-height: 40px;
    color: #1a1a1a;
    padding: 30px 0 15px;
    border-bottom: 1px solid #e3e3e3;
    position: relative;
}

.p1-pro-showcase-1-txt-title:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background: #004c8c;
    left: 0;
    bottom: -2px;
    z-index: 1;

}

.p1-pro-showcase-1-txt-t1 {
    /* margin-bottom: 86px; */
    height: 168px;
    overflow: hidden;
    padding-top: 30px;
    line-height: 34px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: justify;
}

.p1-pro-showcase-1-tle {
    left: 50%;
    bottom: 50px;
    margin-left: 15px;
}

.p1-pro-showcase-1-tle .p1-pho-1 {
    background: url(../image/VISkins-p1.png) no-repeat 0 2px;
    min-height: 50px;
    padding-left: 44px;
    font-size: 20px;
    line-height: 30px;
    margin-left: 30px;
    margin-right: 50px;
    color: #004c8c;
}

.p1-pho-1 i {
    font-style: normal;
}

.p1-pho-1 span {
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #666;
}

.p1-pho-2 em {
    display: block;
    width: 122px;
    height: 35px;
    background: #004c8c;
    font-size: 16px;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
}

/* Hide from IE Mac */

.t1-clearfix {
    display: block;
}

/*图片放大镜样式*/

.prod-showcase-1 .jqzoom {
    border: none;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
    position: relative;
}

.prod-showcase-1 .jqzoom img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.prod-showcase-1 .zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 369px;
    height: 369px;
    background: #ffffff;
    display: none;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.prod-showcase-1 .jqZoomPup {
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}

/*图片小图预览列表*/

.t1-pro-preview {
    /* width: 50%; */
    width: 30%;
    float: left;
}

.prod-showcase-1 .t1-spec-preview {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e8e8e8;
}

.prod-showcase-1 .t1-spec-scroll {
    position: relative;
    z-index: 9999;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
}

.t1-spec-scroll .t1-prev,
.t1-spec-scroll .t1-next {
    position: absolute;
    z-index: 9999;
    display: block;
    width: 18px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    top: 50%;
    margin-top: -9px;
}

.prod-showcase-1 .t1-prev {
    left: 0;
    background: url(../image/p15-icon2.png) no-repeat center top;
}

.prod-showcase-1 .t1-next {
    right: 0;
    background: url(../image/p15-icon3.png) no-repeat center top;
}

.prod-showcase-1 .t1-items {
    padding: 0 22px;
}

.t1-items-swiper {
    position: relative;
}

.t1-items-swiper p {
    float: left;
    width: 30%;
    padding: 0 5px;
}

.t1-items-swiper p img {
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.t1-items-swiper .t1-current img {
    border-color: #004c8c;
}


.p102-pro-content-nav {
    height: 50px;
    box-shadow: 0 -2px 3px #f9f9f9, 0 4px 6px #e9e9e9;
    display: none;
}

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 88;
    background: #fff;
}

.p102-pro-content-nav li {
    float: left;
    line-height: 50px;
    margin-right: 50px;
    position: relative;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: normal;
}

.p102-pro-content-nav li.cur,
.p102-pro-content-nav li:hover {
    color: #004c8c;
}

.p102-pro-content-nav li.cur:before,
.p102-pro-content-nav li:hover:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 3px solid #004c8c;
    background: #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -9px;
    bottom: -10px;
    z-index: 1;
}

.p102-pro-content-nav li.cur:after,
.p102-pro-content-nav li:hover:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #004c8c;
    border-radius: 100%;
    left: 50%;
    margin-left: -3px;
    bottom: -4px;
    z-index: 2;
}

.p102-pro-content-desc {
    padding: 0px 0 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}


.p102-pro-content-title {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    font-size: 34px;
    color: #1a1a1a;
    font-weight: bold;
    position: relative;
    border-bottom: 5px solid #004c8c;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
}

.p102-pro-content-title:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 5px;
    background: #1dae5e;
    right: 0;
    bottom: -5px;
    z-index: 1;
}

.p102-pro-case {
    padding: 20px 0 80px;
}

.p102-pro-case-list {
    padding-top: 20px;
}

.p102-pro-case-items dl {
    float: left;
    width: 378px;
    position: relative;
    margin-right: 33px;
}

.p102-pro-case-items dl:nth-child(4n-1) {
    margin-right: 0;
}

.p102-pro-case-items dt img,
.p102-pro-case-items dt a {
    display: block;
    width: 100%;
}

.p102-pro-case-items dd {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    z-index: 2;
}

.p102-pro-case-items dd h4 a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 0 15px;
}

.p102-pro-case-items dl:hover dt a:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.p102-pro-case-items dl:hover dt a:after {
    content: '+';
    position: absolute;
    width: 50px;
    height: 50px;
    font: 30px/50px "宋体";
    color: #fff;
    text-align: center;
    background: #004c8c;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
    border-radius: 100%;
    z-index: 2;
}

.p102-pro-case-items dl:hover dd {
    background: none;
}

.p102-pro-case-paging {
    height: 30px;
    text-align: center;
    padding-top: 25px;
}

.p102-pro-case-paging li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 3px solid #004c8c;
    border-radius: 100%;
    margin: 0 5px;
}

.p102-pro-case-paging li.cur {
    background: #004c8c;
}

.p102-pro-case-more {
    height: 46px;
    margin: 35px auto 0;
    text-align: center;
    position: relative;
}

.p102-pro-case-more a {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: normal;
    color: #004c8c;
    border: 1px solid #004c8c;
    padding: 0 20px 0 64px;
    position: relative;
}

.p102-pro-case-more a:before {
    content: '';
    width: 20px;
    height: 14px;
    position: absolute;
    border: 4px solid #004c8c;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 26px;
    top: 11px;
}

.p102-pro-case-more a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 6px solid #004c8c;
    top: 9px;
    left: 22px;
    z-index: 1;
}


.f_bg {
    background: url(../image/f_bg.jpg) no-repeat center 0/100% 33.3rem;
    height: 33.3rem;
    overflow: hidden;
    position: relative;
}

.f_bg:before {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    bottom: 4.7rem;
    left: 0;
}

.footer {
    width: 83.33%;
    margin: 0 auto;
}

.f_nav {
    height: 23.1rem;
    width: 52.5%;
    padding: 5.5rem 0 0;
    position: relative;
}

.f_nav:before {
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    right: 0;
}

.f_ul01 li {
    height: 23.1rem;
    float: left;
    width: 20%;
}

.f_ul01 li a,
.f_top {
    font-size: 0.9rem;
    color: #fff;
    display: block;
    height: 2.6rem;
    line-height: 2.6rem;
    width: 100%;
    font-weight: bold;
    margin-bottom: 1.3rem;
}

.f_ul01 .f_ul02 li {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
}

.f_ul01 .f_ul02 li a {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
    margin-bottom: 0;
}

.f_nav ul li a:hover {
    color: #fff;
}

.f_ban {
    width: 28%;
    height: 23.1rem;
    padding: 5.5rem 0 0 4.4%;
    overflow: hidden;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

.f_ban i {
    display: block;
}

.f_ban p b {
    display: block;
    font-size: 1.2rem;
    color: #fff;
}

.f_ban p {
    line-height: 1.5rem;
    padding-bottom: 0.3rem;
}

.f_ban span {
    display: block;
    float: left;
    padding-right: 3rem;
}

.f_ban a {
    color: rgba(255, 255, 255, 0.6);
}

.f_code {
    padding-top: 10rem;
    width: 11.25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_code p {
    line-height: 0;
    position: relative;
    padding-bottom: 0.7rem;
}

.f_code p i {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    cursor: pointer;
}

.f_code p i img {
    width: 2.5rem;
    height: 2.5rem;
}

.f_code p em {
    width: 5.6rem;
    height: 5.6rem;
    display: none;
    position: absolute;
    top: -6.6rem;
    left: calc(50% - 3rem);
    border: #fff 0.2rem solid;
}

.f_code p em:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -0.7rem;
    left: calc(50% - 0.8rem);
    border-top: 0.8rem solid #fff;
    border-left: 0.8rem solid transparent;
    border-right: 0.8rem solid transparent;
}

.f_code p em img {
    width: 5.6rem;
    height: 5.6rem;
}

.f_code p:nth-child(4) em,
.f_code p:nth-child(5) em,
.f_code p:nth-child(6) em {
    top: 3.2rem;
}

.f_code p:nth-child(4) em:before,
.f_code p:nth-child(5) em:before,
.f_code p:nth-child(6) em:before {
    border-bottom: 0.8rem solid #fff;
    bottom: auto;
    top: -0.7rem;
    border-top: none;
}

.f_code p.cur i {
    background: rgba(29, 174, 94, 0.5);
}

.f_code p.cur em {
    display: block;
}

.f_bot {
    width: 100%;
    height: 4.7rem;
    line-height: 4.7rem;
    overflow: hidden;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

.f_bot span {
    padding: 0 0.5rem;
}

.f_bot em {
    background: url(../image/f_icp.png) no-repeat 0 center/0.9rem 0.9rem;
    padding-left: 1.1rem;
    display: inline-block;
    margin-left: 0.3rem;
}

.f_bot a {
    color: rgba(255, 255, 255, 0.4);
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../image/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #004c8c;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #004c8c;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

.product_details_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.product_contact_show {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.contact_tel {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    align-items: center;
}

.contact_tel img {
    height: 24px;
    margin-right: 10px;
}

.contact_button {
    border: 1px solid #efefef;
    width: 100px;
    text-align: center;
    padding: 5px 10px;
    background-color: #004c8c;
}

.contact_button a {
    color: #fff;
    font-size: 16px;
}

.product_content_show {
    width: 60%;
    margin: 0 auto;
}

.product_show_introduction {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}