#main {
  background-color: #ffffff;
  min-width: 1170px;
}

#main a {
  text-decoration: none;
}
#main .container{
  min-width: 1170px;
  padding-right: 0;
  padding-left: 0;
  margin: 0 auto;
}
.banner_section input::-webkit-input-placeholder {
  color: #d2d2d2;
}

.banner_section input:-moz-placeholder {
  color: #d2d2d2;
}

.banner_section input::-moz-placeholder {
  color: #d2d2d2;
}

.banner_section input:-ms-input-placeholder {
  color: #d2d2d2;
}

.banner_section {
  position: relative;
  height: auto;
  height: 250px;
}

.banner_section .banner_search {
  width: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}

.banner_section .search_section {
  position: relative;
  width: 602px;
  display: inline-block;
}

.search_section .search_icon {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #ccc;
  font-size: 18px;
  cursor: pointer;
}

.banner_section > img {
  width: 100%;
  height: 100%;
  background-color: #000000;
}

.banner_section .banner_search > h3 {
  margin-top: 3%;
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
  color: #ffffff;
}

.banner_section .banner_search > p {
  margin: 19px 0 28px;
  color: #ffffff;
}

.banner_section .banner_search #input_search {
  width: 602px;
  height: 42px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  opacity: 1;
  border-radius: 2px;
  font-size: 14px;
  padding-left: 10px;
  outline: none;
}

.banner_section .banner_search .btn_search {
  position: absolute;
  right: 20px;
  top: 12px;
  font-size: 18px;
  color: #ccc;
  cursor: pointer;
}

.nav_section .container .text {
  line-height: 58px;
}

.dowload_content {
  position: relative;
}

.download_nav {
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 3;
}

.download_nav > a {
  text-decoration: none;
  font-size: 28px;
  color: #1b1b1b;
  margin: 0 18px;
  line-height: 56px;
  display: inline-block;
  border-bottom: 3px solid transparent;
}

.download_nav > .active {
  border-bottom-color: #357ebd;
}

.dowload_title {
  width: 100%;
  text-align: right;
  margin: 60px 0px 22px;
}

.dowload_title > a {
  /* width: 98px; */
  height: 33px;
  padding: 0 5px;
  display: inline-block;
  line-height: 31px;
  box-sizing: border-box;
  text-align: center;
  background: #efefef;
  border: 1px solid #efefef;
  color: #9f9f9f;
  border-radius: 2px;
  margin-left: 16px;
}

.dowload_title > .active {
  /* width: 98px; */
  height: 33px;
  background: #357ebd;
  border: 1px solid #357ebd;
  color: #fff;
  border-radius: 2px;
}

.list_head_title {
  line-height: 50px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-left: 18px;
  box-sizing: border-box;
  font-size: 20px;
  color: #434343;
  font-weight: 600;
}

/* 查看更多 */
.seemore {
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  display: none;
  cursor: pointer;
}

/* list */
.li_item {
  border-bottom: 1px solid #eeeeee;
  text-align: right;
  padding: 0;
  margin: 0;
  line-height: 50px;
  padding-left: 10px;
}

.li_item .mui-navigate-right {
  font-size: 18px;
  color: #434343 !important;
}

.mui-content > .mui-table-view:first-child {
  margin-top: -1px;
}

.mui-navigate-right::after {
  content: "";
}

.mui-table-view-cell:after {
  background-color: transparent;
}

.mui-content {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

.mui-table-view:after {
  background-color: #e5e5e5ff;
}

.li_item .mui-navigate-right > .text {
  width: 98px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  color: #434343;
  line-height: 50px;
  margin-left: 12px;
  font-size: 14px;
}

.mui-table-view-cell > a:not(.mui-btn) {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0px;
  padding: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
}

.mui-table-view-chevron .mui-table-view-cell {
  padding-right: 0px;
}

.mui-table-view-chevron .mui-table-view-cell > a:not(.mui-btn) {
  margin: 0px;
}

.li_item .mui-navigate-right > .file_name {
  float: left;
  line-height: 50px;
}

.dowload_content .mui-pull-bottom-pocket {
  visibility: visible;
}

.dowload_content .mui-table-view:before {
  background-color: transparent;
}

.nodate{
  line-height: 50px;
  text-align: center;
  margin-top: 50px;
}