﻿/* pad版-重定义样式 */
html{
    zoom: 1 !important;
}
body{
    min-width: 100%;
}
.sw,
#content{
    box-sizing: border-box;
	width: 100%;
    padding: 0 10px;
    overflow: hidden;
}
.logobar{
    height: 100px;
	width: calc(100% - 40px);
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    margin-top: 0;
    max-width: calc(100% - 360px);
}
.logo img{
    display: block;
    max-width: 100%;
    height: auto;
}
.s-form{
    position: relative;
    top: auto;
    right: auto;
}

/* 导航 */
.navBar{
    height: auto;
    padding: 10px 0;
}
.mainNav{
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.mainNav li.li1{
    width: 20%;
    float: none;
}
.mainNav .li1 .a1{
    display: block;
    width: 100%;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    border-radius: 3px;
}
.mainNav .ul1{
    display: none !important;
}

/* ==========================================================================
   首页
========================================================================== */
/* 焦点图 & 新闻 & 日历 */
.home-page .focus-news-box{
    flex-wrap: wrap;
}
.home-page #focusNews{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 10px;
}
.home-page #focusNews .bd li img{
    display: block;
    width: 100%;
    height: auto;
}
.home-page #news{
    width: calc(100% - 340px);
    margin-left: 0;
}
.home-page .calendar-link{
    float: left;
    margin-left: 10px;
}


/* 通用框 & 新闻 */
.ind-box{
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}
.ind-box .hd .more{
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 30px;
    margin: 0;
    padding: 0;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background-color: #fafafa;
}
.ind-box .hd .more:hover{
    text-decoration: none;
}

/* 循环框 */
.home-page .ind-loop .ind-box{
    width: calc(100% /2 - 5px);
}


/* 图表切换 */
.ind-eachart .mhd{
    width: 260px;
}
.ind-eachart .mhd::before{
    bottom: 150px;
}
.ind-eachart .hd{
    padding: 0 10px;
}
.ind-eachart .hd li{
    margin-right: 0;
    padding: 0 10px;
    font-size: 15px;
}
.ind-eachart .bd{
    padding: 20px 10px;
}

.listBox .wBd .infoList, .listBox .wBd .CinfoList{
    padding: 15px 10px;
}

.ueditortable{
    width: 100% !important;
}

.form-control{
    width: 220px;
}


/* ==========================================================================
   采购搜索列表页
========================================================================== */
.mainBox .wBd{
    padding: 20px 0;
}