.dblock {
  display: block!important;
}
header {
  position: sticky;
  z-index: 111111111111;
  top: 0;
  background: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
header .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 230px;
  height: 68px;
}
header .logo > img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1800px) {
  header .logo {
    height: 60px;
    width: auto;
  }
}
@media screen and (max-width: 1600px) {
  header .logo {
    height: 54px;
    width: auto;
  }
}
@media screen and (max-width: 1400px) {
  header .logo {
    height: 42px;
    width: auto;
  }
}
header .centerbox {
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .centerbox {
    display: none;
  }
}
header .centerbox .ulbox {
  display: flex;
}
@media screen and (max-width: 1800px) {
  header .centerbox .ulbox {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1600px) {
  header .centerbox .ulbox {
    margin-right: 200px;
  }
}
@media screen and (max-width: 1400px) {
  header .centerbox .ulbox {
    margin-right: 260px;
  }
}
@media screen and (max-width: 1300px) {
  header .centerbox .ulbox {
    margin-right: 288px;
  }
}
header .centerbox .ulbox li {
  position: relative;
}
header .centerbox .ulbox li:nth-child(1) a {
  padding: 41px 32px 42px 32px;
}
@media screen and (max-width: 1600px) {
  header .centerbox .ulbox li:nth-child(1) a {
    padding: 30px 18px 30px 18px;
  }
}
@media screen and (max-width: 1400px) {
  header .centerbox .ulbox li:nth-child(1) a {
    padding: 25px 14px 25px 14px;
  }
}
header .centerbox .ulbox li a {
  padding: 41px 24px 42px 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  header .centerbox .ulbox li a {
    padding: 30px 18px 30px 18px;
  }
}
@media screen and (max-width: 1400px) {
  header .centerbox .ulbox li a {
    padding: 25px 14px 25px 14px;
  }
}
header .centerbox .ulbox li a:hover {
  background: #B01C2E;
}
header .centerbox .ulbox li a:hover p {
  color: #FFFFFF;
}
header .centerbox .ulbox li a p {
  min-width: 56px;
  font-size: 18px;
  line-height: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}
header .centerbox .ulbox .heanav {
  background: #B01C2E;
}
header .centerbox .ulbox .heanav p {
  color: #FFFFFF;
}
header .centerbox .xiala {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
}
header .centerbox .xiala a {
  padding: 0!important;
}
header .centerbox .xiala a li {
  display: none;
  background: #CB3446;
  transition: all 1.5s;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 1600px) {
  header .centerbox .xiala a li {
    padding: 22px 0 ;
  }
}
@media screen and (max-width: 1400px) {
  header .centerbox .xiala a li {
    padding: 18px 0;
  }
}
header .centerbox .xiala a li:hover {
  background: #B01C2E;
}
header .centerbox .xiala a li p {
  font-size: 16px;
  line-height: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
header .phone {
  position: absolute;
  right: 76px;
  width: 200px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #B01C2E;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  header .phone {
    right: 50px;
  }
}
@media screen and (max-width: 425px) {
  header .phone {
    display: none;
  }
}
header .phone .p1 {
  margin-left: 21px;
}
header .phone .p1 p {
  font-size: 16px;
  line-height: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B01C2E;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  header .sjnav {
    display: none;
  }
}
header .sjnav .actsj li:nth-child(1) {
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) !important;
  transform: rotate3d(0, 0, 1, 45deg) !important;
  transition: all 0.6s;
}
header .sjnav .actsj li:nth-child(2) {
  opacity: 0;
  transition: all 0.6s;
}
header .sjnav .actsj li:nth-child(3) {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: -30px;
  transition: all 0.6s;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) !important;
  transform: rotate3d(0, 0, 1, -45deg) !important;
}
header .sjnav .box00 {
  position: relative;
}
header .sjnav .box00 li {
  width: 30px;
  height: 4px;
  background-color: #B01C2E;
  transition: all 0.6s;
  position: absolute;
  top: 0;
  left: -30px;
  transition: all 1s;
}
header .sjnav .box00 li:nth-child(1) {
  transform: translate3d(0, -8px, 0);
}
header .sjnav .box00 li:nth-child(3) {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0);
}
header .sjnav .sjxiala {
  display: none;
  width: 100%;
  position: fixed;
  top: 62px;
  left: 0;
  padding-left: 20px;
  background-color: #FFFFFF;
}
header .sjnav .sjxiala p {
  font-size: 14px;
  font-weight: bold;
}
header .sjnav .sjxiala li {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 30px;
}
header .sjnav .sjxiala li .sjactive {
  display: block!important;
}
header .sjnav .sjxiala li .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .sjnav .sjxiala li .flexbox .xz {
  transform: rotate(180deg);
}
header .sjnav .sjxiala li .sjxiala2 {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}
header .sjnav .sjxiala li .sjxiala2 p {
  font-weight: normal;
  font-size: 12px;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px!important;
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
