.red {
  color: #BD121A !important;
}
.htmlBodyOverflow {
  overflow-y: hidden;
}
/* seo隐藏dom */
.hideDom {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  visibility: hidden !important;
  overflow: hidden !important;
}
.bgHen {
  width: 100%;
  background: #F5F5F6;
  height: 15px;
}
.main {
  min-height: calc(100vh - 280px);
}
#pageContent {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 0 20px;
}
.crumbs {
  padding: 25px 0 18px;
}
.crumbs a {
  font-size: 12px;
  color: #8D8D8D;
}
.crumbs a.active {
  color: #0F2546;
}
#pageTab .tabBox {
  width: 314px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 0 20px;
}
#pageTab .tabBox.pageTab1 {
  background: url("../images/pageTab1.png") no-repeat;
  background-size: 100% 16px;
  background-position: left bottom;
}
#pageTab .tabBox.pageTab2 {
  background: url("../images/pageTab2.png") no-repeat;
  background-size: 100% 16px;
  background-position: left bottom;
}
#pageTab .tabBox a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #9A9A9A;
  font-size: 18px;
  text-align: center;
}
#pageTab .tabBox a.active {
  color: #272727;
}
.contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contentBox .left {
  width: 650px;
}
.contentBox .right {
  width: 280px;
}
.pages {
  padding: 10px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.pages span {
  color: #111;
  font-size: 14px;
  margin: 0 10px;
}
.pages > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pages > ul > li {
  margin: 0 10px;
}
.pages > ul > li a {
  display: block;
  width: 16px;
  height: 16px;
  color: #111;
  border-radius: 50%;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
}
.pages > ul > li a.active {
  color: red;
}
.pages select {
  width: 60px;
  border: 1px solid #dedede;
  outline: none;
}
.pages input {
  width: 60px;
  border: 1px solid #dedede;
  text-align: center;
}
#header {
  width: 100%;
  height: 60px;
  background: #0F2546;
  position: fixed;
  z-index: 100;
}
#header .headerCenter {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .headerCenter .imgBox {
  width: 149px;
  height: 32px;
  background: #dedede;
  background: transparent;
}
#header .headerCenter .imgBox a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .headerCenter .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header .headerCenter #navBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .headerCenter #navBox .navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
#header .headerCenter #navBox .navList .navItem {
  padding-right: 26px;
  height: 60px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 26px;
}
#header .headerCenter #navBox .navList .navItem:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  margin-top: -7px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  background: #fff;
}
#header .headerCenter #navBox .navList .navItem a {
  color: #fff;
  font-size: 15px;
}
#header .headerCenter #navBox .navList .navItem .xlList {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  padding-right: 26px;
  display: none;
}
#header .headerCenter #navBox .navList .navItem .xlList > li {
  line-height: 30px;
  width: 100%;
  text-align: center;
  background: #0F2546;
}
#header .headerCenter #navBox .navList .navItem .xlList > li a {
  color: #fff;
  font-size: 12px;
}
#header .headerCenter #navBox .navList .navItem .xlList > li a:hover {
  color: #BDAA7A;
}
#header .headerCenter #navBox .navList .navItem .xlList > li:last-child {
  position: relative;
  padding-bottom: 8px;
}
#header .headerCenter #navBox .navList .navItem .xlList > li:last-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  background: url(../images/navItemBg.png) no-repeat;
  background-size: 100% 100%;
}
#header .headerCenter #navBox .navList .navItem.active a {
  color: #BDAA7A;
}
#header .headerCenter #navBox .navList .navItem:hover a {
  color: #BDAA7A;
}
#header .headerCenter #navBox .navList .navItem:hover .xlList {
  display: block;
}
#header .headerCenter #navBox .searchBox {
  margin-left: 60px;
  border: 1px solid #dedede;
  width: 130px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  padding-right: 30px;
}
#header .headerCenter #navBox .searchBox input {
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 15px;
  border: none;
  padding-left: 10px;
  font-size: 12px;
  color: #fff;
}
#header .headerCenter #navBox .searchBox button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: transparent;
  border: 0;
  z-index: 2;
  outline: none;
  cursor: pointer;
}
#header .headerCenter #navBox .searchBox img {
  position: absolute;
  width: 17px;
  height: 14px;
  top: 6px;
  right: 9px;
  z-index: 1;
}
.headerRela {
  width: 100%;
  height: 60px;
}
#footer {
  background: #2C2C2C;
  padding: 45px 0 30px;
}
#footer .content {
  width: 1010px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
