* {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  
}


img {
  vertical-align: top;
}
body{
  min-width: 1200px;
}

.title {
  margin-left: calc(50% - 600px);
}

.middle_box,
.header_img,
.bottom,
.position
.equipment,
.titles {
  min-width: 1200px;
  width: 100%;
}

.bottom_box,
.middle,
.background_img,
.our_company,
.content_tab,
.head_text > div {
  width: 1200px;
  margin: 0 auto;
}

/* --------------- 头部  ------------- */


.head_tab {
  display: flex;
  justify-content: space-between;
  margin: 0 70px;
}

.head_box {
  width: 100%;
  min-width: 1200px !important;
}

.head_text > div {
  color: #fff;
  padding: 5px 0;
  background: #333333;
}

.head_img {
  min-width: 1200px;
}



.logo {
  height: 60px;
  padding: 10px 0;
}

.li_background {
  z-index: 10;
  position: absolute;
  left: 276px;
  width: 92px;
  height: 80px;
  background: #fc8f00;
  transform: skewY(-40deg);
  transform: skewX(-40deg);
}

.li_backgrounds {
  z-index: 9;
  position: absolute;
  width: 184px;
  height: 80px;
  background: #00b5ec;
  transform: skewY(-40deg);
  transform: skewX(-40deg);
}

.top {
  /* position: relative; */
}

.content_box{
  display: none;
}
#content_box{
  display: block;
}
.top > img {
  width: 100%;
}
#li_f{
  color: #fff;
  background: #fc8f00;
}
.newstop_bottom {
  /* position: absolute; */
  /* bottom: 0; */
  width: 1200px;
  height: 100px;
  background-color: #00b5ec;
  /* left: 8%; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: -100px auto 0;
}
.newstop_bottom > span {
  color: #fff;
  font-size: 24px;
  margin-right: 32%;
}
.newstop_bottom > span > span {
  font-size: 15px;
}
.newstop_bottom > div {
  color: #fff;
  height: 31px;
  line-height: 31px;
  padding: 5px 20px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  color: black;
  margin: 0 1px;
}

    .newstop_bottom > div > a:hover {
    text-decoration:underline;
    }
.newstop_bottom > a:nth-child(2) {
  color: #fff;
  background-color: #fc8f00;
}

@media (max-width: 1200px) {
  .position{
    margin: 0;
  }
}
.position {
  margin-left: calc(50% - 580px);
  display: flex;
  padding: 50px;
  font-size: 16px;

}

.position_text {
  padding-left: 10px;
}

.position_text span {
  color: #00b5ec;
}
.newscontent {
  width: 1000px;
  margin: 0 auto;
}
.content_plate {
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}
.content_plate_img {
  height: 100%;
  position: relative;
  display: inline-block;
}
.content_plate_img > img {
  height: 100%;
}
.content_plate_img > div {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 30%;
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  background-color: #00b5ec71;
}
.content_plate_img > div > p {
  color: #fff;
  font-size: 12px;
}
.content_plate_img > div > p:nth-child(1) {
  font-size: 18px;
}
.content_plate_right {
  width: 70%;
  height: 100%;
  position: absolute;
  right: 0;
}
.content_plate_right_title {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 16px;
}
.content_plate_right_content {
  text-indent: 2em;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 10px;
}
.content_plate_right_more {
  background-color: #00b5ec;
  height: 28px;
  width: 90px;
  padding:6px;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  padding-left: 10px;
  border-right: 5px #fc8f00 solid;
}
    .content_plate_right_more:hover {
    text-decoration:underline;
    }
.newsline {
  width: 100%;
  height: 2px;
  background-color: #e7e7e7;
  border-radius: 5px;
  margin: 50px 0;
}
.navigation_bottom {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.navigation_bottom > a {
  padding: 6px 16px;
  margin: 0 5px;
  background-color: #ececec;
  border-radius: 5px;
  border: rgb(196, 196, 196) 1px solid;
  cursor: pointer;
}

.bottom {
  background: #00b5ec;
  margin-top: 40px;
}

.bottom_navigation {
  display: flex;
  min-width: 1200px;
  padding: 10px calc(50% - 600px);
  color: #fff;
  background: #414141;font-size:16px;
}

.bottom_navigation > div {
  /* padding-right: 30px; */
}

.bottom_list {
  display: flex;
  color: #fff;
  margin-top: 40px;
}

.bottom_list > li {
  margin-right: 40px;
}

.bottom_list a {
  font-size: 16px;
  color: #fff;
}

.bottom_con {
  padding: 30px 0;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.customer_service {
  display: flex;
}

.phone_img > img {
  width: 30px;
}

.phone_img {
  padding-top: 32px;
}

.customer_service_text {
  color: #fff;
  padding-left: 10px;
  margin-top: 32px;
  font-size: 16px;
  letter-spacing: 3px;
}

.number {
  margin-top: 5px;
}

.customer_service_img {
  width: 120px;
  height: 120px;
  background-image: url("/Content/Web/img/ewm.png");
  background-size: cover;
  margin-left: 10px;
}

.company_img {
  padding-right: 120px;
}

.numbers {
  color: #00b5ec;
  font-weight: 600;
  font-size: 44px;
}

.numbers > span {
  font-size: 12px;
}

.text {
  font-weight: 600;
  font-size: 12px;
  margin-top: -8px;
}

.text_box {
  position: relative;
}

.text_h {
  position: absolute;
  top: 40px;
  right: 45px;
}

.text_m {
  position: absolute;
  top: 190px;
  right: 5px;
}

.text_b {
  position: absolute;
  top: 350px;
  right: 110px;
}
.links {
    padding: 40px 0 10px 0;
    font-size: 16px;
    margin-left: calc(50% - 600px);
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.links a{
    color: #fff;
}