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;
  overflow-x: hidden;
}

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;
}

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: 1rem;
  position: fixed;
  top: -3rem;
  transition: all 1s;
  z-index: 100;
  border-bottom: 1px solid rgb(199, 197, 197);
}

.header2 {
  width: 100%;
  height: 1rem;
  position: fixed;
  top: -3rem;
  transition: all 1s;
  z-index: 1000;
  background: white;
}

.headercon {
  width: 16rem;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.logo {
  width: 2.06rem;
  height: 0.76rem;
  cursor: pointer;
}

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

.header_nav {
  display: flex;
}

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

.r {
  display: flex;
  justify-content: space-between;
}

.header_nav a {
  font-size: .2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .36rem;
  border-bottom: 3px solid transparent;
  padding-bottom: .1rem;
}

.header2 .header_nav a {
  font-size: .2rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
  line-height: .36rem;
  border-bottom: 3px solid transparent;
  padding-bottom: .1rem;
}

.online {
  border-color: #fff !important;
}

.online2 {
  border-color: #333 !important;
}

.header_nav li:hover a {
  border-color: #fff !important;
  transition: all 1s;
}

.header2 .header_nav li:hover a {
  border-color: #333 !important;
  transition: all 1s;
}

.search input {
  width: 1rem;
}

.search {
  width: 1.8rem;
  height: 0.4rem;
  border: 1px solid #FFFFFF;
  border-radius: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0.63rem;
  cursor: pointer;
  transition: all 1s;
}

.header2 .search {
  width: 1.8rem;
  height: 0.4rem;
  border: 1px solid #333;
  border-radius: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 0.63rem;
  cursor: pointer;
  transition: all 1s;
}
.header2 .search input::placeholder{
  color: #ccc;
}
header .search input::placeholder{
  color: #ccc;
}
.search img {
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
}


footer {
  width: 100%;
  height: 5.4rem;
  background: #101624;
  padding-bottom: .3rem;
}

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

.ft {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #404550;
  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.78rem;
  margin-top: 0.58rem;
  margin-bottom: 0.47rem;
}

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

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

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

.fcr ul {
  display: flex;
}

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

.hbox {
  width: 2rem;
  height: auto;
  transition: all 1s;
}

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

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

.fbl {
  display: flex;
  width: 5.4rem;

  justify-content: space-between;
}

.hbox img {
  width: auto;
  height: auto;
}

.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;
}

.alltitle {
  width: 2.28rem;
  height: 1.1rem;
  background: url(/static/home/images/title2img.png);
  background-size: 100% 100%;
  line-height: 1.1rem;
  font-size: .56rem;
  color: #FFFFFF;
}

.search input {
  width: 100%;
  height: 100%;
  background: transparent;
  padding-left: .2rem;
  font-size: .1rem;
  color: #fff;
}

.header2 input {
  color: #999;
}

.flogo img {
  /*width: 100%;
  height: 100%;*/
}

.hinde {
  width: 16rem;
  position: absolute;
  height: 0;
  /*background: white;*/
  background: rgba(255, 255, 255, 0.7);
  top: 1rem;
  transition: all 1s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hinde li a {
  font-size: .18rem;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #333;
}

.hinde li {
  margin-left: 1rem;
}

.hinde li:hover a {
  color: #22B8BC;
}

.banner>img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 2s;
}

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

.menuselect span {
  width: 1.5rem;
  height: 0.2rem;
  background: linear-gradient(225deg, #26B7BC, #71e9e9);
  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: 1100;
  overflow: hidden;
}

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

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

.hidebox li a {
  width: 100%;
  height: 100%;
  color: #26B7BC;
  display: block;
}

.bsearch {
  width: 15.5rem;
  margin: auto;
  height: 1.5rem;
  border: 1px solid #71e9e9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
  border-radius: .3rem;

}

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

.bhinde {
  background: #f4f4f4;
  height: 0;
  overflow: hidden;
  transition: all 1s;
  text-indent: 2rem;

}

.hindeli:hover .bhinde {
  height: 6.2rem;
}

.line {
  position: absolute;
  bottom: -0.015rem;
  height: 0.02rem;
  width: 0%;
  background: #71e9e9;
  transition: all 1s;
}

.nitem {
  position: relative;
}

.nitem:hover .line {
  width: 100%;
}

.nitem:hover .ck span {
  transition: all 1s;
  background: linear-gradient(225deg, #26B7BC 0%, #0B86F3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.BMap_bubble_content {
  font-size: 20px !important;
  text-align: center;
  top: -9px !important;
}


.flexd {
  position: fixed;
  right: -200px;
  bottom: 140px;
  z-index: 10000;
  transition: all 1s;
  text-align: right;
  text-align: -webkit-right;
}

.flexd .flexbox:first-child {
  border: none;
}

.flexd .flexbox:first-child:hover {
  width: 150px;
}

.flexd .flexbox:nth-child(3):hover {
  border: none;
}

.flexd .flexbox:nth-child(3):hover {
  /*width: 150px;*/
}

.flexbox {
  width: 45px;
  height: 45px;
  background: linear-gradient(225deg, #26B7BC, #0B86F3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 1s;
  border-radius: 50%;
}

.flexbox:hover {
  background: linear-gradient(225deg, #26B7BC, #0B86F3);
}

.flexbox img {
  width: 25px;
  height: 25px;
}

.flexbox1 {
  overflow: hidden;
}

.flexbox1 span {
  font-size: 15px;
  color: white;
  display: none;
  white-space: nowrap;
}

.flexbox1:hover span {
  display: block;
}

.flexbox1:hover {
  border-radius: 40px
}

.flexbox1:hover img {
  display: none;
}

.flexbox2 {
  position: relative;
}

.flexbox2 .codem {
  width: auto;
  height: auto;
  position: absolute;
  left: -186px;
  top: -30px;
  display: none;
}

.flexbox2:hover .codem {
  display: block;
}

.BMap_noprint {
  display: none !important;
}

@media screen and (max-width: 1560px) {
  .hbox {
    width: auto;
    height: auto;
    transition: all 1s;
}
}


@media screen and (max-width: 575px) {
  .flogo img {
    /* height: 100%; */
    width: 100%;
  }

  .flexd {
    display: none;
  }
  .BMap_noprint{
    display: block !important;
  }
  .BMap_noprint img{
    width: 20px !important;
    height: 20px !important;
  }
  .hbox img {
    width: 100%;
}
}