@charset "UTF-8";

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url("../css/fonts/SourceHanSansCN-Regular.woff") format("woff"), url("../css/fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("../css/fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

.container {
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}

html {
  height: 100%;
  font-family: 'SourceHanSansCN-Regular';
}

body.hasFooter {
  position: relative;
  height: auto;
  min-height: 100%;
  min-width: 1366px;
  font-size: 16px;
  color: #333333;
  padding-bottom: 203px;
  box-sizing: border-box;
  z-index: 1;
}

.header {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 500px;
  background: url("../css/images/header/bg.png") no-repeat center;
  background-size: cover;
  padding-top: 105px;
  box-sizing: border-box;
}

.header-msg .container {
  display: flex;
  justify-content: space-between;
}

.header-msg .container .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 117px;
}

.header-msg .container .logo-img {
  display: block;
  width: 117px;
  height: 100%;
  margin-right: 11px;
}

.header-msg .container .logo-title {
  width: 511px;
  height: 95px;
  background: url("../css/images/header/logo_title.png") no-repeat center;
  background-size: 100% 100%;
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  line-height: 38px;
  letter-spacing: 10px;
}

.header-msg .container .search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-msg .container .search-input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  height: 49px;
  border-radius: 21px;
  box-sizing: border-box;
  z-index: 1;
}

.header-msg .container .search-input .input {
  width: 291px;
  height: 100%;
  color: #333;
  padding: 0 16px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #3e87ea;
  box-sizing: border-box;
}

.header-msg .container .search-input .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #3e87ea;
  cursor: pointer;
}

.header-msg .container .search-input .icon::before {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../css/images/header/search.png") no-repeat center;
  background-size: 100% 100%;
  margin-right: 7px;
  content: '';
}

.header-msg .container .search-input .icon:hover {
  opacity: 0.9;
}

.header-msg .container .search-input input::-webkit-input-placeholder {
  color: #999;
}

.header-msg .container .search-input input::-moz-placeholder {
  color: #999;
}

.header-msg .container .search-input input:-moz-placeholder {
  color: #999;
}

.header-msg .container .search-input input:-ms-input-placeholder {
  color: #999;
}

.header-nav {
  background-color: rgba(37, 116, 222, 0.8);
}

.header-nav .container {
  display: flex;
  justify-content: space-between;
  height: 60px;
}

.header-nav .container .nav-item {
  position: relative;
  width: 130px;
  height: 100%;
  font-size: 20px;
  color: #fff !important;
  line-height: 60px;
  text-align: center;
  z-index: 9;
}

.header-nav .container .nav-item-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff !important;
}

.header-nav .container .nav-item-list {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(37, 116, 222, 0.8);
  z-index: 99;
}

.header-nav .container .nav-item-list-item {
  display: block;
}

.header-nav .container .nav-item-list-item:hover, .header-nav .container .nav-item-list-item.active {
  background-color: #2574de;
}

.header-nav .container .nav-item:hover .nav-item-link, .header-nav .container .nav-item.active .nav-item-link {
  font-weight: 600;
  background-color: #6caaff;
  color: #fff !important;
}

.header-nav .container .nav-item:hover .nav-item-list, .header-nav .container .nav-item.active .nav-item-list {
  display: block;
}


.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 203px;
  color: #fff;
  background-color: #223548;
}

.footer-select {
  position: relative;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.08);
  z-index: 11;
}

.footer-select .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
}

.footer-select-item {
  width: 282px;
}

.footer-msg {
  height: 143px;
}

.footer-msg .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-top: 22px;
  box-sizing: border-box;
}

.footer-msg-text {
  flex: 1;
  width: 0;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
}

.footer-msg-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-msg-flex > :first-child {
  margin-right: 20px;
}

.footer-msg-error {
  width: 110px;
  height: 55px;
  background: url("../css/images/footer/error_img.png");
  background-size: 100% 100%;
}
