body {
	position: relative;
	height: 100%;
	font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
	background-color: #f2f6fc;
	*background-image: url(about:blank);
	*background-attachment: fixed;
}
* {
	box-sizing: border-box;
}
.fa {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 8;
    display: block;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/newicon.png) no-repeat;
    zoom: 1;
}
a {
    color: #333;
    text-decoration: none;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.fr {
    float: right !important;
}
.red {
    color: #ff3030 !important;
}
.nav {
	position: relative;
}
.nav * {
    box-sizing: content-box;
}
.bannerbox {  
    width:100%;  
    position:relative;  
    overflow:hidden;  
    height:400px;  
}  
.banner {  
    width:1920px; /*图片宽度*/  
    position:absolute;  
    left:50%;  
    margin-left:-960px; /*图片宽度的一半*/  
}  
.container {
    margin-right: auto;
    margin-left: auto;
    width: 980px;
    position: relative;
}
/* mq-navbar */
.navbar-wrapper {
    position: relative;
    z-index: 15;
}

.mq-navbar {
    margin: 0 auto;
    padding: 15px 0;
    width: 980px;
    background-color: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.mq-navbar ul {
    font-size: 14px;
    color: #666;
    display: block;
    overflow: hidden;
}

.mq-navbar ul ol {
    float: left;
    margin-left: 20px;
    padding: 5px 0;
    line-height: 1;
    overflow: hidden;
}

.mq-navbar ul li {
    float: left;
    margin: 0 10px;
    overflow: hidden;
}

.mq-navbar ul li a {
    padding: 5px 10px;
    line-height: 1;
    color: #666;
    display: block;
}

.mq-navbar ul li.active a, .mq-navbar ul li:active a {
    color: #fff;
    background-color: #007aff;
}

/* mq-brand */
.mq-brand {
    position: relative;
    z-index: 1;
}

.mq-brand-title {
    font-size: 18px;
    zoom: 1;
}

.mq-brand-title span {
    font-size: 14px;
    line-height: 24px;
}

.mq-brand-box {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    zoom: 1;
}

.mq-brand-box:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c5ddf6;
    visibility: visible;
}

.mq-brand-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #c5ddf6;
}

.mq-brand-item {
    position: relative;
    z-index: 1;
    display: block;
    float: left;
    width: 245px;
    height: 245px;
    *width: 244px;
    background-color: #fff;
    border-right: 1px solid #c5ddf6;
    border-bottom: 1px solid #c5ddf6;
}

.mq-brand-item-bd {
    position: relative;
    padding: 20px;
    text-align: center;
    opacity: 1;
}

.mq-brand-item-bd .mq-brand--img {
    position: relative;
}

.mq-brand-item-bd .mq-brand--img a {
    display: block;
    overflow:hidden;
}

.mq-brand-item-bd .mq-brand--img .fa-brand {
    position: absolute;
    top: -20px;
    left: -53px;
    z-index: 1;
    margin-top: 0;
    width: 56px;
    height: 56px;
    background-position: 0 -824px;
}

.mq-brand-item-bd .mq-brand--desc-hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin: 10px 0 5px;
    cursor: pointer;
}

.mq-brand-item-bd .mq-brand--desc .title {
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
    *display: inline-block;
    *width: 40%;
    width:auto;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.mq-brand-item-bd img {
    width: 138px;
    height: auto;
}

.msg-dropdown {
    *position: absolute;
}

#LeftFile {
    width: 130px;
    top: 115px;
    position: absolute;
    left:-124px ;
}
.LeftFile_Img p img {
    width: 100px;
    height: 100px;
}
.LeftFile_Img a:visited, a:link {
    text-decoration: none;
    color: #333;
}
.LeftFile_Img li {
    width: 100px;
    margin: 10px auto 0;
}
.LeftFile_P {
    width: 100px;
    height: 24px;
    color: #333;
    text-align: center;
    overflow: hidden;
    line-height: 24px;
}
.LeftFile_Img a:visited, a:link {
    text-decoration: none;
    color: #333;
}
#RigthFile {
    width: 130px;
   top: 115px;
    position: absolute;
    right: -124px;
}
.RigthFile_Img li {
    width: 100px;
    margin: 10px auto 0;
}
.RigthFile_P {
    width: 100px;
    height: 24px;
    color: #333;
    text-align: center;
    overflow: hidden;
    line-height: 24px;
}
.RigthFile_Img a:visited, a:link {
    text-decoration: none;
    color: #333;
}

