html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "微软雅黑";
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* { 
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  /* overflow-x: hidden; */
}

body {
  /* font-family: 'Montserrat', sans-serif; */
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

#particles {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.intro {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0 20px;
  width: 100%;
  text-align: center;
}
a{
  text-decoration:none; 
  color: black;
}
p a{
  -webkit-user-select:none;

     -moz-user-select:none;

     -ms-user-select:none;

     user-select:none;
}
a:hover{
  text-decoration:none;
}
a:active{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}
a:link{
  text-decoration:none; 
}
.side {
  /* width: 370px; */
  height: 340px;
  position: fixed;
  right: 1%;
  top: 50%;
  z-index: 999;
  overflow: hidden;
}
 
/* footer */
/* .footerBox {
  width: 100%;
  height: 320px;
  background: #232526;
  overflow: hidden;
}
.footerBox a{
  color: #7f8080 !important;
}

.footer {
  width: 1200px;
  height: 320px;
  margin: 0 auto;
  overflow: hidden;
}

.footerWord {
  width: 1200px;
  height: 210px;
  border-bottom: 1px solid #656973;
  margin-top: 40px;
}

  .footerWord li {
      float: left;
  }

.notice {
  width: 430px;
  height: 210px;
}

.footerWordHead {
  color: white;
  font-size: 16px;
  height: 40px;
}

.footerWordP{
  font-size: 12px;
  color: #7f8080;
  height: 25px;
}
.footerWordP:hover {
  color: white;
}
.footerWordP a:hover{
  color: white !important   ;
}
.help {
  width: 140px;
  height: 210px;
}

.footerHot{
  width: 160px;
  height: 210px;
}

.contact {
  width: 275px;
  height: 210px;
}
.phone {
  width: 180px;
  height: 160px;
  margin-top: 10px;
}
.phoneP {
  font-size: 24px;
  color: white;
}
.phoneImgBox {
  margin-top: 50px;
}
.me{
  width: 1200px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #dadada;
  font-size: 12px;
} */
.ListUlPublic{
  width: 330px;
  margin-top: 20px;
}
.NewEjectBox{
  width: 100%;
  height: 100%;
  position: fixed;
   /* display: flex;
  justify-content:Center;
  align-items:Center; */
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 999;
}
.NewEject{
  width: 765px;
  height: 830px;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 25px;
}
.NewEjectTop{
  width: 100%;
  height: 395px;
  overflow: hidden;
}
.NewEjectBto{
  height: 440px;
  width: 100%;
  background: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.NewEjectBtoUl{
  width: 500px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 25px;
}
.NewEjectBtoLi{
  width: 100%;
  height: 40px;
  margin-top: 30px;
}
.NewEbleft{
  width: 76px;
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 16px;
  color: black;
  text-align: right;
}
.NewEblInput{
  height: 40px;
  width: 405px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  float: right;
  text-indent: 15px;
}
.colorRed{
  color: red;
}
.NewEjectBtoBtn{
  width: 500px;
  margin: 0 auto;
  margin-top:45px;
}
.NewEjectBtoBtn_1{
  width: 240px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  background: #fe8d25;
  color: white;
  cursor: pointer;
  float: left;
}
.NewEjectBtoBtn_2{
  width: 240px;
  height: 50px;
  border-radius: 5px;
  text-align: center;
  line-height: 50px;
  background: #fe8d25;
  color: white;
  cursor: pointer;
  float: right;
}





