/* header style*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width:100%;
  height: 86px;
   z-index: 1000;
}
.top-nav-bar2 {
  margin: 0 auto;
  width:100%;
  background:url(../img/about/head_img1.png) no-repeat top center;
  background-size:cover;
  overflow: hidden;;
}
.top-nav-bar2 a {
  color: #fff;
}
.top-nav-bar2 a:hover {
  color: rgb(221,221,221);
  text-decoration: none;
}
.h-img {
  float: left;
  width: 172px;
  height: 43px;
  margin: 5.5px 60px 0;
}
.h-img>img{
  /* filter: brightness(0.0) invert(1.0);
    -webkit-filter: brightness(0.0) invert(1.0); */
}
.h-ul {
  float: right;
  font-size: 14px;
  line-height: 54px;
  font-weight: 500;
  margin-right: 25px;
}
.h-ul>li {
  float: left;
  margin: 0 15px;
}
.h-reg {
  float: right;
  display: inline-block;
  margin: 2px 34px 0 0;
  padding: 5px 5px;
  max-width: 320px;
  line-height: 20px;
  color:  #fff;
}
.h-reg a {
  display: inline-block;
  font-size: 14px;
  vertical-align: bottom;
  color: #fff;
}
.h-reg .fir {
  padding-right: 5px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px solid #fff;
  color:  #fff;
}
.top-nav-bar1{
  width: 100%;
  height: 32px;
  line-height: 32px;
  background:url(../img/about/head_bg.png);
  background-size:100% auto;
}
.top-nav-bar1 ul{
  float: left;
  margin-left: 69px;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
}
.top-nav-bar1 ul li{
  display: inline;
}
.top-nav-bar1 ul li a{
  font-size: 12px;
  color: rgba(255,255,255,0.8);
  margin: 0 8px;
}
.top-nav-bar1 ul li a:hover{
  color:#fff;
  text-decoration: none;
}
.top-wrap{
    position:relative;
    display:block;
    margin-top: 86px;
    padding-top:64px;
    width: 100%;
    height: 500px;
    background: url(../img/about/head_img1.png) no-repeat;
    background-size:100% 500px;
}
.top-wrap *{
  box-sizing:border-box;
}
.top-wrap-mid{
  width:1080px;
  margin:0 auto;
}
.top-wrap-mid-l{
  float:left;
}
.top-wrap-mid-l>p:first-child{
  font-size:48px;
  color:#fff;
}
.top-wrap-mid-l>p:nth-child(2)>span:first-child{
  font-size:64px;
  font-weight:700;
  color:#fff;
}
.top-wrap-mid-l>p:nth-child(2)>span:last-child{
  font-size:16px;
  font-weight:400;
  color:#fff;
}
.top-wrap-mid-l>a{
  display:block;
  width:180px;
  height:58px;
  line-height: 58px;
  margin-top:12px;
  padding-left:32px;
  border-radius:32px;
  font-size:18px;
  font-weight:700;
  color:#35E2E7;
  background:#fff;
}
.top-wrap-mid-l>a>span{
  float:right;
  display:inline-block;
  width:56px;
  height:56px;
  line-height: 56px;
  margin-top:1px;
  margin-right:4px;
  text-align: center;
  border-radius:50%;
  background:url(../img/about/span_bg.png) no-repeat;
  background-size:cover;
}
.top-wrap-mid-l>a>span>i{
  font-size:16px;
  color:#fff;
}
.top-wrap-mid-r{
  float:right;
}
.top-wrap-mid-r{
  width:490px;
  height:308px;
}
.toBuy{
  display:inline-block;
  width:77px;
  height:32px;
  line-height: 32px;
  border-radius:20px;
  text-align: center;
  color:#fff;
  background: rgb(254, 198, 19);
}