html,
body {
  font-family: "微软雅黑";
  font-size: 12px;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  margin: 0 auto;
}
* {
  box-sizing: border-box;
}
/*img {
  border: 0;
  width: 100%;
  max-width: 100%;
}*/

body {
  width: 100%;
  height: 100%;
  color: #fff;
  background: url("/BootStrapStyle/img/MajorHazardsTaiShi/bg.png") no-repeat;
  background-size: 100% 100%;
}

.warper {
  width: 100%;
  height: 100%;
}

.headerWarp 
{
  width: 100%;
  height: 8%;
  line-height: 78px;
  padding: 0 2%;
  border-bottom: 1px solid #122d4b;
}

.headerTitle {
  font-size: 28px;
  color: #bfc9e2;
  position: absolute;
  left: 40%;
  top: 0%;
}

.headerTime > span {
  font-size: 14px;
  color: #bfc9e2;
}

.contentWrap {
  width: 100%;
  height: 92%;
  padding: 1%;
}

.contentTop {
  width: 100%;
  height: 70%;
  margin-bottom: 1%;
}

.contentTop > div {
  width: 49%;
  height: 100%;
}

.contentTopLeftTop {
  width: 100%;
  height: 10%;
}

.contentTopLeftBot {
  width: 100%;
  height: 90%;
  /* border: 1px solid red; */
}

.titleBg {
  width: 55%;
  height: 100%;
}

.titleBg > div {
  width: 55%;
  height: 100%;
  background: url("/BootStrapStyle/img/MajorHazardsTaiShi/01.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height: 55px;
}

.titleText {
  color: #4eb0e1;
  font-size: 18px;
}

.titleSelect {
  width: 45%;
  height: 100%;
}

.titleSelectWrap {
  width: 100%;
  height: 100%;
  line-height: 56px;
  text-align: right;
  position: relative;
}

select::-ms-expand {
  display: none;
}

/* --火狐、谷歌清除--*/

.titleSelectWrap > select {
  border: none;
  outline: none;
  width: 40%;
  height: 60%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 2%;
  border: 1px solid #009dd0;
  border-radius: 6px;
  background-color: #133360;
  color: #009dd0;
}

.titleSelectWrap:after {
  content: "";
  width: 3%;
  height: 20%;
  background: url("/BootStrapStyle/img/MajorHazardsTaiShi/arrow.png") no-repeat center;
  position: absolute;
  right: 3%;
  top: 40%;
  pointer-events: none;
}

.contentTopRight > div {
  width: 100%;
  height: 32%;
  margin-bottom: 1.4%;
}

.contentTopRight > div:last-child {
  margin-bottom: 0;
}

.contentTopLeftBot > div {
  width: 100%;
  height: 100%;
}

.contentTopLeftBot > div img {
  display: block;
  width: 64%;
  margin: 0 auto;
}

.topRight_1 > div {
  width: 49%;
  height: 100%;
  background: url("/BootStrapStyle/img/MajorHazardsTaiShi/02.png") no-repeat;
  background-size: 100% 100%;
}

.topRight_2 {
  background: url("/BootStrapStyle/img/MajorHazardsTaiShi/03.png") no-repeat;
  background-size: 100% 100%;
}

#echarts1 {
  width: 100%;
  height: 100%;
}

#echarts2 {
  width: 100%;
  height: 100%;
}

#echarts3 {
  width: 100%;
  height: 100%;
}

#echarts4 {
  width: 100%;
  height: 100%;
}

#echarts5 {
  width: 100%;
  height: 100%;
}

#echarts6 {
  width: 100%;
  height: 100%;
}

#echarts7 {
  width: 100%;
  height: 100%;
}

.contentBottom {
  width: 100%;
  height: 30%;
  padding: 0 0 1% 0;
}

.contentBottomBg {
  width: 100%;
  height: 100%;
  background: url("/BootStrapStyle/img/MajorHazardsTaiShi/04.png") no-repeat;
  background-size: 100% 100%;
}

@media (max-width: 1680px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1440px) {
  .headerWarp {
    line-height: 63px;
  }
  .headerTitle {
    font-size: 24px;
    left: 36%;
  }
  .titleBg > div {
    line-height: 49px;
  }
  .titleText {
    font-size: 14px;
  }
  .titleSelectWrap:after {
    width: 4%;
    height: 35%;
    top: 40%;
  }
}
@media (max-width: 1280px) {
  .headerWarp {
    line-height: 53px;
  }
  .headerTitle {
    font-size: 20px;
    left: 36%;
  }
  .titleBg > div {
    line-height: 41px;
  }
  .titleText {
    font-size: 12px;
  }
  .titleSelectWrap:after {
    width: 4%;
    height: 35%;
    right: 3%;
    top: 50%;
  }
}

@media (max-height: 750px) {
  .headerWarp {
    line-height: 60px;
  }
  .headerTitle {
    font-size: 22px;
    left: 36%;
  }
  .titleBg > div {
    line-height: 41px;
  }
  .titleText {
    font-size: 14px;
  }
  .titleSelectWrap:after {
    width: 5%;
    height: 35%;
    top: 48%;
  }
}
@media (max-height: 670px) {
  .headerWarp {
    line-height: 53px;
  }
  .headerTitle {
    font-size: 20px;
    left: 36%;
  }
  .titleBg > div {
    line-height: 41px;
  }
  .titleText {
    font-size: 12px;
  }
  .titleSelectWrap:after {
    width: 4%;
    height: 35%;
    right: 3%;
    top: 50%;
  }
}

@media (max-height: 610px) {
  .headerWarp {
    line-height: 53px;
  }
  .headerTitle {
    font-size: 20px;
    left: 36%;
  }
  .titleBg > div {
    line-height: 34px;
  }
  .titleText {
    font-size: 12px;
  }
  .titleSelectWrap:after {
    width: 4%;
    height: 35%;
    right: 3%;
    top: 56%;
  }
}
