@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  height: 100%;
  min-width:1230px;
}

a {
  color: #333333;
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

input,textarea {
  outline: none;
}

.bdt {
  border-top: 1px solid #E6E6E6;
}

.tac {
  text-align: center;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.w1230 {
  width: 1230px;
  margin: 0 auto;
}

.magin_aoto {
  margin: 0 auto;
}

.fs12 {
  font-size: 12px;
}

.fs16 {
  font-size: 16px;
}

.fs18 {
  font-size: 18px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs26 {
  font-size: 26px;
}

.bg0e {
  color: #0E8A4A;
}

.bg696 {
  background: #696;
}

.cfff {
  color: #FFFFFF;
}

.ceee {
  color: #EEEEEE;
}

.cccc {
  color: #333333;
}

.c333 {
  color: #333333;
}

.fl {
  display: flex;
}

.fl_column {
  display: flex;
  flex-direction: column;
}

.fl_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl_jc_ac {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fl_jb_ac {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fl_jb_ae {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.fl_jb {
  display: flex;
  justify-content: space-between;
}

.fl_wrap {
  display: flex;
  flex-wrap: wrap;
}

.fl_ja_ac {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.fl_ja {
  display: flex;
  justify-content: space-around;
}

.fl_ac {
  display: flex;
  align-items: center;
}

.fll {
  float: left;
}

.flr {
  float: right;
}

.nav {
  width: 100%;
  height: 48px;
  background: #0562BC;
}

.displayBlock {
  display: block;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 18px;
  overflow: hidden;
}

.title_h1 {
  margin-bottom: 10px;
}
.title_h1 p {
  min-width: 112px;
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #0562BC;
}
.title_h1 button {
  width: 109px;
  height: 34px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.title_bottom_line {
  width: 100%;
  height: 6px;
  position: relative;
}

.title_bottom_line::after {
  content: "";
  display: block;
  width: 90px;
  height: 6px;
  position: absolute;
  left: 0;
  background: #0562BC;
  border-radius: 3px;
}

.title_bottom_line::before {
  content: "";
  display: block;
  width: calc(100% - 90px);
  height: 2px;
  position: absolute;
  top: 2px;
  right: 0;
  background: #eee;
}

.title_bottom_line_2 {
  font-size: 28px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.title_bottom_line_2::after {
  content: " ";
  display: inline-block;
  width: 90px;
  height: 6px;
  background: #0562BC;
  border-radius: 6px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -45px;
}

.title_bottom_line_3 {
  font-size: 28px;
  font-weight: 500;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
.title_bottom_line_3::after {
  content: " ";
  display: inline-block;
  width: 90px;
  height: 6px;
  background: #0e8a4b;
  border-radius: 6px;
  position: absolute;
  bottom: -20px;
  left: 570px;
}

.clear {
  clear: both;
}

.por {
  position: relative;
}

.poa {
  position: absolute;
}

.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

.b0 {
  bottom: 0;
}

.t0 {
  top: 0;
}

.displayNone {
  display: none;
}

.mt40 {
  margin-top: 40px;
}
.mt-20{
  margin-top: 20px;
}

.text-over-1 {
  text-overflow: ellipsis; /* 单行 */
  white-space: nowrap;
  overflow: hidden;
}

.text-over-3{
  /* 超出三行隐藏， 显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text-over-4{
  /* 超出4行隐藏， 显示省略号 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.text-over-5{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.text-over-7{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

.text-indent-2{
  text-indent: 2rem;
}

.hover-color:hover {
  color: #0562bc;
}

.more {
  width: 109px;
  height: 34px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}

.emptyStyle{
	color: #ccc;
  margin-top: 30px;
}
.fenye .pagination {
  display: flex;
}
.fenye .pagination li {
  width: 44px;
  height: 46px;
  background: #fff;
  color: #999999;
  border-radius: 4px;
  border: 1px solid #0562BC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.fenye .pagination .active {
  color: #FFFFFF;
  background: #0562BC;
}
.displayNone {
  display: none;
}
.mobile{
  display: none;
}
.back_home_btn{
  position: fixed;
  bottom: 120px;
  right: 58px;
  z-index: 999;
  width: 58px;
  background: #e9f4fe;
  border-radius:30px 30px 5px 5px;
  box-shadow: 0 8px 320px 0 #000;
  --webkit-box-shadow: 0 8px 320px 0 #000;
  --moz-box-shadow: 0 8px 320px 0 #000;
  display: none;
}
.back_home_btn img{
  position: absolute;
  top: -2px;
}
.back_home_btn span{
  font-size: 16px;
  color: #0562bc;
  display: block;
  width: 16px;
  margin: 0 auto;
  margin-bottom: 16px;
  padding-top: 60px;
}
.keshi_details .right_text .details_text, .keshi_details .right_text .details_text p, .keshi_details .right_text .details_text p span{
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Microsoft YaHei" !important;
  line-height: 38px !important;
}
.my-fenye.d-flex{
	display: none !important;
}
.object-fit-contain{
	object-fit: contain;
}
.object-fit-cover{
	object-fit: cover;
}
@media screen and (max-width: 750px) {
  html,body{
  	min-width: 0;
  }
  img, button{
    user-select: none;
  }
  .main-content{
    background: none;
  }
  
  .max-div-bg{
    background: none !important;
  }
  .mobile{
    display: block;
  }
  .title_h1 p{
    font-size: 20px;
  }
  .phone_none{
    display: none !important;
  }
  .title_bottom_line_2{
    font-size: 22px;
    bottom: 0;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .shadow{
    width: 95% !important;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto !important;
    box-shadow: 0px 0px 25px -6px #ccc;
    --webkit-box-shadow: 0px 0px 25px -6px #ccc;
    --moz-box-shadow: 0px 0px 25px -6px #ccc;
    border-radius: 4px;
  }
  .back_home_btn{
  bottom: 40px;
  right: 20px;
  background: transparent;
  border-radius:50%;
  box-shadow: 0 0 20px 12px rgba(0,0,0,0.2);
}
.back_home_btn img{
  position: initial;
}
.back_home_btn span{
  display: none;
}
  
  .my-fenye.d-flex{
    display: flex !important;
  }
  .my-fenye{
    justify-content: space-between;
    margin: 30px auto;
    width: 300px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .my-fenye li{
    font-size: 12px;
    width: 15%;
    height: 40px;
    text-align: center;
    border: 1px solid #0562BC;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-fenye li a{
    display: block;
    font-weight: normal;
    color: #0562BC;
    /* 向上位移3个像素 */
    transform: translateY(-5px) scale(2.5);
  }
  .my-fenye li[data-type="cur"]{
    background: #0562BC;
  }
  .my-fenye li[data-type="cur"] span{
    transform: scale(1);
    font-size: 20px;
    color: #fff;
  }
}
/*# sourceMappingURL=public.css.map */