/*common start*/

body, div, ul, li, a, img, p, dl, dt, dd, h1, h2, h3, h4, span, strong, input {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  border: 0;
  list-style: none;
}

body {
  font-size: 12px;
  font-family: Arial, 'Microsoft YaHei';
  color: #333;
}

a {
  color: #666;
}

a:hover {
  color: #366ef4;
  text-decoration: none;
}

p {
  line-height: 1.5em;
  padding: 5px 0;
}

.clear {
  margin: 0;
  padding: 0;
  font-size: 0;
  clear: both;
}

.wapper {
  width: 1100px;
  margin: 0 auto;
}

input, textarea, select {
  outline: none
}

/*common end*/

.headbg {
  width: 100%;
  background: rgba(255, 255, 255, .8);
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
}

.head {
  height: 120px;
}

.head .logo {
  float: left;
  width: 400px;
  height: 120px;
  position: relative;
}

.head .logo img {
  max-width: 100%;
  max-height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

/*menu*/

.menu {
  height: 40px;
  line-height: 40px;
  float: right;
  margin-top: 40px;
}

.menu ul li {
  float: left;
  position: relative;
}

.menu ul li dl {
  background: #fff;
  width: 150%;
  position: absolute;
  left: -25%;
  top: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  display: none;
}

.menu ul li dl dd {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.menu ul li dl dd a {
  font-size: 14px;
  color: #666;
  padding: 0;
}

.menu ul li dl dd a:hover {
  background: #2d93ff;
  color: #fff;
}

.menu a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 0 12px;
}

.menu a:hover {
  color: #ff7f7f;
}

a.menu_hover {
  color: #ff7f7f;
}

.h_height {
  height: 120px;
}

@media(max-width:768px) {
  .wapper {
    width: 100%;
  }
  .headbg {
    display: none;
  }
  .h_height {
    height: 0;
  }
}

.head_mbg {
  width: 100%;
  /* background:rgba(255,255,255,.8); position:fixed;*/
  z-index: 666;
  top: 0;
  left: 0;
  display: none;
  height: 50px;
}

.head_m {
  height: 50px;
  position: relative;
  /*position: fixed;
  background: #fff;
  width: 100%;*/
}

.head_m .logo {
  float: left;
  width: 100%;
  height: 50px;
  position: relative;
  margin-left: 0%;
  text-align: center;
  line-height: 50px
}

.head_m .logo img {
  max-width: 100%;
  max-height:90%;
  /*position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  left: 0;*/
  margin:2px auto ;
}

.head_m .rt {
  float: right;
  margin: 5px 2% 0 0;
}

.head_m .rt dl dt {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #ff7f7f;
}

.head_m .rt dl dd {
  float: left;
  font-size: 16px;
  line-height: 20px;
  color: #00bbff;
}

.head_m .rt dl dd span {
  display: block;
}

.nav_open {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 5px;
  right: 10px;
}

.nav_open i {
  font-size: 20px;
  vertical-align: middle;
}

.navbg {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  display: none;
}

.nav {
  padding: 80px 5% 200px 5%;
  position: relative;
}

.nav_close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 20px;
}

.nav_close i {
  font-size: 20px;
  vertical-align: middle;
}

.nav_list {
  height: calc(100vh - 100px);
  overflow-Y: scroll;
}

.tree {}

.tree_box {}

.tree_one, .tree_two {
  display: none;
  overflow: hidden;
}

.tree_box h3 {
  font-weight: normal;
  font-size: 14px;
  height: 49px;
  line-height: 49px;
  overflow: hidden;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #eee;
}

.tree_box h3 a {
  color: #333;
  position: relative;
  z-index: 10;
}

.tree_box h3 a:hover {
  color: #ff7f7f;
}

.tree_box h3 span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: right;
}

.tree_box h3 span i {}

.tree_one h4 {
  font-weight: normal;
  font-size: 12px;
  position: relative;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  margin: 0 0 0 5%;
  border-bottom: 1px solid #eee;
}

.tree_box h4 a {
  color: #666;
  position: relative;
  z-index: 10;
}

.tree_box h4 a:hover {
  color: #ff7f7f;
}

@media(max-width:768px) {
  .head_mbg {
    display: block;
  }
}

.m_menubg {
  padding: 0 1%;
  margin-top: 20px;
  display: none;
}

.m_menu {}

.tit3 {
  text-align: center;
}

.tit3 h2 {
     box-sizing: border-box;
    font-size: 19px;
    font-family: Microsoft YaHei;
    text-align: center;
    color: #ff0004;
    font-weight: bold;
}

.m_menu .list {
  margin-top: 10px;
}

.m_menu .list ul li {
  float: left;
  width: 31.33%;
  margin: 1% 1%;
  border-radius: 10px;
  background: #6abb8e;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}

.m_menu .list ul li a {
  display: block;
  color: #fff;
}

@media(max-width:768px) {
  .m_menubg {
    display: block;
  }
}

.swiper-container1 .swiper-slide {}

.swiper-container1 .swiper-slide img {
  width: 100%;
  : block;
}

.swiper-container1 .swiper-button-prev1 {
  width: 73px;
  height: 74px;
  margin-top: -37px;
  background-image: url(../images/hover_left.png);
  background-size: 73px 74px;
}

.swiper-container1 .swiper-button-next1 {
  width: 73px;
  height: 74px;
  margin-top: -37px;
  background-image: url(../images/hover_right.png);
  background-size: 73px 74px;
}

.swiper-container1 .swiper-pagination1 {
  bottom: 10px !important;
}

.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
}

.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet-active {
  background: #fff;
}

@media(max-width:768px) {
  .swiper-container1 .swiper-button-prev1 {
    display: none;
  }
  .swiper-container1 .swiper-button-next1 {
    display: none;
  }
  .swiper-container1 .swiper-pagination1 {
    display: block;
  }
}

