@charset "utf-8";
@font-face {
    font-family: fontDin1;
    src: url(/cssnew/DIN-MEDIUM_otf.txt), url(/cssnew/DIN-MEDIUM_woff.txt), url(/cssnew/DIN-MEDIUM_eot.txt), url(/cssnew/DIN-MEDIUM_woff2.txt), url(/cssnew/DIN-MEDIUM_ttf.txt)
}


/*通用代码*/

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    color: #414755;
    font-family: "Microsoft YaHei";
    font-weight: lighter;
    font-family: '微软雅黑';
    min-width: 1400px;
    overflow-x: hidden;
}

img {
    margin: 0px;
    padding: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

dl,
dt,
dd,
ol,
ul,
li,
from,
input,
select,
span,
p,
div {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
}

a {
    color: #414755;
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    color: #1666d4;
    cursor: pointer;
}

em,
i {
    font-style: normal;
}

input,
button,
select,
textarea {
    outline: none;
    font-family: "Microsoft YaHei";
    font-family: '微软雅黑';
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-weight: normal;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.w1530 {
    width: 1530px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.title {
    text-align: center;
    padding-top: 43px;
    margin-bottom: 30px;
}

.title em {
    color: #eaeaea;
    font-size: 80px;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

.title b {
    display: block;
    color: #333;
    font-size: 36px;
    margin-top: -62px;
    z-index: 2;
    position: relative;
}

.title b span {
    color: #1666d4;
}

.title p {
    display: block;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 8px;
    color: #666666;
}


/*通用代码*/


  /*抬头*/
    
    .header {
        height: 120px;
        padding: 0 0 0 2%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        align-items: center;
    }
    
    .hleft,
    .hright,
    .hbtn,
    .nav>ul {
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: center;
    }
    
    .hmean {
        font-size: 16px;
        color: #222222;
        margin-left: 20px;
    }
    
    .hmean b {
        display: block;
        background: #1666d4;
        margin-bottom: 5px;
        text-align: center;
        font-size: 18px;
        color: #f8f8f8;
    }
    
    .nav>ul>li {
        position: relative;
        height: 120px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
        margin-right: 40px;
    }
    
    .nav>ul>li>a {
        font-size: 16px;
        color: #222222;
        transition: all .3s ease;
    }
    
    .nav>ul>li>a em {
        display: block;
        font-size: 12px;
        color: #aaaaaa;
        transition: all .3s ease;
        text-align: center;
        transition: all .3s ease;
    }
    
    .nav>ul>li>a span {
        transition: all .3s ease;
    }
    
    .nav>ul>li.cur>a span,
    .nav>ul>li:hover>a span {
        font-weight: bold;
        color: #1666d4;
    }
    
    .nav>ul>li.cur>a em,
    .nav>ul>li:hover>a em {
        color: #1666d4;
    }
    
    .nav>ul>li i {
        position: absolute;
        width: 5px;
        height: 5px;
        background: #1666d4;
        left: 0;
        right: 0;
        border-radius: 50%;
        margin: 0 auto;
        opacity: 0;
        transition: all .3s ease;
        bottom: 35px;
    }
    
    .nav>ul>li i:after {
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 29px;
        top: 100%;
        right: 0;
        left: 0;
        margin: 0 auto;
        background: #1666d4;
    }
    
    .nav>ul>li.cur i,
    .nav>ul>li:hover i {
        opacity: 1;
        bottom: 29px;
    }
    
    .nav li .sedNav {
        width: 270px;
        padding: 30px;
        position: absolute;
        background: #f9f9f9;
        right: 0;
        top: 100%;
        z-index: 99;
        display: none;
        box-sizing: content-box;
    }
    
    .nav li .sedNav p {
        font-size: 18px;
        font-weight: bold;
        color: #222;
        padding-bottom: 8px;
    }
    
    .nav li .sedNav span {
        font-size: 12px;
        color: #9ea9a5;
        text-transform: uppercase;
    }
    
    .nav li .sedNav span:after {
        content: "";
        display: block;
        width: 30px;
        height: 4px;
        background: #1666d4;
        margin-top: 20px;
    }
    
    .nav li .sedNav a {
        display: block;
        border: 1px #e1e1e1 solid;
        width: 140px;
        line-height: 34px;
        color: #999;
        font-size: 14px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        font-weight: normal !important;
    }
    
    .nav li .sedNav a+a,
    .nav li .sedNav tr+tr {
        margin-top: 10px;
        display: block;
    }
    
    .nav li .sedNav a:hover {
        color: #fff;
        background-color: #1666d4;
    }
    
    .nav li .sedNav td table {
        display: none;
    }
    
    .hseaicon {
        height: 120px;
        width: 88px;
        border-right: 1px solid #515151;
        background: #434343 url(//memberpic.114my.com.cn/dgbxjx/uploadfile/image/20231102/20231102111513_2085107259.png) no-repeat center 34px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 160px;
    }
    
    .hsearch {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: nowrap;
        align-items: center;
        position: relative;
    }
    
    .hsearch:hover .iser_box {
        transform: rotateX(0deg);
    }
    
    .hsearch:hover .hseaicon span {
        background-color: #0d469c;
    }
    
    .htel:hover .htelicon span {
        background-color: #0d469c;
    }
    
    .iser_box {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 100%;
        right: 0;
        padding: 30px;
        transform-origin: top;
        transform: rotateX(90deg);
        transition: all 0.5s;
        z-index: 9;
    }
    
    .search_l {
        display: flex;
        align-items: center;
        justify-content: end;
        width: 450px;
    }
    
    .search_l span+span {
        margin-left: 10px;
    }
    
    .search_l a {
        color: #666;
        font-size: 14px;
    }
    
    .search_r {
        margin-top: 15px;
        position: relative;
    }
    
    #infoname {
        width: 100%;
        height: 38px;
        line-height: 38px;
        border: 1px solid #eee;
        text-indent: 12px;
    }
    
    .z_img {
        width: 38px;
        height: 38px;
        position: absolute;
        top: 0;
        right: 0;
        background: no-repeat;
    }
    
    .hbtn .hmap {
        display: block;
        width: 88px;
        height: 120px;
        background: #434343 url(//memberpic.114my.com.cn/dgbxjx/uploadfile/image/20231102/20231102111551_1517863199.png) no-repeat center 34px;
        text-align: center;
        font-size: 14px;
        color: #fff;
        line-height: 160px;
    }
    
    .htel {
        height: 120px;
        padding: 0 20px;
        border-left: 1px solid #e6e6e6;
        font-size: 18px;
        color: #333;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 155px;
        background: url(//memberpic.114my.com.cn/dgbxjx/uploadfile/image/20231102/20231102111605_1554844952.png) no-repeat center 30px;
    }
    
    @media screen and (max-width:1800px) {
        .nav>ul>li {
            margin-right: 12px;
        }
    }
    
    @media screen and (max-width:1500px) {
        .nav>ul>li {
            margin-right: 10px;
        }
        .htel {
            padding: 0 10px;
            font-size: 18px;
        }
        .hbtn .hmap {
            width: 60px;
        }
        .hseaicon {
            width: 60px;
        }
        .nav>ul>li>a {
            font-size: 15px;
        }
    }
/*幻灯片*/

.banner {
    width: 100%;
    background: #222;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner-box {
    min-width: 1300px;
    height: 638px;
    margin: 0 auto;
    position: relative;
}

.banner-box .bd,
.banner-box .bd ul {
    width: 100% !important;
}

.banner-box .bd li {
    width: 100% !important;
    height: 638px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-animation: kenburns-top1 3.5s ease-out both;
    animation: kenburns-top1 3.5s ease-out both;
}

.banner-box .bd li a {
    display: block;
    width: 100%;
    height: 80%;
    background-size: auto;
    z-index: 9;
    position: relative;
}

.banner-btn {
    width: 100%;
    height: 380px;
    margin-left: 0;
    overflow: hidden;
    position: absolute;
    top: 235px;
    left: 0;
}

.banner-btn a {
    display: block;
    width: 49px;
    height: 104px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    z-index: 9;
    position: absolute;
    top: 30px;
}

.banner-btn a.prev {
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022135735_1882832084.png) no-repeat 0 0;
    left: -50px;
}

.banner-btn a.next {
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022135735_1882832084.png) no-repeat -49px 0;
    right: -50px;
}

.banner-box .hd {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
}

.banner-box .hd ul {
    text-align: center
}

.banner-box .hd ul li {
    display: inline-block;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
    transition: 0.3s all ease-in-out;
    opacity: 0.8;
}

.banner-box .hd ul li.on {
    width: 70px;
    background: #1666d4;
    border-radius: 8px;
}

.banner-box:hover .banner-btn a.prev {
    left: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box:hover .banner-btn a.next {
    right: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

/*数字*/

.date_bg {
    background: #f6f6f6 url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022160709_1719402756.png)no-repeat center bottom;
    padding-bottom: 100px;
}

.date li {
    width: 350px;
    height: 356px;
    display: block;
    float: left;
    padding: 2.9vw 0 8vw 3vw;
    box-sizing: border-box;
    transition: 0.3s all ease-in-out;
}

.date li+li {
    border-left: 1px #eee solid;
}

.date li dd {
    width: 54px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 15px;
    transition: 0.3s all ease-in-out;
}

.date li:nth-child(1) dd {
    background-image: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022164030_1457843710.png);
}

.date li:nth-child(2) dd {
    background-image: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022164608_1208047667.png);
}

.date li:nth-child(3) dd {
    background-image: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022164850_662131951.png);
}

.date li:nth-child(4) dd {
    background-image: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022165100_701675969.png);
}

