html,
body {
  margin: 0 auto;
  /*height: auto !important; */
  /* animation: page-fade-in 0.5s forwards; */
}


/* @keyframes page-fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */

* {
  font-family: PingFangSC, Arial, Microsoft yahei, Tahoma, sans-serif !important;
}

img {
  border: 0;
  max-width: 100%;
}

a {
  min-height: 1px;
  /* display: block; */
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

textarea,
input:hover {
  text-decoration: none;
  border: none;
}

textarea,
input:focus {
  text-decoration: none;
  border: none;
}

input:focus-visible {
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

span {
  display: block;
}

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

.boxblockP {
  display: block !important;
}

.boxblockM {
  display: none !important;
}

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

.textbox {
  padding: 16px 18px 16px 18px;
  background-color: #f0f0f0;
}


/* 
-------------  圆角  -------------
*/

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

.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 rgba(48, 92, 218, 0.48);
  -moz-box-shadow: 0px 8px 48px rgba(48, 92, 218, 0.48);
  -webkit-box-shadow: 0px 8px 48px rgba(48, 92, 218, 0.48);
}

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

.btnpublic_moreS1 {
  width: 100%;
  min-height: 1px;
}

.btnpublic_moreS1 a {
  width: 120px;
  min-height: 1px;
  display: block;
  font-size: 13px;
  line-height: 44px;
  text-align: center;
  color: #666666;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
  -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
  -webkit-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.08);
  background-color: #d3edff;
}

.btnpublic_moreS1 a:hover {
  background-color: #ffffff;
  box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.36);
  -moz-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.36);
  -webkit-box-shadow: 16px 0px 64px rgba(0, 80, 157, 0.36);
}

.btnpublic_moreS1 a:focus {
  outline: none;
}


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


/*  */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, .8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (max-width: 767px) {
  .boxblockP {
    display: none !important;
  }

  .boxblockM {
    display: inline-block !important;
  }
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}