.tit1 {
  text-align: center;
  padding-bottom: 20px;
  background: url(../images/1111.png) center bottom no-repeat;
 
}

.tit1 h2 {
  box-sizing: border-box;
  font-size: 22px;
  font-weight: bold;
  color: #71cef0;
}

.con01bg {
  margin-top: 50px;
}

.con01 {}

.con01 .list_pc {
  margin-top: 30px;
}

.slideTxtBox_01 {}

.slideTxtBox_01 .hd {
  height: 29px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.slideTxtBox_01 .hd ul li {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  height: 28px;
  line-height: 28px;
  background: #6abb8e;
  font-size: 14px;
}

.slideTxtBox_01 .hd ul li a {
  display: block;
  color: #fff;
  padding: 0 15px;
}

.slideTxtBox_01 .hd ul li.on {
  background: #fff;
}

.slideTxtBox_01 .hd ul li.on a {
  color: #333;
}

.slideTxtBox_01 .bd {
  margin-top: 20px;
}

.slideTxtBox_01 .bd .box {
  height: 400px;
}

.slideTxtBox_01 .bd .box .img {
  float: left;
  width: 49%;
}

.slideTxtBox_01 .bd .box .img img {
  display: block;
  width: 100%;
}

.slideTxtBox_01 .bd .box .txt {
  float: left;
  width: 50%;
  margin-left: 1%;
  height: 350px;
  overflow-y: scroll;
}

.slideTxtBox_01 .bd .box .txt h2 {
  font-size: 18px;
  line-height: 1.5em;
  color: #71cef0;
}

.slideTxtBox_01 .bd .box .txt .nr {
  margin-top: 10px;
}

.con01 .list_m {
  display: none;
}

.con01 .list_m ul li {
  float: left;
  width: 46%;
  margin: 15px 2% 0 2%;
  background: #6abb8e;
  text-align: center;
}

.con01 .list_m ul li .img {
  padding-bottom: 70%;
}

.con01 .list_m ul li h2 {
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
}

@media(max-width:768px) {
  .con01bg {
    margin-top: 20px;
    /* padding: 0 2%; */
  }
  .con01 .list_pc {
    display: none;
  }
  .con01 .list_m {
    display: block;
  }
}

.con02bg {
  margin-top: 50px;
}

.con02 {
  background: #6abb8e;
  color: #fff;
  margin-top: 30px;
  padding: 30px 0;
}

.con02 .list_pc {}

.con02 .list_pc .img {
  float: left;
  width: 400px;
}

.con02 .list_pc .img img {
  display: block;
  width: 100%;
}

.con02 .list_pc .txt {
  float: right;
  width: 640px;
}

.con02 .list_pc .txt h2 {
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5em;
}

.con02 .list_pc .txt h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
}

.con02 .list_pc .txt .nr {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5em;
}

