body{
    color:#000000;
    background:white;
    /*font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;*/
    font: 14px "Microsoft YaHei","Helvetica Neue",PingFangSC-regular,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei"," sans-serif";
    min-width: 1320px;
    -webkit-font-smoothing: antialiased;
}
/*html, body, div, span, h1, h2, h3, h4, h5, h6, em, img, strong, sub, sup, tt,dd, dl, dt, form, label, table, caption, tbody, tfoot, thead, tr, th, td,ul,li,p,a{ margin: 0; padding: 0;  }*/
input,select,textarea{ vertical-align:middle;}
img{ border:0;}
/*h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}*/
ul,li{ list-style-type:none;}
a:link,a:visited{text-decoration:none;color:#000000;}
a:hover{text-decoration:none;/* color:#dd541a; */}
.clear {clear: both;}
.fl{float: left;}.fr{float: right;}
input[type="text"],textarea{text-indent: 3px;}
.ml10{margin-left: 10px;}
.mr10{margin-right: 10px;}
.mt10{margin-top: 10px;}
.dnone{display: none;}
em{font-style: normal;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;*zoom:1;}
.clearfix{zoom:1;}
* html .clearfix{height:1%;}
table{border-spacing: 0;border-collapse: collapse;}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 15px 20px;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-width: 1px 0px;
    width: 1000px;
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

label {
    font-weight: normal;
}
label:hover {
    cursor: pointer;
}

/*分页样式*/
.layui-clear {
    margin: 0;
    padding: 64px 0;
}
.layui-clear .pagination {
    margin: 0;
    display: block;
}
.layui-clear .pagination li a {
    border-radius: 0;
    color: rgba(0,0,0,0.65);
    margin-left: 8px;
}
.layui-clear .pagination li span {
    border-radius: 0;
    color: rgba(0,0,0,0.65);
    margin-left: 8px;
}
.layui-clear .pagination .active a {
    border-radius: 0;
    background-color: #219D36;
    margin-left: 8px;
    color: white;
}
.layui-clear .pagination .active span {
    border-radius: 0;
    background-color: #219D36;
    margin-left: 8px;
    color: white;
}
.layui-clear .pagination .jump-to {
    display: inline-block;
    float: left;
    color: rgba(0,0,0,0.65);
    margin-left: 8px;
}
.layui-clear .pagination .jump-to input {
    width: 48px;
    height: 32px;
    border: 1px solid rgba(221,221,221,1);
    border-radius: 2px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 5px;
}
.layui-clear .pagination .jump-to input:hover {
    border: 1px solid #0C0C0C;
}

/*顶部导航*/
.header-nav {
    background-color: white;
    height: 100px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: space-between;
}
.header-nav .search-bar {
    position: absolute;
    background-color: white;
    height: 100px;
    width: 0;
    z-index: 999;
    transition: all .1s ease-in-out;
    visibility: hidden;
}
.header-nav .search-bar .search-bar-content {
    width: 1320px;
    margin: 0 auto;
}
.header-nav .search-bar .logo {
    display: none;
}
.header-nav .search-bar input {
    text-align: center;
    height: 50px;
    width: 40%;
    float: left;
    /*display: inline-block;*/
    border: 1px solid #000000;
    margin-top: 28px;
    margin-left: 15%;
    border-left: none;
    border-right: none;
    display: none;
}
.header-nav .search-bar .search-icon {
    margin-top: 28px;
    border: 1px solid #000000;
    padding: 12px;
    border-left: none;
    border-right: none;
    display: none;
}
.header-nav .search-bar .close-icon {
    float: right;
    margin-top: 28px;
    padding: 12px;
    margin-right: 1%;
    z-index: 9999;
    transition: all .3s ease-in-out;
    display: none;
}
.header-nav .search-bar .close-icon:hover {
    transform: rotate(180deg);
    cursor: pointer;
}
.header-nav .nav-left {
    display: flex;
    justify-content: space-evenly;
    flex: 1 1 auto;
}
.header-nav .logo {
    width: 173px;
    height: 71px;
    float: left;
    margin-top: 14px;
    /*background-image: url("/images/industrial/index/logo-3.png");*/
    /*background-size: 173px 71px;*/
    /*background-size: cover;*/
    /*image-rendering: -moz-crisp-edges;*/
    /*image-rendering: -o-crisp-edges;*/
    /*image-rendering: crisp-edges;*/
    /*-ms-interpolation-mode: nearest-neighbor;*/
}
.header-nav .logo img {
    margin-top: -8px;
    width: 173px;
    height: 86px;
    /*image-rendering:-moz-crisp-edges;*/
    /*image-rendering:-o-crisp-edges;*/
    /*image-rendering:-webkit-optimize-contrast;*/
    /*image-rendering: crisp-edges;*/
    /*-ms-interpolation-mode:nearest-neighbor;*/
}
@media screen and (-webkit-min-device-pixel-ratio: 1.5) {
    .main-top .logo {
        background-image: url("/images/industrial/index/logo.png");
        /*background-size: 173px 71px;*/
    }
}
.header-nav .nav-bar {
    float: left;
    width: 77%;
}
.header-nav .nav-bar ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.header-nav .nav-bar li {
    float: left;
    width: 16%;
    text-align: center;
}
.header-nav .nav-bar li:hover {
    cursor: pointer;
}
.header-nav .nav-bar li .nav-title {
    line-height: 95px;
    height: 95px;
    display: inline-block;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
}
.header-nav .nav-bar .cur {
    background-color: #119941;
}
.header-nav .nav-bar .cur a {
    color: white;
}
.header-nav .nav-bar .nav-this {
    background-color: #119941;
}
.header-nav .nav-bar .nav-this a {
    color: white;
}
.header-nav .nav-right {
    float: right;
    width: 551px;
    display: flex;
}
.header-nav .hotline {
    float: left;
    padding-left: 10px;
    padding-top: 32px;
    padding-right: 10px;
    height: 100px;
    border-right: 1px solid #EDEDED;
}
.header-nav .hotline img {
    margin-top: 4px;
    float: left;
}
.header-nav .hotline .phone {
    float: left;
    margin-left: 10px;
}
.header-nav .international {
    float: left;
    height: 80px;
    padding-top: 40px;
    padding-right: 30px;
}
.header-nav .international img {
    padding: 0 10px;
}
.header-nav .international img:hover {
    cursor: pointer;
}
.header-nav .international a {
    font-size: 18px;
}
.header-nav .entrance {
    float: left;
    height: 100px;
    line-height: 100px;
    background-color: #10953e;
    transition: all .24s ease-in-out;
    text-align: center;
    flex: 1 1 auto;
}
.header-nav .entrance:hover {
    cursor: pointer;
}
.header-nav .entrance .mask {
    width: 0;
    height: 100px;
    position: absolute;
    background-color: #323232;
    transition: all .24s ease-in-out;
}
.header-nav .entrance span {
    color: white;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.header-nav .entrance img {
    position: relative;
}

/*导航下拉框*/
.nav-drop-menu {
    height: 320px;
    background-color: white;
    border-top: 1px solid #E7E7E7;
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    top: 100px;
    width: 100%;
}
.nav-drop-menu .drop-menu-content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.nav-drop-menu .menu-item {
    margin: 40px 0;
    text-align: center;
    width: 270px;
}
.nav-drop-menu .menu-item img {
    transition: all .3s ease;
    height: 200px;
}
.nav-drop-menu .menu-item p {
    font-size: 20px;
    color: #666;
    padding: 15px;
}

/*底部内容*/
.footer-content {
    background-image: url("/images/industrial/index/foot-bg.png");
    background-color: #1B1725;
}

/*网站信息*/
.footer-siteInfo {

}
.footer-siteInfo .siteInfo-content {
    width: 1320px;
    margin: 0 auto;
    height: 358px;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.siteInfo-content .logo {
    width: 206px;
    height: 84px;
    float: left;
    margin-top: 137px;
    margin-left: 24px;
}
.siteInfo-content .siteInfo-nav {
    float: left;
    margin-left: 50px;
    margin-top: 69px;
    border-left: 1px solid rgba(255,255,255,0.09);
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 55%;
}
.siteInfo-nav .nav-item {
    width: 126px;
    float: left;
}
.nav-item span {
    font-size: 16px;
    color: white;
    font-weight: bold;
}
.nav-item li {
    display: block;
    margin-top: 20px;
}
.nav-item li a {
    font-size: 14px;
    color: #ACA7BA;
}
.siteInfo-content .contact {
    float: right;
    padding-top: 69px;
}
.siteInfo-content .contact .phone {
    display: block;
}
.siteInfo-content .contact .phone img {
    float: left;
}
.siteInfo-content .contact .phone span {
    color: white;
    display: block;
    margin-left: 18px;
}
.siteInfo-content .qr-code {
    margin-top: 28px;
}
.qr-code .qr-code-picture {
    width: 128px;
    float: left;
    text-align: center;
    margin-left: 11px;
}
.qr-code .qr-code-picture:first-child {
    margin-left: 0;
}
.qr-code-picture img {
    width: 118px;
    height: 118px;
}
.qr-code-picture span {
    display: inline-block;
    color: white;
}
/*版权*/
.footer-copyright {
    padding-bottom: 33px;
}
.footer-copyright .copyright-content {
    text-align: center;
    width: 1320px;
    margin: 0 auto;
    padding-top: 21px;
}
.copyright-content .copyright-item {
    margin-top: 16px;
    font-size: 12px;
    color: #ACA7BA;
}
.copyright-content .copyright-item a {
    color: #ACA7BA;
}

/*底部悬浮*/
.footer-suspension {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #168944;
    border-radius: 2px;
    box-shadow: 0 2px 10px 0 rgb(225 225 225 / 50%);
}
.footer-suspension .service {
    width: 56px;
    height: 74px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
    background-color: white;
}
.footer-suspension .service-content {
    width: 230px;
    height: 130px;
    background-color: white;
    margin-left: -230px;
    float: left;
    margin-top: 0;
    box-shadow: #aaa -1px 1px 4px;
    padding: 10px 5px 10px 15px;
    display: none;
}
.footer-suspension .service-content p {
    font-size: 14px;
}
.footer-suspension .attention-content {
    width: 173px;
    height: 178px;
    background-color: white;
    margin-left: -173px;
    float: left;
    margin-top: -103px;
    text-align: center;
    display: none;
    box-shadow: #aaa -1px 1px 4px;
}
.footer-suspension .attention-content img {
    width: 96px;
    height: 96px;
    margin-top: 24px;
}
.footer-suspension .service img {
    margin-top: 16px;
}
.footer-suspension .service:hover {
    background-color: #168944;
    cursor: pointer;
}
.footer-suspension .service:hover img{
    content: url(/images/industrial/index/suspension-service2.png);
    cursor: pointer;
}
.footer-suspension .service:hover span{
    color: #ffffff;
}
.footer-suspension .find-good {
    width: 56px;
    height: 74px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
    background-color: white;
}
.footer-suspension .find-good img {
    margin-top: 15px;
}
.footer-suspension .find-good:hover {
    background-color: #168944;
    cursor: pointer;
}
.footer-suspension .find-good:hover img{
    content: url(/images/industrial/index/suspension-find-good2.png);
    cursor: pointer;
}
.footer-suspension .find-good:hover span{
    color: #ffffff;
}
.footer-suspension .attention {
    width: 56px;
    height: 74px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
    background-color: white;
}
.footer-suspension .attention img {
    margin-top: 17px;
}
.footer-suspension .attention:hover {
    background-color: #168944;
    cursor: pointer;
}
.footer-suspension .attention:hover img{
    content: url(/images/industrial/index/suspension-qrcode4.png);
    cursor: pointer;
}
.footer-suspension .attention:hover span{
    color: #ffffff;
}
.footer-suspension .top {
    width: 56px;
    height: 74px;
    text-align: center;
    border-top: 1px solid hsla(0,0%,100%,.1);
    display: none;
}
.footer-suspension .top:hover {
    background-color: #168944;
    cursor: pointer;
}
.footer-suspension .top img {
    margin-top: 19px;
}
.footer-suspension span {
    font-size: 12px;
    display: block;
    margin-top: 3px;
    color: #8ea3cb;
    font-weight: bold;
}
.footer-suspension .top span {
    color: white;
}
