* {
        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', 'Microsoft YaHei'
    }
    
    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
    }
    
    .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;
        opacity: 0
    }
    
    .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
    }
    
    .b1 {
        font-family: 'bantext';
        letter-spacing: -1px;
        font-weight: normal
    }
    
    .MY {
        font-family: 'Microsoft YaHei'
    }
    
    .b2 {
        letter-spacing: 1px;
        font-weight: bold;
        font-family: 'Microsoft YaHei'
    }
    
    .btt {
        font-family: "cq"
    }
    
    @font-face {
        font-family: 'iconfont';
        src: url('//at.alicdn.com/t/c/font_4383909_8hm3rvgusba.woff2?t=1735905602003') format('woff2'), url('//at.alicdn.com/t/c/font_4383909_8hm3rvgusba.woff?t=1735905602003') format('woff'), url('//at.alicdn.com/t/c/font_4383909_8hm3rvgusba.ttf?t=1735905602003') 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
    }
    
    .gyc {
        margin: 0 auto;
        max-width: 90%;
        min-width: 1200px
    }
    
    .gy {
        max-width: 1500px;
        margin: 0 auto;
        min-width: 1200px;
        width: 100%
    }
    
    .gyb {
        margin: 0 auto;
        max-width: 1600px;
        min-width: 1200px
    }
    
    .gyf {
        max-width: 1612px;
        margin: 0 auto;
        min-width: 1200px;
        width: 100%
    }
    
    .page {
        max-width: 1500px;
        margin: 0 auto;
        min-width: 1200px;
        width: 100%
    }
    
    .gya {
        margin: 0 auto;
        max-width: 60%;
        min-width: 800px;
        overflow: hidden
    }
    
    .title {
        text-align: center;
        font-size: 40px;
        color: #222;
        font-weight: normal;
        position: relative;
        z-index: 1
    }
    
    .title span {
        display: block;
        font-size: 20px;
        font-weight: normal;
        color: #999;
        margin: 15px 0 0px 0
    }
    
    .title b {
        color: #333;
        font-weight: bold;
        font-style: normal;
        letter-spacing: 0px
    }
    
    .title span:after {
        content: "";
        display: block;
        width: 30px;
        height: 4px;
        margin: 20px auto 0;
        background: #ed8f26
    }
    
    .titleb {
        text-align: center;
        font-size: 40px;
        color: #fff;
        font-weight: normal;
        position: relative;
        z-index: 1
    }
    
    .titleb span {
        display: block;
        font-size: 20px;
        font-weight: lighter;
        color: #fff;
        margin: 15px 0 0px 0
    }
    
    .titleb b {
        color: #fff;
        font-weight: lighter;
        font-size: 3vw;
        font-style: normal;
        letter-spacing: 0px
    }
    
    .dfs {
        display: flex;
        align-items: end;
        justify-content: space-between;
        width: 100%
    }
    

    
    .headerWpr.on .headRx {
        height: 90px
    }
    
    .headerWpr.on .nav_a {
        line-height: 90px;
        height: 90px
    }
    
    .headerWpr.on .sumMenuWpr {
        top: 90px
    }
    
    .headerWpr.on .header {
        top: 0;
        z-index: 999;
        height: 90px;
        padding: 0% 2% 0% 2%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);
    }
    
    .headerWpr.on .header .logo img {
        filter: grayscale(0%) brightness(100%);
    }
    
    .headerWpr.on .nav_a {
        color: #fff !important
    }
    
    .headerWpr.on .top_con li i {
        color: #fff 
    }
    
    .headerWpr.on .top_con>ul>li:first-child a {
        color: #fff 
    }
    
    .headerWpr.on .header>a>p {
        color: #fff 
    }
    
    .headerWpr.on .header>a>p>span {
        color: #dfdfdf
    }
    
    .headerWpr.on .nav li:nth-child(2)>a:before {
        color: #dfdfdf
    }
    
    .headerWpr.on .nav li:nth-child(3)>a:before {
        color: #dfdfdf
    }
    
    .headerWpr.on .nav li:nth-child(4)>a:before {
        color: #dfdfdf
    }
    
    .headerWpr.on .nav li:nth-child(5)>a:before {
        color: #dfdfdf
    }
    
    .headerWpr.on .nav li:nth-child(6)>a:before {
        color: #dfdfdf
    }
    
    .headerWpr.on .top_con li>a {
        color: #333
    }
    
    .headerWpr {
        height: 100px;
        position: relative;
        width: 100%
    }
    
    .indexBody .headerWpr {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1
    }
    
    .header {
        width: 100%;
        height: 100px;
        position: fixed;
        z-index: 30;
        left: 0px;
        top: 0px;
padding: 0% 2% 0% 2%;
        transition: all 0.3s ease-in-out;
        display: flex;

justify-content: space-between;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent);

    }
    
    .header>a>p {
        font-size: 1.6vw;
        line-height: 1;
        padding-left: 3%;
        font-weight: normal;
        letter-spacing: 3px;
        color: #fff
    }
    
    .header>a>p>span {
        font-size: 0.9vw;
        padding-top: 6px;
        display: block;
        line-height: 1;
        letter-spacing: -0.7px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'Hos'
    }
    
    .logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 19%;
    }
    
    .logo img {
            height: 3vw;
        width: auto;
    }
    
    @media screen and (max-width:1680px) {
        .logo img {
            height: 3.4vw;
            width: auto
        }
    }
    
    @media screen and (max-width:1460px) {
        .logo img {
            height: 3.3vw;
            width: auto
        }
    }
    
    @media screen and (max-width:1360px) {
        .logo img {
            height: 3.2vw;
            width: auto
        }
    }
    
    @media screen and (max-width:1220px) {
        .logo img {
            height: 3.2vw;
            width: auto
        }
    }
    
    @media screen and (max-width:1200px) {
        .logo img {
            height: 4vw;
            width: auto
        }
    }
    
    .subNav {
        position: absolute
    }
    
    .nav {
        display: flex;
        padding-left: 0%;
    }
    
    .nav li {
        float: left;
        position: relative
    }
    
    .nav_a {
        line-height: 100px;
        height: 100px;
        font-size: 1vw !important;
        padding: 0 1.4vw;
        color: #fff !important;
        position: relative;
        display: inline-block;
        font-weight: normal
    }
    
    @media screen and (max-width:1440px) {
        .nav_a {
            font-size: 1.1vw !important
        }
    }
    
    @media screen and (max-width:1360px) {
        .nav_a {
            font-size: 1vw !important
        }
    }
    
    @media screen and (max-width:1280px) {
        .nav_a {
            font-size: 1vw !important
        }
    }
    
    .nav li:nth-child(2)>a:before {
        content: '\eb8a';
        font-size: 18px;
        position: absolute;
        right: 3px;
        top: -4px;
        font-family: 'iconfont';
        color: rgba(255, 255, 255, 0.5);
        transform: rotate(0deg)
    }
    
    .nav li:nth-child(3)>a:before {
        content: '\eb8a';
        font-size: 18px;
        position: absolute;
        right: 3px;
        top: -4px;
        font-family: 'iconfont';
        color: rgba(255, 255, 255, 0.5);
        transform: rotate(0deg)
    }
    
    .nav li:nth-child(4)>a:before {
        content: '\eb8a';
        font-size: 18px;
        position: absolute;
        right: 3px;
        top: -4px;
        font-family: 'iconfont';
        color: rgba(255, 255, 255, 0.5);
        transform: rotate(0deg)
    }
    
    .nav li:nth-child(5)>a:before {
        content: '\eb8a';
        font-size: 18px;
        position: absolute;
        right: 3px;
        top: -4px;
        font-family: 'iconfont';
        color: rgba(255, 255, 255, 0.5);
        transform: rotate(0deg)
    }
    
    .nav li:nth-child(6)>a:before {
        content: '\eb8a';
        font-size: 18px;
        position: absolute;
        right: 3px;
        top: -4px;
        font-family: 'iconfont';
        color: rgba(255, 255, 255, 0.5);
        transform: rotate(0deg)
    }
    
    @media screen and (max-width:1680px) {
        .nav li:nth-child(2)>a:before {
            right: -3px
        }
        .nav li:nth-child(3)>a:before {
            right: -3px
        }
        .nav li:nth-child(4)>a:before {
            right: -3px
        }
        .nav li:nth-child(5)>a:before {
            right: -3px
        }
        .nav li:nth-child(6)>a:before {
            right: -3px
        }
    }
    
    .nav_a:after {
        content: "";
        height: 3px;
        width: 0%;
        left: 50%;
        transition: all 0.3s ease-in-out;
        background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
        position: absolute;
        bottom: 29%
    }
    
    .nav_a.on {
        color: #fff;
        font-weight: bold
    }
    
    .nav_a.on:after,
    .nav_a:hover:after {
        width: 100%;
        left: 0;
        background-image: linear-gradient(90deg, #fff 0%, #fff 100%)
    }
    
    .headRx {
        display: flex;
        height: 100px;
        align-items: center;
        width: 71%;
        justify-content: space-between
    }
    
    .subMenu {
        background: #FFF;
        width: 1400px;
        position: absolute;
        left: 50%;
        top: 120px;
        margin-left: -160px;
        opacity: 0;
        visibility: hidden
    }
    
    .nav li:hover .subMenu {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s ease-in-out
    }
    
    .subMenu dl {
        padding: 1% 0;
display: flex;
    justify-content: flex-start;
    }
    
    .subMenu dd {
        position: relative
    }
    
    .subMenu dd:before {
        content: "";
        height: 1px;
        background: #E6E6E6;
        position: absolute;
        left: 40px;
        right: 40px;
        top: 0px;
display: none;

    }
    
    .subMenu dd:nth-child(1):before {
        display: none
    }
    
    .subNav_a {
        display: block;
        line-height: 28px;
        padding: 16px 0px 16px 0px;
        font-size: 18px;
        color: #666;
        letter-spacing: 1px;
        position: relative;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        text-align: center
    }
    
    .subNav_a a {
        font-size: 18px
    }
    
    .subNav_a:before {
        content: "";
        background-image: linear-gradient(90deg, #ed8f26 0%, #ed8f26 100%);
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        bottom: -1px;
        transition: all 0.3s ease-in-out;
            z-index: -1;
    }
    
    .subNav_a:hover:before {
        width: 100%
    }
    
    .subNav_a:after {
        content: "";
        transition: all 0.3s ease-in-out;
        position: absolute;
        left: 0;
        top: 0;
        bottom: -1px;
        width: 4px;
        background: #ed8f26;
        opacity: 0
    }
    
    .subNav_a:hover:after {
        opacity: 1
    }
    
    .subNav_a:hover {
        color: #fff
    }
    
    .subNav_a span {
        display: block;
        position: relative;
        font-size: 14px;
padding: 0 20px;
    }
    
    .subNav_a i {
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182525_1667640443.png) no-repeat center center;
        height: 16px;
        width: 25px;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        right: 20px;
        transition: all 0.8s ease-in-out;
        transform: translateX(-45px);
        opacity: 0;
display: none;

    }
    
    .subNav_a:hover i {
        transform: translateX(0);
        opacity: 1
    }
    
    .headerWpr {
        position: fixed;
        z-index: 100;height: auto;
    }
    
    .style2Header .nav li {
        position: static
    }
    
    .sumMenuWpr {
        overflow: hidden;
        position: absolute;
        left: 0%;
        top: 100px;
        width: 100%;
        max-width: 100%;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        z-index: 999;
        text-align: left
    }
    
    .sumMenuWpr .subMenu {
        position: relative;
        z-index: 2;
        float: left;
        opacity: 1;
        top: 0;
        left: 10%;
        margin-left: 0;
    }
    
    .head_nav>ul>li:hover .sumMenuWpr {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-in-out
    }
    
    .nav li:hover .sumMenuWpr {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s ease-in-out
    }
    
    .subMenuRx {
        position: absolute;
        left: 30%;
        right: 0;
        top: 0;
        bottom: 0;
display: none;
    }
    
    .subMenu_txt {
        position: absolute;
        left: 0;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 8%;
        margin-top: -20px
    }
    
    .subMenu_txt>strong {
        font-size: 32px;
        color: #ed8f26;
        letter-spacing: 3px;
        line-height: 56px;
        display: block
    }
    
    .subMenu_txt>p {
        margin-top: 18px;
        font-size: 17px;
        line-height: 32px;
        color: #333;
        word-spacing: 2px;
        font-weight: normal;
        width: 70%
    }
    
    .subMneu_more {
        line-height: 48px;
        color: #FFF !important;
        background: linear-gradient(to top, #ed8f26, #ed8f26);
        height: 48px;
        width: 180px;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
        display: inline-block;
        margin-top: 50px;
        border-radius: 1.8em
    }
    
    .subMneu_more a {
        color: #fff
    }
    
    .subMneu_more:hover {
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
        color: #fff
    }
    
    .subMenuRx .bgImg {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0
    }
    
    .subMenuRx .bgImg:after {
        content: "";
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104101717_1104436390.jpg) no-repeat left top;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        box-shadow: inset -3px 3px 5px rgba(0, 0, 0, 0.1)
    }
    
    #infoname {
        width: 170px;
        height: 32px;
        line-height: 32px;
        border: none
    }
    
    .header-search {
        position: relative;
        height: 100%;
        transition: all .3s;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 22px;
        padding: 0% 0% 0 0;
        font-weight: bold
    }
    
    .header-search span {
        display: block;
        margin-left: 10px
    }
    
    .header-search i {
        font-size: 16px;
        color: #333
    }
    
    .top_con {

    }
    
    .top_con>ul {
        display: flex;
        justify-content: space-between;
        width: 100%
    }
    
    .top_con>ul>li {
        display: flex;
        position: relative;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        justify-content: center;
        z-index: 66
    }
    
    .top_con>ul>li:first-child {
        background: none;
        display: flex;
        align-items: center;
        width: 12vw
    }
    
    .top_con>ul>li:first-child a {
        text-transform: uppercase;
        font-size: 1.2vw;
        font-weight: bold;
        color: #fff;
        padding-left: 2%;
    }
    
    .top_con>ul>li:first-child a em {
        font-size: 14px;
    }
    
    .top_con li i {
        font-size: 1.4vw;
        line-height: 24px;
        color: #fff;
        height: 24px;
        font-weight: normal;
        display: flex;
        align-items: center
    }
    
    .top_con li i a {
        font-size: 1.1vw;
        line-height: 24px;
        color: #fff
    }
    
    .top_con li>p {
        width: 120px;
        overflow: hidden;
        position: absolute;
        top: 32px;
        left: -45px;
        opacity: 0;
        transition: 0.5s;
        height: 0;
        padding: 5px;
        background: #fff;
        border: 1px solid #ddd
    }
    
    .top_con li:nth-child(2) i a {
        font-size: 17px;
        padding-right: 2%;
        padding-left: 6%
    }
    
    .top_con>ul>li:nth-child(3) {
        width: 62px
    }
    
    .top_con>ul>li:nth-child(3):before {
        content: '\eb8a';
        font-size: 18px;
        position: absolute;
        right: -14px;
        top: -4px;
        font-family: 'iconfont';
        color: rgba(255, 255, 255, 0.5);
        transform: rotate(0deg)
    }
    
    .top_con li:nth-child(3)>p {
        overflow: hidden;
        position: absolute;
        top: 32px;
        left: -25px;
        opacity: 0;
        transition: 0.5s;
        height: auto;
        padding: 9% 0 0% 0;
        background: #fff;
        border: 1px solid #ddd;
        text-align: center
    }
    
    .top_con li:nth-child(3)>p>a {
        line-height: 2;
        border-bottom: 1px #eee solid;
        width: 100%;
        display: block
    }
    
    .top_con li>p>span {
        display: block;
        height: 14px;
        line-height: 14px;
        color: #333;
        font-size: 14px;
        font-weight: normal
    }
    
    .top_con li:nth-child(1)>p {
        width: 200px;
        color: #666;
        font-size: 1.2vw;
        line-height: 26px;
        height: auto !important;
        left: -0px;
        text-align: center
    }
    
    .top_con li p img {
        width: 100%
    }
    
    .top_con li>a {
        color: #fff;
        line-height: 1.5;
        padding-left: 5%;
        font-size: 14px;
        font-weight: normal;
    }
    
    .top_con li:hover p {
        opacity: 1;
        transition: 0.5s;
        h
    }
    
    .top_con li:hover .tit_sel {
        transform: rotateX(0);
        transition: all 0.5s
    }
    
    .tit_sel {
        width: 550px;
        background: rgba(51, 51, 51, 0.7);
        transform: rotateX(90deg);
        position: absolute;
        right: 0;
        transition: all 0.5s;
        font-size: 16px;
        padding: 34px;
        z-index: 9999;
        top: 57px
    }
    
    .tit_sel span {
        font-size: 24px;
        display: block;
        color: #152682;
        font-family: Arial
    }
    
    .tit_icon:hover .tit_sel {
        transform: rotateX(0);
        transition: all 0.5s
    }
    
    #search-i {
        float: left;
        width: 30px;
        height: 38px;
        overflow: hidden;
        margin-top: 20px;
        box-sizing: border-box;
        padding-top: 0px;
        border: 1px solid #dddddd;
        border-left: none;
        padding-right: 45px
    }
    
    #search-bg {
        float: left;
        width: 422px;
        height: 38px;
        overflow: hidden;
        padding-left: 14px;
        margin-top: 20px;
        box-sizing: border-box;
        border: 1px solid #dddddd;
        border-right: none;
        text-align: left;
        line-height: 38px
    }
    
    .search-text {
        font-size: 14px;
        color: #999999;
        justify-content: center;
        align-items: center
    }
    
    .search-text a {
        font-size: 14px;
        color: #fff !important;
        font-weight: normal;
    }
    
    .search-text a:hover {
        font-size: 14px;
        color: #ffffff
    }
    
    .search-text span {
        float: left;
        color: #ffffff;
        font-size: 15px
    }
    
    #infoname {
        border: none;
        background: none;
        outline: none
    }
    
    .search_name {
        float: left;
        font-size: 22px;
        color: #ffffff;
        line-height: 32px;
        position: relative;
        z-index: 5;
        padding: 15px 0;
        width: 264px;
        height: 96px;
        background: #cb0303;
        text-align: center
    }
    
    .search_name:after {
        content: "";
        width: 0px;
        height: 0px;
        border-top: 7px solid #ed8f26;
        border-right: 7px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 7px solid #ed8f26;
        position: absolute;
        top: 81px;
        right: -13px;
        transition: 0.5s all ease-in-out
    }
    
    form {
        justify-content: center
    }
    