@media(max-width:768px) {
  .con02bg {
    margin-top: 30px;
  }
  .con02 {
    padding: 30px 4%;
  }
  .con02 .list_pc .img {
    float: none;
    width: 63%;
    margin-left: 19%;
    
   }
  .con02 .list_pc .txt {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.con03bg {
  margin-top: 50px;
}

.con03 {}

.con03 .list_pc {
  margin-top: 30px;
}

.slideTxtBox_02 {}

.slideTxtBox_02 .hd {
  height: 29px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.slideTxtBox_02 .hd ul li {
  display: inline-block;
  margin: 0 2px;
  border: 1px solid #d6d6d6;
  border-bottom: none;
  height: 28px;
  line-height: 28px;
  background: #6abb8e;
  font-size: 14px;
}

.slideTxtBox_02 .hd ul li a {
  display: block;
  color: #fff;
  padding: 0 15px;
}

.slideTxtBox_02 .hd ul li.on {
  background: #fff;
}

.slideTxtBox_02 .hd ul li.on a {
  color: #333;
}

.slideTxtBox_02 .bd {}

.slideTxtBox_02 .bd ul li {
  float: left;
  width: 49% ;
  margin-bottom: 5px;
   /* width: 266px; */
  /* margin: 20px 12px 0 0; */
  

}

.slideTxtBox_02 .bd ul li:nth-child(4n) {
  margin-right: 0;
}

.slideTxtBox_02 .bd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.slideTxtBox_02 .bd ul li .img {}

.slideTxtBox_02 .bd ul li .imgbg {
  padding-bottom: 70%;
}

.slideTxtBox_02 .bd ul li .txt {}

.slideTxtBox_02 .bd ul li .txt h2 {
  font-size: 14px;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
}

.slideTxtBox_02 .bd ul li .txt h2 a {}

.more1 {
  text-align: center;
}

.more1 a {
  display: block;
  border: 1px solid #ddd;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.more1 a:hover {}

.more2 {
  /* text-align: center; */
  display: block;
  margin: auto;text-align: center;
  margin-top: 30px;
}

.more2 a {
  /* display: inline-block; */
  font-size: 16px;
  border-radius: 50px;
  width: 155px;
  height: 30px;
  line-height: 30px;
  /* text-align: center; */
  background: #6abb8e;
  color: #fff;
  display: block;
  margin: auto;
}

.more2 a:hover {
  opacity: .8;
}

@media(max-width:768px) {
  .con03bg {
    margin-top: 30px;
    padding: 0 2%;
  }
  .slideTxtBox_02 .hd {
    overflow: hidden;
  }
  .slideTxtBox_02 .hd ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .slideTxtBox_02 .hd ul li {
    display: inline-block;
    margin: 0 2px;
    border: 1px solid #d6d6d6;
    border-bottom: none;
    height: 28px;
    line-height: 28px;
    background: #6abb8e;
    font-size: 14px;
    width: calc(24% - 6px);
  }
  .slideTxtBox_02 .hd ul li a {
    width: 100%;
    float: left;
    height: 100%;
    padding: 0px;
  }
  .slideTxtBox_02 .bd ul li {
    /* float: left; */
    width: 48.5%;
    /* margin: 15px 2% 0 2%; */
  }
  .slideTxtBox_02 .bd ul li:nth-child(4n) {
    margin-right: 0;
  }
  .slideTxtBox_02 .bd ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.con04bg {
  margin-top: 30px;
  padding-bottom: 0px;
}

.con04 {
  margin-top: 20px;
}

.con04 img {
  display: block;
  width: 100%;
}

.footbg {
  height: 18em;
  background: #6abb8e;
  padding: 30px 0;
  color: #fff;
}

.foot {
  height: 102px;
}

.foot .top {}

.foot .top h2 {
  font-weight: normal;
  font-size: 20px;
  line-height: 2em;
  position: relative;
}

.foot .top h2:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.foot .top .lt {
  float: left;
  width: 400px;
}

.foot .top .lt .list {
  margin-top: 20px;
}

.foot .top .lt .list ul li {
  font-size: 14px;
  line-height: 1.5em;
  margin: .5em 0;
}

.foot .top .lt .list ul li i {
  display: inline-block;
  width: 35px;
  text-align: center;
}

.foot .top .lt .list ul li img {
  height: 26px;
  vertical-align: middle;
}

.foot .top .ct {
  float: left;
  width: 420px;
  margin-left: 20px;
}

.foot .top .ct .list {
  font-size: 14px;
  line-height: 2em;
  margin-top: 20px;
}

.foot .top .rt {
  float: right;
  max-width: 240px;
}

.foot .top .rt .list {
  margin-top: 20px;
}

.foot .top .rt .list ul li {
  font-size: 12px;
  line-height: 1.5em;
  margin: .5em 0;
}

.foot .top .rt .list ul li a {
  color: #fff;
}

.foot .top .rt .list ul li a:hover {
  text-decoration: underline;
}

.foot .btm {
  margin-top: 0px;
}

.foot .btm ul li {
  font-size: 12px;
  line-height: 1.5em;
  text-align: center;
}

.foot .btm ul li a {
  color: #fff;
}

.foot .btm ul li a:hover {
  text-decoration: underline;
}

@media(max-width:768px) {
  .footbg {
  	height: 100%;
    padding: 10px 3%;
  }
  .foot .top {
    display: none;
  }
  .foot .top .lt {
    float: none;
    width: 100%;
  }
  .foot .top .ct {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .foot .top .rt {
    float: none;
    margin-top: 10px;
  }
}

.f_navbg {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 666;
  bottom: 0;
  left: 0;
  display: none;
}

.f_nav {
  height: 50px;
}

.f_nav ul li {
  float: left;
  width: 25%;
  text-align: center;
}

.f_nav ul li .img {
  height: 30px;
  position: relative;
}

.f_nav ul li .img img {
  max-width: 100%;
  max-height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto auto;
}

.f_nav ul li h2 {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  color: #666;
}

@media(max-width:768px) {
  .f_navbg {
    display: block;
  }
}

.con11bg {
  padding: 0px 4%;
  margin-top: 30px;
}

.con11 {}

.con11 .list {
  margin-top: 30px;
}

.con11 .list img {
  display: block;
  width: 100%;
}

.con12bg {
  margin-top: 50px;
}

.con12 {
  background: #6abb8e;
  color: #fff;
  padding: 10px 2%;
  margin-top: 15px;
}

.con12 .h5_yous {
  display: none;
}

.con12 .badafwu {
  width: 100%;
  display: flex;
  justify-items: center;
  justify-content: space-around;
  align-content: flex-start;
  flex-wrap: wrap;
}

.con12 .badafwu .cell {
  width: calc(100%/3 - 40px);
  display: flex;
  justify-items: center;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.con12 .badafwu .cell img {
  height: 100%;
}

.con12 .badafwu .cell p {
  width: 100%;
  font-size: 16px;
}

.con12 .badafwu .cell p>span {
  font-size: 12px;
}

.con12 .list {
  position: relative;
}

.con12 .list:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1.5px;
}

.con12 .list .ser2 {
  float: left;
  width: calc(50% - 25px);
  position: relative;
  text-align: right;
  margin-top: 30px;
  height: 200px;
}

.con12 .list .ser2:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: -32px;
  top: 10px;
  border: 5px solid #fff;
}

.con12 .list .ser2 h2 {
  font-size: 26px;
  line-height: 1.5em;
}

.con12 .list .ser2 h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 5px;
}

.con12 .list .ser1 {
  float: right;
  width: calc(50% - 25px);
  position: relative;
  margin-top: 30px;
  height: 200px;
}

.con12 .list .ser1:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: -33px;
  top: 10px;
  border: 5px solid #fff;
}

.con12 .list .ser1 h2 {
  font-size: 26px;
  line-height: 1.5em;
}

.con12 .list .ser1 h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 5px;
}

.con12 .list li:nth-child(2) {
  margin-top: 145px;
}

@media(max-width:768px) {
  .con12 .h5_yous {
    display: initial;
  }
  .con12 .badafwu {
    display: none;
  }
  .con12 .badafwu .cell {
    width: 90%;
    margin: 10px 0px;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .con12 .list .ser2 {
    height: 130px;
  }
  .con12 .list .ser2 h2 {
    font-size: 18px;
    line-height: 1em;
  }
  .con12 .list .ser2 h3 {
    font-size: 14px;
    line-height: 1.5em;
  }
  .con12 .list .ser1 {
    height: 140px;
  }
  .con12 .list .ser1 h2 {
    font-size: 18px;
    line-height: 1em;
  }
  .con12 .list .ser1 h3 {
    font-size: 14px;
    line-height: 1.5em;
  }
  .con12 .list li:nth-child(2) {
    margin-top: 120px;
  }
}

/*Add------------------------------------------------------------------------------*/

.insidebg {
  padding: 20px 0 0px 0;

}

.inside {}

.weizhi {
  height: 40px;
  line-height: 40px;
  background: #6abb8e;
  color: #fff;
  padding: 0 4px;
}

.weizhi strong {
  font-weight: normal;
  float: left;
  font-size: 16px;
}

.weizhi span {
  float: right;
  font-size: 14px;
  padding-left: 30px;
}

.weizhi span img {
  height: 22px;
  vertical-align: middle;
}

.weizhi span a {
  color: #fff;
}

.weizhi span a:hover {}

.in_nav {
  text-align: center;
  margin-top: 30px;
}

.in_nav ul {
  display: inline-block;
  border: 1px solid #ff7f7f;
  display: flex;
  flex-wrap: wrap;
}

.in_nav ul li {
  /* display: inline-block;
   */

  margin-left: -4px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.in_nav ul li:nth-child(1) {
  margin-left: 0;
}

.in_nav ul li a {
  display: block;
  padding: 0 50px;
}

.in_nav ul li:hover a {
  background: #6abb8e;
  color: #fff;
}

.in_nav ul li.on a {
  background: #6abb8e;
  color: #fff;
}

.inside_con {
  margin-top: 20px;
  width: 100%;
  /* margin-left: 5%; */
}

.inside_con img {
  margin-bottom: 40px;
}

@media(max-width:768px) {
  .weizhi span {
    display: none;
  }

  .in_nav ul li a {
    padding: 0 20px;
  }
  .inside_con {
    margin-top: 0px;
    width: 100%;
    /* margin-left: 5%; */
    margin-bottom: 30px;
  }
  .inside_con img {
    margin-left: 0%;
    margin-bottom: 0px;
  }
}

.job {}

.job .list_pc {
  margin-top: 30px;
}

.job .list_m {
  display: none;
}

.job .list_m ul li {
  float: left;
  width: 46%;
  margin: 15px 2% 0 2%;
  background: #6abb8e;
  text-align: center;
}

.job .list_m ul li .img {
  padding-bottom: 70%;
}

.job .list_m ul li h2 {
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
}

@media(max-width:768px) {
  .job .list_pc {
    display: none;
  }
  .job .list_m {
    display: block;
    padding: 0 2%;
  }
}

.picList {}

.picList ul li {
  float: left;
  width: 266px;
  margin: 20px 12px 0 0;
}

.picList ul li:nth-child(4n) {
  margin-right: 0;
}

.picList ul li .img {
    width: 266px;
    height: 186.19px;
}
.picList ul li .img .imgbg img {
    width: 266px;
    height: 186.19px;
}

.picList ul li .imgbg {
  padding-bottom: 70%;
}

.picList ul li .txt {}

.picList ul li .txt h2 {
  font-size: 14px;
  line-height: 2em;
  height: 2em;
  overflow: hidden;
}

.picList ul li .txt h2 a {}

@media(max-width:768px) {
  .picList {
    padding: 0 2%;
  }
  .picList ul{
    /* padding: 0 2%; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .picList ul li {
    float: left;
    margin-bottom: 6px;
    width: 48%;
    /* margin-left: 5px; */
    /* margin: 15px 2% 0 2%; */
  }
  .picList ul li .img {
    width: 100%;
    height: 186.19px;
}
  .picList ul li .img .imgbg img {
    width: 100%;
    height: 186.19px;
}
  .picList ul li:nth-child(2n) {
    margin-right: 0;
  }
}

.page_box {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.page_box a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 5px;
}
.page_box a:nth-child(1){
  /* margin-left: 20px; */
}
.page_box a:hover {
  background: #ff0000;
  color: #fff;
}

.page_box a.on {
  background: #ff0000;
  color: #fff;
}

.detail {}

.detail .bt1 {
  text-align: center;
}

.detail .bt1 h2 {
  font-weight: normal;
  font-size: 36px;
  line-height: 1.5em;
}

.detail .bt1 h3 {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5em;
  color: #999;
  border-bottom: 1px solid #6abb8e;;
}

.detail_con {
  margin-top: 20px;
}

@media(max-width:768px) {
  .detail {
    padding: 0 4%;
  }
}

.news {}

.news ul li {
  padding: 30px 0;
  border-bottom: 1px solid #dedede;
}

.news ul li .txt1 {}

.news ul li .txt1 h2 {
   
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  color: #6abb8e;
   font-weight: 700;
}

.news ul li .txt1 h3 {
  font-size: 18px;
  line-height: 1.5em;
}

.news ul li .txt1 h3 a {}

.news ul li .btm {
  margin-top: 10px;
}

/*.news ul li .btm .img {
  float: left;
  width: 200px;
}*/

.news ul li .btm .imgbg {
  padding-bottom: 58%;
    background-position: center;
    background-size: cover;
}

.news ul li .btm .txt2 {
  float: right;
  width: calc(100% - 300px);
  margin-left: 20px;
}

.news ul li .btm .txt2 h2 {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
}

.news ul li .btm .txt2 h2 a {}

.more3 {
  margin-top: 20px;
}

.more3 a {
  display: inline-block;
  background: #6abb8e;
  color: #fff;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
}

.more3 a:hover {}

@media(max-width:768px) {
  .news {
    padding: 0 4%;
  }
  /*.news ul li .btm .img {
    float: none;
    width: 92%;
  }*/
  .news ul li .btm .txt2 {
    float: none;
    width: 100%;
    margin-top: 10px;
  }
}

.aboutus1 .img {
  float: left;
  padding: 8px 0px;
  background: #6abb8e;
  text-align: center;
}

.aboutus1 .img img {
  width: 55.5%;
}

.aboutus1 .txt {
  float: right;
  width: 620px;
}
.aboutus1 .txt  .nr{
 font-size: 16px;
 color: #777777;
}
.aboutus1 .txt  .nr span{

 color: #666;
 line-height: 20px;
 font-size: 16px;
}
.aboutus1 .txt  .nr p{

  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  font-family: "Microsoft YaHei";
  color: #666666;
  font-size: 16px;
  line-height: 30px;
}

.aboutus1 .txt h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 2em;
  color: #999;
}

.aboutus1 .txt h2 span {
  display: inline-block;
  border-bottom: 1px solid #ff7f7f;
  font-size: 14px;
  width: 149px;
  margin-left:20px ;

}

.aboutus1 .txt h3 {
  font-size: 20px;
  line-height: 20px;
  padding-left:20px ;
  margin-top: 5px;
}

.aboutus1 .txt .nr {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.5em;
}

.tit2 {
  text-align: center;
}

.tit2 h2 {
  font-weight: normal;
  font-size: 18px;
  line-height: 2em;
  color: #999;
  text-align: center;
}

.tit2 h2 span {
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px solid #ff7f7f;
  color: #c0c0c0;
}

.tit2 h3 {
  font-size: 20px;
  /* line-height: 2em */
  line-height: 30px;
    height: 30px;
}

.aboutus2 {
  margin-top: 50px;
}

.aboutus2 .list {
  margin-top: 20px;
  padding: 0 4%;
}
.aboutus2 .list p {
color: #555555 !important;
}

@media(max-width:768px) {
  .aboutus1 .img {
    float: none;
  }
  .aboutus1 .txt {
    float: none;
    width: 92%;
    padding: 0 4%;
    margin-top: 20px;
  }
  .aboutus2 {
    padding: 0 2%;
  }
}

.history {}

.bt2bg {
  text-align: center;
}

.bt2 {
  display: inline-block;
  border: 1px solid #ff7f7f;
  border-radius: 100px;
  padding: 10px 10px;
}

.bt2 .img {
  padding: 30px 30px;
  background: #6abb8e;
  border-radius: 100px;
}

.bt2 .img img {
  display: block;
}

.history .historybg {
  position: relative;
}

.history .historybg:before {
  content: "";
  width: 10px;
  height: 100%;
  background: #6abb8e;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
}

.history .historybg>li {}

.history ul .year {
  width: calc(50% - 25px);
  position: relative;
  text-align: right;
}

.history ul .year:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #6abb8e;
  border-radius: 100%;
  position: absolute;
  right: -45px;
  top: 10px;
  border: 5px solid #fff;
}

.history ul .year h2 {
  font-weight: normal;
  font-size: 44px;
  line-height: 1.5em;
  color: #6abb8e;
  text-align: right;
}

.history ul .day1 {
  float: left;
  width: calc(50% - 25px);
  position: relative;
  text-align: right;
  margin-top: 30px;
  height: 320px;
}

.history ul .day1:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #6abb8e;
  border-radius: 100%;
  position: absolute;
  right: -35px;
  top: 10px;
  border: 5px solid #fff;
}

.history ul .day1 h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.5em;
  color: #6abb8e;
}

