@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 图片自适应 */
img {
    /*width: 100%;
    height: auto;*/
    width: auto\9; /* ie8 */
    /* display: block;*/
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 'Microsoft YaHei';/*,'宋体', Tahoma, Arial, sans-serif*/
}
em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei';
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p{
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
/*img {
    border: none;
}*/
input{
    font-family: 'Microsoft YaHei';
}

/*公用头部*/
.margin-c{
    width: 1196px;
    margin: 0 auto;
}
.index-top{
    height: 120px;
    font-size: 18px;
    text-align: center;
}
.nav{
    height: 120px;
    overflow: hidden;
    /*display: table;*/
}
.nav ul{
    width: 885px;
    height: 120px;
    margin: 0 auto;
    /*display: table-cell;
    vertical-align: middle;*/
}
.nav img{padding-top: 0;}
.index-top li{
    width:117px;
    float: left;
}
.index-top a{
    display: block;
    color: #fff;
    line-height: 120px;
}
.index-top a:hover{
    color: #fece1f;
}
.nav-dl{
    position: absolute;
    top: 120px;
    left: 0;
    width:100%;
    height: 0;
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all .3s;
}
.product-list:hover .nav-dl{
    height: 230px;
}
.nav-dl dl{
    padding: 30px 0;
    overflow: hidden;
}
.nav-dl dd{
    position: relative;
    width: 234px;
    height: 170px;
    float: left;

}
.nav-dl a{
    transform: scale(1);
    transition: all .3s;
}
.nav-dl dd:hover a{
    transform: scale(1.1);
}
.right-boder{
    position: absolute;
    top:5px;
    right: 0;
    width: 1px;
    height: 100px;
    background: #ccc;
}
.dd-img{
    height: 120px;
    margin-bottom: 10px;
}
.dd-img img{
    display: block;
    margin: 0 auto
}
.nav-dl h2{
    color: #666;
    font-size: 16px;
    line-height: 20px;
}
.nav-dl p{
    color: #E7863D;
    font-size: 12px;
    line-height: 20px;
}

/*首页头部*/
.bgc1{
    width: 100%;
    min-width: 1196px;
    position: absolute;
    background: rgba(0,0,0,.4);
    z-index: 1;
}


/*其他页面头部*/
.bgc{
    min-width: 1196px;
    background: #3c3c3c;
}
.nav .active-on{background: #fff;}
.nav .active-on a{color: #000;}

/*底部*/
.footer{
    height: 529px;
    min-width: 1196px;
    background: #eee;
}
.footer-top{
    height: 410px;
    padding-top: 66px;
    padding-bottom: 60px;
    font-size: 25px;
    text-align: center;
}
/*.footer-top ul{padding-top: 113px;}*/
.footer-top li{
    position: relative;
    float: left;
    width: 284px;
    height: 284px;
    margin-right: 20px;
    padding-top: 46px;
    transition: all .3s;
}
.footer-top li:last-child{margin-right: 0;}
.footer-top p{margin-top: 25px;}
.img-box{
    width:140px;
    height: 140px;
    margin:0 auto;
}
.img-box img{width:100%;}
.ab-box{
    position: absolute;
    top:0;
    left: 0;
    width: 284px;
    height: 284px;
    background: #fff;
    opacity: 0;
    transition: all .3s;
}
.ab-box.wx-box{
    height: 260px;
    padding-top: 24px;
}
.wx-box .img-box{
    width: 190px;
    height: 190px;
}
.wx-box p{margin-top: 18px;}
.phone-box{background: url(../image/footer6.png) left top no-repeat #fff;}
.phone-box h4{
    padding-top: 85px;
    padding-bottom: 25px;
    font-size: 30px;
    line-height: 38px;
}
.footer-top li:hover{
    background: #fff;
}
.footer-top li:last-child:hover{
    background: #eee;
}
.footer-top li:hover .ab-box{opacity: 1;}
.footer-top li:hover a{color: #000;}
/*.footer-top li:last-child a,
.footer-top li:last-child:hover a{color: #969696;}*/
.footer-bottom{
    height: 116px;
    background: #fff;
    line-height: 100px;
    text-align: center;
    color: #b9bcbc;
}
/*分页*/
#pages .layui-laypage-prev{display: none;}
#pages .layui-laypage{display: block;}
#pages .layui-laypage .layui-laypage-curr .layui-laypage-em{background: #ffc300;}
#pages a,#pages span{
    width: 70px;
    height: 65px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 6px;
    font-size: 16px;
    text-align: center;
    line-height: 65px;
    color: #fff;
    background-color: #7b7b7b;
}
#pages a:last-child{
    width: 154px;
    float: right;
}