/*幻灯片*/
.swiper-slide{    position: relative;}
.inner{    position: absolute; top:0; left:0; width:100%; height:100%;}
.block_txt1{padding-left:26%; padding-top:25%;}
.block_txt2{padding-left: 10%;
    padding-top: 7%;}
.block_txt3{    padding-left: 19%;
    padding-top: 7%;}


.swiper-control .num1{color:#fff !important;}
    
    .homeLink.homeLink1 a {
        color: #fff
    }
    
    .homeLink.homeLink1 .ls {
        background: #fff
    }
    
    .homeLink.homeLink1 .ls i {
        padding-right: 6%;
        font-size: 18px
    }
    
    .homeLink.homeLink1 a.ls {
        color: #fff
    }
    
    .homeLink.homeLink2 a {
        border-color: #fff
    }
    
    .homeLink .aa {
        width: 9rem;
        line-height: 2.5rem;
        border-radius: 0.8rem;
        display: block;
        font-size: 16px;
        color: #fff;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-align: center
    }
    
    .homeLink .a {
        width: 9rem;
        border: 2px solid #fff;
        line-height: 2.5rem;
        border-radius: 1.8rem;
        display: block;
        font-size: 16px;
        color: #fff;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-align: center;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%)
    }
    
    .homeLink .ac {
        color: #ed8f26 !important;
        width: 9rem;
        border: 2px solid #fff;
        line-height: 2.9rem;
        border-radius: 0.8rem;
        display: block;
        font-size: 16px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-align: center;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%)
    }
    
    .homeLink .ad {
        color: #139a51 !important;
        width: 9rem;
        border: 2px solid #139a51;
        line-height: 2.9rem;
        border-radius: 0.8rem;
        display: block;
        font-size: 16px;
        color: #fff;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        text-align: center;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 80% 100%, 80% 94%, 70% 94%, 70% 100%, 0% 100%)
    }
    
    .index_banner .banner .swiper-slide .position .box h5 {
        overflow: hidden
    }
    
    .wzd {
        font-size: 3vw !important;
        line-height: 1 !important
    }
    
    .wzd1 {
        font-size: 3.5vw !important;
        line-height: 1.1 !important
    }
    
    .bantw {
        color: #fff;
        position: relative
    }
    
    .ty {
        text-shadow: 1px 1px 3px #333
    }
    
    .bantb {
        color: #333
    }
    
    .index_banner .banner .swiper-slide .cer {
        text-align: center
    }
    
    .index_banner .banner .swiper-slide .position .box h6 {
        font-size: 22px;
        margin-top: 0.3rem;
        letter-spacing: 2px;
        line-height: 34px;
        width: 100%;
        font-weight: normal;
        position: relative
    }
    
    .index_banner .banner .swiper-slide .position .bantw1:before {
        position: absolute;
        content: "";
        top: 106%;
        left: 0%;
        transition: .5s;
        width: 110px;
        height: 3px;
        background: #fff
    }
    
    .index_banner .banner .swiper-slide-active .position h5 p {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        font-weight: normal
    }
    
    .banta {
        background: -webkit-linear-gradient(#ed8f26, #003ac8);
        background: linear-gradient(#ed8f26, #003ac8);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-stroke: 1px rgba;
        -webkit-text-stroke: 1px #fff
    }
    
    .index_banner .banner .swiper-slide .position .box h5 span {
        font-size: 27px;
        line-height: 50px;
        display: block;
        width: 720px;
        font-weight: lighter;
        text-align: center;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        margin-top: 20px;
        color: #fff;
        background: linear-gradient(to top, #ed8f26, #ed8f26);
        font-family: 'hos';
        letter-spacing: 1px;
        margin-bottom: 33px
    }
    
    .index_banner .banner .swiper-slide .position .box h5 b {
        font-size: 28px;
        line-height: 50px;
        display: block;
        background-color: #ed8f26;
        width: 720px;
        font-weight: lighter;
        text-align: center;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        margin-top: 12px;
        color: #fff;
        background: linear-gradient(to top, #ed8f26, #003ac8);
        font-family: 'Hos';
        letter-spacing: 1px
    }
    
    .index_banner .banner .swiper-slide-active .position h6 {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s
    }
    
    .index_banner .banner .swiper-slide-active .homeLink {
        -webkit-animation: fadeInUp 1s ease both;
        animation: fadeInUp 1s ease both;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s
    }
    
    .index_banner .banner .swiper-slide-next {
        z-index: 1
    }
    
    .widgets {
        position: absolute;
        right: 10.4vw;
        bottom: 10rem;
        z-index: 1
    }
    
    .widgets .btn-area .bullet_outer {
        color: #fff;
        line-height: 34px;
        position: relative;
        padding-bottom: 51%;
        margin-bottom: 51%;
        display: flex;
        width: 340%;
        align-items: center;
        justify-content: center
    }
    
    .widgets .btn-area .bullet_outer .le_ {
        font-size: 18px;
        opacity: 0.5;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        display: none
    }
    
    .widgets .btn-area .bullet_outer .ri_ {
        font-size: 18px;
        margin-left: 2%;
        opacity: 0.5
    }
    
    .widgets .btn-area .bullet_outer::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 0.5
    }
    
    .widgets .btn-area .bullet_outer::after {
        position: absolute;
        width: 0rem;
        height: 2px;
        right: 0;
        bottom: 0;
        background: #fff
    }
    
    .widgets .btn-area .bullet_outer .liner {
        position: absolute;
        width: 0rem;
        height: 2px;
        right: 0;
        bottom: 0;
        background: #fff
    }
    
    .widgets .btn-area .swiper-pagination-bullet {
        width: auto;
        height: auto;
        border-radius: 0;
        display: block;
        background: none;
        opacity: 1
    }
    
    .widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer .le_ {
        opacity: 1;
        max-width: 1.2rem
    }
    
    .widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer .ri_ {
        opacity: 1
    }
    
    .widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer::before {
        width: 100%
    }
    
    .widgets .btn-area .swiper-pagination-bullet-active123 .bullet_outer::after {
        width: 100%;
        -webkit-transition: var(--i);
        -o-transition: var(--i);
        transition: var(--i)
    }
    
    .widgets .btn-area .play .bullet_outer .le_ {
        opacity: 1
    }
    
    .widgets .btn-area .play .bullet_outer .ri_ {
        opacity: 1
    }
    
    .widgets .btn-area .play .bullet_outer::before {
        width: 100%
    }
    
    .p74 {
        padding-top: 0.74rem
    }
    
    .p74_ {
        padding-bottom: 0.74rem
    }
    
    .m58 {
        margin-top: 0.58rem
    }
    
    .pro_c {
        margin-bottom: 2%
    }
    
    .pro_cate {
        position: relative;
        display: flex;
        justify-content: center;
display: none;
    }
    
    .pro_cate ul {
        display: flex;
        margin-top: 10px;
        width: 92%;
        background: #fff;
        padding: 10px;
        border-radius: 100px;
        box-shadow: 0px 0px 24px 0px #d9d9d9;
    }
    
    .pro_cate ul li {
        width: 50%;
        text-align: center
    }
    
    .pro_cate ul li+li {
        margin-left: 0px;
        transition: all .5s
    }
    
    .pro_cate ul li a {
        font-size: 18px;
        color: #1a1a1a;
        display: block;
        line-height: 55px
    }
    
    .pro_cate ul li.on,
    .pro_cate ul li:hover {
        background: #ed8f26;
        border-radius: 30px
    }
    
    .pro_cate ul li.on a,
    .pro_cate ul li:hover a {
        color: #fff
    }
    
    .pro_bcc {
        height: auto;
        overflow: hidden
    }
    
    .pro_cc .divproduct_new_div {
        display: flex
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item {
        display: flex;
        flex-direction: column-reverse;
        width: 465px!important;
        flex-shrink: 0;
        background: #fff;
        margin-right: 40px;
        padding: 2px;
        border: 1px solid #ccc;
    }
    
    .pro_cc .product_div_item_pic {
        overflow: hidden
    }
    
    .pro_cc .product_div_item_pic img {
        width: 100%;
        transition: all .5s;
        display: block
    }
    
    .pro_cc {
        margin-top: 60px;
        position: relative;
        padding-left: 66px
    }
    
    .pro_cc .divproduct_new_div_item_title a {
        font-size: 20px;
        color: #333;
        display: block;
        margin: 30px 0 18px;
        position: relative
    }
    
    .pro_cc .divproduct_new_div_item_title a:after {
        position: absolute;
        content: "+MORE";
        width: 60%;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #999999;
        top: 120px;
        left: 78px;
        transition: all .5s;
        background: #f5f5f5
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item:hover .divproduct_new_div_item_title a:after {
        background: #ed8f26;
        color: #fff
    }
    
    .pro_cc .divproduct_new_div .divproduct_new_div_item:hover .product_div_item_pic img {
        transform: scale(1.1)
    }
    
    .pro_cc .divproduct_new_div_item_content {
        text-align: center;
        height: 214px
    }
    
    .pro_cc .divproduct_new_div_item_body {
        width: 84%;
        margin: 0 auto;
        line-height: 30px;
        color: #888;
        font-size: 16px
    }
    
    .pro_prev {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -54px;
        background: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50px;
        box-shadow: 0 10px 18px #eee;
        font-size: 21px
    }
    
    .pro_next {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -54px;
        background: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 50px;
        box-shadow: 0 10px 18px #eee;
        font-size: 21px
    }
    
    @media screen and (max-width:1620px) {
        .pro_cc {
            padding-left: 52px
        }
    }
    
    @media screen and (max-width:1570px) {
        .pro_cc {
            padding-left: 26px
        }
    }
    
    .more {
        width: 100%;
        overflow: hidden;
        margin-top: 1%
    }
    
    .more a {
        width: 196px;
        height: 58px;
        line-height: 58px;
        display: block;
        font-size: 16px;
        color: #fff;
        background: #ed8f26 url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182600_2078610245.png) no-repeat 92% center;
        border-radius: 30px;
        padding-left: 30px
    }
    
    .pro_build {
        position: relative
    }
    
    .pro_build .pb_left_bg {
        position: absolute;
        top: 24%;
        z-index: 1
    }
    
    .pro_build .pb_right_bg {
        position: absolute;
        top: 26%;
        right: 0;
        z-index: 1
    }
    
    @media (max-width:1340px) {
        .pro_build {
            margin-top: 0
        }
        .pro_build .pb_left_bg {
            top: 8%;
            left: -25% !important
        }
        .pro_build .pb_right_bg {
            top: 18%;
            right: -50% !important
        }
    }
    
    .product-case-tag {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        display: flex;
        margin-top: 2%
    }
    
    .product-case-tag a {
        min-width: 10.6rem;
        height: 2.26rem;
        line-height: 2.26rem;
        background-color: #f6f6f6;
        border: 1px solid;
        border-color: #ffffff;
        border-radius: 1.13rem;
        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.08);
        padding-left: 1.1rem;
        padding-right: 1.1rem;
        margin-left: 0.4rem;
        margin-right: 0.4rem;
        font-size: 1.14rem;
        text-align: center
    }
    /**/
    
    .content {
        max-width: 1500px;
        margin: 0 auto;
        min-width: 1200px;
        width: 100%;
    }
    
    body .g_yzsp {
        overflow-x: hidden;
        overflow-y: auto;
        overflow: hidden;
    }
    
    .g_yzsp {
        padding: 2vw 0 2vw 0;
        background: #f4f4f4;
    }
    
    .g_yzsp .yzup {

    }
    
    .g_yzsp .t {
        text-align: left;
        padding: 0 0 0 0;
    }
    
    .g_yzsp .t samp {
        display: block;
        color: #333;
        margin-top: 40px;
        font-family: hs_l;
        font-size: 28px;
        font-weight: normal;
        line-height: 2.4vw;
    }
    
    .g_yzsp .t a {
        line-height: 3.9vw;
        font-size: 44px;
        font-weight: bold;
    }
    
    .g_yzsp .yzup .t {
        width: 100%
    }
    
    .g_yzsp .yzup h2 img {
        width: 100%;
        display: block
    }
    
    .g_yzsp .yzup p {
width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #666;
    margin-top: 20px;
    }
    
    .g_yzsp .yzup p span {
        display: block;
        margin-top: 0.5vw;
        margin-bottom: 1.9vw;
    }
    
    .g_yzsp .yzd .yzleft {
        width: 42.8%;
        position: relative
    }
    
    .g_yzsp .yzd .yzleft .sm {
        position: absolute;
        left: 62.2%;
        bottom: 6%;
        width: 33%;
        height: 4.6rem;
        background: #172c61;
        border-radius: 3rem;
        z-index: 8
    }
    
    .g_yzsp .yzd .yzleft .sm li {
        float: left;
        width: 100%;
        height: 4.6rem;
        position: relative;
        padding-left: 5rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    
    .g_yzsp .yzd .yzleft .sm li i {
        position: absolute;
        left: 2.16rem;
        top: 50%;
        margin-top: -1.5rem;
        width: 3rem;
        height: 3rem
    }
    
    .g_yzsp .yzd .yzleft .sm li i img {
        width: 100%;
        display: block
    }
    
    .g_yzsp .yzd .yzleft .sm li b a {
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 4.6rem;
        color: #fff;
        display: block;
        font-weight: bold;
    }
    
    .g_yzsp .yzd .yzleft .sm li span {
        display: none;
        width: 8rem;
        height: 8rem;
        border-radius: .5rem;
        border: .5rem solid #fff;
        position: absolute;
        left: 50%;
        margin-left: -4rem
    }
    
    .g_yzsp .yzd .yzleft .sm li span img {
        width: 100%;
        display: block
    }
    
    .g_yzsp .yzd .yzleft .sm li:hover b {
        font-weight: 700
    }
    
    .g_yzsp .yzd .yzleft .sm li:hover span {
        display: block
    }
    
    .g_yzsp .yzd .yzleft .sm li:nth-child(1) {
        background: #ed8f26;
        border-radius: 3rem 0 0 3rem;
        display: none;
    }
    
    .g_yzsp .yzd .yzleft .sm li:nth-child(1) b {
        color: #fff;
        padding-left: 7px;
    }
    
    .g_yzsp .yzd .yzleft .yzsp {
        width: 100%;
        position: relative;
        border-radius: 0 3rem 0 0;
        cursor: pointer;
    }
    
    .g_yzsp .yzd .yzleft .yzsp img {
        width: 100%;
        display: block;
        border-radius: 0 3rem 0 0
    }
    
    .g_yzsp .yzd .yzr {

        width: 48%
    }
    
    .g_yzsp .yzd .yzr li {

        width: 33%;

    }
    
    .ysrbg {
        width: 100%;
        display: block;
    }
    
    .ysrbg img {
        width: 100%;
        display: block;
        border-radius: 1rem;
    }
    
    .g_yzsp .yzd .yzr li span {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        display: none
    }
    
    .g_yzsp .yzd .yzr li span img {
        width: 100%;
        display: block;
        border-radius: 1rem
    }
    
    .g_yzsp .yzd .yzr li span:before {
        content: "";
        position: absolute;
        background: url() no-repeat;
        background-size: 2.6rem 2.6rem;
        width: 2.6rem;
        height: 2.6rem;
        left: 50%;
        top: 50%;
        margin-left: -1.3rem;
        margin-top: -1.3rem;
        z-index: 112;
        transition: all .3s linear 0s
    }
    
    .g_yzsp .yzd .yzr li span:after {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, .3);
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-radius: 1rem;
        z-index: 11;
        transition: all .3s linear 0s
    }
    
    .g_yzsp .yzd .yzr li .yzico {
        position: absolute;
        right: .2rem;
        top: .6rem;
        width: 6rem
    }
    
    .g_yzsp .yzd .yzr li .yzico img {
        width: 100%;
        display: block
    }
    
    .g_yzsp .yzd .yzr li em {
        display: block;
        height: 3.8rem;


    }
    
    .g_yzsp .yzd .yzr li em b {
        font-size: 2.5vw;
        font-weight: 400;
        line-height: 3.2rem;
        color: #ed8f26;
        float: left;
        font-weight: 700
    }
    
    .g_yzsp .yzd .yzr li em i {
        float: left;
        font-style: normal;
        font-size: 1vw;
        font-weight: 400;
        line-height: 3.2rem;
        color: #333;
        font-weight: 700;
        display: block
    }
    
    .g_yzsp .yzd .yzr li em strong {
        float: left;
        font-style: normal;
        font-size: 2.6rem;
        font-weight: 400;
        line-height: 3.2rem;
        color: #ed8f26;
        font-weight: 700;
        display: block
    }
    
    .g_yzsp .yzd .yzr li h4 {
        font-size: 1vw;
        font-weight: 400;
        color: #333;

    }
    

    
    .g_yzsp .yzd .yzr li:hover span {
        display: block
    }
    /**/
    
    .chter-content {
        width: 90%;
        margin: auto;
        position: relative;
    }
    
    .appli_bg {
        height: 860px;
        position: relative;
    }
    
    .appli {
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 22;
        height: 240px;
    }
.appli_pic{        width: 100% !important;}
    
    .appli_pic li {
width: 100% !important;
        height: 860px;
    }
        .appli_pic li:nth-child(1) {
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182147_1820881159.jpg)no-repeat center;width: 100% !important;
    }
    .appli_pic li:nth-child(2) {
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182147_294495996.jpg)no-repeat center;width: 100% !important;
    }
    
    .appli_pic li:nth-child(3) {
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182146_694515221.jpg)no-repeat center;width: 100% !important;
    }

    .appli_pic li:nth-child(4) {
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182147_2070157737.jpg)no-repeat center;width: 100% !important;
    }



    
    .appli_pic li:nth-child(5) {
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182146_169253790.jpg)no-repeat center;width: 100% !important;
    }
    
    .appli_pic li:nth-child(6) {
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182146_2079086172.jpg)no-repeat center;
    }
    

    

    
    .appli_list>p {
        font-size: 20px;
        color: #FFF;
        margin-top: 20px;
        margin-bottom: 50px;
    }
    
    .appli_list li {
        width: 15.8%;
        height: 70px;
        color: #222;
        margin-left: 1%;
        float: left;
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.7);
        font-size: 1.2vw;
        line-height: 70px;
        font-weight: bold;
        cursor: pointer;
        z-index: 11;
        text-align: center;
    }
    
    .appli_list li:nth-child(1) {
        margin-left: 0px;
    }
    
    .appli_list li:last-child {
        border-right: 0;
    }
    
    .appli_list li.on {
        color: #FFF;
        background: #172c61;
    }
    
    .appli_pic li {
        position: relative;
        z-index: 1
    }
    
    .appli_pic li:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        position: absolute;
        top: 0;
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104173808_1434553285.png);
    }
    
    .appli_text {
        float: right;
margin-top: 20vw;
    margin-right: 45vw;
        padding: 1.5%;
        text-align: center;
        color: #fff;
        border-radius: 5px;
    }
    
    .appli_text p {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 1.5vw;
        margin-bottom: 1.5vw;
        border-bottom: 1px solid #eee;
display: none;

    }
    
    .appli_text i {
        display: block;
        width: 405px;
    }
    
    .appli_text i img {
        width: 110%;
    }
    
    .appli_text span {
        font-size: 16px;
        line-height: 50px;
    }
    
    .appli_t {
        position: absolute;
        top: 15%;
        left: 7%;
        z-index: 2;
        color: #FFF;
    }
    
    .appli_t p {
        font-family: PingFang SC, 'Microsoft YaHei', Arial, sans-serif;
        font-weight: 900;
        font-size: 2.4rem;
        height: 70px;
    }
    
    .appli_t span {
        font-size: 2.1rem;
    }
    
    .appli_more {
        margin-top: 6vw;
        position: relative;
    }
    
    .appli_more a {
        color: #FFF;
        font-size: 16px;
        padding-left: 24px;
        line-height: 42px;
    }
    
    .appli_more:before {
        width: 42px;
        height: 42px;
        background: #cf2122;
        content: "";
        display: block;
        border-radius: 50%;
        position: absolute;
        z-index: -1;
        transition: all 0.3s;
    }
    
    .appli_more:after {
        content: "";
        display: block;
        width: 16px;
        height: 11px;
        position: absolute;
        left: 140px;
        top: 16px;
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182632_1424918354.png)no-repeat;
    }
    
    .appli_more:hover::before {
        width: 180px;
        border-radius: 100px;
    }
    /**/
    
    .flexBetween {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap
    }
    
    .indexTit .boxLeft .top h4 {
        font-size: 40px;
        color: #333
    }
    
    .indexTit .boxLeft .top h5 {
        font-size: 24px;
        color: #666;
        margin-top: 1rem;
        font-weight: normal
    }
    
    @media screen and (max-width:1366px) {
        .indexTit .boxLeft .top h5 {
            margin-top: 0rem
        }
    }
    
    .indexTit .boxLeft .bot h6 {
        font-size: 0.9rem;
        color: #999;
        margin-top: 0.1rem
    }
    
    .flexStart {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap
    }
    
    .indexTit .boxRight div p {
        width: 3.4375rem;
        height: 3.4375rem;
        border-radius: 50%;
        background: linear-gradient(to top, #cf2122, #cf2122)
    }
    
    .indexNews {
        margin-top: -7.8125rem;
        position: relative;
        z-index: 1
    }
    
    .indexNews .box {
        position: relative
    }
    
    .indexNews .box .boxLeft {
        width: 42%
    }
    
    .indexNews .box .boxRight {
        width: 58%;
        box-sizing: border-box;
        background: #fff;
        padding: 0 4.375rem
    }
    
    .indexNews .box .boxRight .left {
        font-size: 1rem;
        color: #999;
        line-height: 7.8125rem;
        cursor: default
    }
    
    .indexNews .box .boxRight .right {
        width: 80%;
        margin-left: 5.625rem
    }
    
    .indexNews .box .boxRight .right .swiper-container {
        height: 7.8125rem
    }
    
    .indexNews .box .boxRight .right .swiper-container .swiper-slide {
        height: 7.8125rem
    }
    
    .indexNews .box .boxRight .right .swiper-container .swiper-slide .item {
        line-height: 7.8125rem
    }
    
    .indexNews .box .boxRight .right .swiper-container .swiper-slide .item .time {
        font-size: 1rem;
        color: #666
    }
    
    .indexNews .box .boxRight .right .swiper-container .swiper-slide .item .text {
        font-size: 1rem;
        color: #000;
        margin-left: 2.1875rem;
        width: 85%
    }
    
    .indexNews .box .boxBtn {
        position: absolute;
        right: 2.8125rem;
        top: 2.1875rem
    }
    
    .indexNews .box .boxBtn p {
        padding: 3px 0;
        outline: none;
        cursor: pointer
    }
    
    .indexNews .box .boxBtn p span {
        font-size: 1.125rem;
        color: #000
    }
    
    .indexNews .box .boxBtn p span:hover {
        color: #2067b9
    }
    
    .indexTit .boxLeft .bot {
        margin-top: 0.5rem
    }
    
    .indexTit .boxLeft .bot h6 {
        font-size: 0.875rem;
        color: #999;
        margin-top: 0.3125rem
    }
    
    .indexTit .boxRight {
        margin-top: 1rem
    }
    
    .indexTit .boxRight div span {
        font-size: 1rem;
        color: #000;
        line-height: 3.4375rem;
        transition: all 0.3s;
        position: relative;
        left: -2.1875rem
    }
    
    .indexTit .boxRight a {
        display: inline-block
    }
    
    .indexTit .boxRight div span font {
        display: inline-block;
        width: 0.75rem;
        height: 0.125rem;
        background: #000;
        vertical-align: middle;
        margin-right: 0.7rem
    }
    
    .indexTit .boxRight div:hover span {
        left: -3.125rem
    }
    
    .news_bc {
padding-bottom: 2%;
    padding-top: 0%;
        background: #f5f5f5;
    }
    
    .news_c {
        overflow: hidden
    }
    
    .news_cc {
        padding: 3% 0 0px;
        border-top: 1px solid #eee;
        margin-top: 3%
    }
    
    @media screen and (max-width:1440px) {
        .news_cc {
            margin-top: 2%;
            padding: 0% 0 0px
        }
    }
    
    @media screen and (max-width:1366px) {
        .news_cc {
            margin-top: 1%;
            padding: 0% 0 0px
        }
    }
    
    .news_cc .news_div {
        display: flex;
        width: 100%
    }
    
    .news_cc .news_div .news_div_item {
        width: 22%;
        flex-shrink: 0;
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        padding: 0 0.2%;
        transition: all 0.5s;
        border-left: 1px #eee solid
    }
    
    .news_cc .news_div .news_div_item .news_div_item_pic {
        width: 100%;
        position: relative;
        transition: all 0.5s;
        overflow: hidden;
        padding-top: 0%
    }
    
    @media screen and (max-width:1440px) {
        .news_cc .news_div .news_div_item .news_div_item_pic {
            padding-top: 28%
        }
    }
    
    @media screen and (max-width:1366px) {
        .news_cc .news_div .news_div_item .news_div_item_pic {
            padding-top: 23%
        }
    }
    
    .news_cc .news_div .news_div_item .news_div_item_pic:hover img {
        transform: scale(1.1);
        transition: all 0.5s
    }
    
    .news_cc .news_div .slick-slide img {
        width: 100%
    }
    
    .news_cc .new_column {
        display: none
    }
    
    .news_cc .new_column a {
        display: block;
        color: #fff;
        line-height: 24px
    }
    
    .news_cc .news_div_item .news_div_item_date {
        display: flex;
        position: absolute;
        top: 0%;
        left: 8.3%;
        align-items: center;
        justify-content: center;
        padding-left: 0px;
        background: linear-gradient(to top, #172c61, #172c61);
        padding: 2%;
        color: #fff;
        width: 22%;
        text-align: center;
        height: 17%;
        justify-content: center;
        align-items: center;
        display: flex;
        z-index: 9
    }
    
    @media screen and (max-width:1366px) {
        .news_cc .news_div_item .news_div_item_date {
            width: 20%;
            text-align: center;
            height: 14%
        }
    }
    
    @media screen and (max-width:1366px) {
        .news_cc .news_div_item .news_div_item_date {
            top: 0%
        }
    }
    
    .news_cc .news_div_item .news_div_item_day {
        font-size: 36px;
        color: #fff;
        position: absolute;
        top: 19%;
        left: 20%
    }
    
    @media screen and (max-width:1366px) {
        .news_cc .news_div_item .news_div_item_day {
            font-size: 30px
        }
    }
    
    .news_cc .news_div_item .news_div_item_year,
    .news_cc .news_div_item .news_div_item_month {
        color: #fff;
        font-size: 16px;
        position: absolute;
        padding-top: 33%;
        left: 21%
    }
    
    @media screen and (max-width:1366px) {
        .news_cc .news_div_item .news_div_item_year,
        .news_cc .news_div_item .news_div_item_month {
            font-size: 14px
        }
    }
    
    .news_cc .news_div_item .news_div_item_month {
        padding-left: 37px
    }
    
    .news_cc .news_div_item .news_div_item_title a {
        font-size: 20px;
        color: #555;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 14px;
        display: block;
        position: relative
    }
    
    .news_cc .news_div .news_div_item .news_div_item_body {
        font-size: 15px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.8)
    }
    
    .news_cc .news_div .news_div_item .news_div_item_content {
        padding: 5% 3% 1% 3%;
        background: #fff;
        padding-bottom: 44px
    }
    
    .news_cc .slick-prev::before {
        content: "\eb90" !important;
        font-family: "iconfont";
        background: #eee;
        display: flex;
        width: 55px;
        height: 55px;
        justify-content: center;
        align-items: center
    }
    
    .news_cc .slick-next:before {
        content: "\eb8d" !important;
        font-family: "iconfont";
        background: #eee;
        display: flex;
        width: 55px;
        height: 55px;
        justify-content: center;
        align-items: center
    }
    
    .news_cc .slick-prev:before,
    .slick-next:before {}
    
    .news_cc .slick-prev:before,
    .news_cc .slick-next:before {
        color: #131513;
        transition: all ease 0.5s
    }
    
    .news_cc .slick-prev {
        left: 14px;
        top: 45%;
        z-index: 9999 !important
    }
    
    .news_cc .slick-next {
        right: 47px;
        top: 45%;
        z-index: 9999 !important
    }
    
    .news_cc .slick-prev:before,
    .news_cc .slick-next:before {
        opacity: 1
    }
    
    .links {
        width: 100%;
        overflow: hidden;
        padding: 30px 0;
        line-height: 30px;
        background: #121621;
    }
    
    .linksW {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center
    }
    
    .links_l {
        width: auto;
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260104/20260104182702_267883394.png) left no-repeat;
        padding-left: 36px
    }
    
    .links_lm {
        font-size: 17px;
        line-height: 30px;
        color: #aaa;
        width: 100px
    }
    
    .links_r {
        width: 93%;
        color: #999;
        padding-left: 0px
    }
    
    .links_r a {
        font-size: 15px;
        color: #999
    }
    
    .footer {
        background: #121621;
        position: relative;
        clear: both;
        overflow: hidden;
        color: #fff
    }
    
    .footer-content {
        width: 100%;
        margin: auto;
        position: relative
    }
    
    .footer-content-top {
        overflow: hidden;
        padding: 2% 0
    }
    
    .footer-left {
        float: left;
        width: 10%
    }
    
    .footer-logo .logox {
        max-width: 320px;
        font-size: 0;
        overflow: hidden
    }
    
    .footer-logo .logox img {
        padding-right: 12px;
        width: 220px;
        filter: contrast(0) brightness(2);
    }
    
    .footer-logo .logox span {
        float: left
    }
    
    .footer-logo .logox strong {
        display: block;
        font-size: 28px;
        line-height: 40px;
        color: #fff;
        font-weight: lighter;
        font-family: "cq";
    }
    
    .footer-logo .logox dl {
        font-size: 16px;
        letter-spacing: 1px;
        color: #adb2b7;
        line-height: 21px
    }
    
    .footer-logo .logox dl en {
        color: #ababab
    }
    
    .footer-nav {
        float: right;
        width: 100%;
        text-align: right
    }
    
    .footer-nav ul,
    .footer-nav li {
        list-style: none;
        margin: 0;
        padding: 0
    }
    
    .footer-nav ul {
        text-align: left;
        margin-left: 7rem;
        overflow: hidden;
        display: inline-block;
        vertical-align: top
    }
    
    .footer-nav ul:first-child {
        margin-left: 0
    }
    
    .footer-nav .title-1 {
        font-weight: bold
    }
    
    .footer-nav li {
        margin-top: 0.8rem
    }
    
    .font20 {
        font-size: 17px;
        font-weight: normal;
        position: relative;
        display: flex;
        margin-bottom: 30px
    }
    
    .font20::after {
        content: '';
        width: 30px;
        height: 2px;
        position: absolute;
        left: 0;
        top: 148%;
        background: #ed8f26
    }
    
    .flh30 {
        line-height: 30px
    }
    
    .font16 {
        font-size: 14px
    }
    
    .font16 a {
        color: rgba(255, 255, 255, 1);
        font-size: 16px
    }
    
    .footer-nav li a {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px
    }
    
    .footer-nav li a:hover {
        color: #fff
    }
    
    .footer-nav .contact-1 {
        overflow: hidden
    }
    
    .footer-nav .contact-us-1 {
        color: rgba(255, 255, 255, 0.6);
        margin-top: 2rem
    }
    
    .footer-nav .contact-us-1 strong {
        font-weight: normal
    }
    
    .footer-nav .contact-us-1 p:first-child {
        padding: 0;
        margin: 0
    }
    
    .footer-content-bottom {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 2% 0 2% 0;
        position: relative
    }
    
    .footer-copy {
        color: rgba(255, 255, 255, 0.6);
        position: relative
    }
    
    .footer-copy a {
        color: rgba(255, 255, 255, 0.6)
    }
    
    .footer-copy a:hover {
        color: #fff
    }
    
    .footer-link {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
    
    .footer-link li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: 30px;
        height: 30px;
        margin-left: 15px
    }
    
    .footer-link .ewmshow-1 {
        background: #fff;
        padding: 5px;
        width: 90px;
        height: 90px;
        overflow: hidden;
        position: absolute;
        bottom: 100%;
        left: 50%;
        border-radius: 4px;
        margin-left: -50px;
        display: none
    }
    
    .footer-link li:hover .ewmshow-1 {
        display: block
    }
    
    .footer-top-left {
        float: left;
        width: 24%
    }
    
    .footer-top-right {
        float: right;
        width: 75%
    }
    
    .footer-logo {}
    
    .footer-logo a {
        float: left;
    }
    
    .footer-logo img {
        display: block
    }
    
    .footer-logo .st0 {
        fill: #fff
    }
    
    .footer-contact {
        margin-top: 34px
    }
    
    .footer-social {
        margin-top: 60px
    }
    
    .footer-social li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 18px;
        position: relative
    }
    
    .footer-social li:first-child {
        margin-left: -.3%
    }
    
    .footer-social li a {
        position: relative;
        display: block;
        width: 2rem;
        height: 2rem;
        opacity: .3
    }
    
    .footer-social li a:hover {
        opacity: 1
    }
    
    .footer-social li:hover .ewmshow-1 {
        display: block
    }
    
    .footer-copy,
    .footer-content-bottom a {
        color: rgba(255, 255, 255, 0.6);
        font-size: 14px
    }
    
    .footer-content-bottom a:hover {
        color: #fff
    }
    
    .social {
        padding-top: 0px;
        clear: both
    }
    
    .social a {
        position: relative;
        font-size: 13px;
        color: #fff;
        display: inline-block;
        line-height: 25px;
        transition: 0.3s all ease-in-out;
        float: left;
        display: block;
        margin-right: 16px;
        margin-top: 28px;
        background: #cf2122;
        padding: 2.5% 2.5%;
        border-radius: 20px
    }
    
    .social a img {
        display: block;
width: 18px;
    }
    
    .social a i {
        font-family: 'iconfont';
        font-size: 16px;
        color: #fff
    }
    
    .social a:hover {}
    
    .social a:hover img {
        filter: contrast(0) brightness(2)
    }
    
    .social a:hover .ewm img {
        filter: grayscale(1%)
    }
    
    .social .ewm {
        position: absolute;
        width: 100px;
        bottom: 45px;
        right: -43px;
        z-index: 1;
        display: none;
        padding: 5px;
        background: #fff;
        border-radius: 5px
    }
    
    .social .ewm:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        bottom: -5px;
        left: 52.5px
    }
    
    .social .ewm img {
        display: block;
        width: 100%;
        height: auto
    }
    
    .saj-footer .bottom {
        clear: both;
        padding: 30px 0;
        overflow: hidden;
        font-size: 12px;
        color: #999;
        order-top: 1px solid #313131
    }
    
    .saj-footer .bottom a {
        color: #999;
        font-size: 15px
    }
    
    .saj-footer .bottom .left {
        color: #999;
        font-size: 15px
    }
    
    .left .tel div {
        color: #999;
        font-size: 15px;
        line-height: 25px
    }
    
    .ft-bottom {
        padding: 7px 0
    }
    
    .ft-bottom .copyright {
        float: left;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        line-height: 30px;
    }
    
    .ft-bottom .copyright p {
        color: rgba(255, 255, 255, 0.6)
    }
    
    .ft-bottom .copyright span {
        display: inline-block;
        color: rgba(255, 255, 255, 0.6)
    }
    
    .ft-bottom .copyright a {
        color: rgba(255, 255, 255, 0.6);
        font-weight: normal;
        font-size: 14px
    }
    
    .ft-bottom .copyright a:hover {
        color: #ed8f26;
        text-decoration: underline
    }
    
    .std_tit6 {
        font-size: 26px
    }
    
    .std_tit2 {
        font-size: 40px;
        line-height: 1.5;
        color: #333;
        font-weight: normal
    }
    /**/
    
    .idx_title {
        text-align: center;
        padding: 50px 0 35px 0;
    }
    
    .idx_title .subtitle {
        margin-top: 10px;
        color: #282f36;
        line-height: 1.4;
    }
    
    .font42 {
        font-size: 1.2vw;
    }
    /*合作*/
    
    .index-box4 {
        width: 100%;
        background: url(https://memberpic.114my.com.cn/putianhong888/uploadfile/image/20260108/20260108161432_516652407.jpg) center center no-repeat;
        height: auto;
    }
    
    .index-box4 .idx_title .title {
        color: #fff;
    }
    
    .index-box4 .idx_title .subtitle {
        color: #fff;
    }
    
   
    
    .solu_con {
margin: 0 2%;
    max-width: 1500px;
    margin: 0 auto;
    min-width: 1200px;

    }
    
    .solu_con ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .solu_con li {
        width: 33%;
        height: 700px;
        background: #ffffff;
        text-align: center;
        padding: 90px 0;
        border-right: 1px solid #eeeeee;
        cursor: pointer;
        transition: all 0.5s;
    }
    
    .solu_con li i {
        display: flex;
        justify-content: center;
        font-size: 50px;
        line-height: 33px;
        font-family: din;
    }
    
    .solu_con li b {
        font-size: 28px;
        color: #ed8f26;
        line-height: 30px;
        display: flex;
        justify-content: center;
        margin-top: 35px;
    }
    
    .solu_con li p {
        margin-top: 30px;
        padding: 0 30px;
    }
    
    .solu_con li p img {
        width: 220px;
        height: 220px;
        border-radius: 50%;
        border: 1px solid #eee;
        padding: 20px;
    }
    
    .solu_con li em {
        font-size: 16px;
        color: #666666;
        line-height: 30px;
        display: flex;
        margin-top: 21px;
        padding: 0 45px;
    }
    
    .solu_con li a {
        width: 182px;
        height: 45px;
        background: #ed8f26;
        font-size: 15px;
        color: #ffffff !important;
        border-radius: 40px;
        line-height: 45px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        margin-top: 36px;
    }
    
    .solu_con li.on {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        margin: 0 auto;
        z-index: 5;
        transition: all 0.5s;
        width: 35%;
        background: #ed8f26;
        color: #fff;
    }
    
    .solu_con li.on em {
        color: #fff;
    }
    
    .solu_con li.on b {
        color: #fff;
        transition: all 0.5s;
    }
    
    .solu_con li.on a {
background: #fff;
    transition: all 0.5s;
    width: 232px;
    color: #333 !important;
    }
    
    .sc_ic ul {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 2%;
    }
    
    .sc_ic {
        overflow: hidden;
    }
    
    .sc_ic button {
        display: none!important;
    }
    
    .sc_ic ul img {
        width: 100%;
        height: auto;
    }
    
    .sc_ic ul li {
        width: 23.5%;
        flex-shrink: 0;
        margin: 0 1%;
    }
    
    .sc_ic ul li p>a {
        display: block;
        height: 55px;
        background: #f3f4f4;
        line-height: 55px;
        text-align: center;
        font-size: 18px;
        font-weight: lighter;
    }
    
    .sc_ic ul li>a {
        display: block;
        position: relative;
    }
    
    .sc_ic ul li>a:before,
    .sc_ic ul li>a:before {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: all 0.3s;
        top: 0;
        left: 0;
    }
    
    .sc_ic ul li:hover>a:before {
        opacity: 1;
    }
    
    .sc_ic ul li>a:after {
        position: absolute;
        content: "+";
        top: 50%;
        left: 50%;
        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 18px;
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
        transition: transform 0.3s, opacity 0.3s;
        margin-top: -20px;
        margin-left: -20px;
        font-weight: bold;
        transform: scale(1.5);
        opacity: 0;
        color: transparent;
    }
    
    .sc_ic ul li:hover>a:after {
        opacity: 1;
        transform: scale(1);
        color: #332a4e;
    }
    .sccj_list{ margin: 0 2%;}

.digital{padding: 30px 0px;
    border-top: 1px solid #dfe2e3;
    border-bottom: 1px solid #dfe2e3;
margin-top: 30px;
}
.mumping_mun{    display: flex;
    justify-content: space-between;}

.g_yzsp .yzd .yzr a {
        width: 220px;
        height: 45px;
        background: #fff;
        font-size: 15px;
        color: #333 !important;
        line-height: 45px;
        display: flex;
        justify-content: center;
        margin-top: 35px;}

.g_yzsp .yzd .yzr a:hover{        background: #ed8f26;        color: #ffffff !important;}

.yzd {display: flex;
    justify-content: space-between;}

.sehx{
padding: 3% 2%;
margin: 0 auto;
    max-width: 1500px;
    min-width: 1200px;background-color: #fff;}

.sehx img{width: 100%;}