.date li:hover {
    background: #fff;
    box-shadow: 0 0 80px rgba(22, 102, 212, 0.1);
}

.date li:hover dd {
    background-position: bottom left;
    transform: translate(180deg);
}

.date li p {
    font-size: 80px;
    color: #333;
    font-family: Arial;
}

.date li span {
    font-size: 18px;
    color: #666;
}

.date li p:after {
    content: '+';
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #1666d4;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    top: -10px;
    margin-left: 10px;
    text-align: center;
}

.date li:nth-child(2) p:after {
    content: '+';
}

.date li:nth-child(3) p:after {
    content: '㎡';
}

.date li:nth-child(4) p:after {
    content: 'H';
}

.date_a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100%;
    background: #1666d4;
    margin: 0 auto;
    position: relative;
}

.date_a a {
    color: #fff;
    display: block;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.date_a:after,
.date_a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 3vw;
    height: 3vw;
    border-radius: 100%;
    background: rgba(22, 102, 212, 0.2);
    transition: 0.3s all linear;
}

.date_a:after {
    animation: after 1.5s ease infinite;
}

.date_a:before {
    animation: before 1s ease infinite;
}

@keyframes after {
    0% {
        transform: scale(1.3);
        opacity: 1;
    }
    50% {
        transform: scale(2.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes before {
    0% {
        transform: scale(1.2);
        opacity: 1;
    }
    50% {
        transform: scale(2.4);
        opacity: 0.5;
    }
    100% {
        transform: scale(5);
        opacity: 0;
    }
}


/*数字*/


/*产品中心*/

.protop {
    height: 88px;
    color: #222;
    font-size: 30px;
    font-weight: lighter;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.protop p {
    display: block;
    padding-top: 12px;
    padding-left: 30px;
    position: relative;
    color: #333;
}

.protop p:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #eee;
    position: absolute;
    top: 14px;
    right: -30px;
}

.protop p span {
    display: block;
    color: #aaa;
    font-size: 12px;
    text-transform: uppercase;
}

.protop div {
    margin-left: 60px;
}

.protop div a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    line-height: 88px;
    padding-left: 28px;
    position: relative;
}

.protop div a+a {
    margin-left: 37px;
}

.protop div a:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022172420_910169023.png) left center no-repeat;
    margin: 0 auto;
    transition: all .3s ease;
    position: absolute;
    top: 35px;
    left: 0px;
}

