:root {
  --theme_color: #34bada;
  --sub_coror: #169fc0;
}
.floatRigth {
  position: fixed;
  z-index: 1000;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.floatRigth img {
  vertical-align: top;
}
.floatRigth .tb {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 2px #fff solid;
  background: var(--theme_color);
  box-shadow: 0 0 20px 0 rgba(21, 158, 191, 0.5);
  position: relative;
  margin-bottom: 15px;
}
.floatRigth .tb img {
  max-height: 100%;
}
.floatRigth .list {
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 32px;
  padding: 10px 0;
}
.floatRigth li {
  width: 64px;
  padding: 0 8px;
  position: relative;
}
.floatRigth li:first-child .box {
  border-top: none;
}
.floatRigth .box {
  border-top: 1px #d9d9d9 solid;
  display: block;
  cursor: pointer;
  color: #666666;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  width: 100%;
  padding: 8px 0 8px 0;
  top: 0;
  right: 0;
}
.floatRigth .title {
  display: block;
  padding-top: 2px;
  line-height: 20px;
}
.floatRigth .icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  background-repeat: no-repeat;
  position: relative;
}
.floatRigth .hoverDiv {
  cursor: initial;
  border-radius: 10px;
  border: 1px var(--theme_color) solid;
  background-color: #fff;
  width: 180px;
  color: #333;
  font-size: 16px;
  line-height: 40px;
  padding: 10px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 100%;
  transition: all .5s;
  transform-origin: bottom right;
  transform: scale(0);
}
.floatRigth .hoverDivC {
  padding-left: 0;
  text-align: center;
  position: relative;
}
.floatRigth .hoverTel {
  color: var(--theme_color);
  font-size: 20px;
  font-weight: 700;
  font-family: "D-DIN" !important;
}
.floatRigth .ewm {
  width: 160px;
  height: 160px;
  text-align: left;
  padding: 5px 5px;
}
.floatRigth li:hover .hoverDiv {
  right: 100%;
  transform: scale(1);
}
.floatRigth li:hover .box {
  color: var(--theme_color);
}
.floatRigth .returnTopBtn {
  opacity: 1;
  display: block;
  transition: opacity .5s;
}
.floatRigth .returnTopBtn.show {
  opacity: 1;
  display: block;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .floatRigth {
    display: none;
  }
}
.bgDiv-1 {
  padding: 0.8rem 0 1rem 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact {
  padding: 0.4rem 0 0 0;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact .container {
  display: flex;
  flex-wrap: wrap;
}
.contact .left {
  flex: 1;
}
.contact .left .pic {
  width: 6.5rem;
  height: 4.1rem;
  position: absolute;
  top: 1.3rem;
  right: 0;
}
.contact .leftC {
  position: relative;
}
.contact .right {
  width: 37.5%;
  padding-top: 0.3rem;
}
.contact .titleBig {
  font-size: 0.36rem;
  line-height: 1.5;
  font-weight: 700;
  color: #333333;
  margin-bottom: 0.4rem;
}
.contact .fa {
  /* font-size: 0.16rem; */
  color: #666;
  padding-bottom: 0.5rem;
}
.contact .fa .list .box {
  padding-left: 0.34rem;
  line-height: 0.34rem;
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  position: relative;
}
.contact .fa .list .icon {
  display: inline-flex;
  width: 0.24rem;
  height: 0.24rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
}
.contact .lxfs .title {
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.3rem;
}
.contact .lxfs .tel {
  font-size: 0.28rem;
  font-family: "D-DINCondensed-Bold";
  color: #333333;
}
.contact .lxfs .p-1 {
  position: relative;
  padding-left: 0.52rem;
  line-height: 0.32rem;
  margin-bottom: 0.2rem;
}
.contact .lxfs .p-1 .icon {
  display: inline-flex;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.05rem;
  background: linear-gradient(0deg, #35bada, #d8f7ff);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .contact .left {
    width: 100%;
  }
  .contact .left .pic {
    display: none;
  }
  .contact .right {
    width: 100%;
  }
  .contact .titleBig {
    font-size: 24px;
  }
  .contact .fa {
    font-size: 16px;
    padding-bottom: 50px;
  }
  .contact .fa .list .box {
    padding-left: 34px;
    line-height: 34px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .contact .fa .list .icon {
    width: 24px;
    height: 24px;
    top: 10px;
  }
  .contact .lxfs .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .contact .lxfs .tel {
    font-size: 28px;
  }
  .contact .lxfs .p-1 {
    padding-left: 52px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .contact .lxfs .p-1 .icon {
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }
}
.checkboxDiv {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  vertical-align: top;
  position: relative;
}
.checkboxDiv .icon {
  display: inline-block;
  border-radius: 0.03rem;
  width: 0.18rem;
  height: 0.18rem;
  line-height: 0.16rem;
  text-align: center;
  border: 1px #999999 solid;
  font-size: 0.12rem;
  background: none;
  position: relative;
}
.checkboxDiv .icon::before {
  content: "";
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/icon/check.svg) center;
  background-size: 0.18rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.checkboxDiv input[type="checkbox"] {
  display: none !important;
}
.checkboxDiv input[type="checkbox"]:checked + .icon {
  background: var(--theme_color);
  border-color: var(--theme_color);
}
.checkboxDiv input[type="checkbox"]:checked + .icon::before {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .checkboxDiv .icon {
    display: inline-block;
    border-radius: 3px;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    position: relative;
  }
  .checkboxDiv .icon:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/icon/check.svg) center;
    background-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.message {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(8, 93, 114, 0.08);
  padding: 0.3rem 0.4rem;
  position: relative;
}
.message .list-form li {
  width: 100%;
  padding-bottom: 0.2rem;
}
.message .list-form li:last-child {
  padding-bottom: 0;
}
.message .list-form .col-2 {
  width: 50%;
}
.message .list-form .col-3 {
  width: 33.33333333%;
}
.message .list-form .col-4 {
  width: 25%;
}
.message .list-form .box {
  display: block;
  position: relative;
}
.message .list-form .title-form {
  /* font-size: 0.16rem; */
  color: #333333;
  padding-bottom: 0.1rem;
}
.message .list-form .xh {
  margin-left: 0.05rem;
  color: #f20808;
  /* font-size: 0.16rem; */
  margin-right: 0.05rem;
}
.message .list-form .text-form,
.message .list-form .textarea-form {
  border-radius: 0.05rem;
  width: 100%;
  background: #f3f5f7;
  color: #333;
  padding-left: 0.2rem;
  /* font-size: 0.16rem; */
  appearance: none;
  border: 1px #f3f5f7 solid;
}
.message .list-form .text-form::-webkit-input-placeholder,
.message .list-form .textarea-form::-webkit-input-placeholder {
  color: #999999;
}
.message .list-form .text-form:-ms-input-placeholder,
.message .list-form .textarea-form:-ms-input-placeholder {
  color: #999999;
}
.message .list-form .text-form:-moz-placeholder,
.message .list-form .textarea-form:-moz-placeholder {
  color: #999999;
}
.message .list-form .text-form:placeholder,
.message .list-form .textarea-form:placeholder {
  color: #999999;
}
.message .list-form .text-form:focus,
.message .list-form .textarea-form:focus {
  color: #333;
  border: 1px var(--theme_color) solid;
}
.message .list-form .text-form {
  height: 0.48rem;
  line-height: 0.46rem;
}
.message .list-form .textarea-form {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  height: 1.6rem;
  line-height: 0.3rem;
  vertical-align: top;
}
.message .list-form .submit,
.message .list-form .reset {
  cursor: pointer;
  width: 100%;
  height: 0.48rem;
  line-height: 0.46rem;
  border-radius: 0.05rem;
  /* font-size: 0.16rem; */
  overflow: hidden;
  border: none;
  position: relative;
  z-index: 1;
}
.message .list-form .reset {
  background: #dddddd;
}
.message .list-form .submit {
  margin-right: 0.4rem;
  background: #002738;
  color: #fff;
}
.message .list-form .submit:hover {
  background: var(--theme_color);
}
.message .list-form .agree {
  position: relative;
  padding-left: 0.24rem;
  color: #999999;
  font-size: 0.14rem;
  line-height: 1.5;
}
.message .list-form .agree a {
  color: #999999;
}
.message .list-form .agree a:hover {
  color: var(--theme_color);
}
.message .list-form .agree .checkboxDiv {
  position: absolute;
  top: 0.02rem;
  left: 0;
}
.message .list-form .yzmDiv .editDiv {
  position: relative;
}
.message .list-form .yzmDiv .editDiv .text-form {
  padding-right: 1.2rem;
}
.message .list-form .yzmDiv .yzm {
  display: inline-block;
  width: 1rem;
  height: 0.46rem;
  position: absolute;
  top: 0.01rem;
  right: 0.01rem;
  border-radius: 0.05rem;
  overflow: hidden;
}
.message .list-form .yzmDiv .yzm img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .message {
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 10px;
  }
  .message .list-form {
    margin-left: -10px;
    margin-right: -10px;
  }
  .message .list-form li {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  .message .list-form li:last-child {
    padding-bottom: 0;
  }
  .message .list-form .col-3 {
    width: 100%;
  }
  .message .list-form .col-4 {
    width: 100%;
  }
  .message .list-form .title-form {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .message .list-form .text-form,
  .message .list-form .textarea-form {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
  }
  .message .list-form .text-form {
    height: 40px;
    line-height: 40px;
  }
  .message .list-form .textarea-form {
    height: 120px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .message .list-form .xh {
    font-size: 14px;
    left: 10px;
    top: 10px;
  }
  .message .list-form .submit,
  .message .list-form .reset {
    border-radius: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .message .list-form .tishi {
    font-size: 14px;
  }
  .message .list-form .yzmDiv .editDiv .text-form {
    padding-right: 100px;
  }
  .message .list-form .yzmDiv .yzm {
    width: 83px;
    height: 38px;
    top: 1px;
    right: 1px;
    border-radius: 5px;
  }
  .message .list-form .btnDiv {
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .message .list-form .btnDiv .box {
    justify-content: center;
  }
  .message .list-form .agree {
    padding-left: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .message .list-form .col-2 {
    width: 100%;
  }
  .message .list-form .col-4 {
    width: 100%;
  }
  .message .list-form .year .text-form {
    font-size: 12px;
  }
}
.menuSub {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  position: relative;
}
.menuSub .listMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.menuSub .listMenu li {
  padding: 0 0.1rem;
}
.menuSub .listMenu .box {
  min-width: 2.1rem;
  text-align: center;
  display: block;
  border: 1px #e1e1e1 solid;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.48rem;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
}
.menuSub .listMenu .box:hover {
  border-color: var(--theme_color);
  background: var(--theme_color);
  color: #fff;
}
.menuSub .listMenu .active .box {
  border-color: var(--theme_color);
  background: var(--theme_color);
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .menuSub {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .menuSub .listMenu {
    margin-left: -5px;
    margin-right: -5px;
  }
  .menuSub .listMenu li {
    padding: 0 5px;
  }
  .menuSub .listMenu .box {
    min-width: 120px;
    font-size: 14px;
    line-height: 40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0 5px;
  }
}
.news-2 {
  padding-bottom: 1rem;
}
.news-2 .list li {
  padding-bottom: 0.4rem;
}
.news-2 .list li:last-child {
  padding-bottom: 0;
}
.news-2 .list .box {
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0 0 0.2rem 0 rgba(8, 93, 114, 0.08);
  padding: 0.5rem 0.8rem 0.5rem 2.2rem;
  position: relative;
}
.news-2 .list .date {
  color: #666666;
  border-radius: 0.2rem;
  line-height: 1;
  /* font-size: 0.16rem; */
  font-family: "D-DINCondensed-Bold";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: 0.6rem;
  left: 0.8rem;
}
.news-2 .list .date::before,
.news-2 .list .date::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
  position: absolute;
}
.news-2 .list .date::before {
  background: #d8f7ff;
  z-index: -1;
  top: 0;
  left: 0;
}
.news-2 .list .date::after {
  background: var(--theme_color);
  z-index: -2;
  top: 0.05rem;
  left: 0.05rem;
}
.news-2 .list .date .day {
  font-size: 0.48rem;
  margin-bottom: 0.05rem;
}
.news-2 .list .title {
  font-weight: 700;
  font-size: 0.2rem;
  color: #333333;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-bottom: 0.2rem;
}
.news-2 .list .info {
  /* font-size: 0.16rem; */
  color: #666666;
  line-height: 0.32rem;
  height: 0.64rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 0.3rem;
}
.news-2 .list .more {
  /* font-size: 0.16rem; */
  color: #666666;
  line-height: 0.2rem;
}
.news-2 .list .more i {
  font-family: "宋体";
  font-style: normal;
  display: inline-block;
}
.news-2 .list .box:hover {
  background: linear-gradient(#34bada, #159ebf);
}
.news-2 .list .box:hover .title {
  color: #fff;
}
.news-2 .list .box:hover .info {
  color: #fff;
}
.news-2 .list .box:hover .more {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .news-2 {
    padding-bottom: 40px;
  }
  .news-2 .list li {
    padding-bottom: 20px;
  }
  .news-2 .list li:last-child {
    padding-bottom: 0;
  }
  .news-2 .list .box {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(8, 93, 114, 0.08);
    padding: 0.4rem 0.2rem 0.4rem 1.4rem;
    position: relative;
  }
  .news-2 .list .date {
    border-radius: 10px;
    font-size: 14px;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 20px;
  }
  .news-2 .list .date::before,
  .news-2 .list .date::after {
    border-radius: 10px;
  }
  .news-2 .list .date::after {
    top: 3px;
    left: 3px;
  }
  .news-2 .list .date .day {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .news-2 .list .title {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .news-2 .list .info {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 20px;
  }
  .news-2 .list .more {
    font-size: 14px;
    line-height: 20px;
  }
}
.inside-show {
  margin: auto;
  color: #666666;
  font-size: 0.18rem;
  line-height: 2;
}
.inside-show .hd {
  background-color: #f5f8f8;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.inside-show .hd::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
.inside-show .hd .title-show {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.56rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.inside-show .hd .title-show-2{
  margin-bottom: 0.4rem;
  font-size: 0.24rem;
  line-height: 0.42rem;
  color: #666666;
  font-weight: 400;
}
.inside-show .hd .info-show {
  /* font-size: 0.16rem; */
  color: #666666;
}
.inside-show .hd .info-show .date {
  font-family: 'D-DIN';
}
.inside-show .hdC {
  padding-top: 0.4rem;
}
.inside-show .hdC > .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.inside-show .hdC .left {
  width: 75%;
  float: left;
  padding-right: 0.6rem;
}
.inside-show .hdC .right {
  width: 25%;
  padding-top: 0.15rem;
  padding-left: 0.2rem;
  text-align: right;
}
.inside-show .bd {
  background: #fff;
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}
.inside-show .bd .pic {
  text-align: center;
  overflow: hidden;
}
.inside-show .bd .pic img {
  border-radius: 0.2rem;
}
.inside-show .con {
  padding: 0 0 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.inside-show .con .left {
  width: 75%;
  float: left;
  padding-right: 0.6rem;
}
.inside-show .con .right {
  width: 25%;
  padding-left: 0.2rem;
}
.inside-show .prev-next-return {
  display: inline-block;
  text-align: left;
}
.inside-show .prev-next-return a {
  display: flex;
  align-items: center;
  color: #666666;
  margin-bottom: 0.14rem;
}
.inside-show .prev-next-return a:hover {
  color: var(--theme_color);
}
.inside-show .prev-next-return a:hover .icon {
  border-color: var(--main-color);
}
.inside-show .prev-next-return .icon {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  border: 1px #666666 solid;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.1rem;
}
.inside-show .prev-next-return .icon svg {
  width: auto;
  height: 0.15rem;
}
.inside-show .p-1 {
  text-align: center;
  font-weight: 700;
  font-size: 0.24rem;
  color: #333333;
}
.inside-show .p-2 {
  padding-left: 0.24rem;
  margin-bottom: 0.15rem;
  position: relative;
}
.inside-show .p-2:last-child {
  margin-bottom: 0;
}
.inside-show .p-2 .icon {
  display: inline-flex;
  width: 0.18rem;
  height: 0.18rem;
  position: absolute;
  top: 0.06rem;
  left: 0;
}
.inside-show .right .item {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(8, 93, 114, 0.08);
  padding: 0.3rem;
  margin-bottom: 0.3rem;
}
.inside-show .right .item.logo{
  text-align: center;
}
.inside-show .right .item:last-child {
  margin-bottom: 0;
}
.inside-show .right .titleBig {
	color: #333333;
	font-size: 0.20rem;
	margin-bottom: 0.1rem;
	text-shadow: 0 0 1px #333;
}
.inside-show .right .message {
  position: sticky;
  right: 0;
  top: 1rem;
}

.inside-show .right .message .txt {
  /* font-size: 0.16rem; */
}

.inside-show .relatedCase {
  margin-bottom: 0.35rem;
}
.inside-show .relatedCase .list li {
  width: 100%;
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.inside-show .relatedCase .list .box {
  display: flex;
  flex-wrap: wrap;
}
.inside-show .relatedCase .list .pic {
  overflow: hidden;
  border-radius: 0.05rem;
  width: 1rem;
  position: relative;
}
.inside-show .relatedCase .list .pic img{
  border-radius: 0.05rem;
}
.inside-show .relatedCase .list .pic:after {
  content: "";
  display: block;
  padding-top: 70.32967033%;
}
.inside-show .relatedCase .list .text {
    padding-left: 0.2rem;
    flex: 1;
    /* font-size: 0.16rem; */
    line-height: 0.24rem;
    height: 0.72rem;
    overflow: hidden;
}
.inside-show .relatedCase .list .title {
  font-size: 0.18rem;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.inside-show .tags {
  flex: 1;
  /* font-size: 0.16rem; */
  color: #666666;
  margin-right: -0.2rem;
  margin-top: 0.6rem;
}
.inside-show .tags .bt {
  font-weight: 700;
  color: #333333;
}
.inside-show .tags a {
  display: inline-block;
  margin-right: 0.1rem;
  line-height: 0.4rem;
  color: #333333;
  text-align: center;
  padding: 0 0.1rem;
}
.inside-show .tags a:hover {
  color: var(--theme_color);
}
@media screen and (max-width: 1023px) {
  .inside-show {
    font-size: 14px;
    line-height: 2;
    padding-top: 60px;
    padding-bottom: 0;
  }
  .inside-show .hd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-show .hdC .left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .inside-show .hdC .right {
    width: 100%;
    padding: 0;
  }
  .inside-show .bd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-show .bd .left {
    width: 100%;
    padding: 0 0 40px 0;
  }
  .inside-show .bd .right {
    width: 100%;
    padding: 0;
  }

  
  .inside-show .bd .pic img {
    border-radius: 10px;
  }
  .inside-show .right .item {
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(8, 93, 114, 0.08);
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .inside-show .right .titleBig {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .inside-show .show-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .inside-show .show-info {
    font-size: 14px;
    line-height: 1.5;
  }
  .inside-show .p-1 {
    font-size: 18px;
  }
  .inside-show .p-2 {
    padding-left: 24px;
    margin-bottom: 10px;
  }
  .inside-show .p-2:last-child {
    margin-bottom: 0;
  }
  .inside-show .p-2 .icon {
    width: 18px;
    height: 18px;
  }
  .inside-show .relatedCase {
    border-radius: 10px;
    box-shadow: none;
    padding: 30px 0 0 0;
    margin-bottom: 30px;
  }
  .inside-show .relatedCase .titleBig {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .inside-show .relatedCase .list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .inside-show .relatedCase .list .pic {
    border-radius: 5px;
    width: 120px;
  }
  .inside-show .relatedCase .list .text {
		padding-left: 20px;
		flex: 1;
		font-size: 14px;
		line-height: 20px;
		height: 60px;
  }
  .inside-show .relatedCase .list .title {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
  }
  .inside-show .prev-next-return {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .inside-show .prev-next-return a {
    margin-bottom: 0;
  }
  .inside-show .prev-next-return .icon {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  .inside-show .prev-next-return .icon svg {
    height: 15px;
  }
  .inside-show .tags {
    font-size: 14px;
    margin-right: -5px;
    margin-top: 40px;
  }
  .inside-show .tags a {
    margin-right: 10px;
    font-size: 14px;
    line-height: 40px;
    padding: 0 5px;
    margin-right: 5px;
  }
   
  .inside-show .right .message .txt {
	      font-size: 14px;
	} 
}
.news {
  padding-top: 0.4rem;
}
.news .index-title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.news .part {
  padding-bottom: 1rem;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
.news .hd {
  padding-bottom: 0.6rem;
}
.news .hd .box {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 39, 56, 0.1);
  padding: 0.4rem;
  position: relative;
}
.news .hd .tb {
  width: 6.9rem;
  height: 1rem;
  position: absolute;
  right: -2.3rem;
  bottom: 0;
}
.news .hd .tb img {
  max-height: 100%;
}
.news .hd .pic {
  width: 50%;
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.news .hd .pic img {
  width: 100%;
  object-fit: cover;
  transition: all 700ms ease;
  border-radius: 0.2rem;
}
.news .hd .pic::after {
  content: "";
  display: block;
  padding-bottom: 42.5%;
}
.news .hd .text {
  flex: 1;
  padding: 0.3rem 0.3rem 0.3rem 0.7rem;
}
.news .hd .tit {
  color: #333;
  font-weight: 700;
  height: 0.92rem;
  line-height: 0.46rem;
  font-size: 0.28rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: 0.2rem;
}
.news .hd .txt {
  color: #666;
  margin-top: 0.1rem;
  height: 0.94rem;
  line-height: 0.32rem;
  /* font-size: 0.16rem; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.news .hd .date-more {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.news .hd .date {
  font-family: 'D-DIN';
}
.news .hd .more {
  text-align: right;
}
.news .hd .more i {
  font-family: "宋体";
  font-style: normal;
  display: inline-block;
}
.news .hd .box:hover .tit {
  color: var(--theme_color);
}
.news .hd .box:hover .pic img {
  transform: scale(1.1);
}
.news .btnDiv {
  padding-top: 0.2rem;
  text-align: center;
}
.news .btnDiv a {
  display: inline-block;
  vertical-align: top;
  border: 1px #e1e1e1 solid;
  min-width: 1.6rem;
  line-height: 0.42rem;
  padding: 0 0.1rem;
  text-align: center;
  border-radius: 0.05rem;
  transition: .5s;
}
.news .btnDiv a:hover {
  background: var(--theme_color);
  border-color: var(--theme_color);
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .news .index-title {
    margin-bottom: 30px;
  }
  .news .hd {
    padding-bottom: 20px;
  }
  .news .hd .box {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 39, 56, 0.1);
    padding: 10px;
  }
  .news .hd .pic {
    width: 100%;
    border-radius: 10px;
  }
  .news .hd .pic img {
    border-radius: 10px;
  }
  .news .hd .text {
    width: 100%;
    padding: 20px;
  }
  .news .hd .tit {
    height: 48px;
    line-height: 24px;
    font-size: 16px;
  }
  .news .hd .txt {
    font-size: 14px;
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
  }
  .news .hd .date-more {
    margin-top: 20px;
  }
  .news .hd .tb {
    width: 100%;
    right: -30%;
  }
  .news .btnDiv {
    padding-top: 20px;
  }
}
.listNews {
  margin: 0 -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
.listNews li {
  padding: 0 0.25rem 0.4rem 0.25rem;
  width: 33.333%;
}
.listNews .box {
  display: block;
  background: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 39, 56, 0.1);
}
.listNews .pic {
  overflow: hidden;
  position: relative;
  border-radius: 0.2rem;
}
.listNews .pic img {
  width: 100%;
  object-fit: cover;
  transition: all 700ms ease;
  border-radius: 0.2rem;
}
.listNews .pic::after {
  content: "";
  display: block;
  padding-bottom: 42.5%;
}
.listNews .text {
  padding: 0.3rem 0.3rem 0.3rem 0.3rem;
}
.listNews .tit {
  color: #333;
  font-weight: 700;
  height: 0.56rem;
  line-height: 0.28rem;
  font-size: 0.2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.listNews .txt {
  color: #666;
  margin-top: 0.1rem;
  height: 0.58rem;
  line-height: 0.28rem;
  /* font-size: 0.16rem; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.listNews .date-more {
  margin-top: 0.2rem;
  display: flex;
  justify-content: space-between;
}
.listNews .date {
  font-family: 'D-DIN';
}
.listNews .more {
  text-align: right;
}
.listNews .more i {
  font-family: "宋体";
  font-style: normal;
  display: inline-block;
}
.listNews .box:hover .tit {
  color: var(--theme_color);
}
.listNews .box:hover .pic img {
  transform: scale(1.1);
}
@media screen and (max-width: 1023px) {
  .listNews {
    margin: 0 -10px;
  }
  .listNews li {
    padding: 0 10px 20px 10px;
  }
  .listNews .box {
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 39, 56, 0.1);
  }
  .listNews .pic {
    border-radius: 10px;
  }
  .listNews .pic img {
    border-radius: 10px;
  }
  .listNews .text {
    padding: 20px;
  }
  .listNews .tit {
    height: 48px;
    line-height: 24px;
    font-size: 16px;
  }
  .listNews .txt {
    font-size: 14px;
    margin-top: 10px;
    height: 48px;
    line-height: 24px;
  }
  .listNews .date-more {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .listNews li {
    width: 100%;
  }
}
.relatedNews {
  padding-top: 0.9rem;
  padding-bottom: 0.6rem;
  background: #f9fafb;
}
.relatedNews .index-title {
  text-align: center;
}
.relatedNews .listNews {
  padding-top: 0.55rem;
}
.relatedNews .swiper-container-initialized .listNews {
  margin: 0;
  flex-wrap: nowrap;
}
.relatedNews .swiper-container-initialized .listNews li {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .relatedNews {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.about {
  background-color: #fff;
  color: #666666;
  /* font-size: 0.16rem; */
  line-height: 2;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.about::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 3rem);
  background: #f5f8f8;
  position: absolute;
  z-index: -1;
  top: 0;
  height:100%;
  left: 0;
}
.about .con {
  padding-top: 0.4rem;
}
.about .titlleBig {
  font-weight: 700;
  color: #333333;
  font-size: 0.36rem;
  margin-bottom: 0.4rem;
}
.about .pic {
  border-radius: 0.2rem;
  overflow: hidden;
}

.about .con .about-1{
    display: flex;
	align-items: center;
    justify-content: space-between;
}
.about .con .about-1 .text{
	width: 46%;
	text-align: justify;
}
.about .con .about-1 .pic{
    width:45%
}

@media screen and (max-width: 1023px) {
  .about {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 14px;
  }
  .about::after {
    height: calc(100% - 300px);
  }
  .about .con {
    padding-top: 40px;
  }
  .about .titlleBig {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .about .pic {
    border-radius: 10px;
  }
	.about .con .about-1 {
	  display: block;
	}
	.about .con .about-1 .text{
		width: 100%;
	}
	.about .con .about-1 .pic{
	   width: 100%;
	}
}
.history {
  background: url(/template/index/pc/images/honor-bg.png) #f3fafc no-repeat bottom center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.history .titleBig {
	font-weight: 700;
	color: #333333;
	font-size: 0.36rem;
	text-align:center;
}
.history .swiper-container {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
  position: relative;
}
.history .swiper-container::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #cfd5d6;
  position: absolute;
  bottom: 1.22rem;
}
.history .list {
  display: flex;
}
.history .list > li {
  width: 16.66666667%;
  padding: 0 0.1rem;
}
.history .list .box {
  display: block;
  text-align: center;
  position: relative;
}
.history .list .text {
  padding-bottom: 0.23rem;
  position: relative;
}
.history .list .title {
  line-height: 0.3rem;
  height: 0.3rem;
  color: #333333;
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
  opacity: 0;
  transform: translateY(0.1rem);
  transition: .5s;
}
.history .list .date {
  font-size: 0.18rem;
  color: #333333;
  line-height: 1.5;
  padding-bottom: 0.2rem;
}
.history .list .dot {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #f3fafc;
  border: 1px #e1e1e1 solid;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.15rem;
}
.history .list .dot::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history .list .date {
  color: #333333;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.history .list .pic {
  padding-top: 0.08rem;
  position: relative;
}
.history .list .pic::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0.05rem 0.08rem 0.05rem;
  border-color: transparent transparent #fff transparent;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}
.history .list .picC {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 0.03rem;
  box-shadow: 0 0 0.3rem 0 rgba(6, 98, 120, 0.1);
  background: #fff;
  height: 0.6rem;
}

.history .list .picC img{
	max-height:100%;
}

.history .list .box:hover .title {
  opacity: 1;
  transform: translateY(0);
}
.history .list .box:hover .dot {
  border-color: var(--theme_color);
}
.history .list .box:hover .dot::before {
  background-color: var(--theme_color);
}
.history .list-2 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.1rem;
  margin-right: -0.1rem;
}
.history .list-2 li {
  width: 25%;
  padding: 0 0.1rem 0.2rem 0.1rem;
}
.history .list-2 .box {
  min-height: 100%;
  background: #e8f5f9;
  display: block;
  color: #333333;
  font-size: 0.18rem;
  line-height: 0.32rem;
  text-align: center;
  padding: 0.3rem 0.1rem;
}
@media screen and (max-width: 1023px) {
  .history {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .history .titleBig {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .history .swiper-container {
    padding-bottom: 30px;
    margin-bottom: 0px;
    position: relative;
  }
  .history .swiper-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cfd5d6;
    position: absolute;
    bottom: 122px;
  }
  .history .list > li {
    width: 16.66666667%;
    padding: 0 10px;
  }
  .history .list .box {
    display: block;
    text-align: center;
    position: relative;
  }
  .history .list .text {
    padding-bottom: 23px;
    position: relative;
  }
  .history .list .title {
    line-height: 30px;
    height: 30px;
    color: #333333;
    font-size: 14px;
    margin-bottom: 20px;
    opacity: 1;
    transform: translateY(0);
    transition: .5s;
  }
  .history .list .date {
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
    padding-bottom: 20px;
  }
  .history .list .dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f3fafc;
    border: 1px #e1e1e1 solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
  }
  .history .list .dot::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e1e1e1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .history .list .date {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
  }
  .history .list .pic {
    padding-top: 8px;
    position: relative;
  }
  .history .list .pic::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 8px 5px;
  }
  .history .list .picC {
    border-radius: 3px;
    box-shadow: 0 0 30px 0 rgba(6, 98, 120, 0.1);
    height: 60px;
  }
  .history .list-2 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .history .list-2 li {
    width: 25%;
    padding: 0 10px 20rpx 10px;
  }
  .history .list-2 .box {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 640px) {
  .history .list-2 li {
    width: 50%;
  }
}
.pingtai {
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}
.pingtai .titleBig{
	font-weight: 700;
    color: #333333;
    font-size: 0.36rem;
    text-align: center;
}	
.pingtai .titleBig2{
    font-size: 0.36rem;
}
.pingtai .list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  margin-top: 0.5rem;
}
.pingtai .list li {
  width: 50%;
  padding: 0 0.2rem 0.4rem 0.2rem;
}
.pingtai .list .box {
  display: block;
  min-width: 100%;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(8, 93, 114, 0.15), 0 0 0 1px #ffffff inset;
  padding: 0.4rem 0.5rem;
  background: linear-gradient(180deg, rgba(8, 93, 114, 0.05), #ffffff);
}
.pingtai .list .img {
  height: 0.6rem;
  margin-bottom: 0.2rem;
}

.pingtai .list .img img{
  max-height: 100%;
}

.pingtai .list .title {
  color: #333333;
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.pingtai .list .info {
  /* font-size: 0.16rem; */
  line-height: 2;
  color: #666666;
  margin-bottom: 0.3rem;
}
.pingtai .list .btnDiv > a,
.pingtai .list .btnDiv > span {
  display: inline-block;
  line-height: 0.44rem;
  min-width: 1.6rem;
  border-radius: 0.03rem;
  text-align: center;
  padding: 0 0.1rem;
  background: #002738;
  color: #fff;
  transition: all 500ms ease;
}
.pingtai .list .btnDiv > a:hover,
.pingtai .list .btnDiv > span:hover {
  background: var(--theme_color);
}
.pingtai .list .box:hover {
  box-shadow: 0 0 0.2rem 0 rgba(8, 93, 114, 0.15), 0 0 0 1px var(--theme_color) inset;
}
@media screen and (max-width: 1023px) {
  .pingtai {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .pingtai .list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .pingtai .list li {
    padding: 0 10px 20px 10px;
  }
  .pingtai .list .box {
    display: block;
    min-width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgba(8, 93, 114, 0.15), 0 0 0 1px #ffffff inset;
    padding: 20px 20px;
    background: linear-gradient(180deg, rgba(8, 93, 114, 0.05), #ffffff);
  }
  .pingtai .list .img {
    height: 60px;
    margin-bottom: 10px;
  }
  .pingtai .list .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .pingtai .list .info {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .pingtai .list .btnDiv > a,
  .pingtai .list .btnDiv > span {
    line-height: 40px;
    min-width: 120px;
    border-radius: 3px;
    padding: 0 10px;
  }
  .pingtai .list .box:hover {
    box-shadow: 0 0 20px 0 rgba(8, 93, 114, 0.15), 0 0 0 1px var(--theme_color) inset;
  }
}
@media screen and (max-width: 640px) {
  .pingtai .list li {
    width: 100%;
  }
}
.proJs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  background: linear-gradient(#ffffff, #f7fafa);
  background-color: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.proJs .titleBig {
  font-weight: 700;
  font-size: 0.36rem;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.3rem;
}
.proJs .btnDiv {
  text-align: center;
  padding-top: 0.6rem;
}
.proJs .btn1,
.proJs .btn2 {
  color: #333;
  transition: all 500ms ease;
  border-radius: 0.05rem;
  text-align: center;
  min-width: 1.6rem;
  border: solid 1px #e1e1e1;
  line-height: 0.42rem;
  height: 0.44rem;
  /* font-size: 0.16rem; */
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin: 0 0.08rem;
}
.proJs .btn1:hover,
.proJs .btn2:hover {
  color: #fff;
  background: var(--theme_color);
  border-color: var(--theme_color);
}
.proJs .btn2 {
  color: #fff;
  border-color: #002738;
  background: #002738;
}
.proJs.proJs-1 {
  padding-top: 0.4rem;
}
.proJs .mobile {
  display: none;
}
.proJs.proJs-2 .nrC {
  width: 8.6rem;
  height: 5.44rem;
  margin: 0.5rem auto auto auto;
  position: relative;
}
.proJs.proJs-2 .text {
  font-size: 0.2rem;
  line-height: 1.5;
  color: #333333;
}
.proJs.proJs-2 .icon {
  border-radius: 50%;
}
.proJs.proJs-2 .txts {
  font-size: 0.2rem;
  color: #333333;
}
.proJs.proJs-2 .txts li {
  transition: .5s;
}
.proJs.proJs-2 .txts li:hover {
  color: var(--theme_color);
  transform: scale(1.1);
}
.proJs.proJs-2 .txts .txt {
  width: 2.4rem;
  text-align: right;
  padding-right: 0.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
.proJs.proJs-2 .txts .txt-2 {
  text-align: left;
  padding-right: 0;
  padding-left: 0.2rem;
  right: initial;
  left: 100%;
}
.proJs.proJs-2 .li-1 {
  position: absolute;
  top: 0;
  right: 6rem;
}
.proJs.proJs-2 .li-1 .icon {
  width: 1.04rem;
  height: 1.04rem;
}
.proJs.proJs-2 .li-2 {
  position: absolute;
  top: 1.05rem;
  right: 7.4rem;
}
.proJs.proJs-2 .li-2 .icon {
  width: 1.18rem;
  height: 1.18rem;
}
.proJs.proJs-2 .li-3 {
  position: absolute;
  top: 3.16rem;
  right: 7.4rem;
}
.proJs.proJs-2 .li-3 .icon {
  width: 1.18rem;
  height: 1.18rem;
}
.proJs.proJs-2 .li-4 {
  position: absolute;
  top: 4.4rem;
  right: 6rem;
}
.proJs.proJs-2 .li-4 .icon {
  width: 1.04rem;
  height: 1.04rem;
}
.proJs.proJs-2 .li-5 {
  position: absolute;
  top: 0;
  left: 6rem;
}
.proJs.proJs-2 .li-5 .icon {
  width: 1.04rem;
  height: 1.04rem;
}
.proJs.proJs-2 .li-6 {
  position: absolute;
  top: 1.05rem;
  left: 7.4rem;
}
.proJs.proJs-2 .li-6 .icon {
  width: 1.18rem;
  height: 1.18rem;
}
.proJs.proJs-2 .li-7 {
  position: absolute;
  top: 3.16rem;
  left: 7.4rem;
}
.proJs.proJs-2 .li-7 .icon {
  width: 1.18rem;
  height: 1.18rem;
}
.proJs.proJs-2 .li-8 {
  position: absolute;
  top: 4.4rem;
  left: 6rem;
}
.proJs.proJs-2 .li-8 .icon {
  width: 1.04rem;
  height: 1.04rem;
}
@media screen and (max-width: 1023px) {
  .proJs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .proJs .titleBig {
    font-size: 24px;
	line-height: 40px;
    margin-bottom: 20px;
  }
  .proJs .btnDiv {
    padding-top: 20px;
  }

  .proJs .btnDiv {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .proJs .btn1,
  .proJs .btn2 {
    border-radius: 5px;
    min-width: 100px;
    line-height: 34px;
    height: 36px;
    font-size: 14px;
  }
  .proJs .btn2 {
    margin-left: 0;
  }
  .proJs.proJs-1 {
    padding-top: 40px;
  }
  .proJs .pc {
    display: none;
  }
  .proJs .mobile {
    display: block;
  }
  .proJs.proJs-2 .nrC {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .proJs.proJs-2 .txts {
    display: none;
  }
}
.jiazhi {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.jiazhi .part {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
}
.jiazhi .hd {
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin-bottom: 0.3rem;
}
.jiazhi .hd .titleBig {
  color: #333333;
  font-size: 0.36rem;
  line-height: 0.44rem;
  font-weight: 700;
  padding-right: 2rem;
  position: relative;
  margin-bottom: 0.4rem;
}
.jiazhi .hd .titleBig2{
  font-size: 0.28rem;
}
.jiazhi .hd .titleBig3{
    padding-left: 0.3rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
}
.jiazhi .hd .titleBig3:before {
    left: 0;
    top: 0.08rem;
    content: "";
    border-radius: 50%;
    width: 0.16rem;
    height: 0.16rem;
    position: absolute;
    background: #34bada;
    border: solid 0.05rem #b4e5ee;
}

.jiazhi .hd .btnDiv {
  position: absolute;
  top: 0;
  right: 0;
}
.jiazhi .hd .btn1,
.jiazhi .hd .btn2 {
  color: #333;
  transition: all 500ms ease;
  border-radius: 0.05rem;
  text-align: center;
  min-width: 1.6rem;
  border: solid 1px #e1e1e1;
  line-height: 0.42rem;
  height: 0.48rem;
  /* font-size: 0.16rem; */
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
}
.jiazhi .hd .btn1:hover,
.jiazhi .hd .btn2:hover {
  color: #fff;
  background: var(--theme_color);
  border-color: var(--theme_color);
}
.jiazhi .hd .btn2 {
  color: #fff;
  border-color: #002738;
  margin-left: 0.15rem;
  background: #002738;
}
.jiazhi .hd .info {
  max-width: 10.4rem;
}
.jiazhi .bd {
  display: flex;
  flex-wrap: wrap;
}
.jiazhi .bd .left {
  width: 35%;
  padding-right: 0.4rem;
}
.jiazhi .bd .right {
  flex: 1;
}
.jiazhi .bd .list .box {
  padding: 0.22rem 0.25rem;
  display: block;
  cursor: pointer;
  border-radius: 0.05rem;
  color: #333333;
}
.jiazhi .bd .list .title {
  /* font-size: 0.16rem; */
  font-weight: 700;
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding-left: 0.4rem;
  position: relative;
}
.jiazhi .bd .list .title .icon {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  left: 0rem;
}
.jiazhi .bd .list .title .img-2 {
  display: none;
}
.jiazhi .bd .list .info {
  display: none;
  /* font-size: 0.16rem; */
  line-height: 0.3rem;
  min-height: 0.6rem;
}
.jiazhi .bd .list .box:hover {
  background: linear-gradient(#34bada, #1ec0e7);
  color: #fff;
}
.jiazhi .bd .list .box:hover .title .img-1 {
  display: none;
}
.jiazhi .bd .list .box:hover .title .img-2 {
  display: block;
}
.jiazhi .bd .list .box:hover .info {
  display: block;
}
.jiazhi .bd .list .active .box {
  background: linear-gradient(#34bada, #1ec0e7);
  color: #fff;
}
.jiazhi .bd .list .active .title .img-1 {
  display: none;
}
.jiazhi .bd .list .active .title .img-2 {
  display: block;
}
.jiazhi .bd .list .active .info {
  display: block;
}
.jiazhi .part:nth-child(2n) .bd {
  flex-direction: row-reverse;
}
.jiazhi .part:nth-child(2n) .bd .left {
  padding-left: 0.4rem;
  padding-right: 0;
}
@media screen and (max-width: 1023px) {
  .jiazhi {
    padding-bottom: 40px;
  }
  .jiazhi .part {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .jiazhi .hd {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .jiazhi .hd .titleBig {
    font-size: 24px;
    line-height: 40px;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .jiazhi .hd .titleBig3 {
	font-size: 20px;
	line-height: 30px;
	text-align: left;
	padding-left: 25px;
  }
	.jiazhi .hd .titleBig3:before {
		top: 8px;
		width: 16px;
		height: 16px;
	}  
  .jiazhi .hd .btnDiv {
    top: 0;
    padding-top: 20px;
    position: static;
    text-align: center;
  }
  .jiazhi .hd .btn1,
  .jiazhi .hd .btn2 {
    border-radius: 5px;
    min-width: 100px;
    line-height: 34px;
    height: 36px;
    font-size: 14px;
  }
  .jiazhi .hd .btn2 {
    margin-left: 0;
  }
  .jiazhi .hd .info {
    max-width: 100%;
  }
  .jiazhi .bd .left {
    width: 100%;
    padding-right: 0;
  }
  .jiazhi .bd .list li {
    padding-bottom: 10px;
  }
  .jiazhi .bd .list li:last-child {
    padding-bottom: 0;
  }
  .jiazhi .bd .list .box {
    padding: 20px 20px;
    border-radius: 5px;
    background: #fafafa;
  }
  .jiazhi .bd .list .title {
    font-size: 16px;
    line-height: 30px;
    padding-left: 40px;
    margin-bottom: 10px;
  }
  .jiazhi .bd .list .title .icon {
    width: 30px;
    height: 30px;
    left: 0px;
  }
  .jiazhi .bd .list .info {
    display: block;
    font-size: 14px;
    line-height: 22px;
    min-height: 66px;
  }
  .jiazhi .bd .right {
    text-align: center;
  }
  .jiazhi .part:nth-child(2n) .bd .left {
    padding-left: 0;
    padding-right: 0;
  }
}
.choerodon .jiazhi {
  padding-top: 0;
}
.yfxmgl {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 0.12rem #f6f8f8 solid;
  border-bottom: 0.12rem #f6f8f8 solid;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.yfxmgl .titleBig {
  font-weight: 700;
  font-size: 0.36rem;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.5rem;
}
.yfxmgl .nr {
  position: relative;
}
.yfxmgl .swiper-button-next,
.yfxmgl .swiper-button-prev {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  color: #666666;
  border: 1px #e1e1e1 solid;
  background: #fff;
}
.yfxmgl .swiper-button-next::after,
.yfxmgl .swiper-button-prev::after {
  font-size: 0.18rem;
}
.yfxmgl .swiper-button-next:hover,
.yfxmgl .swiper-button-prev:hover {
  border-color: var(--theme_color);
  background: var(--theme_color);
  color: #fff;
}
.yfxmgl .swiper-button-prev {
  left: -0.8rem;
}
.yfxmgl .swiper-button-next {
  right: -0.8rem;
}
.yfxmgl .swiper-pagination {
  padding-top: 0.2rem;
  text-align: center;
  position: static;
}
.yfxmgl .swiper-pagination-bullet {
  height: 0.06rem;
  width: 0.42rem;
  border-radius: 0.03rem;
  color: #d8d8d8;
  margin: 0 0.04rem;
  background: #d8d8d8;
  transition: .3s;
  opacity: 1;
}
.yfxmgl .swiper-pagination-bullet:hover {
  background: var(--theme_color);
}
.yfxmgl .swiper-pagination-bullet-active {
  background: var(--theme_color);
}
.yfxmgl .swiper-container {
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}
.yfxmgl .list {
  display: flex;
}
.yfxmgl .list li {
  width: 33.33333333%;
  padding: 0 0.2rem 0.4rem 0.2rem;
}
.yfxmgl .list .box {
  min-height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 0.2rem;
  padding: 0.4rem 0.35rem 0.5rem 0.35rem;
  box-shadow: 0 0 0.2rem 0 rgba(8, 93, 114, 0.15), 0 0 0 1px #ffffff inset;
  background: linear-gradient(180deg, #ecf3f4, #ffffff);
  position: relative;
}
.yfxmgl .list .num {
  color: var(--theme_color);
  opacity: .2;
  font-size: 0.2rem;
  line-height: 1;
  font-family: "D-DINCondensed-Bold";
  position: absolute;
  top: 0.4rem;
  right: 0.3rem;
}
.yfxmgl .list .icon {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: linear-gradient(0deg, #35bada, #ffffff);
  margin-bottom: 0.2rem;
}
.yfxmgl .list .icon .img-1 {
  display: none;
}
.yfxmgl .list .title {
  color: #333333;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.yfxmgl .list .info {
  /* font-size: 0.14rem; */
  color: #666666;
  line-height: 0.3rem;
  min-height: 1.04rem;
  margin-bottom: 0.2rem;
}
.yfxmgl .list .tags {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.05rem;
  margin-right: -0.05rem;
  margin-bottom: 0.3rem;
}
.yfxmgl .list .tags > div {
  min-width: 33.33333333%;
  padding: 0 0.05rem 0.1rem 0.05rem;
}
.yfxmgl .list .tags span {
  display: block;
  background: rgba(52, 186, 218, 0.1);
  color: var(--theme_color);
  font-size: 0.16rem;
  line-height: 0.42rem;
  border-radius: 0.05rem;
  text-align: center;
  padding: 0 0.1rem;
}
.yfxmgl .list .pic {
  position: relative;
  z-index: 1;
}
.yfxmgl .list .pic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--theme_color);
  opacity: .2;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  transform-origin: center center;
  transition: .5s;
}
.yfxmgl .list .box:hover {
  background: linear-gradient(180deg, #34bada, #159ebf);
}
.yfxmgl .list .box:hover .icon {
  background: #fff;
}
.yfxmgl .list .box:hover .icon .img-1 {
  display: block;
}
.yfxmgl .list .box:hover .icon .img-2 {
  display: none;
}
.yfxmgl .list .box:hover .title {
  color: #fff;
}
.yfxmgl .list .box:hover .info {
  color: #fff;
}
.yfxmgl .list .box:hover .tags span {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.yfxmgl .list .box:hover .pic::after {
  background: #fff;
  transform: translate(-50%, -50%) rotate(6deg);
}
@media screen and (max-width: 1023px) {
  .yfxmgl {
    border-top: 12px #f6f8f8 solid;
    border-bottom: 12px #f6f8f8 solid;
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .yfxmgl .titleBig {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 30px;
  }
  .yfxmgl .nr {
    position: relative;
  }
  .yfxmgl .swiper-button-next,
  .yfxmgl .swiper-button-prev {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #666666;
    border: 1px #e1e1e1 solid;
  }
  .yfxmgl .swiper-button-next::after,
  .yfxmgl .swiper-button-prev::after {
    font-size: 14px;
  }
  .yfxmgl .swiper-button-next:hover,
  .yfxmgl .swiper-button-prev:hover {
    border-color: var(--theme_color);
    background: var(--theme_color);
    color: #fff;
  }
  .yfxmgl .swiper-button-prev {
    left: 10px;
  }
  .yfxmgl .swiper-button-next {
    right: 10px;
  }
  .yfxmgl .swiper-pagination {
    padding-top: 0px;
    text-align: center;
    position: static;
  }
  .yfxmgl .swiper-pagination-bullet {
    height: 6px;
    width: 30px;
    border-radius: 3px;
    margin: 0 4px;
  }
  .yfxmgl .swiper-pagination-bullet-active {
    background: var(--theme_color);
  }
  .yfxmgl .swiper-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  .yfxmgl .list {
    display: flex;
  }
  .yfxmgl .list li {
    width: 33.33333333%;
    padding: 0 10px 20px 10px;
  }
  .yfxmgl .list .box {
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 0 10px 0 rgba(8, 93, 114, 0.15), 0 0 0 1px #ffffff inset;
  }
  .yfxmgl .list .num {
    opacity: .2;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .yfxmgl .list .icon {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(0deg, #35bada, #ffffff);
    margin-bottom: 20px;
  }
  .yfxmgl .list .icon .img-1 {
    display: none;
  }
  .yfxmgl .list .title {
    color: #333333;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .yfxmgl .list .info {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    min-height: 78px;
    margin-bottom: 20px;
  }
  .yfxmgl .list .tags {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 30px;
  }
  .yfxmgl .list .tags > div {
    min-width: 33.33333333%;
    padding: 0 5px 10px 5px;
  }
  .yfxmgl .list .tags span {
    font-size: 14px;
    line-height: 38px;
    border-radius: 5px;
    padding: 0 10px;
  }
}

.about-news .titleBig{
	font-weight: 700;
    color: #333333;
    font-size: 0.36rem;
    text-align: center;
}