/*通用代码*/
    
    * {
        margin: 0px;
        padding: 0px;
    }
    
    body {
        font-size: 12px;
        color: #444;
        font-family: "Microsoft YaHei";
        font-family: '微软雅黑';
        overflow-x: hidden;
    }
    
    div {
        margin: 0px;
        padding: 0px;
        margin: 0px;
        box-sizing: border-box;
    }
    
    span,
    p {
        margin: 0px;
        padding: 0px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
        padding: 0px;
    }
    
    img {
        margin: 0px;
        padding: 0px;
    }
    
    dl,
    dt,
    dd,
    ol,
    ul,
    li {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    
    img {
        border-right-width: 0px;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }
    
    from,
    input,
    select {
        margin: 0px;
        padding: 0px;
    }
    
    .clear {
        clear: both;
        font-size: 0px;
        overflow: hidden;
        height: 0px;
    }
    
    .cl {
        clear: both;
        font-size: 0px;
        overflow: hidden;
        height: 0px;
    }
    
    a {
        color: #222222;
        text-decoration: none;
        font-size: 13px;
    }
    
    a:hover {
        color: #de0023;
        text-decoration: none;
        cursor: pointer;
    }
    
    .border_bg {
        width: auto;
        height: auto;
        margin: 0 auto;
        border: 1px solid #d0d0d0;
    }
    
    .cp img {
        border: 1px solid #bbb;
        padding: 1px;
    }
    
    .cp img:hover {
        border: 1px solid #247eda;
        padding: 1px;
    }
    
    em,
    i {
        font-style: normal;
    }
    
    .white a {
        color: #fff;
        text-decoration: none;
    }
    
    .white a:hover {
        color: #ff0;
        text-decoration: none;
    }
    
    input,
    button,
    select,
    textarea {
        outline: none
    }
    
    .w1300 {
        width: 1300px;
        margin: 0 auto;
    }
    
    .db,
    .lb,
    .dd {
        font-size: 0;
    }
    
    .db>div,
    .lb>li,
    .dd>dl {
        font-size: 14px;
        display: inline-block;
        vertical-align: top;
    }
    
    .top10 {
        height: 10px;
    }
    
    .top20 {
        height: 20px;
    }
    
    .top30 {
        height: 30px;
    }
    
    .top40 {
        height: 40px;
    }
    
    .top50 {
        padding-top: 50px;
    }
    
    .top60 {
        height: 60px;
    }
    
    .top70 {
        height: 70px;
    }
    
    .top80 {
        height: 80px;
    }
    
    .fr {
        float: right;
    }
    
    .fl {
        float: left;
    }
    
    .top35 {
        margin-top: 35px
    }
    
    .en {
        text-transform: uppercase;
        font-family: arial
    }
    
    li,
    p,
    i,
    b,
    em,
    dt,
    dd,
    td,
    a,
    ul,
    td,
    input,
    textarea,
    span {
        box-sizing: border-box;
    }
    
    .title {
        text-align: center;
        font-size: 13px;
        color: #666666;
    }
    
    .title p:nth-child(1) {
        font-size: 24px;
        color: #000000;
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618172353_231999309.png) no-repeat center;
        margin-bottom: 10px;
    }
    
    .title p:nth-child(1) span {
        color: #999;
        text-transform: uppercase;
        font-weight: lighter;
    }
    
    .title p:nth-child(2) {
            font-size: 15px;
    }
    /*上一页*/
    
    .pages_info {
        overflow: hidden;
        text-align: center;
        margin-top: 20px !important;
    }
    
    .pages_info span {
        display: inline-block;
        padding: 5px 12px;
        border: 1px dashed #ccc;
    }
    
    .pages_info span+span {
        margin-left: 5px;
    }
    /*抬头*/
    
    .htop {
        height: 43px;
        background: #ff3312;
    }
    
    .htop .w1300 p.fl {
        font-size: 14px;
        color: #fff;
        line-height: 43px;
    }
    
    .htop .w1300 ul li {
        float: left;
        padding: 0px 25px;
        height: 100%;
        border-left: 1px solid #fdb8a8;
        position: relative;
        cursor: pointer;
    }
    
    .htop .w1300 ul li:nth-last-child(1) {
        padding-right: 0px;
    }
    
    .htop .w1300 ul li a,
    .htop .w1300 ul li p {
        font-size: 14px;
        color: #fff;
        line-height: 43px;
    }
    
    .htop .w1300 ul li p span {
        font-size: 14px;
    }
    
    .htop .w1300 ul li a:hover {
        color: #fff;
        text-decoration: underline;
    }
    
    .dropcode {
        position: absolute;
        top: 43px;
        right: 0px;
        height: 0px;
        width: 100px;
        overflow: hidden;
        z-index: 333;
        transition: all 0.3s linear;
    }
    
    .dropcode img {
        width: 100%;
        height: 100%;
    }
    
    .htop .w1300 ul li:hover .dropcode {
        height: 100px;
    }
    
    .hlogo {
        margin-top: 25px;
    }
    
    .hsecond {
        height: 110px;
    }
    
    .nav {
        margin-left: 160px;
    }
    
    .nav li {
        float: left;
        position: relative;
        line-height: 110px;
    }
    
    .nav li a {
        font-size: 16px;
        color: #666666;
    }
    
    .nav li a:hover {
        color: #222;
    }
    
    .nav li+li {
        margin-left: 60px;
    }
    
    .dropmenu {
        position: absolute;
        width: 200%;
        left: -50%;
        height: 0px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.8);
        transition: all 0.5s ease;
        z-index: 999;
    }
    
    .nav li:hover .dropmenu {
        padding: 10px;
        height: 220px;
    }
    
    .nav li .dropmenu a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #d2d2d2;
        line-height: 48px;
        text-align: center;
        font-size: 13px;
        color: #666;
        transition: all 0.5s ease;
    }
    
    .nav li .dropmenu a:hover {
        color: #fff;
        border-color: #333;
        background: #333;
    }
    
    #search_bg {
        width: 192px;
        height: 31px;
        border: 1px solid #bbbbbb;
        border-radius: 20px;
        margin: 39.5px 52px 0px 0px;
        padding-left: 12px;
    }
    
    #search_bg input {
        float: left;
    }
    
    #infoname {
        font-size: 12px;
        height: 29px;
        width: 155px;
    }
    
    #sso {
        margin-top: 8px;
    }
    
    .ali {
        margin-top: 43px;
    }
    /*幻灯片*/
    
    .focus {
        width: 100%;
        min-width: 1200px;
        height: 700px;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    
    .focus ul {
        height: 100%;
        position: absolute;
        overflow: hidden;
    }
    
    .focus ul li {
        float: left;
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
        background: #f0f0f0;
    }
    
    .focus ul li div {
        position: absolute;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }
    
    .focus .btnBg {
        position: absolute;
        width: 100%;
        height: 20px;
        left: 0;
        bottom: 0;
        background: #000;
        display: none;
    }
    
    .focus .btn {
        position: absolute;
        width: 952px;
        height: 23px;
        margin-left: -480px;
        left: 50%;
        bottom: 15px;
        text-align: center;
    }
    
    .focus .btn span {
        font-size: 0;
        display: inline-block;
        _display: inline;
        _zoom: 1;
        width: 10px;
        height: 10px;
        text-align: center;
        _font-size: 0;
        margin-left: 16px;
        cursor: pointer;
        background: #fff;
        border-radius: 50%;
        opacity: 1 !important;
    }
    
    .focus .btn span.on {
        background: #222;
    }
    
    .focus .preNext {
        width: 45px;
        height: 100px;
        position: absolute;
        top: 250px;
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618172229_1975389728.png) no-repeat 0 0;
        cursor: pointer;
    }
    
    .focus .pre {
        left: 0;
    }
    
    .focus .next {
        right: 0;
        background-position: right top;
    }
    /*产品分类*/
    
    .pcl {
        position: relative;
    }
    
    .proclass {
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 999;
        background: rgba(0, 0, 0, 0.75);
        width: 235px;
        padding: 40px 25px;
    }
    
    .proclass table {
        width: 100% !important;
    }
    
    .proclass table tr,
    .proclass table tr td {
        display: block;
        width: 100%;
        height: 65px;
    }
    
    .proclass table tr td a {
        font-weight: normal !important;
        font-size: 14px;
        color: #dddddd;
        line-height: 20px;
    }
    
    .proclass table tr td a:hover {
        text-decoration: underline;
        color: #fff;
    }
    
    .proclass table tr td {
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618172205_1671273383.png) no-repeat right center;
        background-position: right 4px;
    }
    /*东莞市沙田新紫日五金机电经营部*/
    
    .about {
        margin-top: 173px;
        margin-bottom: 80px;
        height: 400px;
    }
    
    .abv {
        width: 697px;
        height: 400px;
        float: left;
        position: relative;
    }
    
    .abwa {
        width: 570px;
    }
    
    .abwa>p:nth-child(1) {
        font-size: 18px;
        color: #666666;
    }
    
    .abwa>p:nth-child(2),
    .abwa>p:nth-child(2) a {
        font-size: 13px;
        color: #777;
        line-height: 26px;
    }
    
    .abwa>p:nth-child(2) a:hover {
        color: #222;
    }
    
    .abwa>p:nth-child(2) {
        margin: 20px 0px 32px 0px;
    }
    
    .abwa ul li {
        float: left;
        width: 280px;
        height: 190px;
    }
    
    .abwa ul li+li {
        margin-left: 10px;
    }
    
    .abwa ul li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 33px 26px;
    }
    
    .abwa ul li:nth-child(1) {
        background: #f4f4f4 url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618172128_709924888.jpg) no-repeat center;
    }
    
    .abwa ul li:nth-child(2) {
        background: #f4f4f4 url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618172129_1059718917.jpg) no-repeat center;
    }
    
    .abwa ul li p:nth-child(1) {
        font-size: 16px;
        color: #666666;
    }
    
    .abwa ul li p:nth-child(2) {
        font-size: 12px;
        color: #bfbfbf;
        margin: 5px 0px 65px 0px;
    }
    
    .abwa ul li p:nth-child(3) {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618172032_1324833590.png) no-repeat center;
    }
    
    .abwa ul li:hover p:nth-child(1) {
        color: #222;
    }
    
    .dot {
        position: absolute;
        z-index: 2;
        width: 51px;
        height: 45px;
        cursor: pointer;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618172006_701812426.png) no-repeat center;
        top: 14px;
        left: 10px;
        border-radius: 50%;
    }
    
    .pulse {
        position: absolute;
        z-index: 1;
        width: 92px;
        height: 92px;
        border-radius: 50%;
        opacity: 0;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        top: 15px;
        opacity: 0;
        -webkit-animation: warn 2s ease-out;
        animation: warn 2s ease-out;
        -o-animation: warn 2s linear infinite;
        -moz-animation: warn 2s linear infinite;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background: #fff;
        box-shadow: 1px 1px 30px #fff;
        top: -10px;
        left: -10px;
    }
    
    .pulse1 {
        position: absolute;
        left: -10px;
        top: -10px;
        z-index: 1;
        width: 92px;
        height: 92px;
        border-radius: 50%;
        opacity: 0;
        -webkit-animation: warn1 2s ease-out;
        animation: warn1 2s ease-out;
        -o-animation: warn1 2s linear infinite;
        -moz-animation: warn1 2s linear infinite;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background: #fff;
        box-shadow: 1px 1px 30px #fff;
    }
    
    .video_box {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        top: -100%;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 600ms ease;
    }
    
    .video_box.cur {
        opacity: 1;
        z-index: 999;
        transition: 600ms ease;
        top: 0px;
    }
    
    .video {
        position: fixed;
        top: -100%;
        left: 50%;
        margin-top: -250px;
        margin-left: -500px;
        transition: 600ms ease;
    }
    
    .video_box.cur .video,
    .video_box.cur .video_x {
        top: 50%;
        transition: 600ms ease;
    }
    
    .video_x {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        background: #fff;
        position: fixed;
        top: -100%;
        left: 50%;
        margin-left: 520px;
        margin-top: -250px;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        font-weight: lighter;
        cursor: pointer;
        transition: 600ms ease;
    }
    
    .spvidio {
        position: absolute;
        top: 45%;
        left: 45%;
    }
    
    @keyframes warn {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.1;
        }
        25% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.2;
        }
        50% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.3;
        }
        75% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.4;
        }
        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 0.0;
        }
    }
    
    @-o-keyframes warn {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.1;
        }
        25% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.2;
        }
        50% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.3;
        }
        75% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.4;
        }
        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 0.0;
        }
    }
    
    @-moz-keyframes warn {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.1;
        }
        25% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.2;
        }
        50% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.3;
        }
        75% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.4;
        }
        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 0.0;
        }
    }
    
    @-webkit-keyframes warn {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.1;
        }
        25% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.2;
        }
        50% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.4;
        }
        75% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.4;
        }
        100% {
            transform: scale(1);
            -webkit-transform: scale(1);
            opacity: 0.0;
        }
    }
    
    @keyframes warn1 {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.1;
        }
        25% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.2;
        }
        50% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.3;
        }
        75% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.4;
        }
        100% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.0;
        }
    }
    
    @-webkit-keyframes warn1 {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.1;
        }
        25% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.2;
        }
        50% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.3;
        }
        75% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.4;
        }
        100% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.0;
        }
    }
    
    @-o-keyframes warn1 {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.1;
        }
        25% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.2;
        }
        50% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.3;
        }
        75% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.4;
        }
        100% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.0;
        }
    }
    
    @-moz-keyframes warn1 {
        0% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.1;
        }
        25% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.2;
        }
        50% {
            transform: scale(0.3);
            -webkit-transform: scale(0.3);
            opacity: 0.3;
        }
        75% {
            transform: scale(0.5);
            -webkit-transform: scale(0.5);
            opacity: 0.4;
        }
        100% {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            opacity: 0.0;
        }
    }
    
    .products {
        background: #f7f7f7;
    }
    
    .pdclass a,
    .pdclass {
        font-size: 13px;
        color: #666666;
        text-align: center;
    }
    
    .pdclass a:hover {
        color: #222;
    }
    
    .pdclass a {
        padding: 0px 24px;
        font-size: 15px;
    }
    
    .procon td {
        display: inline-block;
        padding-left: 0px !important;
        width: 314px;
    }
    
    .procon td br {
        display: none;
    }
    
    .procon td>a {
        display: block;
        overflow: hidden;
        position: relative;
        width: 314px;
        height: 236px;
    }
    
    .procon td+td {
        margin-left: 14.66px;
    }
    
    .procon td span {
        display: block;
        width: 100%;
        height: 64px;
        background: #eeeeee;
        text-align: left;
        padding-left: 32px;
        position: relative;
        background: #eeeeee;
    }
    
    .procon td span a {
        display: block;
        font-size: 14px;
        color: #666;
        line-height: 64px;
        position: relative;
        z-index: 33;
    }
    
    .procon tr+tr {
        margin-top: 14.66px;
        display: inline-block;
    }
    
    .procon td span:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        right: 34px;
        top: 22px;
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618171933_1555209474.png) no-repeat top center;
    }
    
    .procon td span:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 0px;
        bottom: 0px;
        left: 0px;
        background: #ff3312;
        transition: all 0.5s ease;
    }
    
    .procon td:hover span:before {
        height: 100%;
    }
    
    .procon td:hover span a {
        color: #fff;
    }
    
    .procon td:hover span:after {
        background-position-y: -15px;
    }
    
    .procon td>a:before {
        content: '';
        width: 100%;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.3s;
        z-index: 2;
        opacity: 0.5;
    }
    
    .procon td:hover>a:before {
        height: 100%;
        transition: 0.6s;
    }
    
    .procon td>a img {
        transition: all 0.6s ease;
        width: 100%;
        height: 100%;
        right: 0px;
        top: 0px;
    }
    
    .procon td>a img:nth-child(2) {
        top: 0px;
        left: -100%;
    }
    
    .procon td:hover>a img:nth-child(2) {
        left: 0px;
    }
    
    .procon td:hover>a img:nth-child(1) {
        right: -100%;
    }
    /*产品展示*/
    
    .proshow {
        overflow-x: hidden;
        height: auto;
        position: relative;
    }
    
    .pscon {
        height: auto;
        width: 100%;
        margin: 0 auto;
    }
    
    .pscon dl {
        height: auto;
        width: 100%;
    }
    
    .pscon dl img {
        width: 100%;
        height: 600px;
    }
    
    .ps_pg {
        position: absolute;
        text-align: center;
        bottom: 34px;
        margin: 0 auto;
        left: 0px;
        right: 0px;
    }
    
    .ps_pg i {
        display: inline-block;
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: #fff;
        cursor: pointer;
    }
    
    .ps_pg i.cur {
        background: #343434;
    }
    
    .ps_pg i+i {
        margin-left: 9px;
    }
    
    .proshow .pscc,
    .proshow .tempWrap {
        overflow: visible !important;
    }
    /*应用领域*/
    
    .application {
        height: 700px;
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618171905_2095053918.jpg) no-repeat center;
        padding-top: 75px;
    }
    
    .application .title p:nth-child(1) {
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618171526_110037722.png) no-repeat center;
    }
    
    .appcon dl {
        float: left;
        position: relative;
        margin-right: 14px;
        width: 314px;
        height: 438px;
        background: #fff;
        overflow: hidden;
    }
    
    .appcon dl a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .appcon dl:nth-child(2n) {
        background: #fff;
    }
    
    .appcon dl:nth-child(4) {
        margin-right: 0px;
    }
    
    .app_pg {
        text-align: center;
    }
    
    .app_pg i {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #c9c9c9;
        cursor: pointer;
    }
    
    .app_pg i.cur {
        background: #c9c9c9;
    }
    
    .app_pg i+i {
        margin-left: 13px;
    }
    
    .apppic,
    .apppic img {
        width: 100%;
    }
    
    .apppic img {
        transition: all 0.5s ease;
    }
    
    .appname {
        font-size: 18px;
        color: #aaaaaa;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 50px;
        padding-bottom: 20px;
        width: 160px;
        border-bottom: 1px solid #dddddd;
        margin: 0 auto;
        text-align: center;
        transition: all 0.5s ease;
    }
    
    .appcon dl:hover .appname {
        color: #222;
        width: 200px;
        border-color: #222;
    }
    /*合作伙伴*/
    
    .partner .title p:nth-child(1) {
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618171526_110037722.png) no-repeat center;
    }
    
    .witcon {
        position: relative;
    }
    
    .witjt {
        position: absolute;
        top: 80px;
        cursor: pointer;
    }
    
    .witleft {
        left: 0px;
    }
    
    .witright {
        right: 0px;
    }
    
    .witjt:hover {
        box-shadow: 0px 0px 5px #eee;
    }
    
    .witcen {
        width: 1218px;
        margin: 0 auto;
    }
    
    .witcen td {
        display: inline-block;
        padding-left: 0px !important;
        width: 237px;
        height: 101px;
        border: 1px solid #eeeeee;
        margin-right: 6px;
        position: relative;
        overflow: hidden;
    }
    
    .witcen td:nth-child(5) {
        margin-right: 0px;
    }
    
    .witcen td br {
        display: none;
    }
    /*品牌优势*/
    
    .adv .title p:nth-child(1) {
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618171526_110037722.png) no-repeat center;
    }
    
    .advcon li {
        float: left;
        position: relative;
        color: #fff;
        height: 507px;
    }
    
    .advcon li dl {
        float: left;
        position: relative;
        overflow: hidden;
        cursor: pointer;
    }
    
    .advcon li:nth-child(1) {
        width: 499px;
    }
    
    .advcon li:nth-child(1) dl {
        width: 100%;
        height: 100%;
    }
    
    .advcon li dl img {
        transition: all 0.5s linear;
    }
    
    .advcon li dl:hover img {
        transform: scale(1.1);
    }
    
    .advcon li .advwa {
        position: absolute;
        height: 87px;
        background: rgba(0, 0, 0, 0.2);
        padding: 20px 22px;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
    
    .advcon li:nth-child(2) {
        width: 801px;
        float: right;
    }
    
    .advcon li:nth-child(2) dl {
        width: 393px;
        height: 249px;
    }
    
    .advcon li:nth-child(2) dl:nth-child(2),
    .advcon li:nth-child(2) dl:nth-child(4) {
        width: 388px;
    }
    
    .advcon li:nth-child(2) dl {
        margin-left: 10px;
    }
    
    .advcon li:nth-child(2) dl:nth-child(1),
    .advcon li:nth-child(2) dl:nth-child(2) {
        margin-bottom: 9px;
    }
    
    .advcon li dl p {
        float: left;
    }
    
    .advcon li dl p:nth-child(1) {
        font-size: 20px;
        line-height: 23px;
        padding-right: 20px;
        border-right: 1px dashed #fff;
        width: 68px;
        letter-spacing: 3px;
    }
    
    .advcon li dl p:nth-child(2) {
        width: 256px;
        float: right;
        font-size: 12px;
        font-weight: lighter;
        line-height: 18px;
        margin-top: -3px;
    }
    
    .advcon li:nth-child(1) dl p:nth-child(2) {
        width: 360px;
    }
    /*版权*/
    
    .copyright {
        background: #f0f0f0;
    }
    
    .crconcat {
        margin-right: 100px;
    }
    
    .crconcat>p {
        font-size: 18px;
        color: #666;
        margin-bottom: 25px;
    }
    
    .crcc p {
        font-size: 13px;
        color: #777;
        line-height: 30px;
    }
    
    .crcul li {
        float: left;
        position: relative;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #d3d3d3;
        cursor: pointer;
    }
    
    .crcul li+li {
        margin-left: 19px;
    }
    
    .crcul {
        margin-top: 23px;
    }
    
    .crdrop {
        width: 80px;
        height: 0px;
        overflow: hidden;
        position: absolute;
        top: 40px;
        left: 0px;
        transition: all 0.5s ease;
        z-index: 99;
    }
    
    .crcul li:hover .crdrop {
        height: 80px;
    }
    
    .crcul li p img {
        width: 100%;
        height: 100%;
    }
    
    .crkslj li {
        float: left;
    }
    
    .crkslj li+li {
        margin-left: 100px;
    }
    
    .crkslj p {
        font-size: 16px;
        color: #666;
        margin-bottom: 25px;
    }
    
    .crkslj a {
        display: block;
        font-size: 13px;
        color: #777;
        line-height: 30px;
    }
    
    .crkslj a:hover {
        color: #000;
    }
    
    .feedback>p {
        font-size: 16px;
        color: #666;
        margin-bottom: 25px;
    }
    
    .feedback>p span {
        font-size: 12px;
        color: #999999;
    }
    
    .feedback {
        width: 390px;
    }
    
    .feedback form ul li input {
        border: 1px solid #d2d2d2;
        padding-left: 40px;
        overflow: hidden;
        height: 41px;
        background: none;
        border-radius: 5px;
    }
    
    .feedback form ul li:nth-child(1) input {
        float: left;
        width: 188px;
    }
    
    .feedback form ul li:nth-child(1) input+input {
        margin-left: 14px;
    }
    
    .feedback form ul li:nth-child(2) input {
        width: 100%;
        margin: 12px 0px 17px 0px;
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618173334_1356561731.png) no-repeat left center;
    }
    
    .baojia {
        width: 148px;
        height: 36px;
        border-radius: 0px !important;
        background: #ff3312 !important;
        border: none !important;
        padding-left: 0px !important;
        font-size: 16px;
        color: #fff;
        line-height: 39px;
        text-align: center;
        transition: all 0.5s ease;
        cursor: pointer;
    }
    
    .baojia:hover {
        width: 100%;
    }
    
    .feedback form ul li:nth-child(1) input:nth-child(1) {
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618170039_2050553326.png) no-repeat left center;
    }
    
    .feedback form ul li:nth-child(1) input:nth-child(2) {
        background: url(//memberpic.114my.com.cn/019340/uploadfile/image/20240618/20240618170040_1354056101.png) no-repeat left center;
    }
    
    .links p {
        line-height: 40px;
        font-size: 13px;
        color: #666;
    }
    
    .links p.fr a {
        font-size: 13px;
        color: #777;
    }
    
    .links p.fr a:hover {
        color: #444;
        text-decoration: underline;
    }
    
    .linkTagcs li a {
        font-size: 12px;
    }
    
    .end {
        height: 60px;
        line-height: 60px;
        background: #fff;
    }
    
    .end,
    .end a {
        font-size: 13px;
        color: #777;
    }
    
    .end a:hover {
        color: #444;
    }