* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        list-style: none;
        line-height: 100%;
    }
    
    body {
        font-size: 14px;
        min-width: 1200px;
        overflow-x: hidden;
        font-family: 'Hos';
    }
    
    a {
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }
    
    li {
        list-style: none;
    }
    
    em,
    i {
        font-style: normal;
    }
    
    input,
    select,
    textarea {
        border-radius: 0;
        outline: none;
    }
    
    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    input[type="text"],
    input[type="password"] {
        -webkit-appearance: none;
    }
    
    a,
    *::before,
    *::after {
        font-size: 14px;
        text-decoration: none;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        color: #1a1a1a;
    }
    
    a * {
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
    }
    
    .fullscreen,
    .fullscreen body {
        width: 100%;
        height: 100%;
        overflow: hidden
    }
    
    .pcshow {
        display: block;
    }
    
    .mbshow {
        display: none!important;
    }
    
    .clear {
        clear: both;
    }
    
    .fl {
        float: left;
    }
    
    .fr {
        float: right;
    }
    
    .img {
        position: relative;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .pic {
        position: relative;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .img img,
    .pic img {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        padding: 0;
        border: 0;
        width: 100%;
        height: auto;
        border: none;
        opacity: 0;
    }
    
    .img-center {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: auto;
        height: auto;
        z-index: 1;
        max-width: 100%;
        max-height: 100%;
    }
    
    .img img.img-center {
        width: auto;
        height: auto;
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    
    .img-block {
        display: block;
        width: 100%;
        height: auto;
    }
    
    .img-inline {
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 100%;
    }
    
    .clamp1 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .clamp2 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .clamp3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .text-center {
        text-align: center;
    }
    
    .div-container {
        position: relative;
        width: 74%;
        margin: auto;
    }
    
     ::-webkit-scrollbar {
        height: 4px;
        width: 3px;
        background: #ededed;
    }
    
     ::-webkit-scrollbar-button {
        height: 0;
        width: 5px;
        background: #ededed;
    }
    
     ::-webkit-scrollbar-thumb {
        background-color: #324476;
        box-shadow: inset 1px 1px 0 #324476, inset 0 -1px 0 #324476;
    }
    
    @font-face {
        font-family: 'samsungsharpsans-b';
        src: url('/cssnew/samsungsharpsans-bold.otf.txt');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Hos';
        src: url(/cssnew/Hos.ttf.txt)
    }
    
    @font-face {
        font-family: din;
        src: url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.ttf), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.eot), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.otf), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff), url(//cdn.dg.114my.cn/font/DIN-Medium/DIN-Medium.woff2);
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4383909 */
        src: url('//at.alicdn.com/t/c/font_4383909_gfztt3pawhs.woff2?t=1713441659541') format('woff2'), url('//at.alicdn.com/t/c/font_4383909_gfztt3pawhs.woff?t=1713441659541') format('woff'), url('//at.alicdn.com/t/c/font_4383909_gfztt3pawhs.ttf?t=1713441659541') format('truetype');
    }
    
    @font-face {
        font-family: 'iconfont';
        /* Project id 4564577 */
        src: url('//at.alicdn.com/t/c/font_4564577_auvjlfuier9.woff2?t=1716960876575') format('woff2'), url('//at.alicdn.com/t/c/font_4564577_auvjlfuier9.woff?t=1716960876575') format('woff'), url('//at.alicdn.com/t/c/font_4564577_auvjlfuier9.ttf?t=1716960876575') format('truetype');
    }
    
    .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -webkit-text-stroke-width: 0.2px;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .videocom {
        margin: 0 auto;
        max-width: 900px;
        padding: 1% 1% 1% 1%;
        border: 24px #0c9dee solid;
        border-radius: 0px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    
    .videocom1 {
        margin: 0 auto;
        max-width: 1400px;
        padding: 5% 5% 5% 5%;
        border: 24px #0c9dee solid;
        border-radius: 0px;
        margin-top: 0px;
        margin-bottom: 50px;
    }
    
    .gy {
        max-width: 1500px;
        margin: 0 auto;
        width: 85%;
    }
    
    .gya {
        margin: 0 auto;
        max-width: 94%;
        min-width: 1200px;
    }
    
    .gyb {
        max-width: 1760px;
        margin: 0 auto;
        position: relative;
    }
    
    .page {
        max-width: 1500px;
        margin: 0 auto;
        min-width: 1200px;
        width: 100%;
    }
    /*head*/
    
    .head {
        padding: 0 0 0 0%;
        /* overflow: hidden; */
        max-width: 1600px;
        z-index: 100;
        /* background: rgba(0,0,0,0.8); */
        position: relative;
        top: 0;
        background: #fff;
        display: flex;
        justify-content: flex-end;
        margin: 0 auto;
        height: 100px;
    }
    
    .head.on {
        width: 100%;
        /* z-index: 999; */
        box-shadow: 0 0 20px #ddd;
        background: #fff;
        position: fixed;
    }
    
    .head.on .head_nav>ul>li>a {
        color: #333;
    }
    
    .head.on .head_num li i,
    .head.on .head_num li>a,
    .head.on .icon>div i span {
        /* color: #fff; */
    }
    
    .head_box {
        max-width: 1600px;
        /* margin: 0 auto; */
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .head_logo {
        display: flex;
        align-items: center;
    }
    
    .head_logo i {
        width: 40%;
        position: relative;
    }
    
    .head_logo i:before {
        content: '';
        width: 1px;
        height: 100%;
        /* background:rgba(51,51,51,0.08); */
        position: absolute;
        top: 0;
        right: -17px;
    }
    
    .head_logo i:after {
        content: '';
        width: 3px;
        height: 20%;
        /* background:#ee2e24; */
        position: absolute;
        top: 22px;
        right: -18px;
    }
    
    .head_logo i img {
        width: 100%;
        height: auto;
    }
    
    .head_logo p {
display: flex;
    flex-direction: column;
        font-size: calc(0.8rem + 0.66vw);
        margin: 0 0 0 12px;
        font-weight: bold;
        color: #000;
        letter-spacing: 1px;
        border-left: 1px solid #eee;
        padding: 0 0 0 13px;
align-items: flex-start;
line-height: 32px;

    }
    
    .head_logo p span {
        font-size: calc(0.7rem + 0.4vw);
        font-weight: lighter;
        margin: 5px 0 0;
        font-family: none;
        border-radius: 50px;
        text-align: center;
        padding: 0%;
        color: #999;
        font-family: 'Hos';
    }
    
    .head_con {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .head_gg {
        display: flex;
        align-items: center;
    }
    
    .head_gg p {
        display: flex;
        flex-direction: column;
        font-size: calc(0.8rem + 0.63vw);
        margin: 0 0 0 3px;
        font-weight: bold;
        color: #000;
        letter-spacing: 1px;
        border-left: 1px solid #eee;
        padding: 0 0 0 10px;
    }
    
    .head_gg p span {
        font-size: calc(0.5rem + 0.4vw);
        font-weight: lighter;
        margin: 3px 0 0;
        font-family: none;
        border-radius: 50px;
        text-align: center;
        padding: 0%;
        color: #999;
        font-family: 'Hos';
        letter-spacing: -0.8px;
    }
    
    .head_nav {
        top: 160px;
        transition: 0.5s;
    }
    
    .head_nav.on {
        top: 0;
        width: 100%;
        max-width: 100%;
    }
    /*head*/
    
    .head_nav>ul {
        display: flex;
        justify-content: space-around;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .head_r .head_nav li {
        position: relative;
    }
    
    .head_nav>ul>li>a:before {
        content: '';
        width: 0;
        height: 2px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.5s;
        z-index: -1;
    }
    
    .head.on .head_nav li>a:before {
        background: #0a519a;
    }
    
    .head_nav>ul>li>a:after {
        content: '';
        width: 100%;
        height: 2vw;
        position: absolute;
        left: 0;
    }
    
    .head_d .head_nav>ul>li:first-child>a:after {
        width: 12vw;
        height: 3vw;
        left: -9vw;
    }
    
    .head_nav li:hover a:before,
    .head_nav>ul>li.cur a:before {
        width: 100%;
    }
    
    .head.on .head_nav>ul>li>a {
        color: #333;
    }
    
    .head_r {
        display: flex;
        /* width: 50%; */
        align-items: center;
    }
    /*head*/
    
    .head {
        width: 100%;
        top: 0;
        z-index: 999;
        height: 125px;
        display: flex;
        transition: .5s;
        border-bottom: 1px rgba(255, 255, 255, 0.4) solid;
        background: #fff;
    }
    
    .head_nav .on {
        background: linear-gradient(120deg, #ee2e24 10%, #d00a00 80%);
        color: #fff;
    }
    
    .head_nav .on a {
        color: #fff;
    }
    
    .head_nav .on span {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .head_nav {
        max-width: 1600px;
        background: linear-gradient(120deg, #444 10%, #333 80%);
        position: absolute;
        z-index: 9;
        box-shadow: 1px 3px 26px -4px rgba(0, 0, 0, .15);
        position: fixed;
        z-index: 888;
        margin: 0 auto;
        left: 0;
        right: 0;
    }
    
    .head_nav>ul>li:hover {
        background: linear-gradient(120deg, #ee2e24 10%, #d00a00 80%);
        color: #fff;
    }
    
    .head_nav>ul>li:hover a {
        color: #fff;
    }
    
    .head_nav>ul>li:hover span {
        color: rgba(255, 255, 255, 0.5);
    }
    
    .head_nav>ul>li {
        position: relative;
        transition: 0.5s;
        width: 100%;
        text-align: center;
        padding: 20px 0;
    }
    
    .head_nav>ul>li:after {
        content: '';
        width: 0;
        height: 3px;
        background: #ee2e24;
        position: absolute;
        bottom: 0px;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 0.5s;
    }
    
    .head_nav>ul>li:hover:after,
    .head_nav>ul>li.cur:after {
        opacity: 1;
        width: 100%;
        transition: 0.5s;
    }
    
    .head_nav>ul>li a {
        font-size: 16px;
        color: #fff;
        line-height: 18px;
        text-align: center;
        background: none !important;
    }
    
    .head_nav>ul>li span {
        display: block;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.4);
        line-height: 12px;
        padding-top: 3px;
    }
    
    .head_con {
        position: absolute;
        right: 6%;
        top: 4%;
    }
    
    .head_con>ul {
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
    }
    
    .head_con>ul>li {
        width: 58px;
        height: 46px;
        display: flex;
        display: -webkit-flex;
        display: -moz-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127091653_400359360.png) no-repeat center;
        border: 1px #eee solid;
        border-radius: 50%;
        margin-top: 36px;
        margin-left: 2%;
    }
    
    .head_con>ul>li i {
        width: 20px;
        height: 2px;
        background: #fff;
        margin: 3px 0;
    }
    
    .head.on .dropmenu {
        top: 100%;
    }
    
    .dropmenu {
        position: absolute;
        top: 160%;
        max-height: 0;
        transition: all .3s ease;
        width: 100%;
        left: -0px;
        z-index: 9999;
        transition: all .3s ease;
        background: #f9f9f9;
        border-radius: 0px;
        opacity: 0;
        visibility: hidden;
        padding: 0px 0px;
        margin-top: 7px;
    }
    
    .head_nav .dropmenu a {
        display: block;
        line-height: 52px !important;
        text-align: center;
        font-size: 14px !important;
        color: #666 !important;
        transition: all .5s ease;
        border-bottom: 1px #eee solid;
    }
    
    .dropthree {
        position: relative;
    }
    
    .dropthree>div {
        position: absolute;
        left: 105%;
        visibility: hidden;
        opacity: 0;
        transition: all .3s ease;
        border-radius: 5px;
        width: 100%;
        background: #f9f9f9;
        top: 0;
    }
    
    .dropthree:hover>div {
        opacity: 1;
        left: 100%;
        visibility: visible;
    }
    
    .head_nav .dropmenu a:hover {
        background: linear-gradient(120deg, #ee2e24 10%, #d00a00 80%) !important;
    }
    
    .head_nav li:hover .dropmenu {
        max-height: 1000px;
        top: 89%;
        opacity: 1;
        visibility: visible;
    }
    
    .dropmenu a:hover {
        background: #007733;
        color: #fff !important;
    }
    
    .dropmenu table,
    .dropmenu tbody,
    .dropmenu tr,
    .dropmenu td {
        display: block;
        width: 100%;
    }
    
    .head_nav li {
        position: relative;
    }
    
    .head_nav .prolist2021 {
        position: relative;
    }
    
    .head_nav .prolist2021 ul {
        position: relative;
    }
    
    .head_nav .prolist2021 li {
        position: relative;
    }
    
    .head_nav .prolist2021 li dl {
        position: absolute;
        top: 0;
        left: 100%;
        transition: 0.5s;
    }
    
    .head_nav li:hover dl {
        opacity: 1;
        transition: 0.5s;
    }
    
    .head_nav .prolist2021 li dl dt a {
        display: block;
        padding: 0 20px;
        width: 170px;
        height: 62px;
        border-bottom: none;
        background: #f8f8f8;
        color: #666;
        font-weight: 100;
        font-size: 16px;
        line-height: 62px;
        position: relative;
        border-bottom: 1px #eee solid;
    }
    
    .head_nav .prolist2021 li dl dt a:hover {
        background: #007733;
        color: #fff;
    }
    
    .pro_tab .prolist2021 li dl dt a {
        display: block;
        padding: 0 20px;
        width: 100%;
        height: 62px;
        border-bottom: none;
        background: #f8f8f8;
        color: #666;
        font-weight: 100;
        font-size: 14px;
        line-height: 62px;
        position: relative;
    }
    
    .head_nav .prolist2021 li:nth-child(11) {
        display: none;
    }
    
    .nav_c>ul>li:hover .nav2 {
        transform: rotateX(0deg);
    }
    
    .head_nav .prolist2021 li:hover dl {
        transform: rotateY(0deg);
        background: #000;
    }
    
    .head_nav .prolist2021 li dl {
        position: absolute;
        top: 0;
        left: 100%;
        transition: 0.5s;
        transform-origin: left;
        transform: rotateY(90deg);
        z-index: 5;
    }
    /*xiala*/
    
    .head_nav li:nth-child(3) .head_qit {
        /* width:153px; */
        /* height: 311px; */
        /* overflow:auto; */
    }
    
    .head_nav>ul>li:hover .head_qit {
        visibility: visible;
        /* top: 61px; */
        opacity: 1;
    }
    
    .head_num {
        display: flex;
        /* align-items:  center; */
        /* margin: 0 0 0 20px; */
        /* width: 24%; */
    }
    
    .head_num ul {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        height: 120px;
    }
    
    .head_num li {
        /* position:relative; */
        /* width: 55px; */
    }
    
    .head_num li:first-child {
display: flex;
    flex-direction: column;
    }
    
    .head_num>ul>li+li {
        margin: 0 0 0 2.8vw;
        border-left: 1px solid #eee;
        width: 70px;
        display: flex;
        padding: 8%;
    }
    .head_num>ul>li+li+a {
    margin-left: 15px;
}
    .head_num li>i {
        font-size: 1.5rem;
        color: #333;
        /* width: 40px; */
        /* height: 40px; */
        /* background: #c70003; */
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin-top: -7px;
    }
    
    .head_num li:last-child:hover>p {
        transform: rotateX(0deg);
    }
    
    .head_num li>p {
        font-size: 15px;
        /* padding: 0px 0 0 7px; */
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        font-weight: lighter;
        padding: 1.2% 4%;
        transition: 0.5s;
        top: 100%;
        right: 0;
        /* width: 13%; */
    }
    
    .head_num li>p>span {
        font-family: 'samsungsharpsans-b';
        font-size: calc(0.6rem + 0.6vw);
        font-weight: bold;
        color: #ee2e24;
padding-bottom: 10px;

    }
    
    .head_num li>a {
        font-size: 15px;
        /* color: #fff; */
        font-family: Arial;
        display: flex;
        align-items: center;
    }
    
    .head_num li>a i {
        transform: rotate(90deg);
        font-size: 10px;
        margin: -3px 0 0 4px;
    }
    /*xiala*/
    
    .dfs {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 25px;
    }
    
    .icon>div i {
        /* width:40px; */
        /* height:40px; */
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        user-select: none;
        transition: all 0.5s;
        position: relative;
        /* border: 1px solid #eee; */
    }
    
    .icon>div:hover i {
        /* background: #005ee0; */
    }
    
    .icon>div i:before {
        content: '';
        width: 40px;
        height: 5vw;
        border-radius: 100%;
        position: absolute;
        top: 0;
    }
    
    .icon>div:hover i:before {
        animation: 2s headIcon infinite;
    }
    
    .icon>div:hover i:after {
        animation: 2s headIcon infinite;
        animation-delay: 0.5s;
    }
    
    .icon>div i span {
        font-size: 25px;
        color: #333;
        position: relative;
        z-index: 2;
    }
    
    .icon>div:hover i span {
        /*color: #fff;*/
    }
    
    .form_ul {
        padding: 0;
    }
    
    .iser_box,
    .itel_box {
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 30px;
        transform-origin: top;
        transform: rotateX(90deg);
        transition: all 0.5s;
        z-index: 999;
        width: 100%;
    }
    
    .icon>div:hover .iser_box,
    .icon>div:hover .itel_box {
        transform: rotateX(0deg);
    }
    
    .search_l {
        line-height: 24px;
    }
    
    .search_l span+span {
        /* margin-left:4px; */
        font-size: 16px;
    }
    
    .search_l a {
        color: #333;
        font-size: 16px;
        margin: 0 5px;
    }
    
    .search_r {
        margin-top: 15px;
        position: relative;
        width: 100%;
    }
    
    #infoname {
        height: 38px;
        line-height: 38px;
        border: 1px solid #eee;
        text-indent: 12px;
        width: 100%;
    }
    
    .z_img {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 0;
        right: 0;
        background: no-repeat;
    }
    
    .itel_box {
        width: 150px;
        text-align: center;
        padding: 10px;
    }
    
    .itel_box a {
        color: #333;
        position: relative;
        display: flex;
        font-size: 16px;
        font-family: Arial;
        text-transform: uppercase;
        align-items: center;
        padding: 5%;
        transition: 0.5s;
        justify-content: center;
    }
    
    .itel_box a:hover {
        background: #1f2c5c;
        color: #fff;
    }
    
    .itel_box a+a {
        margin: 8% 0 0;
    }
    
    .itel_box a span {
        overflow: hidden;
        border-radius: 50%;
        margin: 0 10px 0 0;
        width: 20px;
        height: 20px;
    }
    
    .itel_box a span img {
        width: 100%;
        height: auto;
    }
    
    .itel_box p:before {
        position: absolute;
        left: 0;
        color: #333;
    }
    
    .search_l .iconfont {
        font-size: 16px;
        display: none;
    }
    
    .icon_tel i {
        display: block;
        width: 98px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        border: 2px solid #b2b2b2;
        font-size: 14px;
        color: #7f7f7f;
        border-radius: 15px;
        font-style: normal;
    }
    
    .icon_search.icon_pho:hover .itel_box.dh_c {
        transform: rotateX(0);
    }
    /* index */
    
    .banner_box {
        position: relative;
    }
    
    .index-swiper {
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .index-swiper .index-pagination {
        position: absolute;
        right: 2%;
        bottom: 7%;
        top: auto;
        width: auto;
        height: auto;
        transform: none;
    }
    
    .index-swiper .index-pagination span.swiper-pagination-bullet {
        background: none;
        width: 22px;
        height: 22px;
        border-radius: 0;
        position: relative;
        margin: 0px 0;
    }
    
    .index-swiper .index-pagination span::after,
    .index-swiper .index-pagination span::before {
        content: '';
        border-radius: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    .index-swiper .index-pagination span::after {
        width: 6px;
        height: 6px;
        background: #fff;
    }
    
    .index-swiper .index-pagination span::before {
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
        opacity: 0;
    }
    
    .index-swiper .index-pagination span.swiper-pagination-bullet-active::before {
        opacity: 1;
    }
    
    .index-swiper .index-pagination::after {
        content: '';
        width: 20px;
        height: 30px;
        background: url('//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127091754_650082177.png');
        display: block;
        margin-top: 20px;
    }
    
    body.black .index-swiper .index-pagination span::after {
        background: #000;
    }
    
    body.black .index-swiper .index-pagination span::before {
        border: 1px solid #000;
    }
    
    .index-banner-swiper {
        width: 100%;
        height: 100%;
        position: relative;
        background: #000;
    }
    
    .index-banner-swiper .swiper-slide-active .img .pic {
        animation: srmgani 4000ms 1 ease forwards;
    }
    
    @keyframes srmgani {
        0% {
            transform: scale(1.05);
        }
        100% {
            transform: scale(1.0);
        }
    }
    
    .index-banner-item {
        position: relative;
    }
    
    .index-banner-item .text {
        position: absolute;
        left: 9.5%;
        top: 58%;
        transform: translateY(-50%);
        z-index: 100;
    }
    
    .index-banner-item .text4 {
        position: absolute;
        left: 0%;
        top: 32%;
        transform: translateY(-50%);
        z-index: 100;
        color: #fff;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    
    .index-banner-item .textd {
        position: absolute;
        left: 15%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
    }
    
    .index-banner-item .textx3 {
        position: absolute;
        left: 11%;
        top: 56%;
        transform: translateY(-50%);
        z-index: 100;
        color: #fff;
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .index-banner-swiper .title-1 strong,
    .index-banner-swiper .title-2 strong {
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 4rem;
    }
    
    .index-banner-swiper .title-1 strong,
    .index-banner-swiper .title-4 strong {
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 4rem;
    }
    
    .index-banner-swiper .title-1,
    .index-banner-swiper .title-2,
    .index-banner-swiper .title-2dd,
    .index-banner-swiper .title-3,
    .index-banner-swiper .title-4,
    .index-banner-swiper .more-1 {
        opacity: 0;
        transform: translateY(-60px);
        transition: opacity .8s linear, transform .8s cubic-bezier(.215, .61, .355, 1);
    }
    
    .index-banner-swiper .title-1,
    .index-banner-swiper .title-2,
    .index-banner-swiper .title-2dd,
    .index-banner-swiper .title-3,
    .index-banner-swiper .title-4,
    .index-banner-swiper .more-2 {
        opacity: 0;
        transform: translateY(-60px);
        transition: opacity .8s linear, transform .8s cubic-bezier(.215, .61, .355, 1);
    }
    
    .index-banner-swiper .title-1 {
        transition-delay: .2s;
        line-height: 3.3rem;
    }
    
    .font64 {
        font-size: 54px;
        font-weight: 1000 !important;
        font-family: "Microsoft YaHei";
        position: relative;
    }
    
    .font64:before {
        content: '';
        width: 54%;
        height: 14px;
        background: #1c6899;
        position: absolute;
        bottom: 5%;
        left: 0;
        transition: 0.5s;
        z-index: -1;
        right: 0;
    }
    
    .font644 {
        font-size: 54px;
        font-weight: 1000 !important;
        font-family: "Microsoft YaHei";
        background-image: -webkit-linear-gradient(60deg, #066eb1 30%, #37a1ef 54%, #008eea 50%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    
    .font65 {
        font-size: 34px;
        color: rgba(255, 255, 255, 0.8);
        text-shadow: 3px 3px 3px #060606;
    }
    
    .font66 {
        font-size: 1rem;
        color: rgba(255, 255, 255, 1);
        width: 52%;
        display: flex;
        line-height: 2rem !IMPORTANT;
        margin-top: 3%;
    }
    
    .font655 {
        font-size: 1.6rem;
        color: #333;
    }
    

    
    .font7 {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        border: 1px rgba(255, 255, 255, 0.6) solid;
        float: left;
        justify-content: center;
        font-size: 15px;
        padding: 3% 3%;
        line-height: 20px !important;
        margin-left: 1%;
        text-align: center;
        margin-bottom: 4%;
        margin-top: 3%;
    }
    
    .font7 i {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 1%;
    }
    
    .font666 {
        font-size: 1.2rem;
        color: #999;
        width: 80%;
        display: flex;
        line-height: 1.86rem !IMPORTANT;
        margin-top: 1%;
    }
    
    .font6663 {
        font-size: 1.2rem;
        color: #999;
        width: 100%;
        line-height: 1.86rem !IMPORTANT;
        margin-top: 1%;
        text-align: center;
        font-weight: normal;
    }
    
    .font663 {
        font-size: 1.2rem;
        color: #fff;
        width: 40%;
        display: flex;
        line-height: 2rem !IMPORTANT;
        margin-top: 1%;
    }
    
    .index-banner-swiper .title-2 {
        transition-delay: .4s;
        margin-top: 3%;
        text-align: left;
    }
    
    .index-banner-swiper .title-2dd {
        transition-delay: .4s;
        margin-top: 0.3%;
        text-align: center;
        width: 100%;
    }
    
    .index-banner-swiper .title-3 {
        transition-delay: .4s;
        margin-top: 1%;
        text-align: center;
        width: 100%;
    }
    
    .index-banner-swiper .title-4 {
        transition-delay: .4s;
        margin-top: 1%;
        text-align: center;
        width: 100%;
    }
    
    .index-banner-swiper .more-1 {
        transition-delay: .6s;
    }
    
    .index-banner-swiper .more-2 {
        transition-delay: .6s;
    }
    
    .index-banner-swiper .swiper-slide-active .title-1,
    .index-banner-swiper .swiper-slide-active .title-2,
    .index-banner-swiper .swiper-slide-active .title-2dd,
    .index-banner-swiper .swiper-slide-active .title-3,
    .index-banner-swiper .swiper-slide-active .title-4,
    .index-banner-swiper .swiper-slide-active .more-1 {
        transform: translateY(0px);
        opacity: 1;
    }
    
    .index-banner-swiper .swiper-slide-active .more-2 {
        transform: translateY(0px);
        opacity: 1;
    }
    
    .more-1 {
        margin-top: 11%;
    }
    
    .more-1 a {
        display: block;
        width: 210px;
        height: 58px;
        line-height: 58px;
        font-size: 16px;
        color: #fff;
        background: #ee2e24 url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127092254_17689118.png) no-repeat 92% center;
        border-radius: 30px;
        padding-left: 30px;
        text-align: left;
    }
    
    .more-1 span {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 58px;
    }
    
    .more-1 a:hover {
        border: 2px solid #057bc8;
        background: #057bc8 url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127092254_17689118.png) no-repeat 92% center;
    }
    
    .more-1 a:hover span {
        color: #fff;
    }
    
    .more-2 {
        margin: 0 auto;
        margin-top: 1%;
    }
    
    .more-2 a {
        display: block;
        width: 280px;
        height: 42px;
        line-height: 42px;
        font-size: 17px;
        overflow: hidden;
        position: relative;
        text-align: center;
        border: 2px solid #ee2e24;
        border-radius: 50px;
        background: #ee2e24;
    }
    
    .more-2 span {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 40px;
    }
    
    .more-2 a:hover {
        background: #fff;
        border: 2px solid #0362eb;
    }
    
    .more-2 a:hover span {
        color: #0362eb;
    }
    
    .banner-swiper-bottom {
        width: 50%;
        position: absolute;
        bottom: 5%;
        left: 50%;
        z-index: 11;
        text-align: center;
        transform: translateX(-50%);
        transition: all .4s ease;
        opacity: .5;
    }
    
    .banner-swiper-bottom:hover {
        opacity: 1;
    }
    
    .index-banner-swiper .banner-pagination {
        z-index: 160;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: 0 10px;
        left: auto;
        top: auto;
        transform: none;
        right: auto;
        bottom: auto;
        width: 240px;
        height: 4px;
    }
    
    .index-banner-swiper .banner-pagination span {
        width: 100%;
        height: 4px;
        border-radius: 4px;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        background: none;
    }
    
    .index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {
        animation: bannerp 4000ms 1 ease forwards;
    }
    
    .index-banner-swiper .banner-pagination span::after {
        content: '';
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: .2;
    }
    
    .index-banner-swiper .banner-pagination span::before {
        content: '';
        width: 0;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        z-index: 11;
        transition: all .4s ease;
    }
    
    .index-banner-swiper .banner-prev,
    .index-banner-swiper .banner-next {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        margin: 0 20px;
        left: auto;
        top: auto;
        transform: none;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
    }
    
    .index-banner-swiper .banner-prev::after,
    .index-banner-swiper .banner-next::after {
        color: #fff;
        font-size: 16px;
        font-weight: 900;
    }
    
    @keyframes bannerp {
        0% {
            width: 0;
        }
        100% {
            width: 100%;
        }
    }
    
    .about_tu {
        margin-top: 30px;
        width: 100%;
        transition: all 1s ease;
    }
    
    .about_tu ul {
        display: flex;
        justify-content: space-between;
    }
    
    .about_tu ul li {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        transition: 0.5s;
        padding: 2% 5%;
        width: 25%;
        border: 1px rgba(255, 255, 255, 0.3) solid;
    }
    
    .about_tu .i1 {
        top: 0;
        left: 0;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }
    
    .about_tu .i2 {
        top: 0;
        right: 0;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }
    
    .about_tu .i3 {
        bottom: 0;
        right: 0;
        -webkit-animation-delay: 1.25s;
        animation-delay: 1.25s;
    }
    
    .about_tu .i4 {
        bottom: 0;
        right: 0;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
    
    .about_tu ul li+li {
        margin-left: 1%;
    }
    
    .about_tu ul li:hover {
        border-color: #0092dd;
    }
    
    .about_tu ul li:hover i {
        color: #0092dd;
    }
    
    .about_tu ul li i {
        font-size: 26px;
        transition: 0.5s;
        color: #fff;
        line-height: 28px;
    }
    
    .about_int span {
        line-height: 22px;
        font-size: 18px;
        text-align: center;
        padding-top: 10px;
    }
    
    .about_tu li span {
        font-size: 1.2rem;
        color: #fff;
        line-height: 1.4rem;
        margin-top: 0.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .about_tu li span em {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.5);
        display: block;
        padding-top: 4px;
        font-style: normal;
        padding: 4% 7%;
    }
    /* banner end */
    /*title*/
    
    .title {
        text-align: center;
    }
    
    .titlea {
        font-weight: normal;
        font-size: 38px;
        text-align: center;
        color: #333;
        line-height: 46px;
        font-weight: bold;
    }
    
    .titlea span {
        font-weight: bold;
        color: #0180ca;
    }
    
    .titleb {
        font-size: 18px;
        color: #999;
        text-align: center;
        line-height: 30px;
        padding: 0px 0px 15px 0;
        font-weight: 100;
    }
    
    .linex {
        width: 65px;
        height: 6px;
        margin: auto;
    }
    
    .linex b {
        width: 45px;
        height: 1px;
        background: #e5e5e5;
        margin: 2.5px 3px;
        float: left;
    }
    
    .linex span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px #bababa solid;
        float: left;
    }
    
    .titlec {
        font-size: 16px;
        color: #999;
        text-align: center;
        font-weight: 100;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 10px;
    }
    
    .namex {
        width: 250px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        background: #ee2e24;
        margin: auto;
        text-transform: uppercase;
        border-radius: 30px;
        margin-bottom: 15px;
    }
    /*titleb*/
    
    .titleb {
        text-align: center;
    }
    
    .titleab {
        font-weight: normal;
        font-size: 42px;
        text-align: center;
        color: #fff;
        line-height: 46px;
        font-weight: bold;
    }
    
    .titleab span {
        font-weight: bold;
        color: #fff;
    }
    
    .titlebb {
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        padding: 0px 0px 15px 0;
        font-weight: 100;
    }
    
    .linexb {
        width: 65px;
        height: 6px;
        margin: auto;
    }
    
    .linexb b {
        width: 45px;
        height: 1px;
        background: #fff;
        margin: 2.5px 3px;
        float: left;
    }
    
    .linexb span {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        border: 1px #fff solid;
        float: left;
    }
    
    .titlecb {
        font-size: 16px;
        color: #999;
        text-align: center;
        font-weight: 100;
        text-transform: uppercase;
        line-height: 40px;
        margin-bottom: 10px;
    }
    
    .namexb {
        width: 250px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        text-align: center;
        color: #fff;
        background: #ee2e24;
        margin: auto;
        text-transform: uppercase;
        border-radius: 30px;
        margin-bottom: 15px;
    }
    /*product*/
    
    .pro_con {
        padding-top: 1%;
        margin-top: 1%;
        border-top: 1px #eee solid;
    }
    
    .pro_bg {
        padding: 60px 0;
        background: #f8f8f8;
    }
    
    .pro_cont {
        width: 100%;
    }
    
    .pro_t {
        float: left;
        font-size: 32px;
        font-weight: bold;
        color: #333;
        line-height: 65px;
    }
    
    .pro_t span {
        font-size: 18px;
        color: #333;
        opacity: 0.3;
        font-weight: normal;
        margin-left: 10px;
        text-transform: uppercase;
    }
    
    .pro_tab {
        position: relative;
        margin-bottom: 20px;
        max-width: 700px;
        float: right;
    }
    
    .pro_tab tr {
        float: left;
        height: auto !important;
        overflow: hidden;
        display: block;
    }
    
    .pro_tab tr+tr {
        margin-left: 21px;
    }
    
    .pro_tab tr>td:first-child {}
    
    .pro_tab tr>td b {
        font-size: 0;
    }
    
    .pro_tab tr td:first-child a {
        width: 100%;
        line-height: 68px;
        display: block;
        text-align: center;
        font-size: 18px;
    }
    
    .pro_tab tr.on td:first-child a {
        color: #ee2e24 !important;
    }
    
    .pro_tab tr:nth-child(2) td:first-child {
        /* left: 235px; */
    }
    
    .pro_tab tr:nth-child(3) td:first-child {
        left: 470px;
    }
    
    .pro_tab tr:nth-child(4) td:first-child {
        right: 470px;
        left: inherit;
    }
    
    .pro_tab tr:nth-child(5) td:first-child {
        right: 235px;
        left: inherit;
    }
    
    .pro_tab tr:nth-child(6) td:first-child {
        right: 0;
        left: inherit;
    }
    
    .pro_tab td {
        width: auto !important;
    }
    
    .pro_tab td+td {}
    
    .pro_tab tr+tr td+td {
        display: none;
    }
    
    .pro_list {
        width: 100%;
        overflow: hidden;
    }
    
    .pro_list table tr td {
        background: #fff;
        position: relative;
        border: 1px solid #eee;
        flex-shrink: 0;
        float: left;
        width: 24.6%;
        padding-left: 0 !important;
    }
    
    .pro_list table tr td+td {
        margin-left: 0.5%;
    }
    
    .pro_list table tr td a img {}
    
    .pro_list table tr {
        display: inline-block;
    }
    
    .pro_list table tr+tr {
        margin-top: 0.5%;
    }
    
    .pro_list table tr td img {
        width: 100%;
        padding: 18px;
        height: auto !important;
    }
    
    .pro_list table tr td br {
        display: none;
    }
    
    .pro_list table tr td span a {
        font-size: 16px;
        display: inline-block;
        color: #6f737a;
        width: 100%;
        line-height: 72px;
        text-align: left;
        padding-left: 30px;
    }
    
    .pro_list table tr td span a:last-child:before {
        position: absolute;
        content: "查看详细 >";
        width: 120px;
        height: 35px;
        top: 20px;
        right: 30px;
        background: #f5f5f5;
        border-radius: 5px;
        color: #333;
        line-height: 35px;
        text-align: center;
display: none;

    }
    
    .pro_list table tr td>a a {
        width: 100%;
        height: 100%;
        position: absolute !important;
        top: 0;
        left: 0;
    }
    
    .pro_list table tr td,
    .pro_list table tr td a,
    .pro_list table tr td>a a {
        position: relative;
        display: block;
    }
    
    .pro_list table tr td:hover span a {
        color: #fff;
        background: #ee2e24
    }
    
    .pro_list table tr td:hover span a:last-child:before {
        background: #fff;
        color: #333;
    }
    
    .pro_list table tr td:hover {
        border: 5px solid #ee2e24;
    }
    
    .pro_list table tr td>a {
        overflow: hidden;
        display: block;
    }
    
    .pro_list .tempWrap {
        width: 100% !important
    }
    
    #showtyepname a {
        display: none;
    }
    
    .char {
        padding: 1.7% 1% 2% 1%;
        overflow: hidden;
        display: flex;
        justify-content: flex-end;
        position: relative;
        z-index: 5;
        background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127092337_806677049.jpg)no-repeat center top;
        animation: brandBg 60s infinite linear;
        margin: 3% 0%;
    }
    
    @keyframes brandBg {
        0% {
            background-position: calc(50% - 960px) center;
        }
        100% {
            background-position: calc(50% + 960px) center;
        }
    }
    
    .char:before {
        content: '';
        width: 70.7%;
        height: 100%;
        position: absolute;
        /* background: #0e6fb7;*/
        right: 0;
        top: 0;
        z-index: -1;
    }
    
    .char_box {
        margin: 0 auto;
        width: 85%;
        display: flex;
        justify-content: space-between;
        background: ;
        /* padding: 6% 0 6% 4%;*/
        align-items: center;
        flex-direction: column;
    }
    
    .char_con {
        margin: 2% 0 0;
        /* padding: 3% 0 0;*/
    }
    
    .char_con .slick-track {
        padding: 1% 0 0;
        display: flex;
    }
    
    .char_con ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0 !important;
    }
    
    .char_con>ul>div>div>li,
    .char_con li {
        display: flex !important;
        flex-direction: column;
        width: 23%;
        padding: 4% 3% 4%;
        transition: 0.8s;
        background: #fff;
        overflow: hidden;
        box-shadow: 0 0 20px #c3c1c1;
    }
    
    .char_con>ul>div>div>li:hover,
    .char_con>ul>div>div>li.on,
    .char_con li.on {
        background: : #ee2e24;
        color: #fff;
        box-shadow: 0 0 20px #333;
        position: relative;
        z-index: 5;
        /* border-left: 1px solid #e50012;*/
    }
    
    .char_con li:nth-child(2n) {
        flex-direction: column-reverse;
    }
    
    .char_con li:hover,
    .char_con li.on {
        background: #ee2e24;
    }
    
    .char_con li:hover p,
    .char_con li.on p {
        color: #fff;
    }
    
    .char_con li:nth-child(2n) p {
        padding: 0 0 12% 0;
    }
    
    .char_con>ul>div>div>li.slick-current {}
    
    .char_con li i {
        font-size: 3rem;
        overflow: hidden;
    }
    
    .char_con li i img {
        width: 100%;
        height: 14.167vw;
        object-fit: cover;
    }
    
    .char_con li p {
        display: flex;
        flex-direction: column;
        font-size: 1.6rem;
        padding: 18% 0 0;
        align-items: center;
        font-weight: bold;
    }
    
    .char_con li p span {
        font-size: 0.95rem;
        line-height: 1.8rem;
        padding: 5% 0 0;
        opacity: 0.7;
        text-align: center;
        font-weight: normal;
    }
    
    .char_con li a {
        font-size: 1rem;
        margin: 24% 0 0;
        transition: 0.8s;
        display: none;
    }
    
    .char_con li.on a {
        color: #fff;
    }
    
    .char_con .ban_dot {
        display: flex !important;
        width: 100%;
        align-items: center;
        position: absolute;
        bottom: 0;
        left: -37%;
    }
    
    .char_con .ban_dot li {
        width: 10px;
        height: 10px;
        display: inline-block;
        background: #fff;
        margin: 0 0.3%;
        transition: 0.5s;
        /* border-radius: 50%;*/
    }
    
    .char_con .ban_dot li.slick-active {
        width: 25px;
        /* border-radius: 40px;*/
        background: #ff6600;
    }
    
    .char_con .ban_dot li button {
        font-size: 0;
        border: none;
        outline: none;
    }
    
    .honor_bg {
        padding: 4% 0;
        background: #f8f8f8;
        margin-top: 3%;
        overflow: hidden;
    }
    
    .honor {
        position: relative;
        background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127092405_1494807382.png)no-repeat top right;
    }
    
    .honor:after,
    .honor:before {
        content: "";
        border-radius: 100%;
        border: 2px #eee dotted;
        position: absolute;
        z-index: -1;
    }
    
    .honor:after {
        top: -21%;
        left: 52%;
        margin-left: -3vw;
        width: 55rem;
        height: 55rem;
        animation: hafter 200s linear infinite;
    }
    
    .honor:before {
        top: -4%;
        left: 52%;
        width: 40rem;
        height: 40rem;
        margin-left: 3vw;
        animation: hbefore 250s linear infinite;
    }
    
    @keyframes hafter {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    @keyframes hbefore {
        from {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }
        50% {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        to {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }
    
    .honor_bg {}
    
    .honor_l {
        height: 100%;
        position: relative;
        z-index: 2;
    }
    
    .honor_l h3 {
        font-size: 2.2vw;
        color: #111;
        line-height: 2.6vw;
    }
    
    .honor_l h3 p {
        margin-bottom: 20px;
    }
    
    .honor_l h3 b {
        color: #ee2e24;
    }
    
    .honor_l dd {
        font-size: 18px;
        line-height: 30px;
        margin-top: 2vw;
    }
    
    .honor_l a {
        width: 190px;
        height: 46px;
        line-height: 46px;
        color: #fff;
        font-size: 16px;
        display: block;
        text-align: center;
        background: #ee2e24;
        margin-top: 4vw;
        border-radius: 100px;
        box-shadow: 0 0 50px #ee2e24;
        transition: 0.3s ease all;
    }
    
    .honor_l a:hover {
        width: 260px;
    }
    
    .honor_r {
        width: 45%;
        position: relative;
        z-index: 2;
    }
    
    .honor_r * {
        display: block;
    }
    
    .honor_r .tempWrap {
        width: 68% !important;
        margin: 0 auto;
    }
    
    .honor_r ul {
        margin: 0 auto;
    }
    
    .honor_r li {
        padding-left: 0px !important;
    }
    
    .honor_r li img {
        width: 100%;
        height: auto;
    }
    
    .honor_r li p a {
        font-size: 18px;
        color: #333;
        line-height: 20px;
        text-align: center;
        margin-top: 20px;
    }
    
    .honor_r {
        position: relative;
    }
    
    .honor_btn {
        position: absolute;
        top: 0px;
        width: 100%;
        top: 45%;
    }
    
    .honor_btnl,
    .honor_btnr {
        width: 54px;
        height: 54px;
        cursor: pointer;
        background: #a0a0a0 url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127092440_1995729159.png)no-repeat center;
        border-radius: 50%;
        position: absolute;
    }
    
    .honor_btnl {
        left: 2vw;
    }
    
    .honor_btnr {
        right: 2vw;
        transform: rotate(180deg);
    }
    
    .honor_btnl:hover,
    .honor_btnr:hover {
        background-color: #ee2e24;
    }
    
    .hzkh_d tr {
        display: flex;
        justify-content: space-between;
    }
    
    .hzkh_d td {
        display: block;
        width: 14%;
        text-align: center;
        transition: all 0.8s linear;
    }
    
    .hzkh_d td a {
        text-decoration: blink;
        display: block;
    }
    
    .hzkh_d td img {
        margin: 0 !important;
        width: 95%;
        height: 100%;
        border: 1px solid #eee;
    }
    
    .hzkh_d td:hover {
        transition: all 0.8s linear;
    }
    
    .hzkh_d td:hover a {
        transition: all 0.8s linear;
        border-radius: 30px;
        overflow: hidden;
    }
    
    .hzkh_d td:hover img {
        -webkit-animation: tuest 0.3s ease-in 2;
    }
    
    .appli_call {
        position: relative;
        z-index: 9;
        margin-top: 118px;
    }
    
    .appli_call tr {
        display: flex;
        justify-content: space-between;
    }
    
    .appli_call tr td {
        display: inline-block;
        padding-left: 0 !important;
        overflow: hidden;
        width: 23%;
    }
    
    .appli_call tr td img {
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
        width: 100%;
        height: auto;
    }
    
    .appli_call tr td+td {
        margin-left: 10px;
    }
    
    .appli_call div {
        height: 56px;
        background: #f5f5f5;
        line-height: 56px;
        padding-top: 0 !important;
        transition: all 0.3s linear;
    }
    
    .appli_call div a {
        font-size: 1rem;
        color: #333333;
        line-height: 56px;
    }
    
    .appli_call table tr td:hover div a {
        background: #444;
        color: #ffffff;
        display: block;
        transition: all 0.3s linear;
        display: block;
    }
    
    .appli_call table tr td:hover img {}
    
    .appli_call table tr td a {
        display: block;
        overflow: hidden;
    }
    
    .appli_call table tr td br {
        display: none;
    }
    /*about*/
    
    .about {
        padding: 80px 0 10%;
        overflow: hidden;
        width: 100%;
        background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127093001_1452119930.jpg)no-repeat center;
        position: relative;
        z-index: 9;
    }
    
    .about:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1;
    }
    
    .about_box {
        width: 85%;
        margin: 0 auto;
    }
    
    .about_con {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .about_txt {
        width: 30%;
    }
    
    .about_txt p {
        font-size: 42px;
        line-height: 50px;
        font-weight: bold;
        display: flex;
        flex-direction: column;
        color: #fff;
    }
    
    .about_txt p span {
        font-size: 20px;
        line-height: 28px;
        padding-top: 10px;
        font-weight: lighter;
    }
    
    .about_txt ul {
        display: flex;
        margin-top: 50px;
        flex-direction: column;
        width: 100%;
    }
    
    .about_txt li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        position: relative;
        transition: 0.5s;
        display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid rgba(221, 221, 221, 0.3);
        padding: 7%;
        z-index: 5;
    }
    
    .about_txt li i {
        font-size: 25px;
        color: #fff;
    }
    
    .about_txt li span {
        font-size: 14px;
        font-family: Arial;
        color: #fff;
        text-transform: uppercase;
        opacity: 0.5;
    }
    
    .about_txt li:after {
        content: '';
        width: 0;
        height: 100%;
        background: #ee2e24;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: 0.5s;
        z-index: -1;
    }
    
    .about_txt li.on:after {
        opacity: 1;
        width: 100%;
    }
    
    .about_txt li+li {
        margin-top: 20px;
    }
    
    .about_txt li a {
        font-size: 20px;
        line-height: 30px;
        font-weight: lighter;
        color: #fff;
        padding: 0 5%;
    }
    
    .about_r {
        width: 56%;
        margin-top: auto;
        overflow: hidden;
    }
    
    .about_r:nth-child(2) {
        margin-top: 0px;
    }
    
    .about_r:nth-child(4) {
        margin-top: 110px;
    }
    
    .about_r ul {
        width: 100%;
        display: flex;
        transition: 0.5s;
    }
    
    .about_r li {
        width: 100%;
        flex-shrink: 0;
    }
    
    .about_r>ul>li+li {
        display: none;
    }
    
    .about_sub {
        display: flex;
        background: #ee2e24;
        padding: 3%;
        flex-direction: column;
    }
    
    .about_sub i {
        width: 100%;
    }
    
    .about_sub i img {
        width: 100%;
        height: auto;
    }
    
    .about_sub p {
        font-size: 36px;
        line-height: 36px;
        font-weight: lighter;
        display: flex;
        flex-direction: column;
        color: #fff;
        padding: 4%;
    }
    
    .about_sub p span {
        font-size: 14px;
        line-height: 28px;
        font-weight: lighter;
        padding-top: 3%;
    }
    
    .about_sub a {
        font-size: 14px;
        color: #fff;
        font-weight: lighter;
    }
    
    .about_btn {
        display: flex;
        justify-content: space-between;
    }
    
    .about_btn:hover i {}
    
    .about_btn>i {
        width: 60px;
        height: 60px;
        cursor: pointer;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 26px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 39%;
        background: #ee2e24;
    }
    
    .about_btn>i:first-child {
        left: 3%;
        transform: rotate(180deg);
    }
    
    .about_btn>i:last-child {
        right: 3%;
    }
    
    .about_case {
        overflow: hidden;
    }
    
    .about_case>div>ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .about_case li {
        width: 32.5%;
        background: #fff;
        box-shadow: 0 0 20px #eee;
        padding: 30px;
    }
    
    .about_case li:nth-child(n+4) {
        margin-top: 1.1%;
    }
    
    .about_case li>a {
        display: inline-block;
        width: 100%;
        overflow: hidden;
    }
    
    .about_case li a img {
        width: 100%;
        height: auto;
        transition: 0.5s;
    }
    
    .about_case li:hover a img {
        transform: scale(1.2);
    }
    
    .about_case li p {
        display: flex;
        justify-content: center;
        width: 11vw;
        margin: 0 auto;
        padding: 8% 0 30%;
        text-align: center;
    }
    
    .about_case li p>a:after {
        content: 'Ã¦Å¸Â¥Ã§Å“â€¹Ã¦â€ºÂ´Ã¥Â¤Å¡';
        width: 10vw;
        height: 40px;
        border-radius: 40px;
        border: 1px solid #ddd;
        position: absolute;
        bottom: -60px;
        left: 7px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #999;
        transition: 0.5s;
    }
    
    .about_case li p>a {
        font-size: 20px;
        position: relative;
        width: 100%;
        font-weight: lighter;
    }
    
    .about_case li:hover p>a:after {
        background: #ff0000;
        color: #fff;
    }
    
    .about_int {}
    
    .about_int>div>ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .about_int li {
        display: block;
        float: left;
        padding: 4% !important;
        width: 32%;
        background: #fff;
    }
    
    .about_int li:nth-child(n+4) {
        margin-top: 1.5%
    }
    
    .about_int .mot_call:first-child li {
        width: 19%;
    }
    
    .about_int li>a {
        display: block;
        overflow: hidden;
    }
    
    .about_int li img {
        width: 100%;
        height: auto;
        transition: 0.2s all ease-in-out;
    }
    
    .about_int li:hover img {
        transform: scale(1.1);
    }
    
    .about_int li p {
        padding: 0 !important;
        position: relative;
        background: rgba(221, 221, 221, 0.5);
    }
    
    .about_int li:hover p {
        background: rgba(239, 23, 31, 0.5);
    }
    
    .about_int li p a {
        display: block;
        line-height: 50px;
        font-size: 16px;
        position: relative;
        z-index: 2;
        text-align: center;
    }
    
    .about_int li:hover a {
        color: #fff;
    }
    
    .about_int li p:after {
        content: "";
        display: block;
        opacity: 0;
        width: 20%;
        height: 100%;
        transition: 0.2s all;
        background: #ef171f;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .about_int li:hover p:after {
        width: 100%;
        opacity: 1;
    }
    
    .about_par {}
    
    .about_par>div>ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .about_par li {
        width: 32.5%;
        display: inline-table;
        overflow: hidden;
        position: relative;
        height: 100%;
        box-sizing: border-box;
        border: 1px solid #eee;
        padding: 20px;
        background: #fff;
    }
    
    .about_par li:nth-child(n+4) {
        margin-top: 1.1%;
    }
    
    .about_par li>a {
        display: block;
    }
    
    .about_par li>a>img {
        width: 100%;
        height: auto;
    }
    
    .about_par li p {
        width: 100%;
        height: 100%;
        background: rgba(239, 23, 31, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: center;
        transition: 600ms;
        border-radius: 100px 0;
        transform: scale(0);
    }
    
    .about_par li p a {
        display: block;
        font-size: 16px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    
    .about_par li:hover p {
        transition: 600ms;
        transform: scale(1);
    }
    /**/
    
    .about_tab {
        max-width: 85%;
        margin: 0 auto;
        margin-top: -8%;
        position: relative;
        background: #fff;
        padding: 3% 6%;
        box-shadow: 0 0 20px #ccc;
        z-index: 9;
    }
    
    .about_call .slick-dotted.slick-slider {
        margin-bottom: 0px !important;
    }
    
    .about_call {
        max-width: 1360px;
        margin: 0 auto;
    }
    
    .about_call .ban_dot {
        display: none !important;
    }
    
    .about_call ul {
        display: flex;
        justify-content: space-between;
    }
    
    .about_call li {
        position: relative;
        margin: 0 0.2%;
        border: 1px #eee solid;
        width: 22%;
    }
    
    .about_call li>a {}
    
    .about_call li>a img {
        height: auto;
        width: 100%;
    }
    
    .about_call li p {
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 2%;
display: none;

    }
    
    .about_call li p>a {
        font-size: 16px;
        color: #fff;
    }
    /**/
    
    .news_bg {
        padding: 80px 0;
        overflow: hidden;
        background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127093038_854037331.png) no-repeat left center;
    }
    
    .news {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    .news_fl {
        width: 16%;
        padding-top: 20px;
        float: left;
    }
    
    .news_fl_title span {
        font-size: 40px;
        color: #ccc;
        line-height: 50px;
        text-transform: uppercase;
        font-family: Arial;
        font-weight: 1000;
    }
    
    .news_fl_title p {
        font-size: 42px;
        color: #ee2e24;
        font-weight: bold;
    }
    
    .news_fl_a a {
        display: block;
        width: 170px;
        height: 55px;
        line-height: 55px;
        margin-bottom: 30px;
        border: 2px #eee solid;
        border-radius: 25px;
        font-size: 16px;
        color: #666;
        text-align: center;
        transition: all 0.3s ease-in-out;
    }
    
    .news_fl_a a:first-child {
        margin-top: 95px;
    }
    
    .news_fl_a a.on {
        background: linear-gradient(to right, #ee2e24, #d00a00);
        border: 2px #ee2e24 solid;
        color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
    
    .news_fr {
        width: 82% !important;
    }
    
    .news_fr .news_div_item {
        position: relative;
    }
    
    .news_ul_fl {
        width: 52%;
        float: left;
    }
    
    .news_ul_fl .news_div_item {
        float: left;
        width: 100%;
    }
    
    .news_ul_fl .news_div_item .news_div_item_pic {
        position: absolute;
        top: 0;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    
    .news_ul_fl .news_div_item .news_div_item_image {
        width: 100%;
        /*border: 1px #eee solid;*/
        position: absolute;
        bottom: 0px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_date {
        position: absolute;
        top: 470px;
        left: 15px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_year,
    .news_ul_fl .news_div_item .news_div_item_month,
    .news_ul_fl .news_div_item .news_div_item_day {
        float: left;
    }
    
    .news_ul_fl .news_div_item .news_div_item_content {
        height: 245px;
        margin: 30px 35px 0 15px;
        position: absolute;
        top: 400px;
    }
    
    .news_ul_fl .news_div_item .news_div_item_a {
        font-size: 22px;
        color: #333;
        position: relative;
    }
    
    .news_ul_fl .news_div_item .news_div_item_a:after {
        display: block;
        content: "了解详细";
        width: 175px;
        height: 42px;
        line-height: 42px;
        background: #eee;
        font-size: 15px;
        color: #666;
        text-align: center;
        position: absolute;
        top: 220px;
        transition: all 0.3s ease-in-out;
    }
    
    .news_div_item_content:hover .news_div_item_a:after {
        background: #ee2e24;
        color: #fff;
    }
    
    .news_ul_fl .news_div_item .news_div_item_body {
        margin-top: 45px;
        font-size: 15px;
        color: #666;
        line-height: 30px;
    }
    
    .news .swiper-container {
        width: ;
        margin-right: -30px;
    }
    
    .news .swiper-slide {
        padding: 30px 0;
        box-sizing: border-box;
    }
    
    .news_ul_fr {
        width: 49%;
        padding: 0 45px;
        box-sizing: border-box;
        float: right;
    }
    
    .news_ul_fr .news_div_item:first-child,
    .news_ul_fr .news_div_item .news_div_item_image {
        display: none;
    }
    
    .news_ul_fr .news_div_item_body {
        position: absolute;
        top: 105px;
        line-height: 30px;
        font-size: 15px;
        opacity: 0;
        width: 90%;
    }
    
    .news_ul_fr .news_div_item {
        height: 120px;
        margin-bottom: 25px;
        padding: 0 33px;
        box-shadow: 0 0 30px rgba(0, 0, 0, .08);
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
    }
    
    .news_ul_fr .news_div_item_date {
        position: absolute;
        top: 70px;
        left: 33px;
    }
    
    .news_ul_fr .news_div_item_year,
    .news_ul_fr .news_div_item_month,
    .news_ul_fr .news_div_item_day {
        float: left;
    }
    
    .news_ul_fr .news_div_item_a {
        font-size: 18px;
        color: #333;
        position: absolute;
        top: 38px;
        display: block;
        height: 230px;
        width: 100%;
        position: relative;
        z-index: 9;
    }
    
    .news_ul_fr .news_div_item.on {
        height: 270px;
    }
    
    .news_ul_fr .news_div_item.on .news_div_item_body {
        opacity: 1;
    }
    
    .news_ul_fr .news_div_item_body:after {
        content: '了解详细';
        width: 175px;
        height: 40px;
        display: block;
        background: #f5f5f5;
        line-height: 40px;
        text-align: center;
        font-size: 15px;
        color: #666;
        margin-top: 30px;
        transition: all 0.3s ease-in-out;
    }
    
    .news_div_item_content:hover .news_div_item_body:after {
        background: #ee2e24;
        color: #fff;
    }
    
    .head_bgx {
        width: 100%;
        height: 10px;
        cursor: pointer;
        background: #4b4b4b;
    }
    
    .head_bgx span {
        display: block;
        width: 100%;
        height: 10px;
        background-color: #ee2e24;
        animation: span_i1 2.5s infinite;
        float: right;
    }
    
    @keyframes span_i1 {
        0% {
            width: 0%;
            background-color: #ee2e24
        }
        25% {
            width: 100%;
            background-color: #ee2e24
        }
        100% {
            width: 0%;
            background-color: #ee2e24
        }
    }
    /*footer*/
    
    .footer {
        display: flex;
        justify-content: space-between;
    }
    
    .footer_bg {
        width: 100%;
        color: #fff;
        background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241126/20241126191503_1517961724.png) no-repeat center;
        position: relative;
        overflow: hidden;
        margin-top: -156px;
        padding-top: 267px;
    }
    
    .fbt {
        border-top: 10px solid #ff5c00;
    }
    
    .bq_item li {
        position: relative;
    }
    
    .bq_item li {
        float: left;
        position: relative;
    }
    
    .footer_w1 t {
        display: block;
        float: left;
        font-size: 24px;
        font-weight: bold;
        margin-right: 11px;
    }
    
    .footer_w1 span {
        display: block;
        float: left;
        font-size: 20px;
        margin-top: 3px;
    }
    
    .bq_gzh li {
        width: 130px;
    }
    
    .footer_w {
        font-size: 14px;
        line-height: 34px;
        color: #999;
    }
    
    .footer_w p {
        position: relative;
    }
    
    .footer_w p:before {
        left: 0;
        font-family: "iconfont";
        font-size: 16px;
    }
    
    .bq_item li a {
        display: block;
        font-size: 14px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.8);
    }
    
    .bq_item li a:hover {
        color: #fff;
    }
    
    .footer_t {
        font-size: 18px !important;
        color: #fff !important;
        line-height: 100%!important;
        position: relative;
        font-weight: bold;
        padding-bottom: 26px;
    }
    
    .footer li img {
        width: 130px;
    }
    
    .bq_gzh li p {
        text-align: center;
        color: #fff;
        line-height: 30px;
        margin-bottom: 10px;
    }
    
    .copy {
        line-height: 30px;
        font-size: 14px;
        color: #999;
        margin-top: 20px;
        padding-top: 10px;
    }
    
    .copy a {
        font-size: 14px;
        color: #999;
    }
    
    .copy a:hover {
        color: #ff7b0f;
    }
    /*link*/
    
    .link_bg {
        height: 239px;
        background: url() no-repeat center;
        position: relative;
        margin-top: -100px;
    }
    
    .linkTagcs li {
        line-height: 0px !important;
    }
    
    .linkTagcs li a {
        font-size: 14px;
    }
    
    .links_r a {
        font-family: "iconfont" !important;
        font-size: 42px;
        font-style: normal;
        color: rgba(255, 255, 255, 0.3);
        display: inline;
        height: 80px;
        display: block;
        line-height: 80px;
        padding-left: 32px;
    }
    
    .links_l {
        display: flex;
        align-items: center;
        padding-left: 27px;
width: 15%;
    }
    
    .l_wz {
        position: relative;
    }
    
    .l_wz b {
        font-size: 25px;
        color: #fff;
        line-height: 21px;
    }
    
    .l_wz p {
        color: rgba(255, 255, 255, 0.38);
        letter-spacing: 5px;
    }
    
    .links {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 50px 0 50px;
        background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127093130_1614717687.png);
        height: 51px;
    }
    
    .links>div {
        display: flex;
        align-items: center;
    }
    
    .links_m {width: 88%;
}
    
    .linkTagcs li a {
        color: rgba(255, 255, 255, 0.38)!important;
    }
    
    .foo_icon {
        display: flex;
        justify-content: space-between;
        margin-bottom: 69px;
    }
    
    .foo_icon li span {
        color: #fff;
        display: block;
        width: 38px;
        height: 38px;
        border-radius: 100%;
        background: #e60113;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        font-size: 22px;
        z-index: 1;
    }
    
    .foo_icon li span:after {
        content: '';
        position: absolute;
        width: 48px;
        height: 48px;
        border-radius: 100%;
        background: rgba(32, 114, 224, 0.22);
        top: -5px;
        left: -5px;
        z-index: -1;
    }
    
    .foo_icon li {
        display: flex;
        align-items: center;
    }
    
    .foo_icon li div {
        margin-left: 13px;
    }
    
    .foo_icon li div b {
        font-size: 16px;
    }
    
    .bq_gzh {
        float: right;
        padding-top: 7px;
    }
    
    .bq_gzh li+li {
        margin-left: 44px!important
    }
    
    .copy_bg {
        background: #fff;
    }
    
    .copy_b {}
    
    .copy_bg div {
        color: #333;
        height: 80px;
        line-height: 80px;
        text-align: center;
        font-size: 16px;
    }
    
    .copy_bg div a {
        font-size: 16px;
    }
    
    .copy_b div:nth-child(2):after {
        position: absolute;
        content: "";
        width: 300px;
        height: 100%;
        top: 0;
        right: -300px;
    }
    
    .copy_bg div a {
        color: #333;
    }
    
    .foo_icon li div p {
        margin-top: 3px;
    }
    
    .cl {
        clear: both;
    }
    
    .banq {
        width: 52%;
    }
    
    .bq_cl>b,
    .bq_cr>b,
    .bq_r>b {
        font-size: 16px;
        color: #fff;
        display: block;
        margin-bottom: 20px;
    }
    
    .bq_lx {
        line-height: 36px;
        font-size: 15px;
        color: rgba(255, 255, 255, 0.7);
    }
    
    .bq_item li:first-child:before {
        left: 0;
    }
    
    .bq_item {
        display: flex;
        justify-content: space-between;
    }
    
    .bq_r>b {
        position: relative;
        margin-bottom: 40px;
    }
    
    .bq_r>b:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.38);
        bottom: -25px;
        left: 0;
    }
    
    .bq_r>b:before {
        position: absolute;
        content: "";
        background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127093529_412704902.png) no-repeat center;
        width: 78px;
        height: 41px;
        top: -12px;
        right: 0;
    }
    
    @media screen and (max-width: 1460px) {}
    
    @media screen and (max-width: 1320px) {}
    
    .link_btn {
        width: 170px;
        height: 44px;
        line-height: 44px;
        background: #fff;
        text-align: center;
        font-size: 16px;
        color: #4d4d4d;
        border-radius: 22px;
        display: block;
    }
    
    .bq_r>div {
        color: rgba(255, 255, 255, 0.7);
        line-height: 34px;
        font-size: 14px;
    }
    
    .bq_r>div a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.7);
        font-size: 14px;
    }
    
    .back_ic {
        position: absolute;
        display: block;
        width: 100px;
        height: 100px;
        background: #fd9800;
        border-radius: 100%;
        text-align: center;
        line-height: 100px;
        color: #fff;
        font-size: 52px;
        top: 90px;
        left: 50%;
        margin-left: -51px;
        cursor: pointer;
    }
    /*--end serverBar--*/


 .my-kefu {
    position: fixed;
    right: 0px;
    top: 30% !important;
    z-index: 9999;
  }

  .my-kefu ul {
    width: 77px;
  }

  .my-kefu li a {
    text-decoration: none;
  }

  .my-kefu li {
    background: #fff;
    color: #999;
    height: 65px;
    margin-top: 10%;
    width: 77px;
    border-radius: 5px;
        box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-sizing: content-box;
  }

  .my-kefu li i {
    background: url(//memberpic.114my.com.cn/gdpinsen/uploadfile/image/20241127/20241127141044_811741912.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
  }
.my-kefu li:nth-child(2) i{font-size:23px;}

.my-kefu .my-kefu-tel2 i {
        background-position: -35px 4px;

    }

    .my-kefu .my-kefu-tel2:hover {
        width: 246px;
        height: 145px;
    }

  .my-kefu li p {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #999;
  }
  
  .my-kefu li a :hover {color: #ee2e24;}
.my-kefu li i:hover{color: #ee2e24;}
  
  .my-kefu .my-kefu-ftop {
    background-color: #fff;
  }
  
  .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
padding-top:5px;
  }
  
  .my-kefu-left i{
    margin-left: 22px;
    margin-top: 6%;
color: #333;
font-size:24px;
text-align:center;
  }
  .my-kefu-left img:hover{
    margin-left: 22px;
    margin-top: 6%;
    filter: none;
    opacity: 1;
  }
  
  
.my-kefu li:hover p{color: #ee2e24;}
.my-kefu li:hover i{color: #ee2e24;}

  .my-kefu-tel2-right {
        font-size: 20px;
        color: #ee2e24;
        float: left;
        height: 24px;
        line-height: 22px;
        margin-top: 8px;
        border: none;
        margin: 0 auto;
        margin-bottom: 5px;
    }

  .my-kefu-tel-right {
    font-size: 20px;
    color: #ee2e24;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
    border-left: 1px solid #fff;
    padding-top: 10px;
    box-sizing: content-box;
  }
.my-kefu-tel2-right a {
    font-size: 20px;
    color: #ee2e24;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
  }
  
  .my-kefu-tel-right a {
    font-size: 20px;
    color: #ee2e24;
    float: left;
    height: 24px;
    line-height: 24px;
    padding-left: 15px;
  }
  

  .my-kefu-tel-main {
    color: #fff;
    height: 47px;
    padding-top: 3px;
    width: 247px;
  }

  .my-kefu-main {
    width: 97px;
    position: relative;
  }

  .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
  }
  .my-kefu-tel2-right img {
      width: 130px;
      height: 130px;
  }