body{
    color:#000000;
    background:#F6F6F6;
    font: 12px "Microsoft YaHei","Helvetica Neue",PingFangSC-regular,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei"," sans-serif";
    -webkit-font-smoothing: antialiased;
    min-width: 375px;
}
/*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;}
::-webkit-scrollbar{
    display:none;
}

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

.header-top .top-bar {
    height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    position: fixed;
    width: 100%;
    line-height: 44px;
    z-index: 99;
}
.header-top .top-bar .return-icon {
    position: absolute;
    left: 10px;
    top: 15px;
}
.header-top .top-bar .more-icon {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
}
.header-top .nav-menu {
    position: fixed;
    width: 100%;
    background-color: #000;
    transition: all 400ms ease-out;
    top: -2000px;
    z-index: 50;
    text-align: left;
    overflow-y: auto;
}
.nav-menu ul {
    padding: 10px 20px;
}
.nav-menu ul li a {
    font-size: 18px;
    color: white;
    line-height: 40px;
    font-weight: bold;
}
.nav-menu .sub-nav {
    padding: 0 10px;
    background-color: #202334;
    opacity: 0.8;
}
.nav-menu .sub-nav ul {

}
.nav-menu .sub-nav ul li a {
    font-size: 16px;
    color: #9497a6;
    line-height: 36px;
}
.main-content {
    padding: 44px 10px 10px;
}

/* 底部内容 */
.footer-content {
    background-image: url("/images/industrial/index/foot-bg.png");
    background-color: #1B1725;
    padding: 19px;
    margin-top: 20px;
}
/* 网站信息 */
.footer-content .footer-siteInfo {
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}
.footer-siteInfo .content-top {
    display: flex;
    justify-content: space-between;
}
.footer-siteInfo .content-top .logo {
    width: 79px;
    height: 33px;
}
.footer-siteInfo .content-top .phone {
    display: inherit;
}
.footer-siteInfo .content-top .phone .phone-icon {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 5px;
}
.footer-siteInfo .content-top .phone p {
    color: white;
    margin-left: 9px;
}
.footer-siteInfo .content-bottom {
    margin-top: 18px;
    display: flex;
    padding-bottom: 20px;
}
.footer-siteInfo .content-bottom .nav-item {
    width: 90px;
    margin-left: 50px;
}
.footer-siteInfo .content-bottom .nav-item:first-child {
    margin-left: 0;
}
.nav-item span {
    font-size: 14px;
    color: white;
    font-weight: bold;
}
.nav-item li {
    display: block;
    margin-top: 10px;
}
.nav-item li a {
    color: #ACA7BA;
}

/*版权*/
.footer-copyright {
    text-align: center;
    padding-top: 20px;
    color: white;
}
.footer-copyright .copyright-item {
    margin-top: 5px;
    color: #ACA7BA;
    line-height: 20px;
    font-size: 10px;
}
.footer-copyright .copyright-item:first-child {
    margin-top: 0;
}
.footer-copyright .copyright-item a {
    color: #ACA7BA;
}

/*分页样式*/
.layui-clear {
    margin: 0;
    padding: 10px 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;
}