.protop div a.on {
    color: #1666d4;
}

.protop div a.on:after {
    background-position-x: -18px;
}

.protwoClass {
    text-align: center;
    position: relative;
}

.protwoClass table,
.protwoClass tbody,
.protwoClass td {
    display: block;
    width: 100%;
}

.protwoClass tr {
    display: inline-block;
}

.protwoClass tr+tr {
    margin-left: 8px;
}

.protwoClass tr a {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 66px;
    padding-left: 17px;
    transition: all .3s ease;
    position: relative;
}

.protwoClass tr a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #222;
    border-radius: 50%;
    margin: auto 0;
    transition: all .3s ease;
    position: absolute;
    left: 9px;
    top: 0;
    bottom: 0;
}

.protwoClass tr a:hover {
    color: #1666d4;
}

.protwoClass tr a:hover:after {
    background: #1666d4;
}

.proshow td {
    display: inline-block;
    width: 24.465%;
    background: #f5f5f5;
    vertical-align: top;
    padding: 10px 10px 0px 10px !important;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
}

.proshow td a,
.proshow td span {
    display: block;
    overflow: hidden;
    position: relative;
}

.proshow td a img {
    width: 100%;
    height: auto;
    transition: all .6s ease;
}

.proshow td span a {
    height: 60px;
    color: #222;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all .3s ease;
    position: relative;
}

.proshow td span a:after {
    content: "MORE";
    display: inline-block;
    float: right;
    width: 71px;
    height: 28px;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    text-align: center;
    line-height: 30px;
    background: #666;
    transition: all .3s ease;
    margin-top: 17px;
    position: absolute;
    top: 0;
    right: 0;
}

.proshow td+td {
    margin-left: 10px;
}

.proshow tr+tr {
    display: block;
    margin-top: 10px;
}

.proshow td br {
    display: none;
}

.proshow td:hover {
    background: #1666d4;
}

.proshow td:hover>a img {
    transform: scale(1.1);
}

.proshow td:hover span a {
    color: #fff;
}

.proshow td:hover span a:after {
    color: #1666d4;
    background: #fff;
}

.tempWrap {
    margin-top: 30px;
}


/*产品中心*/


/*广告条*/

