body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  font-size: 12px;
  -webkit-text-size-adjust: 100%;
  /* font-family: PingFang SC, Microsoft YaHei, Open Sans, Hiragino Sans GB, Heiti SC, WenQuanYi Micro Hei, serif, SourceHanSansCN-Regular; */
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.contions {
  width: 1200px;
}

.contions1 {
  width: 1000px;
  padding: 0 100px;
}

a {
  color: #172c45;
  text-decoration: none
}

a:hover {
  color: #cd0200;
  text-decoration: underline
}

em {
  font-style: normal
}

li {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

p {
  word-wrap: break-word
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

.lineOver_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.lineOver_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lineOver_1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banxin {
  width: 1200px;
  display: block;
  position: relative;
  margin: 0 auto;
}

.tps34 {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: 12px 25px;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(41, 41, 41, 0.13);
  border-radius: 10px;
  display: flex;
  align-items: center;
  animation: tps34 3s linear forwards;
  pointer-events: none;
}

@keyframes tps34 {
  0% {
    top: 0;
  }
  10% {
    top: 113px;
  }
  90% {
    top: 113px;
  }
  99% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    display: none;
  }
}

.tps34 img {
  width: 21px;
  margin-right: 14px;
}
.tps34 p {
  font-size: 16px;
  color: #000;
}


.rightContainer .top1{
  width: 268px;
height: 386px;
background: #FFFFFF;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
border-radius: 20px;
padding: 20px 35px 30px;
}

.rightContainer .top1 .logo{
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
.rightContainer .top1 .logo img{
  width: 54px;
  height: 54px;
  margin-right: 12px;
}
.rightContainer .top1 .logo span{
  font-size: 22px;
  color: #282828;
  font-weight: 600;
}
.rightContainer .top1 .its{
  display: flex;
  align-items: center;
  line-height: 16px;
  margin-bottom: 18px;
}
.rightContainer .top1 .its .s1{
  width: 9px;
height: 9px;
background: #4B61E7;
border-radius: 50%;
margin-right: 9px;
}
.rightContainer .top1 .its .s2,.rightContainer .top1 .its .s3{
font-size: 16px;
color: #282828;
}
