﻿@font-face {
  font-family: 'SemiBold';
  src: url('/Content/Areas/News/css/SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "SemiBold";
}

.header {
  background: #fff;
  z-index: 5;
  width: 100%;
  height: 289px;
  position: absolute;
  background: url(/Sites/Uploaded/UserUpLoad/20240124/20240124150446.png) !important;
}

.inContent {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  margin-top: -25px;
}

.mainLogo {
  display: block;
  margin-top: -20px;
}

img.default {
  display: none;
}

.header-topIn {
  background: none;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  width: 1200px;
  padding-top: 0;
  margin: 0 auto;
  height: 53px;
}

.header-top a.search_icon {
  width: 17px;
  height: 25px;
}

.header-top a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}

.header-top a. .header-top li {
  height: 25px;
}

.header-top li:nth-child(1) {
  font-size: 16px;
  padding-left: 25px;
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124145205.png') no-repeat left center;
  margin-right: 20px;
  float: left;
  line-height: 25px;
  z-index: 1;
}

.header-top li:nth-child(2) {
  background: url('/Sites/Uploaded/UserUpLoad/20240124/20240124145450.png') no-repeat left center;

}

.flex_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.zyb_logo {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
 .inContent,.header-top {
 width: 1000px;
}
  .main{width:100%;}
}
@media screen and (max-width:768px) {
  .inContent {
 width: 100%;
 margin-top: 0;
  }

  .header-top {
 width: 100%;
 line-height: 40px;
 height: 40px;
 padding: 0 20px;
 box-sizing: border-box;
  }

  div.header {
 background-color: #fff;
 background-image: none !important;
 position: initial;
 height: auto;
  }

  .flex_head {
 align-items: start;
  }

  .zyb_logo .default {
 display: block;
 width: 3rem;
 margin: 0.3rem;
  }

  .mainLogo {
 display: none;
  }

  .header-topIn {
 background: #A12100;
  }
} 