.ggt {
    width: 100%;
    height: 309px;
    background: #1666d4;
    margin: 60px auto auto;
}

.ggt_l {
    width: 60%;
    padding: 59px 0px;
}

.ggt_title {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.ggt_title strong {
    font-size: 36px;
    font-weight: bold;
}

.ggt_title span {
    font-weight: lighter;
    font-size: 26px;
}

.ggt_yw {
    color: #fff;
    font-size: 18px;
    font-weight: lighter;
    text-transform: uppercase;
    padding: 2px 0px 18px 0px;
}

.ggt_l a {
    float: left;
    width: 110px;
    height: 40px;
    color: #1666d4;
    font-size: 14px;
    line-height: 39px;
    text-align: center;
    font-weight: lighter !important;
    background: #fff;
    border-radius: 16px;
}

.ggt_l a+a {
    margin-left: 7px;
}

.ggt_l a:hover {
    color: #fff;
    font-weight: normal !important;
    background: #1978fa;
}

.ggt_tel {
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    margin-top: 20px;
}

.ggt_tel span {
    display: inline-block;
    width: 22px;
    height: 15px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211026/20211026145814_1905046769.png)center no-repeat;
    margin-right: 8px;
}

.ggt_tel strong {
    font-size: 30px;
}

.ggt_r {
    width: 393px;
    height: 309px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211026/20211026153123_1207979477.png)center no-repeat;
}

.ggt_ewm {
    width: 235px;
    text-align: center;
    margin-top: 31px;
}

.ggt_ewm p {
    color: #222;
    font-size: 16px;
    line-height: 60px;
    font-weight: lighter;
}

.ggt_ewm img {
    width: 170px;
}


/*广告条*/


/*优势*/

.yogubgdj {
    width: 100%;
    height: 1385px;
    background: #F3F3F3;
}

.yshfdkd {
    width: 1400px;
    margin: 0 auto;
}

.advtitle {
    text-align: center;
    font-size: 40px;
    color: #fff;
    padding-top: 60px;
}

.advtitle b i {
    color: #fff;
}

.advtitle span {
    display: block;
    font-size: 18px;
    color: #fff;
    margin: 10px 0 20px 0;
    font-weight: lighter;
}

.advtitle em i {
    display: inline-block;
    width: 6px;
    height: 24px;
    background: #fff;
    border-radius: 3px;
    vertical-align: top;
    animation: tptd 1.5s infinite;
    -webkit-animation: tptd 1.5s infinite;
}

.advtitle em i+i {
    margin-left: 11px;
}

.advtitle em i:nth-child(2) {
    height: 32px;
    background: #fff;
    animation: tptd 1.8s infinite;
    -webkit-animation: tptd 1.8s infinite;
}

.advtitle em i:nth-child(3) {
    background: #fff;
    animation: tptd 2s infinite;
    -webkit-animation: tptd 2s infinite;
}

.baseybj {
    width: 1200px;
    background: #fff;
    padding: 0px 50px 0px 150px;
    height: 665px;
    box-shadow: 0 0 25px #acb5b2 inset;
}

.yswenkd {
    width: 590px;
    margin-left: -100px;
}

.yshzbjg {
    width: 110px;
    height: 168px;
    background: #036dff;
    position: relative;
    bottom: 50px;
    left: 0px;
}

.yghsgwz {
    font-size: 26px;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    padding-top: 32px;
}

.shgzhms {
    font-size: 60px;
    color: #fff;
    font-family: Arial;
    text-align: center;
    line-height: 60px;
}

.xaingty {
    width: 32px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10px;
}

.bgitnyn {
    font-size: 28px;
    color: #333;
    font-weight: lighter;
    height: 45px;
}

.bgitnyn span {
    font-weight: bold;
}

.yngbtiy {
    font-size: 14px;
    color: #aaa;
    font-family: Arial;
    text-transform: uppercase;
    height: 30px;
    font-weight: lighter;
}

.xwengnr {
    font-size: 16px;
    color: #999999;
    line-height: 40px;
    font-weight: lighter;
    height: 210px;
}

.hamabjg {
    width: 418px;
    height: 92px;
    background: #f5f5f5;
    border-radius: 46px 0px 46px 0px;
}

.hmdtbnd {
    width: 24px;
    height: 24px;
    padding: 36px 12px 0px 50px;
}

.futeysd {
    font-size: 18px;
    color: #888888;
    font-weight: lighter;
    padding-top: 38px;
    padding-left: 5px;
}

.ysgszdh {
    font-size: 30px;
    color: #036dff;
    padding-top: 30px;
    font-family: Arial;
}

.ybgdtps {
    width: 675px;
    height: 580px;
    margin-top: 50px;
    overflow: hidden;
}

.advcon ul {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.advtab {
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    text-align: center;
    bottom: 53px;
}

.advtab:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 25px;
    left: 0;
}

