.navb_top {
  height: 110px;
  width: 100%;
}
.navb_top .navb_top_fe {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navb_top .navb_top_fe .nav_left{
  width: 260px;
}
.navb_top .navb_top_fe .nav_left img{

}
.navb_top .navb_top_fe .nav_right ul {
  display: flex;
}
    .navb_top .navb_top_fe .nav_right ul li a {
        margin-left: 40px;
        cursor: pointer;
        font-size: 16px;
        color: #777;
    }

.navb_top .navb_top_fe .nav_right ul li a:hover {
  color: #428bca;
}
.navb_top .navb_top_fe .nav_login{
  display: flex;
  flex-direction: row;
  justify-content:center;
  align-items: center;
}
.navb_top .navb_top_fe .nav_login .use{
  width: 80px;
  height: 30px;
  line-height: 30px;
  background-color: #fdb11f;
  color: #fff;
  border-radius: 30px;
  text-align: center;
  display: block;
  margin: 0 10px;
}
.navb_top .navb_top_fe .nav_login .tel{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.navb_top .navb_top_fe .nav_login .tel .icon{
  margin-right: 5px;
}
.navb_top .navb_top_fe .nav_login .tel .num{
  font-size: 18px;
  font-weight: 700;
}
.navb_gate {
  width: 100%;
  height: 330px;
  background-color: #2b2c2e;
  position: relative;
}
.navb_gate .heat {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  height: 158px;
}
.navb_gate .heat .heat_right div {
  color: #abacac;
  margin-top: 26px;
  width: 532px;
  font-size: 14px;
  line-height: 30px;
}
.navb_gate .heat .heat_left {
  display: flex;
  justify-content: space-between;
  width: 400px;
  padding-top: 7px;
}
.navb_gate .heat .heat_left > div:nth-child(1) {
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.navb_gate .heat .heat_left > div:nth-child(2) {
  color: #ffffff;
  width: 232px;
}
.navb_gate .heat .heat_left > div:nth-child(2) > div:nth-child(1) {
  font-size: 18px;
}
.navb_gate .heat .heat_left > div:nth-child(2) > div:nth-child(2) {
  color: #abacac;
  margin-top: 20px;
}
.navb_gate .heat .heat_left > div:nth-child(2) > div:nth-child(3) {
  color: #abacac;
  margin-top: 12px;
}
.navb_gate .heat .heat_left > div:nth-child(2) > div:nth-child(4) {
  color: #abacac;
  margin-top: 12px;
}
.navb_gate .plan_cont {
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 100%;
  min-width: 1400px;
  background-color: #28292b;
}
.navb_gate .plan {
  height: 50px;
  display: flex;
  align-items: center;
  color: #4d4d4e;
}
.navb_gate .plan > div {
  margin-right: 21px;
}
.navb_gate .survey {
  background-color: #232426;
  height: 48px;
  color: #9c9c9d;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navb_gate .survey_ff {
  color: #aaaaaa;
  align-items: center;
}



.window_fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
}

.window_fixed .list {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.window_fixed .list .fix {
  position: relative;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: block;
  border-top: solid 1px #999;
}

.window_fixed .list .fix .pop {
  position: absolute;
  right: 100%;
  top: 0%;
  /* transform: translate(0, 0%); */
  display: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
}

.window_fixed .list .fix:hover .pop {
  display: block;
}
.window_fixed .list .fix:first-child{
  border: none;
}
.window_fixed .list .fix:nth-child(1) .pop {
  width: 300px;
}

.window_fixed .list .fix:nth-child(2) .pop {
  width: 120px;
}

.window_fixed .list .fix:nth-child(3) .pop {
  width: 150px;
}

.window_fixed .list .fix:hover .pop .input {
  width: 100%;
  border: solid 1px #f0f0f0;
  margin-bottom: 20px;
}

.window_fixed .list .fix:hover .pop .input input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
}

.window_fixed .list .fix:hover .pop .btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  margin: 30px auto;
  text-align: center;
  background: #138fde;
  color: #fff;
  border-radius: 5px;
}