html,
body {
  /* -webkit-tap-highlight-color: rgba(255, 255, 255, 0); */
  padding: 0;
  margin: 0;
  font-size: 0.14rem;
  font-family: "SCN-REG";
  color: #333333;
}

@font-face {
  font-family: Rajdhani;
  src: url("../font/PangMenZhengDaoBiaoTiTi-1.ttf");
}

body.hiden {
  overflow: hidden;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

li {
  list-style: none;
}
.newtitle img{
  width: 1rem;
  height: 1rem;
}
a {
  text-decoration: none;
}

/* .container {
  margin: 0 1.6rem;
} */

.left {
  float: left;
}

.right {
  float: right;
}

.clearFloat::after {
  /* 清除浮动影响 */
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearFloat {
  zoom: 1;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}

img {
  border: none;
}

img,
input {
  vertical-align: middle;
  padding: 0;
  border: 0;
}

input {
  outline: none;
  border: 0;
}

input:focus {
  outline: none;
}



header {
  width: 100%;
  height: 1.4rem;
  background: white;
  display: flex;
  align-items: center;
  position: relative;
  top: -3rem;
  transition: all 1s;
}

.header2 {
  width: 100%;
  height: 1.4rem;
  background: white;
  display: flex;
  align-items: center;
  position: fixed;
  top: -3rem;
  z-index: 20000;
  transition: all 1s;
}
.logo img{
  width: 100%;
  height: 100%;
}
/* img {
  width: 100%;
  height: 100%;
} */
.flogo img{
  width: 100%;
  height: 100%;
}
.headercon {
  width: 16rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  width: 3.18rem;
  height: 0.69rem;
}

.search {
  width: 0.24rem;
  height: 0.24rem;
}

.r {
  width: 10.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_nav {
  width: 8.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.line {
  width: .02rem;
  height: .19rem;
  background: #333;
}

.header_nav li a {
  font-size: .2rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333;
  padding-bottom: .2rem;
  border-bottom: 3px solid #fff;
  transition: all 1s;
}

.sp {
  margin-right: .3rem;
}

.sp span {
  font-size: .2rem;
  font-family: Arial;
  font-weight: bold;
  color: #333;
}

.on {
  color: #E80115 !important;
  border-color: #E80115 !important;
}

.color {
  color: #E80115 !important;
}

.header_nav li:hover a {
  color: #E80115 !important;
  border-color: #E80115 !important;
}

footer {
  width: 100%;
  /* height: 5.4rem; */
  background: #3d3c3c;
  padding-bottom: 0.1rem;
}

.footcon {
  width: 16rem;
  margin: auto;
}

.ft {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #FFFFFF;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.35rem;
  padding-top: 0.65rem;
}

.ft span {
  font-size: .24rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.foot_nav {
  width: 7.5rem;
  display: flex;
  justify-content: space-between;
}

.foot_nav a {
  font-size: .18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.flogo {
  width: 2.56rem;
  height: 0.58rem;
  margin-top: 0.58rem;
  margin-bottom: 0.47rem;
}

.fc {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid white;
  padding-bottom: 0.6rem;
}

.fc p {
  color: white;
  font-size: .2rem;
  margin-bottom: 0.1rem;
}

.fc p span {
  color: #FAFAFA;
  font-size: .18rem;
}

.fcr ul {
  display: flex;
}

.fcr ul li {
  width: .44rem;
  height: 0.44rem;
  margin-left: 0.2rem;
  position: relative;
  cursor: pointer;
}

.hbox {
  width: 1.21rem;
  height: 1.21rem;
  position: absolute;
  top: -1.3rem;
  left: -.8rem;
  opacity: 0;
  transition: all 1s;
}

.wx:hover .hbox {
  opacity: 1;
}

.fb {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.2rem;
}

.fbl {
  display: flex;
  width: 9rem;
  justify-content: space-between;
}

.fbl li {
  font-size: .16rem;
  font-family: Arial;
  font-weight: 400;
  color: #FAFAFA;
}

.fbr {
  font-size: .16rem;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #FAFAFA;
}

.header2 {
  border-bottom: 1px solid #ccc;
}

.allbanner {
  width: 100%;
  height: 7rem;
}

.allbanner img {
  width: 100%;
  height: 100%;
}

.menuselect {
  color: black;
  font-size: 0.3rem;
  display: flex;
  flex-direction: column;
  display: none;
}

.menuselect span {
  width: 1.5rem;
  height: 0.2rem;
  background: #E80115;
  margin-top: 0.3rem;
  transition: all 1s;
}

.hidebox {
  width: 0;
  height: 0;
  background: white;
  transition: all 1s;
  position: fixed;
  top: 2.5rem;
  left: 0;
  z-index: 11000;
  overflow: hidden;
}

.hidebox>ul {
  margin-top: 3rem;
}

.hidebox li {
  width: 16rem;
  height: 2rem;
  margin: auto;
  margin-top: 1rem;
  border-bottom: 1px solid #E80115;
}

.hidebox li a {
  width: 100%;
  height: 100%;
  color: #E80115;
  display: block;
}
.search{
  cursor: pointer;
}
.bsearch {
  width: 15.5rem;
  margin: auto;
  height: 1.5rem;
  border: 1px solid #E80115;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
  border-radius: .3rem;

}

.bsearch img {
  width: 0.6rem;
  height: 0.6rem;
}

.searchbox {
  width: 100%;
  height:0;
  background: rgb(232, 1, 21, .8);
  box-shadow: 0px 6px 48px 8px rgba(7, 0, 2, 0.04);
  position: absolute;
  top: 2rem;
  left: 0;
  z-index: 100000;
  top: 1.05rem;
  transition: all 1s;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.searchbox .searchmin {
  width: 12rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.2rem;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 0.5rem;
}

.searchmin img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.searchmin input {
  width: 90%;
  height: 100%;
  background: none;
  border: none;
  outline: none;
}

.searchmin input::placeholder {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.searchmin input {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}