.advtab li {
    width: 25%;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.advtab_t {
    font-size: 18px;
    color: #999;
    font-weight: lighter;
}

.advtab_t b {
    transition: all .3s ease;
    display: block;
    font-size: 26px;
    color: #32302f;
    margin-bottom: 8px;
    margin-top: 20px;
}

.advicon {
    display: inline-block;
    width: 100px;
    height: 78px;
    background: #343434;
    border-radius: 50%;
    padding-top: 25px;
    padding-left: 5px;
}

.advtab li.on .advicon {
    background: #036dff;
}

.advicon span {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211106/20211106205930_362807450.png) no-repeat left top;
    transition: all .3s ease;
}

.advtab li:nth-child(2) .advicon span {
    background-position-x: -75px;
    margin-top: 5px;
}

.advtab li:nth-child(3) .advicon span {
    background-position-x: -159px;
    width: 55px;
}

.advtab li:nth-child(4) .advicon span {
    background-position-x: -250px;
}

.advtab li.on .advicon span {
    background-position-y: -62px;
}

.advtab li.on .advtab_t b {
    color: #036dff;
}

@-webkit-keyframes waves1 {
    10% {
        height: 20%;
    }
    20% {
        height: 60%;
    }
    40% {
        height: 40%;
    }
    50% {
        height: 70%;
    }
    100% {
        height: 50%;
    }
}

@keyframes waves1 {
    10% {
        height: 20%;
    }
    20% {
        height: 60%;
    }
    40% {
        height: 40%;
    }
    50% {
        height: 70%;
    }
    100% {
        height: 50%;
    }
}


/*荣誉资质*/

.honer {
    height: 630px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211023/20211023094324_1587391639.jpg) no-repeat center;
}

.hzcon {
    width: 1060px;
    overflow: hidden;
    margin: -30px 0 0 340px;
}

.hzcon table,
.hzcon tbody,
.hzcon tr {
    display: block;
}

.hzcon td {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 20px;
}

.hzcon td a {
    display: block;
    overflow: hidden;
    position: relative;
}

.hzcon td a img {
    width: 100%;
    height: auto;
}

.hzcon td,
.hzcon div {
    padding: 0 !important;
}

.hzcon td br {
    display: none;
}

.hzcon td div a {
    font-size: 14px;
    color: #fff;
    font-weight: lighter;
    line-height: 40px;
    transition: all .3s ease;
    display: none;
}

.hzcon td:hover div a {
    background: #484848;
    letter-spacing: 2px;
}

.hzcon .tempWrap {
    width: 1060px !important;
}


/*荣誉资质*/


/*生产流程*/

.sclc {
    width: 100%;
    height: 500px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211023/20211023095935_1184237040.jpg)center no-repeat;
    margin: 0 auto;
    padding: 60px 0px;
    box-sizing: border-box;
}

.sclc_center {
    margin-top: 10px;
}

.sclc_center ul li {
    float: left;
    width: 99px;
    height: 202px;
    color: #666;
    font-size: 14px;
    text-align: center;
    font-weight: lighter;
    cursor: pointer;
    position: relative;
}

.sclc_center ul li+li {
    margin-left: 86px;
}

.sclc_center ul li:before {
    content: "";
    width: 99px;
    height: 96px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211023/20211023100117_1606253176.png)center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    animation: data2 1.9s linear infinite;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: .1s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.sclc_center ul li:hover:before {
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211023/20211023100301_806581254.png)center no-repeat;
    animation: rolation 2s linear infinite;
}

.sclc_center ul li:after {
    content: "";
    width: 12px;
    height: 30px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211023/20211023100604_1687911883.png)left center no-repeat;
    position: absolute;
    left: 44px;
    top: 106px;
}

.sclc_center ul li:hovert:after {
    background-position-x: -12px;
}

.sclc_center ul li p {
    width: 48px;
    height: 40px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211023/20211023100907_136331142.png)left top no-repeat;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 114px;
}

.sclc_center ul li:nth-child(1) p {
    background-position-x: 0px;
}

.sclc_center ul li:nth-child(2) p {
    background-position-x: -48px;
}

.sclc_center ul li:nth-child(3) p {
    background-position-x: -96px;
}

.sclc_center ul li:nth-child(4) p {
    background-position-x: -144px;
}

.sclc_center ul li:nth-child(5) p {
    background-position-x: -192px;
}

.sclc_center ul li:nth-child(6) p {
    background-position-x: -240px;
}

.sclc_center ul li:nth-child(7) p {
    background-position-x: -288px;
}

.sclc_center ul li:nth-child(8) p {
    background-position-x: -336px;
}

.sclc_center ul li:hover p {
    background-position-y: -40px;
}

@keyframes rolation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*生产流程*/


/*走进圣钢五金*/

