* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100vw;
}
a {
    color: #000;
}
.headerContainer {
  width: 100vw;
  height: 100px;
  min-width: 1200px;
  background: url('../imgs//texture_up.png') no-repeat;
  background-size: 100% 100%;
}
.headerContainer .header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
  background: url('../imgs/zjsf_logo.png') no-repeat;
  background-size: 392px 66px;
  background-position: left center;
  padding-top: 31px;
  display: flex;
}
.headerContainer .header .slogan {
  width: 400px;
  height: 38px;
  margin-left: 494px;
  background: url('../imgs/slogan.png') no-repeat;
  background-size: 100% 100%;
}
.headerContainer .header .input-search {
  width: 198px;
  height: 40px;
  display: flex;
  margin-left: 104px;
  border: 1px solid #FFEDED;
}
.headerContainer .header .input-search input {
  width: 164px;
  height: 40px;
  line-height: 40x;
  border: none;
  padding-left: 18px;
  font-size: 12px;
  background: transparent;
  color: #fff;
}
.headerContainer .header .input-search ::-webkit-input-placeholder {
  color: #E9CACB;
}
.headerContainer .header .input-search :-moz-placeholder {
  color: #E9CACB;
}
.headerContainer .header .input-search ::-moz-placeholder {
  color: #E9CACB;
}
.headerContainer .header .input-search :-ms-input-placeholder {
  color: #E9CACB;
}
.headerContainer .header .input-search input:focus {
  outline: none;
  /*È¥µôÄ¬ÈÏinput½¹µã±ß¿ò*/
}
.headerContainer .header .input-search .searchBtn {
  height: 40px;
  width: 34px;
  background: url('../imgs/search.png') no-repeat;
  background-size: 14px 14px;
  background-position: center;
  background-color: transparent;
}
.nav-container {
  width: 100vw;
  min-width: 1200px;
  height: 80px;
  background: url(../imgs/texture_green.png) no-repeat;
  background-size: 100% 440%;
  background-position: top;
  padding-top: 15px;
}
.nav-container .navigator {
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 1px solid #90000A;
  text-align: center;
  line-height: 50px;
  box-sizing: content-box;
}
.nav-container .navigator .my-navigator {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.6);
}
.nav-container .navigator .my-navigator li {
  z-index: 9999;
  height: 50px;
}
.nav-container .navigator .my-navigator li a {
  position: relative;
  display: block;
  width: calc(1200px / 9);
  height: 50px;
  color: #90000A;
  font-weight: bold;
  font-size: 16px;
}
.nav-container .navigator .my-navigator li ul {
  display: none;
  z-index: 9999;
  margin-top: 1px;
  list-style: none;
  width: 1200px;
  position: absolute;
  left: calc((100vw - 1200px) / 2);
  background: rgba(255, 255, 255, 0.6);
}
.nav-container .navigator .my-navigator li ul li {
  height: 40px;
  float: left;
  width: 200px;
}
.nav-container .navigator .my-navigator li ul li a {
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px;
  color: #90000A;;
  position: relative;
  text-align: left;
  padding-left: 40px;
  white-space: nowrap;
}
.nav-container .navigator .my-navigator li ul li a:hover::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 20px;
  top: 15px;
  border: 5px solid transparent;
  border-left: 5px solid #90000A;
}
footer {
  width: 100vw;
  height: 150px;
  min-width: 1200px;
  background: url('../imgs/texture_down.png') no-repeat;
  background-size: 100% 100%;
}
footer .footer-container {
  width: 1200px;
  height: 150px;
  margin: 0 auto;
  background: url('../imgs/zjsf_logo.png') no-repeat;
  background-position: left center;
  background-size: 392px 66px;
  padding-top: 52px;
  position: relative;
}
footer .footer-container .school-info {
  margin-left: 465px;
  height: 66px;
}
footer .footer-container .school-info .address {
  font-size: 14px;
  color: #fff;
}
footer .footer-container .school-info .info-bottom {
  margin-top: 10px;
  display: flex;
  font-size: 14px;
  color: #fff;
}
footer .footer-container .school-info .info-bottom .bottom-margin {
  margin-left: 50px;
}
footer .footer-container .links {
  position: absolute;
  background: url('../imgs/arrow.png') no-repeat;
  background-size: 14px 9px;
  background-position: 184px 20px;
  top: 49px;
  left: 816px;
  width: 218px;
  color: #fff;
  height: 45px;
  border: 1px solid #fff;
  display: flex;
  line-height: 45px;
  font-size: 14px;
  box-sizing: content-box;
}
footer .footer-container .links .friendly-link {
  padding-left: 20px;
}
footer .footer-container .links .link-out {
  display: none;
  position: absolute;
  left: -1px;
  bottom: 50px;
  background-color: #7a050a;
  color: #fff;
  border: 1px solid #fff;
}
footer .footer-container .links .link-out .link {
  border-bottom: 1px solid #fff;
  padding-left: 20px;
  width: 218px;
  height: 45px;
  display: block;
  color: #fff;
  text-decoration: none;
}
footer .footer-container .links .link-out .link:last-child {
  border-bottom: none;
}
footer .footer-container .links .link-out .link:hover {
  background-color: #96000a;
}
footer .footer-container .weChat {
  position: absolute;
  right: 0;
  top: 35px;
  display: flex;
}
footer .footer-container .weChat img {
  width: 67px;
  height: 67px;
  margin-right: 14px;
}
footer .footer-container .weChat .wx {
  width: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 14px;
}