.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 33;
  width: 100%;
}
.header .head {
  display: flex;
  width: 1200px;
  height: 95px;
  margin: 0 auto;
  align-items: center;
  justify-content: space-around;
}
.header .head .logo {
  display: block;
  width: 128px;
  height: 34px;
}
.header .head .top-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  margin-left: 10%;
}
.header .head .top-nav li {
  width: 20%;
  text-align: center;
  left: 18px;
  font-size: 18px;
}
.header .head .top-nav li a {
  color: #fff;
  font-weight: bold;
}
.header .head .top-nav .cur a {
  color: #bf201b;
}
.header .head .top-nav-line {
  float: right;
  width: 1px;
  height: 12px;
  background-color: #fff;
}
.header .head .lan {
  position: relative;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .head .lan p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.header .head .lan p em {
  display: inline-block;
  width: 15px;
  height: 8px;
  margin-left: 10px;
  background-image: url("/static/cn/img/index/1.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.header .head .lan .drop {
  position: absolute;
  top: 30px;
  left: 0;
  display: none;
  width: 80px;
  padding: 10px 0;
  background-color: #Fff;
  border: 1px solid #e5e5e5;
}
.header .head .lan .drop a {
  display: block;
  width: 100%;
  text-align: center;
}
.header .head .lan:hover .drop {
  display: block;
}
.header .head .search-input {
  position: relative;
  width: 162px;
  height: 36px;
  box-sizing: border-box;
}
.header .head .search-input .search-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 37px;
  border: 1px solid #5b5b5f;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: unset;
}
.header .head .search-input img {
  position: absolute;
  top: 8px;
  left: 10px;
  cursor: pointer;
}
.footer {
  width: 100%;
  background-color: #333333;
}
.footer .foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 1200px;
  margin: 100px auto 0;
  padding-top: 60px;
  padding-bottom: 62px;
}
.footer .foot ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
}
.footer .foot ul li {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.footer .foot ul li h6 {
  cursor: pointer;
}
.footer .foot ul li h6 a {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}
.footer .foot ul li .team {
  display: flex;
  align-items: center;
}
.footer .foot ul li a {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 5px;
}
.footer .foot ul li a:hover {
  color: #bf201b;
}
.footer .foot .foot-line {
  height: 1px;
  width: 100%;
  margin-top: 42px;
  margin-bottom: 62px;
  background-color: #606060;
}
.footer .foot .wechat p,
.footer .foot .blog p {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.footer .foot .wechat {
  margin-right: 20px;
}
.footer .foot .blog img {
  display: block;
  margin: 0 auto;
}
.footer .foot .foot-contact {
  margin-right: 405px;
}
.footer .foot .foot-contact h5 {
  font-size: 32px;
  color: #e8382f;
}
.footer .foot .foot-contact .foot-address {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
.footer .foot .foot-contact .foot-address img {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.footer .foot .foot-contact .foot-address p {
  float: left;
  font-size: 12px;
  color: #fff;
}
.footer .foot .foot-contact .foot-kefu {
  position: relative;
  float: left;
  width: 204px;
  height: 45px;
  margin-top: 18px;
  border: 1px solid #e8382f;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  color: #e8382f;
  box-sizing: border-box;
  cursor: pointer;
}
.footer .foot .foot-contact .foot-kefu .kefu-phone {
  position: absolute;
  top: -67px;
  z-index: 2;
  display: none;
  justify-content: center;
  width: 207px;
  height: 57px;
  background: url("../img/index/bg.png") no-repeat center;
  background-size: 100% auto;
}
.footer .foot .foot-contact .foot-kefu .kefu-phone img {
  direction: block;
  width: 16px;
  height: 16px;
  margin-top: 15px;
  margin-right: 5px;
}
.footer .foot .foot-contact .foot-kefu .kefu-phone p {
  color: #333;
}
.footer .foot .copyright {
  width: 235px;
  font-size: 14px;
  color: #6c6c6c;
}
