header {
  height: 150px;
}
header .header_top {
  height: 85px;
  background-color: #fff;
}
header .header_top .header_top_left {
  font-size: 0;
  line-height: 85px;
  /* font-family: Adobe Heiti Std R; */
}
header .header_top .header_top_left img {
  width: 50px;
  margin-top: -9px;
}
header .header_top .header_top_left span:first-child {
  color: #ffc001;
  font-size: 36px;
}
header .header_top .header_top_left span:last-child {
  font-size: 36px;
  color: #5c5c5c;
}
header .header_top .header_top_right {
  float: right;
  padding-top: 20px;
  font-size: 16px;
}
header .header_top .header_top_right p {
  color: #535353;
  text-align: right;
}
header .header_top .header_top_right span {
  color: #ffc001;
}
header .header_btm {
  height: 65px;
  background-color: #222 !important;
}
header .header_btm .header_btm_left ul li {
  float: left;
  text-align: center;
  /* margin-right: 8px; */
  font-size: 18px;
  padding: 11px 17px 0;
  height: 65px;
  user-select: none;
}
/* header .header_btm .header_btm_left ul li:hover {
  background-color: #ffc001;
} */
header .header_btm .header_btm_left ul li a {
  text-decoration: none;
  color: #fff;
  /* padding: 0 5px; */
}
header .header_btm .header_btm_left ul li p {
  margin-bottom: 0;
}
header .header_btm .header_btm_left ul li p:last-child {
  font-size: 18px;
  margin-top: 10px;
}
header .header_btm .header_btm_right {
  float: right;
  margin-top: 15px;
}
header .header_btm .header_btm_right a {
  padding: 4px 13px;
  background-color: #ffc001;
  /* border-radius: 5px; */
  font-size: 24px;
  /* margin-right: 10px; */
}
header .header_btm .header_btm_right a:hover {
  color: #fff;
}
header .header_btm .header_btm_left #scheme:hover div {
  display: block;
}

/* 切换语言 */
header .header_btm .header_btm_right span {
  position: relative;
  font-size: 18px;
  color: #fff;
  padding: 20px 25px;
  margin-left: 20px;
  user-select: none;
  cursor: pointer;
  margin-top: 10px;
}
header .header_btm .header_btm_right span div {
  position: absolute;
  top: 65px;
  right: 0px;
  width: 110px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
header .header_btm .header_btm_right span div p {
  /* margin: 10px; */
  text-align: center;
  padding: 5px 25px;
  margin-bottom: 6px;
}

header .header_btm .header_btm_right span div a {
  padding: 0;
  background-color: #fff;
  color: #535353;
  font-size: 18px;
  /* padding: 5px 25px; */
}
header .header_btm .header_btm_right span div a:hover {
  color: #ffc001;
}
header .header_btm .header_btm_right span:hover div {
  display: block;
}
/* 导航框 */
#scheme {
  position: relative;
}
#scheme div {
  padding-top: 15px;
  padding-left: 25px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 501px;
  height: 216px;
  background-color: #fff;
  text-align: left;
  font-size: 18px;
}
#scheme div a {
  color: #535353;
}
#scheme div a:hover {
  color: #ffc001;
}
#scheme div h4 {
  color: #ffc001;
  margin-bottom: 10px;
}
#scheme div span {
  display: inline-block;
  padding: 0 10px 10px 0;
  color: #535353;
  width: 220px;
  height: 40px;
  margin-right: 10px;
}
#scheme div p {
  color: #535353;
  margin-bottom: 10px;
}
.banner img {
  width: 100%;
}
/* 回到顶部 */
.sbox {
  box-sizing: content-box;
  position: fixed;
  right: 2px;
  bottom: 35%;
  height: 30px;
  width: 50px;
  text-align: center;
  padding-top: 20px;
  background-color: #ffc001;
  /* border-radius: 20%; */
  overflow: hidden;
  cursor: pointer;
  z-index: 99;
}
.sbox:hover:before {
  top: 50%;
}
.sbox:hover .sbox-in {
  visibility: hidden;
}
.sbox:before {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: " Back TOP";
  width: 40px;
  color: #fff;
  font-weight: bold;
}
.sbox-in {
  visibility: visible;
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 3px solid black;
  border-color: white transparent transparent white;
  transform: rotate(45deg);
}
/* 回到顶部  结束 */
/* 固定导航栏 */
.boox {
  position: relative;
  height: 65px;
  width: 100%;
  z-index: 9999;
}
/*  监听到滚动条开始滚动后的样式 */
.box-active {
  position: fixed;
  top: 0;
}

/* 侧边栏 电话 */
.tel {
  position: fixed;
  right: 2px;
  bottom: 41%;
  width: 50px;
  height: 50px;
}
.tel .tel_num {
  display: none;
  position: absolute;
  right: 50px;
  top: 0px;
  width: 190px;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  text-align: center;
  color: #ffc001;
  font-size: 20px;
  z-index: 999;
}
.tel .tel_num p {
  font-size: 16px;
  text-align: left;
}
.tel:hover .tel_num {
  display: block;
}