#footer .content img.logo {
  width: 101px;
  height: 67px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -33px;
}
#footer .content .textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#footer .content .textBox .compName {
  font-size: 19px;
  color: #fff;
  line-height: 19px;
  margin-bottom: 10px;
}
#footer .content .textBox .placeAndTel,
#footer .content .textBox .contact {
  margin-bottom: 14px;
}
#footer .content .textBox .placeAndTel span,
#footer .content .textBox .contact span {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  margin-bottom: 14px;
}
#footer .content .textBox .contact {
  margin-bottom: 0;
}
.copyRight {
  background: #000;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  position: relative;
}
.copyRight span {
  font-size: 12px;
}
.copyRight .footNav {
  position: absolute;
  top: 0;
  right: 50px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyRight .footNav li {
  padding: 0 6px;
}
.copyRight .footNav li a {
  color: #282828;
  font-size: 12px;
}
#pageTitle {
  width: 1000px;
  margin: 0 auto;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#pageTitle .title {
  height: 38px;
  background: url("../images/pageTitlebg.png") no-repeat;
  color: #0F2546;
  font-size: 30px;
  line-height: 28px;
  padding-left: 19px;
}
#pageTitle .note {
  font-size: 13px;
  color: #0F2546;
  padding-left: 20px;
  margin-top: 8px;
}
.pageBg {
  width: 100%;
  height: 293px;
}
.pageBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.rightNewsList {
  width: 100%;
}
.rightNewsList .newsListTitle {
  background: url("../images/newsTitleBg.png") no-repeat;
  background-size: 100% 100%;
  width: 118px;
  height: 36px;
  text-align: right;
  padding-right: 10px;
  line-height: 36px;
  margin-bottom: 16px;
}
.rightNewsList .newsListTitle span {
  color: #fff;
}
.rightNewsList > ul > li {
  border-bottom: 1px solid #BD121A;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.rightNewsList > ul > li .itemTitle {
  margin-bottom: 10px;
}
.rightNewsList > ul > li .itemTitle a {
  color: #343434;
  display: block;
  text-align: left;
}
.rightNewsList > ul > li .note {
  height: 34px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.rightNewsList > ul > li .note a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #989999;
}
.rightNewsList > ul > li .itemBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 24px;
}
.rightNewsList > ul > li .itemBottom img {
  width: 12px;
  margin-right: 4px;
  vertical-align: middle;
}
.rightNewsList > ul > li .itemBottom .timeBox {
  font-size: 12px;
  color: #AFAFAF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rightNewsList > ul > li .itemBottom .enterBox {
  color: #BD121A;
  font-size: 14px;
}
#structuralPgae .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#structuralPgae .left .sTitle {
  width: 34px;
  min-height: 500px;
  line-height: 20px;
  font-size: 14px;
  background: #CECECE;
  border-radius: 8px;
  text-align: center;
  color: #3A3A3A;
  padding-top: 90px;
}
#structuralPgae .left .bmBox {
  padding-left: 156px;
}
#structuralPgae .left .bmBox .bmList {
  position: relative;
}
#structuralPgae .left .bmBox .bmList:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #dedede;
  left: -136px;
  top: 0;
}
#structuralPgae .left .bmBox .bmList .bmItem {
  padding: 10px 30px 10px 20px;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
#structuralPgae .left .bmBox .bmList .bmItem .sList .sItem .pDiv {
  width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#structuralPgae .left .bmBox .bmList .bmItem .sList .sItem .pDiv .index {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
}
#structuralPgae .left .bmBox .bmList .bmItem .sList .sItem .pDiv .index span {
  display: block;
  background: #F0F0F0;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: #868686;
  border-radius: 50%;
  font-size: 12px;
  -ms-flex-item-align: start;
      align-self: start;
}
#structuralPgae .left .bmBox .bmList .bmItem .sList .sItem .pDiv .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #838383;
  font-size: 12px;
}
#structuralPgae .left .bmBox .bmList .bmItem .bmItemName {
  position: absolute;
  left: -110px;
  top: 50%;
  margin-top: -16px;
  width: 100px;
  height: 32px;
  background: #F0F0F0;
  color: #000C23;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}
#structuralPgae .left .bmBox .bmList .bmItem .bmItemName .icon {
  font-size: 18px;
  width: 26px;
}
#structuralPgae .left .bmBox .bmList .bmItem .bmItemName:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #dedede;
  left: -26px;
  top: 50%;
}
#structuralPgae .left .bmBox .bmList .bmItem:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 2px #f3f3f3;
          box-shadow: 0px 0px 10px 2px #f3f3f3;
  border-radius: 10px;
}
#structuralPgae .left .bmBox .bmList .bmItem:hover .bmItemName {
  background: #000C23;
  color: #fff;
}
