html,
body {
  margin: 0 auto;
}
* {
  font-family: PingFangSC, Arial, Microsoft yahei, Tahoma, sans-serif !important;
}
img {
  border: 0;
  max-width: 100%;
}
.animatetransition {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  outline: none !important;
}
a:focus-visible {
  outline: none;
}
textarea,
input:hover {
  text-decoration: none;
  border: none;
}
textarea,
input:focus {
  text-decoration: none;
  border: none;
}
textarea:focus-visible,
input:focus-visible {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
.position_relative {
  position: relative;
}
.position_absolute {
  position: absolute;
}
.box_widthall {
  width: 100%;
  min-height: 1px;
}
.box_widthauto {
  width: auto;
  min-height: 1px;
}
.box_widthmain {
  width: 100%;
  min-height: 1px;
  padding: 0px 64px;
}
.mb {
  display: none;
}
.pc {
  display: block;
}
.boxblock-p {
  display: block;
}
.boxblock-m {
  display: block;
}
.boxnone-p {
  display: none;
}
.boxnone-m {
  display: none;
}
.centerpd {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.floatleft {
  float: left;
}
.backdropblur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/* 
-------------  文本控制  -------------
*/
.texttitlelinks {
  display: inline-block;
}
.texttitlelinks a {
  display: block;
}
.texttitlelinks a:hover .texttitle {
  color: #026dd0;
}
.texttitle {
  font-weight: bold;
  color: #000000;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.textsubtitle {
  font-weight: bold;
  color: #666666;
}
.titlet {
  font-size: 14px;
  line-height: 20px;
}
.titlet1 {
  font-size: 16px;
  line-height: 24px;
}
.titlet2 {
  font-size: 18px;
  line-height: 26px;
}
.titlet3 {
  font-size: 20px;
  line-height: 28px;
}
.titlet4 {
  font-size: 24px;
  line-height: 28px;
}
.titlet6 {
  font-size: 32px;
  line-height: 48px;
}
.textdesc {
  font-size: 12px;
  line-height: 24px;
  color: #666666;
}
.textmore {
  font-size: 12px;
  line-height: 24px;
  color: #c4c4c4;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.textmore .moreico {
  font-size: 12px;
  line-height: 16px;
  color: #026dd0;
  margin-top: 2px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: 0;
}
a:hover .moreico {
  opacity: 1;
  margin-left: 8px;
}
a:hover .textmore {
  color: #666666;
}
.titlerow1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.titlerow2 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.titlerow3 {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/* 
-------------  圆角  -------------
*/
.boxradius_boxdefault {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.boxradius_btn {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.boxradius_bg {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.boxradius_circle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.filletS1 {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
  -ms-border-radius: 300px;
  -o-border-radius: 300px;
}
.filletS2 {
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}
.filletS3 {
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
/* 
-------------  结构  -------------
*/
.bootbox {
  margin-right: -24px;
  display: flex;
}
/* 
-------------  图片链接  -------------
*/
.imglinksbtn {
  overflow: hidden;
  background-color: #000000;
}
.imglinksbtn a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  text-align: center;
}
.imglinksbtn a:hover .linksimgs {
  height: 120% !important;
  opacity: 0.64;
}
.imglinksbtn a img {
  height: 100%;
  object-fit: cover;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btnpublic_s1 {
  overflow: hidden;
}
.btnpublic_s1 a {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  float: left;
  display: block;
  padding: 0px 36px;
  font-size: 12px;
  line-height: 44px;
  color: #ffffff;
  background-color: #2888eb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btnpublic_s1 a:hover {
  opacity: 1;
  color: #ffffff;
  background-color: #3d97f4;
}
.btnpublic_s2 {
  overflow: hidden;
}
.btnpublic_s2 a {
  width: auto;
  min-height: 1px;
  overflow: hidden;
  float: left;
  display: block;
  padding: 0px 36px;
  font-size: 12px;
  line-height: 42px;
  color: #ffffff;
  border: 1px solid #2888eb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.btnpublic_s2 a:hover {
  color: #ffffff !important;
  background-color: #2888eb !important;
}
.btnshadow_p1 a {
  /* box-shadow: 0px 8px 16px rgba(48, 92, 218, 0.16);
  -moz-box-shadow: 0px 8px 16px rgba(48, 92, 218, 0.16);
  -webkit-box-shadow: 0px 8px 16px rgba(48, 92, 218, 0.16); */
}
.btnshadow_p1 a:hover {
  box-shadow: 0px 8px 48px rgb(193 203 232 / 48%);
  -moz-box-shadow: 0px 8px 48px rgb(193 203 232 / 48%);
  -webkit-box-shadow: 0px 8px 48px rgb(193 203 232 / 48%);
  background-color: #ffffff;
}
.borderradius_max {
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px;
}
.borderradius_min {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* 
-------------  less  -------------
*/
.titlet1 {
  font-size: 12px;
  line-height: 18px;
}
.titlet {
  font-size: 14px;
  line-height: 20px;
}
.titlet {
  font-size: 16px;
  line-height: 24px;
}
.desct1 {
  font-size: 12px;
  line-height: 18px;
}
.desct2 {
  font-size: 14px;
  line-height: 20px;
}
.desct3 {
  font-size: 16px;
  line-height: 24px;
}
.listt1 {
  font-size: 12px;
  line-height: 24px;
}
.lineheight_linkbtn {
  line-height: 44px;
}