.about bj {
    height: 1137px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211023/20211023103935_503854910.jpg) no-repeat center;
}

.about {
    height: 1137px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211023/20211023103935_503854910.jpg) no-repeat center;
}

.ableft {
    width: 224px;
    height: 106px;
    background: #1666d4;
    color: #fff;
    text-align: center;
    padding-top: 35px;
    font-size: 36px;
}

.ableft span {
    display: block;
    font-size: 20px;
}

.abright {
    width: 1131px;
    background: #fff;
    height: 100px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding: 40px 0px 0 45px;
}

.abright p {
    width: 970px;
}

.aboutpic {
    margin-top: 30px;
}

.abright a {
    font-size: 14px;
    color: #666666;
}

.abright a:hover {
    text-decoration: underline;
    color: #fff;
}

.abwa {
    margin-bottom: 30px;
}

.qyxxtab {
    margin-bottom: 20px;
}

.qyxxtab a {
    display: inline-block;
    width: 130px;
    line-height: 50px;
    text-align: center;
    transition: all .3s ease;
    font-size: 18px;
    color: #fff;
    background: #666666;
}

.qyxxtab a+a {
    margin-left: 10px;
}

.qyxxtab a.on {
    background: #1666d4;
}

.qymore a {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    width: 60px;
    background: #666666;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.qymore a:hover {
    background: #1666d4;
    text-decoration: underline;
}

.qyxxcon td {
    display: inline-block;
    padding: 0px !important;
    width: 264px;
}

.qyxxcon td+td {
    margin-left: 20px;
}

.qyxxcon td>a {
    display: block;
    border: 1px solid #dddddd;
    padding: 5px;
    background: #fff;
}

.qyxxcon td>a img {
    width: 100%;
    height: auto;
}

.qyxxcon td br {
    display: none;
}

.qyxxcon td div {
    padding-top: 0px !important;
}

.qyxxcon td div a {
    padding-top: 15px;
    font-size: 14px;
    color: #595959;
    display: block;
}

.qyxxcon td:hover>a {
    border-color: #1666d4;
}

.qyxxcon td:hover div a {
    color: #1666d4;
}

.qyxxcon ul+ul {
    display: none;
}

.abright a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #d0e0f6;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
    float: right;
    border-radius: 50%;
    margin: -55px 50px;
}

.abright a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #1666d4;
    border-radius: 50%;
    margin-top: 5px;
}


/*走进圣钢五金*/


/*新闻*/

.new {
    overflow: hidden;
}

.new_nav {
    margin: 0px auto;
    width: 600px;
    margin-bottom: 30px;
}

.new_nav li {
    width: 190px;
    height: 45px;
    border-radius: 30px;
    background: #f5f5f5;
    line-height: 45px;
    text-align: center;
    float: left;
    margin-left: 15px;
    transition: all 0.5s;
}

.new_nav li:nth-child(1) {
    margin-left: 0;
}

.new_nav li a {
    display: block;
    font-size: 18px;
}

.new_nav li.on {
    background-position: 0px -58px;
    border-radius: 50px;
    background: #1666d4;
}

.new_nav li.on a {
    color: #fff;
}

.new_content .news_div_item:nth-child(n+2) .news_div_item_a:before {
    content: "查看更多";
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background: #666;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    padding-left: 24px;
    position: absolute;
    bottom: -170px;
    left: 0px;
}

.new_content .news_div_item:hover:nth-child(n+2) .news_div_item_a:before {
    background: #1666d4;
}

.new_content .news_div_item:nth-child(n+2) .news_div_item_a:after {
    content: "";
    display: block;
    width: 24px;
    height: 8px;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211105/20211105113351_1471666431.png) no-repeat;
    position: absolute;
    left: 95px;
    top: 175px;
}

.new_content {
    position: relative;
    width: 1400px;
    height: 639px;
    margin-bottom: 30px;
}

.new_content .news_div_item:nth-child(1) {
    width: 688px;
    height: 615px;
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 0;
    left: 0;
}

