* {
  margin: 0;
  padding: 0;
  font-family: PingFang SC, Microsoft YaHei, Arial, Helvetica, sans-serif;
}

/* 样式重置 */

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

:focus {
  outline: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

a img,
iframe {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ol,
ul {
  list-style: none;
}

input,
textarea,
select,
button {
  font-size: 100%;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  margin: inherit;
}

img {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /*Webkit (non-standard naming) image-rendering: crisp-edges; */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0;
}

/* 字体加粗 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

/* 倾斜角度更改 */
i{
  font-family: inherit;
}

/* 公共样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

.none {
  display: none !important;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

/* @media screen and (max-width: 1920px) {
  
} */
.container-1200 {
  width: 1200px;
  margin: 0 auto;
}

.container-1200>.title {
  font-size: 40px;
  text-align: center;
  margin-top: 90px;
  line-height: 1;
  color: #333333;
  margin-bottom: 10px;
  font-weight: 600;
}

.container-1200>.desc {
  font-size: 18px;
  color: #999999;
  margin-top: 10px;
  text-align: center;
  line-height: 1;
}

.container-1200>.line {
  width: 31px;
  border-bottom: 3px solid #3259D1;
  margin: 20px auto;
}

.container-1200>.text {
  font-size: 16px;
  color: #333333;
  margin: 50px auto 0;
  line-height: 32px;
  max-width: 1105px;
}

/* hyt-快捷样式 */
.t-cur {
  cursor: pointer;
}

.cell-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.cell-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cell-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.t-100 {
  width: 100%;
}

.t-inline-block {
  display: inline-block;
}

.t-flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.t-color {
  color: #0152D9;
}

.t-bg {
  background-color: #FFFFFF;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.t-img img {
  max-width: 100%;
}

/* 字体 */
.font600 {
  font-weight: 600;
}

.t-spe1 {
  letter-spacing: 1.5px;
}

.t-spe5 {
  letter-spacing: 5px;
}

.t-spe6 {
  letter-spacing: 5.2px;
}

.t-spe8 {
  letter-spacing: 7.8px;
}

.t-spe16 {
  letter-spacing: 15.3px;
}

.t-font14 {
  font-size: 14px;
}

.t-font16 {
  font-size: 16px;
}

.t-font18 {
  font-size: 18px;
}

.t-font20 {
  font-size: 20px;
}

.t-font24 {
  font-size: 24px;
}

.t-font28 {
  font-size: 28px;
}

.t-font30 {
  font-size: 30px;
}

.t-font36 {
  font-size: 36px;
}

.t-font40 {
  font-size: 40px;
}

.t-font46 {
  font-size: 46px;
}

.t-font50 {
  font-size: 50px;
}

.t-font56 {
  font-size: 56px;
}

.t-font60 {
  font-size: 60px;
}

.t-font76 {
  font-size: 76px;
}

.t-font84 {
  font-size: 84px;
}

.t-font96 {
  font-size: 96px;
}

.t-font112 {
  font-size: 112px;
}

.t-bold {
  font-weight: bold;
}

.t-relative {
  position: relative;
}
.t-99{
  color: #999999;
}

/* 按钮效果 */
/* 默认按钮 */
.hvr-radial-out {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
  overflow: hidden;
  box-sizing: border-box;
}


.hvr-radial-out a{
  color: #FFFFFF;
  transition: color .5s ease;
  position: relative;
  z-index: 10;
}
.hvr-radial-out:hover {
  color: #0152D9;
  background-color: #fff;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
}
.hvr-radial-out:hover a{
  color: #0152D9;
}

.hvr-radial-out:hover:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.hvr-radial-out::before {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  z-index: -1;
  top: -125%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr_160::before {
  width: 160px;
  height: 160px;
}

.hvr_170::before {
  width: 170px;
  height: 170px;
}

.hvr_210::before {
  width: 210px;
  height: 210px;
}

/* 水波纹按钮 动画 */
.water-ripple-btn {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.water-ripple-btn a{
  position: relative;
  z-index: 10;
}

.banner-response .water-ripple-btn {
  background-color: #fff;
  border-color: #fff;
  color: #0152D9;
}

.water-ripple-btn::before {
  content: "";
  width: 230px;
  height: 230px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.12);
  z-index: 1;
  top: -125%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  animation-name: dsp;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.water_160::before {
  width: 160px;
  height: 160px;
}

.water_170::before {
  width: 170px;
  height: 170px;
}

.water_210::before {
  width: 210px;
  height: 210px;
}

@keyframes dsp {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }

  10% {
    opacity: 1;
    transform: scale(0.6);
  }

  30% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

/* 分页样式 */
.page-large {
  padding: 60px 0 70px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-large .Num {
  line-height: 28px;
  font-size: 14px;
  color: #333333;
  border-radius: 2px;
  height: 28px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: top;
  cursor: pointer;
  min-width: 28px;
}

.page-large .more {
  line-height: 28px;
  font-size: 14px;
  color: #333333;
  margin: 0 2px;
}

.page-large .Num:hover {
  background-color: #E0ECFE;
}

.page-large .Num.on {
  background-color: #0152D9;
  color: #FFFFFF;
}

.page-large .Num.on:hover {
  opacity: 0.9;
}

.page-large .frist-page,
.page-large .prev-page,
.page-large .next-page,
.page-large .last-page {
  color: #333333;
  cursor: pointer;
}

.page-large .frist-page:hover,
.page-large .prev-page:hover,
.page-large .next-page:hover,
.page-large .last-page:hover {
  color: #0152D9;
}

.page-large .frist-page,
.page-large .prev-page {
  margin-right: 30px;
}

.page-large .next-page,
.page-large .last-page {
  margin-left: 30px;
}

.page-large .dis {
  color: #999999;
  cursor: default;
}

.page-large .dis:hover {
  color: #999999;
}

/* 消息提示框 */
.showMessage {
  padding: 10px 20px;
  border-radius: 5px;
  position: fixed;
  top: 15%;
  left: 50%;
  color: #ffffff;
  z-index: 999;
  transform: translate(-50%, 0);
}

.showMessageSuccess {
  background-color: #f0f9eb;
  border: 1px solid #E1F3D8;
  color: #67c23a;
}

.showMessageError {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #F76C6C;
}

/* 分享图标 */
#inc_share a {
  background-image: none !important;
  padding-left: 0px !important;
  display: inline-block;
  vertical-align: top;
  width: 46px;
  height: 46px;
  border: 1px solid #F0F0F0;
  line-height: 46px !important;
  text-align: center;
  border-radius: 50%;
  padding-top: 8px;
  background-color: #F7F8F9;
  position: relative;
  bottom: 15px;
  margin-left: 15px;
}
#inc_share a:hover{
  background-color: #EDEDED;
}

#inc_share a .icon {
  font-size: 26px;
  position: relative;
  bottom: 5px;
}
#inc_share .wechat-qrcode{
  position: absolute;
  width: 200px;
  text-align: center;
  background-color: #fff;
  z-index: 10;
  padding: 10px;
  left: -100px;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15);
  display: none;
}
#inc_share .wechat-qrcode img{
  margin: 10px auto;
}
#inc_share .f-wx:hover .wechat-qrcode{
  display: block;
}
/* 滚动条 */
::-webkit-scrollbar{
  height: 0;
  width: 0;
  background: transparent;
  display: none;
}
/* 按钮弹窗 */
.btn-wp{
  position: relative;
}
.btn-wp .btn-dialog{
  position: absolute;
  top: 90px;
  z-index: 21;
  background-color: #fff;
  /* display: none; */
  padding: 5px 15px;
  border-radius: 4px;
  min-width:200px;
  box-shadow: 0px 0px 20px 0px hsla(223, 85%, 37%, 0.15);
  display: none;
}
.btn-wp .btn-dialog::before{
  content: '';
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  left: 45%;
  z-index:-1;
}
.btn-wp .btn-dialog p{
  color: #333333;
  font-size: 18px;
  line-height: 60px;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.btn-wp .btn-dialog img{
  display: block;
  margin: 0 auto;
}
.btn-wp .btn-dialog p:last-child{
  border-bottom:none;
}
.btn-wp .btn-dialog p:hover,.btn-wp .btn-dialog p:hover a{
  color: #0152D9;
}
.btn-wp .btn-dialog:hover{
  display: block !important;
}
.t-font26{
    font-size:26px;
}