@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format("otf"), url('../fonts/Gotham-Bold.woff') format("woff"), url('../fonts/Gotham-Bold.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'NeoSansStd';
  src: url('../fonts/NeoSansStd-Bold.otf') format("otf"), url('../fonts/NeoSansStd-Bold.woff') format("woff"), url('../fonts/NeoSansStd-Bold.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  /* 针对IE8不兼容background-size进行处理 */
  -ms-behavior: url(../htc/backgroundsize.min.htc);
  behavior: url(../htc/backgroundsize.min.htc);
  font-family: "Microsoft YaHei", "微软雅黑", "Noto Sans SC", "Microsoft JhengHei", "华文细黑", "STHeiti", "MingLiu";
}
h1,
h2,
h3,
p {
  margin: 0;
}
.container {
  padding-left: 25px;
  padding-right: 25px;
}
.button {
  display: block;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 44px;
  border-radius: 44px;
  background: #F99D1B;
  background: linear-gradient(to right, #F15A28, #F99D1B);
}
.button:hover {
  text-decoration: none;
}
.button .txt {
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
}
.button .icon {
  position: absolute;
  width: 28px;
  height: 28px;
  right: 8px;
  top: 8px;
}
/* 导航 */
#menu {
  position: fixed;
  width: 100%;
  height: 80px;
  background: url(../images/menuBg.png);
  background-size: 100% 100%;
  z-index: 2;
}
#menu #menuContent .logo {
  position: relative;
  width: 130px;
  height: 26px;
  float: left;
  display: block;
  margin-top: 15px;
  margin-left: -7px;
}
#menu #menuContent .navs {
  float: left;
}
#menu #menuContent .navs .nav {
  position: relative;
  height: 100%;
  line-height: 116px;
  float: left;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
  font-size: 16px;
}
#menu #menuContent .navs .nav .bar {
  position: absolute;
  width: 20px;
  height: 3px;
  left: 50%;
  bottom: 30px;
  margin-left: -10px;
  background: #ffffff;
  border-radius: 4px;
  display: none;
}
#menu #menuContent .navs .active .bar {
  display: block;
}
#menu #menuContent .menuBtns {
  position: relative;
  display: block;
  margin-top: 8px;
  margin-right: -17px;
  float: right;
}
#menu #menuContent .menuBtns .openMenu {
  width: 40px;
  height: 40px;
  cursor: pointer;
  float: left;
}
#menu #menuContent .menuBtns .search {
  float: left;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.mb_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #505558;
  z-index: 2;
}
.mb_menu .logo {
  width: 180px;
  height: 36px;
  margin: auto;
  display: block;
  margin-top: 120px;
}
.mb_menu .navs {
  margin-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
}
.mb_menu .navs .nav {
  position: relative;
  height: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mb_menu .navs .nav .text {
  font-size: 16px;
  color: #ffffff;
  line-height: 60px;
}
.mb_menu .navs .nav .arrow {
  position: absolute;
  display: block;
  width: 6px;
  height: 14px;
  right: 0;
  top: 23px;
}
.mb_menu .close {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 10px;
}
.footer {
  position: relative;
  background: #505558;
}
.footer .footerInfo {
  padding-top: 50px;
  padding-bottom: 40px;
}
.footer .footerInfo .logo {
  width: 160px;
  height: 32px;
  margin: auto;
  display: block;
  opacity: 0.3;
}
.footer .footerInfo .wx {
  width: 120px;
  height: 36px;
  margin: auto;
  display: block;
  margin-top: 40px;
}
.footer .footerInfo .siteMap {
  float: left;
  margin-left: 100px;
}
.footer .footerInfo .siteMap .mapList {
  width: 100px;
  margin-left: 50px;
  float: left;
}
.footer .footerInfo .siteMap .mapList .mapTitle {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
}
.footer .footerInfo .siteMap .mapList .navs {
  margin-top: 20px;
}
.footer .footerInfo .siteMap .mapList .navs .nav {
  font-size: 12px;
  color: #CED3D8;
  line-height: 24px;
  cursor: pointer;
}
.footer .footerInfo .siteMap .mapList .navs .nav:hover {
  text-decoration: underline;
}
.footer .copyright {
  height: 80px;
  background: #484E52;
  font-size: 12px;
  color: #868C92;
  text-align: center;
  padding-top: 20px;
}
#searchPage {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
  text-align: center;
}
#searchPage .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
#searchPage .searchInfo {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#searchPage .searchInfo .close {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 10px;
  opacity: 1;
  z-index: 1;
}
#searchPage .searchInfo .searchInput {
  position: relative;
  width: 295px;
  height: 44px;
  margin: auto;
  z-index: 1;
}
#searchPage .searchInfo .searchInput .input {
  display: block;
  width: 295px;
  height: 44px;
  background: #F5F8FA;
  border: 0;
  border-radius: 12px;
  text-align: center;
}
#searchPage .searchInfo .searchInput .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 2px;
  top: 2px;
}
#searchPage .listNum {
  display: inline-block;
  border: solid 1px #EDF2F6;
  font-size: 12px;
  font-weight: 300;
  color: #828C96;
  line-height: 20px;
  margin-top: 24px;
  padding: 8px 24px;
  border-radius: 8px;
}
#searchPage .listContainer {
  position: absolute;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 20px;
  height: 100%;
  width: 100%;
  top: 0;
  padding-top: 200px;
  padding-bottom: 50px;
}
#searchPage .listContainer .listContent {
  position: relative;
  height: 100%;
  overflow: auto;
  padding-bottom: 30px;
}
#searchPage .listContainer .listContent .listItem {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CBD3DA;
}
#searchPage .listContainer .listContent .listItem .labelName {
  font-size: 13px;
  font-weight: 300;
  color: #828C96;
  line-height: 18px;
}
#searchPage .listContainer .listContent .listItem .title {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  font-weight: 400;
  color: #505558;
}
.pageTitleBox {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pageTitleBox .title1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: #FC8134;
  display: inline-block;
  background: -webkit-linear-gradient(360deg, #F15A28, #F99D1B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pageTitleBox .title2 {
  font-size: 32px;
  line-height: 42px;
  color: #333538;
  margin-top: 6px;
  font-weight: bold;
}
/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
  /* 导航 */
  #menu {
    height: 116px;
  }
  #menu #menuContent .logo {
    width: 180px;
    height: 36px;
    margin-right: 0px;
    margin-top: 40px;
  }
  #menu #menuContent .navs {
    margin-left: 48px;
  }
  #menu #menuContent .navs .nav {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
  }
  #menu #menuContent .navs .nav .bar {
    bottom: 36px;
  }
  #menu #menuContent .menuBtns {
    margin-top: 38px;
  }
  .footer .footerInfo .siteMap {
    margin-left: 60px;
  }
  .footer .footerInfo .siteMap .mapList {
    margin-left: 20px;
  }
  .footer .copyright {
    height: 57px;
  }
  .footer .copyright p {
    display: inline-block;
  }
  .footer .copyright p:first-child {
    padding-right: 20px;
  }
  #searchPage .searchInfo {
    width: 60%;
  }
  #searchPage .searchInput .input {
    width: 400px;
  }
  #searchPage .listNum {
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 8px;
  }
  #searchPage .listContainer {
    padding-left: 100px;
    padding-right: 100px;
    margin-top: 40px;
  }
  #searchPage .listContainer .listItem {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  #searchPage .listContainer .listItem .labelName {
    font-size: 13px;
    font-weight: 300;
    color: #828C96;
    line-height: 18px;
  }
  #searchPage .listContainer .listItem .title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 12px;
  }
  .pageTitleBox {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .pageTitleBox .title1 {
    font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    color: #FC8134;
    display: inline-block;
    background: -webkit-linear-gradient(360deg, #F15A28, #F99D1B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .pageTitleBox .title2 {
    font-size: 48px;
    line-height: 64px;
    color: #333538;
    margin-top: 8px;
  }
}
/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {
  /* 导航 */
  #menu #menuContent .logo {
    margin-right: 100px;
    cursor: pointer;
  }
  #menu #menuContent .navs {
    margin-left: 0;
  }
  #menu #menuContent .navs .nav {
    padding-left: 22px;
    padding-right: 22px;
    font-size: 17px;
  }
  #menu #menuContent .navs .nav .bar {
    bottom: 32px;
  }
  .footer .footerInfo .siteMap {
    margin-left: 100px;
  }
  .footer .footerInfo .siteMap .mapList {
    margin-left: 80px;
  }
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
  /* 导航 */
  #menu #menuContent .logo {
    margin-right: 170px;
  }
  .footer .footerInfo .siteMap {
    margin-left: 200px;
  }
  .footer .footerInfo .siteMap .mapList {
    margin-left: 100px;
  }
}