.new_content .news_div_item:nth-child(1) .news_div_item_year {
    background: url(//memberpic.114my.com.cn/023998/uploadfile/image/20200731/20200731094448_649695185.png) no-repeat left;
    padding-left: 18px;
}

.new_content .news_div_item:nth-child(1) .news_div_item_date div {
    float: left;
    font-size: 12px;
    position: absolute;
    left: 40px;
    top: 32px;
    color: #a1a1a1;
}

.new_content .news_div_item:nth-child(1) .news_div_item_month {
    left: 90px !important;
}

.new_content .news_div_item:nth-child(1) .news_div_item_day {
    left: 108px !important;
}

.new_content .news_div_item:nth-child(1) .news_div_item_a {
    font-size: 20px;
    position: absolute;
    left: 40px;
    top: 60px;
    color: #222222;
}

.new_content .news_div_item:nth-child(1) .news_div_item_body {
    width: 616px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    position: absolute;
    left: 40px;
    top: 107px;
}

.new_content .news_div_item:nth-child(1) .news_div_item_image {
    width: 600px;
    height: 384px;
    position: absolute;
    left: 40px;
    bottom: 39px;
}

.new_content .news_div_item:nth-child(n+2) {
    float: right;
    width: 338px;
    height: 295px;
    position: absolute;
    background-position: 40px 232px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    top: 0;
    left: 708px;
}

.new_content .news_div_item:nth-child(n+2) .news_div_item_a {
    font-size: 20px;
    position: absolute;
    top: 61px;
    left: 40px;
    width: 274px;
    color: #222222;
}

.new_content .news_div_item:nth-child(n+2) .news_div_item_body {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    left: 40px;
    width: 279px;
    top: 108px;
    position: absolute;
}

.new_content .news_div_item:nth-child(n+2) .news_div_item_date {
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211105/20211105140340_6366091.png) left no-repeat;
    position: absolute;
    left: 40px;
    top: 32px;
    font-size: 12px;
    padding-left: 15px;
    color: #999;
}

.new_content .news_div_item:nth-child(n+2) .news_div_item_date div {
    float: left;
    margin-top: 1px;
}

.new_content .news_div_item:nth-child(n+2) .news_div_item_image {
    display: none !important;
}

.new_content .news_div_item:nth-child(3) {
    bottom: 22px;
    top: auto;
}

.new_content .news_div_item:nth-child(4) {
    right: 0;
    left: auto;
}

.new_content .news_div_item:nth-child(5) {
    left: auto;
    top: auto;
    right: 0;
    bottom: 22px;
}

.new_content .news_div_item:hover .news_div_item_a {
    color: #1666d4;
}

.dis {
    display: none;
}


/*新闻*/