.history ul .day1 h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 5px;
}

.history ul .day1 .img {
  margin-top: 10px;
}

.history ul .day1 .img img {
  max-width: 100%;
}

.history ul .day2 {
  float: right;
  width: calc(50% - 25px);
  position: relative;
  margin-top: 30px;
  height: 320px;
}

.history ul .day2:before {
  content: "";
  width: 10px;
  height: 10px;
  background:#6abb8e;
  border-radius: 100%;
  position: absolute;
  left: -35px;
  top: 10px;
  border: 5px solid #fff;
}

.history ul .day2 h2 {
  font-weight: normal;
  font-size: 26px;
  line-height: 1.5em;
  color: #6abb8e;
}

.history ul .day2 h3 {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 5px;
}

.history ul .day2 .img {
  margin-top: 10px;
}

.history ul .day2 .img img {
  max-width: 100%;
}

.history .historybg li.margin1 {
  margin-top: 195px;
}

@media(max-width:768px) {
  .history {
    padding: 0 4%;
  }
  .history .historybg:before {
    position: absolute;
    top: 0;
    left: 20%;
    margin-left: -5px;
  }
  .history ul .year {
    width: calc(20% - 25px);
  }
  .history ul .year:before {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -40px;
    top: 0;
    border: 5px solid #fff;
  }
  .history ul .year h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
  }
  .history ul .day1 {
    float: none;
    width: calc(80% - 25px);
    padding-left: calc(20% + 25px);
    position: relative;
    text-align: left;
    margin-top: 30px;
    height: auto;
  }
  .history ul .day1:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: auto;
    left: 18%;
    top: 10px;
    border: 2px solid #fff;
  }
  .history ul .day1 h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .history ul .day1 h3 {
    font-size: 12px;
    line-height: 1.5em;
  }
  .history ul .day2 {
    float: none;
    width: calc(80% - 25px);
    padding-left: calc(20% + 25px);
    position: relative;
    margin-top: 30px;
    height: auto;
  }
  .history ul .day2:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 18%;
    top: 10px;
    border: 2px solid #fff;
  }
  .history ul .day2 h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
  .history ul .day2 h3 {
    font-size: 12px;
    line-height: 1.5em;
  }
  .history .historybg li.margin1 {
    margin-top: 0;
  }
}

