* {
  font-family: "微软雅黑";
}
body {
  margin: 0px;
  padding: 0px;
  background-color: white;
  font-family: "微软雅黑";
}
.title-content {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  margin-top: 20px;
  position: relative;
}
.title-content > .title {
  height: 50px;
  line-height: 50px;
  border-bottom: 4px solid #004D95;
  text-align: left;
  background-color: #F4F4F4;
  color: #004D95;
  letter-spacing: 3px;
  font-weight: 600;
}
.title-content > .title > img {
  position: relative;
  left: 14px; 
  top: 5px;
  vertical-align: super;
}
.title-content > .title > span {
  font-size: 20px;
  padding: 0 26px;
}
.title-content > .item_1_title {
  position: relative;
  color: #000000;
  text-align: center;
}
.title-content > .item_1_title > span {
  font-size: 20px;
  padding: 0 20px;
}
.title-content > .item_1_light {
  position: relative;
  height: 4px;
  width: 130px;
  background: #004D95;
  margin: 0px auto;
  margin-top: 20px;
  margin-bottom: -2px;
}
.title-content > .text-content {
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 50px;
  padding-top: 30px;
  background: #3a4153;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin-top: 10px;
  line-height: 28px;
  letter-spacing: 1px;
}
.title-content > .text-content .triangle {
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-top: -40px;
  margin-bottom: 30px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3A4153;
}
.title-content > .text-content > .hand {
  background: url(../../img/hand-1.png) no-repeat;
  width: 30px;
  height: 30px;
  background-size: 30px;
  margin: 20px auto;
  margin-top: -33px;
  margin-left: 49%;
}
.heaer-message {
  display: none;
  background: #004D95;
  height: 42px;
  line-height: 42px;
  width: 100%;
  color: #fff;
  margin: 0 auto;
}
.heaer-message div {
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  font-size: 20px;
}
.header {
  width: 100%;
  border-bottom: 1px solid #004D95;
  margin: 0px auto;
  padding: 0px 0px;
  padding-bottom: 3px;
  padding-top: 9px;
  background-color: #FFFFFF;
}
.header > .container {
  width: 100%;
  max-width: 1170px;
  margin: 0px auto;
  text-align: center;
  height: 100%;
  position: relative;
}
.header > .container > .logo-left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 116px;
  width: 17px;
}
.header > .container > .logo-right {
  float: left;
}
.header > .container > .logo-right img {
  height: 60px;
}
.header > .container > .navbar {
  display: inline-block;
  vertical-align: bottom;
  height: 100%;
  float: right;
  margin-top: 12px;
}
.header > .container > .navbar .items {
  height: 100%;
  font-size: 18px;
}
.header > .container > .navbar .items .item {
  padding: 0px 30px;
  color: #004D95;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  float: left;
}
.header > .container > .navbar .items .item.active {
  color: #FFFFFF;
  background: #0064C2;
  border-bottom: 6px solid #FE0000;
}
.header > .container > .navbar .items > .split {
  float: left;
  height: 15px;
  width: 2px;
  margin: 17.5px 15px;
  background-color: #024891;
}
.media-768 .title-content > .text-content .triangle {
  margin-top: -29px;
  margin-bottom: 20px;
}
.media-768 .title-content > .text-content .hand {
  margin: 10px auto;
  margin-top: -25px;
  margin-left: 48%;
}
.media-768 .header > .container > .logo-right {
  margin-left: 5px;
}
.media-768 .header > .container > .navbar > .items > .item {
  margin-right: 10px;
  padding: 0px 20px;
}
.media-414 .header {
  padding: 10px 0px;
}
.media-414 .header > .container > .logo-right {
  float: inherit;
}
.media-414 .header > .container > .logo-right img {
  height: 60px;
}
.media-414 .header > .container > .navbar {
  float: inherit;
  margin-top: 10px;
}
.media-414 .header > .container > .navbar > .items > .item {
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  width: inherit;
  margin-right: 5px;
  padding: 0px 10px;
}
.media-414 .header > .container > .navbar > .items .split {
  margin: 12.5px 15px;
}
.media-393 .header > .container > .navbar {
  float: inherit;
}
.media-393 .header > .container > .navbar > .items .split {
  margin: 12.5px 10px;
}
.media-375 .header > .container > .navbar {
  float: inherit;
}
.media-375 .header > .container > .navbar > .items .split {
  margin: 12.5px 5px;
}
.media-360 .header > .container > .navbar {
  float: inherit;
}
.media-360 .header > .container > .navbar > .items .split {
  margin: 12.5px 0px;
}
/*# sourceMappingURL=header.css.map */

