.banner-header {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 999;
  left: 0;
  top: 0;
}
.banner-header .bg {
  background-color: #222121;
  filter: alpha(opacity=85);
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  opacity: 0.85;
}
.banner-header .b-nav {
  padding-right: 260px;
  padding-left: 3%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.banner-header .b-nav .item {
  font-size: 15px;
  font-weight: bold;
  width: 12.5%;
}
.banner-header .b-nav .item a {
  color: #fff;
  display: block;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
  text-align: center;
}
.banner-header .b-nav .item a:hover {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.banner-header .b-nav .search {
  height: 34px;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  right: 93.75px;
  background-color: transparent;
  overflow: visible;
}
.banner-header .b-nav .search .input {
  width: 100px;
  height: 100%;
  line-height: 34px;
  background-color: transparent;
  color: #fff;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-transition: background-color .4s ease, width .4s ease;
  -moz-transition: background-color .4s ease, width .4s ease;
  transition: background-color .4s ease, width .4s ease;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 10px;
  border: 1px solid #fff;
}
.banner-header .b-nav .search .input:focus {
  width: 360px;
  background-color: #c79661;
  color: #3a3a3a;
  border-color: #fec88d;
}
.banner-header .b-nav .search .btnx {
  position: absolute;
  right: 10px;
  top: 0;
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-image: url('../images/search-btn-white.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-header .b-nav .search.act .input {
  color: #fff;
}
.banner-header .logo .logo-t-1 {
  width: 67%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.banner-header .logo .logo-t-2,
.banner-header .logo .logo-t-3 {
  width: 30%;
  display: block;
  margin-left: 11%;
  margin-left: auto;
  margin-right: auto;
}
.banner-header .logo .logo-t-2 {
  margin-top: 2.7%;
}
.banner-header .logo .logo-t-3 {
  margin-top: 1.8%;
}
.banner-header .wrp {
  text-align: center;
}
.banner-header .header-data {
  width: 52%;
  min-width: 768px;
  margin: 0 auto;
  margin-top: 20%;
}
.banner-header .header-line {
  height: 90%;
  width: 1px;
}
.banner-header .data {
  text-align: center;
  width: 94%;
  line-height: 1;
  padding-top: 10%;
}
.banner-header .data .item {
  width: 33.3%;
  float: left;
  position: relative;
}
.banner-header .data .item .text {
  color: #003061;
}
.banner-header .data .item .text .number {
  font-family: "Trump";
  font-size: 76px;
  font-weight: bold;
}
.banner-header .data .item .text .sf {
  font-size: 50px;
  font-weight: normal;
  font-family: "微软雅黑";
}
.banner-header .data .item .title {
  color: #003061;
  font-size: 20px;
  padding-bottom: 18px;
}
.banner-header .data .item .them {
  padding-top: 18px;
  font-size: 14px;
  color: #003061;
}
.banner-header .data .item:after {
  content: "";
  position: absolute;
  height: 90%;
  top: 5%;
  border-right: 2px solid #003061;
  right: 0;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.banner-header .data .item:last-child:after {
  display: none;
}
.banner {
  width: 100%;
  padding-bottom: 50%;
  padding-bottom: 100vh;
}
.banner .easy_touch_index {
  left: -3%;
  text-align: right;
}