/*版权*/
.links { font-size: 15px; color: #eaeaea; line-height: 36px; padding: 1.2% 20px; border-radius: 0 0 40px 40px; background: #232323; }
.links_t { width: 105px; padding-left: 25px; background: url(//memberpic.114my.com.cn/heibai888/uploadfile/image/20230625/20230625152826_1719597468.png) no-repeat left center; }
.w1300 { width: 1400px; margin: 0 auto; }
.links_c { }
/*.linkTagcs li a:hover{ color:#fff !important;}
.linkTagcs li a {color:#666666 !important;}
.linkTagcs {width:1000px !important;}*/
.copyright { background: #181818; }
.crcon { padding: 50px 0; }
.crkslj, .crcode { font-size: 0; padding-bottom: 40px; }
.crkslj li { display: inline-block; vertical-align: top; margin-right: 85px; }
.crkslj li p { font-size: 18px; color: #fff; font-weight: lighter; position: relative; padding-left: 23px; margin-bottom: 20px; }
.crkslj li p:after { content: ''; display: block; position: absolute; height: 1px; width: 13px; margin: 10px 0; transition: all .5s ease; background: #1666d4; left: 0; top: 5px; }
.crkslj li a { font-size: 13px; font-weight: lighter; display: block; line-height: 33px; color: #888 !important; margin-left: 23px; }
.crkslj li a:hover { text-decoration: underline; color: #fff !important; }
.crconcat { text-align: center; line-height: 28px; font-size: 14px; color: #888; height: 204px; padding-left: 70px; border-left: 1px solid #222222; }
.crconcat span { display: block; font-family: Arial, Helvetica, sans-serif; font-size: 32px; color: #f5f5f5; margin-bottom: 15px; }
.crconcat a { display: block; margin: 15px auto 0 auto; padding: 0 20px 0 50px; line-height: 40px; border-radius: 25px; background: #1666d4 url(//memberpic.114my.com.cn/heibai888/uploadfile/image/20230625/20230625152854_984913156.png) no-repeat 24px center; font-size: 13px; font-weight: lighter; color: #ffffff !important; }
.crconcat a:hover { box-shadow: 0 0 5px #1666d4; }
.crcode dl { display: inline-block; vertical-align: top; font-size: 14px; line-height: 40px; text-align: center; color: #666666; }
.crcode dl img { width: 134px; height: 134px; }
.crcode dl+dl { margin-left: 14px; }
.end { padding: 26px 0; line-height: 32px; border-top: 1px solid #383838; }
.end, .end a { font-size: 13px; color: #888 !important; }
.end a:hover { text-decoration: underline; color: #fff !important; }
.end p:nth-child(2) a { padding: 0 5px; }
.copy_icon { float: right; }
.copy_pic { float: left; height: 220px; overflow: hidden; }
.copy_pic li { width: 130px; height: 180px; overflow: hidden; }
.copy_pic li p { font-size: 20px; color: #ffffff !important; text-align: center; }
.copy_pic li i { margin-top: 20px; display: inline-block; }
.copy_pic li i img { width: 130px; height: 130px; }
.copy_str { float: right; margin-left: 38px; margin-top: 38px; }
.copy_str li { width: 40px; height: 40px; background: #333333 !important; border-radius: 50%; text-align: center; padding-top: 0px; transition: 0.5s; cursor: pointer; }
.copy_str li.on { background: #1666d4 !important; transition: 0.5s; }
.copy_str li+li { margin-top: 10px; }
.copy_str li img{ margin-top: 10px;}


/*在线客服*/

.y-kefu-box {
    font-size: 13px;
    position: fixed;
    right: 0;
    top:23%;
    z-index: 99899999;
}

.y-kefu-box img {
    display: block;
    width: 100%;
    height: auto;
}

.y-kefu-box01 .icon {
    display: block;
    background: url(//memberpic.114my.com.cn/0321861/uploadfile/image/20211022/20211022112838_177709256.png) no-repeat;
    margin: 0 auto 6px;
}

.y-kefu-box01 {
    width: 54px;
    color: #666;
    text-align: center;
}

.y-kefu-box01 .kf-close-btn {
    width: 27px;
    height: 27px;
    background-position: -5px -115px;
    cursor: pointer;
    position: relative;
}

.y-kefu-box01 .kf-close-btn:before {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background: #1666d4;
    position: absolute;
    bottom: -12px;
    left: 13px;
    z-index: 1;
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
    display: block;
    width: 52px;
    background: #fff;
    border-left: solid 1px #efefef;
    border-top: solid 1px #efefef;
    border-right: solid 1px #efefef;
    padding: 8px 0 12px;
    position: relative;
}

.y-kefu-box01 .show-status {
    position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
    color: #fff;
    background: #1666d4;
    border-color: #1666d4;
    margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
    border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
    width: 21px;
    height: 22px;
    background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
    width: 18px;
    height: 18px;
    background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
    background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
    width: 22px;
    height: 19px;
    background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
    background-position: -30px -55px;
}

.y-kefu-box01 .kf-email {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
    width: 18px;
    height: 14px;
    background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
    background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
    width: 13px;
    height: 11px;
    background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
    background-position: -30px -98px;
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
    border-radius: 2px;
    margin-top: 20px;
    left: 55px;
}

.y-kefu-box01 .hver:hover {
    background: #1666d4;
    border-color: #1666d4;
}

.y-kefu-box01 .hver:hover>p {
    color: #fff;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
    display: none;
    background: #fff;
    border: 1px solid #efefef;
    border-radius: 2px;
    position: absolute;
    right: 90px;
    z-index: 2;
}


/*咨询热线*/

.y-kefu-box01 .mobile-infos {
    width: 260px;
    text-align: left;
    top: 0;
}

.y-kefu-box01 .mobile-infos>div {
    padding: 20px 0 20px 45px;
    position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
    width: 15px;
    height: 15px;
    background-position: -52px -32px;
    position: absolute;
    top: 22px;
    left: 20px;
    z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
    border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
    color: #aaa;
}

.y-kefu-box01 .mobile-infos p {
    color: #1666d4;
    font-size: 18px;
}

.right {
    width: 12px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 24px;
}

.right-arrow1,
.right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    border-top: 6px transparent dashed;
    border-right: 6px transparent dashed;
    border-bottom: 6px transparent dashed;
    border-left: 6px white solid;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.right-arrow1 {
    left: 1px;
    border-left: 6px solid #efefef;
}

.right-arrow2 {
    border-left: 6px solid white;
}


/*咨询热线*/


/*二维码*/

.y-kefu-box01 .y-ewm-box {
    width: 151px;
    height: 178px;
    top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
    width: 151px;
    height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
    width: 120px;
    height: 120px;
    margin: 16px auto 10px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
    width: 150px;
    border-right: solid 1px #efefef;
}

.y-kefu-box01 .y-ewm-box .right {
    top: 84px;
}


/*二维码*/


/*email*/

.y-kefu-box01 .y-email-infos {
    color: #aaa;
    text-align: left;
    padding: 28px 20px 28px 45px;
    bottom: 0;
}

.y-kefu-box01 .y-email-infos p {
    color: #1666d4;
    font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
    width: 18px;
    height: 13px;
    background-position: -52px -80px;
    position: absolute;
    left: 15px;
    top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
    top: 55px;
}

.y-kefu-box01 .hide-status {
    width: 54px;
    height: 65px;
    background: #1666d4;
    position: absolute;
    top: 37px;
    left: 55px;
    z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
    color: #fff;
    padding: 10px 0 7px;
    cursor: pointer;
}


/*email*/


/*在线客服*/

.centerHeadImage {
    display: none;
}