.team1 {}

.team1 img {
  float: left;
  width: 33.33%;
}

@media(max-width:768px) {
  .team1 img {
    float: none;
    width: 100%;
  }
}

.lxwm2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 120px;
  width: 80%;
  text-align: center;
}



#lxwm1>.view_contents {
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 14px;
  text-align: center;
  right: 10%;
  width: 120%;
}
.nanfang1 {
  height: 35px;
}
@media(max-width:768px) {
.nanfang1 {
  height: 50px;
}
.detail_con img{
    width: 100%;
    height: 100%;
}
}
@media (max-width: 400px){
.nanfang1 {
    height: 80px;
}

}

.txt p{
font: 12px / 1.5 tahoma, arial, "Microsoft YaHei";
}

.txt2 p{
font: 14px / 1.5 tahoma, arial, "Microsoft YaHei";
    width: 90%;
color: #919191;
  border-radius: 10px;
}

.txt1 span{
color: #919191;
}

.QRcode {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
  font-size: 14px;
  text-align: center;
  height: 280px;
}

@media only screen and (max-width: 600px) {
  .QRcode {
    height: auto; 
  }
}

.QRcode img {
  max-width: 80%; /* 减小图片宽度 */
  max-height: 135px; /* 减小图片高度 */
  height: auto;
}

.QRcode span {
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 16px;
  margin: 0 10px;
}

.duonian {
  text-align: center;
}
.div tit1 {
  margin-top: -50px; 
}

.copynotice{width:100%;margin:20px 0;padding:10px 15px;font-size:14px;color:#888;text-indent:0;line-height:22px;border:1px dotted #ccc;border-radius:3px;box-sizing:border-box;background:#f8f8f8;overflow:hidden;display:flex;zoom:1;-webkit-justify-content:center;justify-content:center;-webkit-align-items:flex-end;align-items:center}.copynotice::after{content:"";display:block;clear:both}.copynotice .qr,.copynotice canvas{width:70px;height:70px;float:left;display:inline;margin-right:15px;border:3px solid #fff;background:#fff}.copynotice b,.copynotice strong{margin:0 5px;color:#333}.copynoticetxt{width:100%;word-break:break-all;vertical-align:middle}.copynoticetxt p{margin:0}.copynoticetxt a{color:#333}



.block{/*margin-bottom:10px;padding:10px 18px*/}.block.forum{padding:16px 0}.block.forum .item{padding:15px 15px 10px}.block.forum .item h2{padding:0}.block.forum .item .forumdate{padding-left:27px;position:static}.block.sticker{margin:8px}.block.sticker .post{margin-bottom:10px;padding:14px 16px 10px}.block.sticker .post h2 .istop{top:1px}.block.sticker .post h2 .istop::before{font-size:32px}.block.album{margin:8px}.block.album .albumcon{padding:12px}.block.album .albumcon a{font-size:14px}.block.album .albuminfo{line-height:26px}.block.album .item{width:48%}.block.hotspot{margin-top:10px}.block.hotspot .post{margin-bottom:10px;padding:14px 16px 10px}.block.hotspot .postimg{width:110px;margin-right:10px}.block.hotspot .post h2{height:48px;margin-bottom:10px;line-height:20px;font-weight:normal;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;display:-webkit-box}.block.hotspot .post h2.istop{top:1px}.block.hotspot .post h2.istop::before{font-size:32px}.block.hotspot .post h2 a{font-size:16px;font-weight:normal}.block.hotspot .post h2 a span{display:inline;vertical-align:middle}.block.hotspot .post h2 a span::before{vertical-align:text-bottom}.block.hotspot .post .intro{display:none}.block.hotspot .post .info{font-size:12px}.block.hotspot .post .info span{margin-bottom:0}.block.hotspot .post .info span::before{font-size:16px}

.relateinfo h3{margin:0 0 10px;color:#333;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;display:-webkit-box}.relateinfo h3 a{font-size:18px;color:#333;font-weight:700}.relateinfo h3 a:hover{color:#0188fb}.relateinfo p{max-height:47px;font-size:15px;color:#888;line-height:26px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;display:-webkit-box}.relateinfo p a{color:#888}

.posttitle{border-color:#3a3a3a}.night .posttitle h1,.night .posttitle h2,.night .posttitle h3,.night .posttitle h4,.night .posttitle h5,.night .posttitle h6{color:#ccc}

.relateimg{width:100px;margin-right:15px}

.relateimg{width:120px;float:left;display:inline;margin-right:20px}.relateimg a{width:100%;height:0;padding-bottom:70%;border-radius:3px;overflow:hidden;position:relative;display:block}.relateimg a img{width:100%;min-height:100%;position:absolute;top:0;left:0}.relateimg:hover img{-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}
.relatecon.diallel .relatelist{width:100%;float:none;display:block}.relatecon.diallel .relatelist:nth-child(even){float:none;display:block}

.relate{padding:10px 0}.relate:last-child{padding:10px 0 5px}.relatecon.diallel .relatelist{width:100%;float:none;display:block}.relatecon.diallel .relatelist:nth-child(even){float:none;display:block}.relateimg{width:100px;margin-right:15px}.relateinfo h3{margin-bottom:5px}.relateinfo h3 a{font-size:16px}.relateinfo p{font-size:13px;line-height:1.8}.relatelist a{width:100%;margin:0;white-space:normal}.relatelist .posttime{position:static}.relatelist:last-child{border:0}


.relate{border-bottom: 1px solid #dedede;}

.posttitle h4 {
  color: #6abb8e;
   font-weight: bold;
}

.block.forum .item .forumdate{font-size:13px;color:#9e9e9e;line-height:22px;position:absolute;top:16px;right:10px}.block.forum .item:nth-child(odd){background:#f7f9fb}.block.forum .item:hover{background:#f2f6f9}.block.forum .item:hover h2 a{color:#0188fb}.block.album{margin:0;padding:0;box-shadow:none;background:none}.block.album .filternav{margin-top:20px}.block.album .item{width:31.33%;margin:0 0 2% 2%;border-radius:4px;box-shadow:0 1px 5px 0 rgba(0,0,0,0.05);background:#fff;overflow:hidden;display:inline-block;vertical-align:top;transition:transform .3s}.block.album .item:hover img{-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.block.album .albumlist{margin:0 0 0 -2%;font-size:0}.block.album .albumimg{position:relative}.block.album .albumimg a{width:100%;height:0;padding-bottom:70%;text-align:center;overflow:hidden;position:relative;display:block}.block.album .albumimg a em{padding:0 4px;font-size:12px;color:#fff;font-style:normal;line-height:18px;border-radius:2px;background:#0188fb;position:absolute;top:10px;left:10px;z-index:2}.block.album .albumimg a span{padding:0 10px;font-size:12px;color:#fff;line-height:24px;border-radius:5px 0 0 0;background:rgba(0,0,0,0.4);position:absolute;right:0;bottom:0;z-index:2}.block.album .albumimg a img{min-width:100%;min-height:100%;position:absolute;top:0;left:0;display:block}.block.album .albumimg a img.lazyload{background:#dedede url(images/lazyload.gif) no-repeat center}.block.album .albumimg.v a::before{content:"";width:32px;height:32px;background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 48 48'%3E  %3Cg fill='none' fill-rule='evenodd'%3E    %3Ccircle cx='24' cy='24' r='24' fill='%23000' fill-opacity='.15'/%3E    %3Cpath fill='%23FFF' fill-rule='nonzero' d='M24 0c13.255 0 24 10.745 24 24S37.255 48 24 48 0 37.255 0 24 10.745 0 24 0zm0 1.44C11.54 1.44 1.44 11.54 1.44 24c0 12.46 10.1 22.56 22.56 22.56 12.46 0 22.56-10.1 22.56-22.56 0-12.46-10.1-22.56-22.56-22.56zm-4.8 13.828a1.2 1.2 0 0 1 .595.158l13.182 7.532a1.2 1.2 0 0 1 0 2.084l-13.182 7.532A1.2 1.2 0 0 1 18 31.532V16.468a1.2 1.2 0 0 1 1.2-1.2z'/%3E  %3C/g%3E%3C/svg%3E");background-size:cover;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1}.block.album .albumcon{padding:16px}.block.album .albumcon a{font-size:16px;color:#333;font-weight:600;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block}.block.album .albumcon a:hover{color:#0188fb}.block.album .albumcon p{margin-top:8px;font-size:12px;color:#999;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.block.album .albuminfo{padding:0 16px;line-height:38px;border-top:1px solid #f1f1f1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.block.album .albuminfo a{display:inline-block;vertical-align:top}.block.album .albuminfo img{width:22px;height:22px;margin-right:5px;line-height:1;border:1px solid #fff;border-radius:50%;display:inline-block;vertical-align:middle}.block.album .albuminfo em{font-size:12px;color:#999;font-style:normal;display:inline-block;vertical-align:top}.block.album .albuminfo span{font-size:12px;color:#999}.block.sticker,.block.hotspot{padding:0;box-shadow:none;background:none}.block.sticker .filternav,.block.hotspot .filternav{margin-top:20px}.block.sticker .post,.block.hotspot .post{margin-bottom:20px;padding:20px 24px 15px;word-break:break-all;border-radius:3px;border:0;box-shadow:0 1px 5px 0 rgba(0,0,0,0.05);box-sizing:border-box;background:#fff}.block.sticker .post h2 .istop,.block.hotspot .post h2 .istop{padding:0;font-size:0;background:none;position:absolute;top:3px;left:-7px}.block.sticker .post h2 .istop::before,.block.hotspot .post h2 .istop::before{content:"\e67a";font-size:42px;color:#0188fb;font-family:iconfont}.block.sticker .post:last-child,.block.hotspot .post:last-child{margin-bottom:0}.block.hotspot .post{padding:20px}.block.hotspot .post h2{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.block.hotspot .postimg{width:210px;float:left;display:inline;margin:0 20px 0 0}.block.hotspot .post .intro{margin-bottom:15px;font-size:14px;line-height:1.8}.block.hotspot .post .intro.isimg{height:75px}.block.hotspot .post .info{margin:0}.block.hotspot .hotspotinfo.noimg h2{height:auto;white-space:normal}

.detail_con img {
  max-width: 100%; /* 图片的最大宽度为父元素的宽度 */
  height: auto; /* 高度自适应 */
}


.detail_con h2, .detail_con h3 {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
    word-break: break-all;
}
.detail_con h2::after,.detail_con h3::after {
    background: #6abb8e;
    border-radius: 3px;
    content: "";
    height: 22px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    width: 6px;
}

.Qmtips, .detail_con h6 {
background: rgba(0, 124, 255, .05);
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 20px 0;
    padding: 50px 20px 20px;
    position: relative;}
    
    .detail_con h6 {
  position: relative; /* 为伪元素提供定位上下文 */
}
.detail_con h6::after {
  color: #0e89d1; /* 使用十六进制颜色值 */
  content: "Detail：";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  left: 8%; /* 将伪元素定位在h6元素的右侧 */
  top: 0; /* 将伪元素定位在h6元素的顶部 */
  transform: translateX(-100%); /* 向左移动伪元素，使其与h6元素对齐 */
}
.detail_con li {
    color: #7f7f7f;
    line-height: 26px;
    font-size: 15px;
    word-break: break-all;
    margin-bottom: 10px;
}

.detail_con ul {
    text-indent: 32px;
    margin-bottom: 16px;
    list-style: none; /* 注意 !important 标记的位置 */
    background: rgba(0, 124, 255, .05);
}

.detail_con ol {
    text-indent: 32px;
    margin-bottom: 16px;
    list-style: none; /* 注意 !important 标记的位置 */
    background: rgba(0, 124, 255, .05);
}


.detail_con table tr td, .detail_con table tr th {
    /*padding: 10px 20px;*/
    word-break: break-all;
    border: 1px solid #e5e5e5;
}

.detail_con table thead {
    background: #eef6ff;
}

.detail_con p {
    
    margin-bottom: 20px;
}

.ly_Statement{
    
    margin-bottom: 20px;
}


.mt-50 {
    margin-top: 50px !important;
}
.w-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.other {
    color: #999999;
    font-size: 12px;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.t {
    font-size: 16px;
    color: #333333;
}
.w100 {
    width: 100%;
}
.c-style {
    color: #4194e2;
}
.ptb-10 {
    padding: 10px 20px;
}
.b-ce6 {
    border: 1px solid #e6e6e6;
}
.br-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.bk-list .bk-line {
    width: 5px;
    height: 5px;
    background: #cccccc;
}

/* Flexbox 相关样式 */
.flex, .flex1, .flex2 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-around; /* 默认值，可以在具体元素上覆盖 */
}

/* Flexbox 项目样式 */
.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
}
.ai-c {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.ff-c {
    -ms-flex-direction: column;
    flex-direction: column;
}
.fw-w {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jc-sb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

/* 图片样式 */
.bk-nav .bk-cover {
    width: 100%;
    height: auto;
    max-width: 120px;
    max-height: 90px;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* 列宽样式 */
.col-5 {
    width: 19%;
    max-width: 239px;
}

.mt-50 {
    margin-top: 50px !important;
}
.w-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.other {
    color: #999999;
    font-size: 12px;
}
.mt-20 {
    margin-top: 20px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.t {
    font-size: 16px;
    color: #333333;
}
.w100 {
    width: 100%;
}
.c-style {
    color: #4194e2;
}
.ptb-10 {
    padding: 10px 20px;
}
.b-ce6 {
    border: 1px solid #e6e6e6;
}
.br-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}
.line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}
.bk-list .bk-line {
    width: 5px;
    height: 5px;
    background: #039f25;;
}

/* Flexbox 相关样式 */
.flex, .flex1, .flex2 {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-around; /* 默认值，可以在具体元素上覆盖 */
}

/* Flexbox 项目样式 */
.flex-1 {
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    
}
.ai-c {
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.ff-c {
    -ms-flex-direction: column;
    flex-direction: column;
}
.fw-w {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jc-sb {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

/* 图片样式 */
.bk-nav .bk-cover {
    width: 100%;
    height: auto;
    max-width: 120px;
    max-height: 90px;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* 列宽样式 */
.col-5 {
    width: 19%;
    max-width: 239px;
}


/* 移动端样式 */
@media (max-width: 768px) {
    .w-1200 {
        width: 100%;
    }
    .col-5 {
        width: 100%;
        max-width: 100%; 

    }/* 在移动端，列宽最大值为100% */
    
    .bk-nav .bk-cover img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.bk-nav li {
    width: 4.2rem !important;
    padding: 0.3rem 0.2rem;
}
    .flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    justify-content: space-around
}
.bk-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.ask-list .f {
    /* font-size: .32rem; */
    color: #4194e2;
}
.t {
    color: #4194e2; /* 保持原有的颜色 */
    font-family: 'Arial', sans-serif; /* 选择一个清晰的字体 */
    font-size: 15px; /* 增加字体大小 */
    line-height: 20px; /* 增加行高 */

}

.bk-list li  {
       width: 10.8rem !important;
    padding: 0.1rem 0.1rem;
}
.flex1 {
display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: box;
    display: flexbox;
    
    justify-content: space-evenly
}
.fw-w {
    color: #4194e2;
    border: 1px solid #e6e6e6; /* 添加边框 */
    border-radius: 10px; /* 添加圆角 */
     margin-top: 10px; /* 添加顶部间距 */
      margin-left: 3px; /* 添加左边距 */
    margin-right: 3px; /* 添加右边距 */
}
.detail_con h6::after {
    color: #0e89d1;
    content: "Detail：";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    left: 25%;
    top: 10px;
    transform: translateX(-100%);
}
.detail .bt1 h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}
.detail .bt1 h3 {
    font-weight: normal;
    font-size: 11px;
    line-height: 1.5em;
    color: #999;
    border-bottom: 1px solid #6abb8e;
}
}

/*.nanfang1 {

  width: 100%;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
 
}*/
.nanfang1 {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.2;
    max-height: 2.5rem;}



table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
      line-height: 1.2rem;
}

/* 表头样式 */
th {
  background-color: #6abb8e; /* 浅绿色，有助于缓解眼部疲劳 */
  color: #333;
  padding: 10px;
  text-align: left;
}

/* 表格行样式 */
tr:nth-child(even) {
  background-color: #f2f2f2; /* 交替行颜色 */
}

/* 单元格样式 */
td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* 鼠标悬停效果 */
tr:hover {
  background-color: #d9f5dc;
}

.detail_con h4 {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0;
    overflow: hidden;
    padding-left: 16px;
    position: relative;
    word-break: break-all;
}
.detail_con h4::after {
    background: #6abb8e;
    border-radius: 3px;
    content: "";
    height: 22px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 3px;
    width: 6px;
}
@media (max-width: 400px){
.nanfang1 {
         width: 100%; /* 宽度自适应父容器 */
  overflow: hidden; /* 溢出隐藏 */
  text-overflow: ellipsis; /* 溢出文本显示省略号 (...) */
}

}
