@import url("./module.css");
/* PC端 */
.main_tit {
  position: relative;
  color: #000;
}
.main_tit::after {
  content: "";
  position: absolute;
  top: -1.04vw;
  left: 0.10vw;
  width: 3.39vw;
  height: 0.31vw;
  background-color: var(--logoColor);
}
.w_1400 {
  width: 72.92vw;
  margin: 0 auto;
}
.lmore {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: all 0.5s;
}
.lmore i {
  display: block;
  width: 0.47vw;
  height: 0.47vw;
  background-image: url(../img/i5a1.svg);
  background-size: 100% 100%;
  margin-left: 0.63vw;
  transition: all 0.5s;
}
.i_5 .slist .item .lmore {
  position: absolute;
  left: 0;
  bottom: 2.34vw;
}
.p_page .right .list .item:hover .lmore,
.i_5 .slist .item:hover .lmore {
  color: var(--logoColor);
}
.p_page .right .list .item:hover .lmore i,
.i_5 .slist .item:hover .lmore i {
  background-image: url(../img/i5a2.svg);
}
.i_1 {
  padding: 11.35vw 0 0;
}
.i_1 .left {
  width: 36.46vw;
  color: #333333;
}
.i_1 .left .main_tit {
  margin-bottom: 1.98vw;
  color: #333333;
}
.i_1 .left .con {
  line-height: 1.4;
  /*text-indent: 2em;*/
}
.i_1 .left .more {
  margin: 3.65vw 0 5.05vw;
}
.i_1 .left .item {
    padding-right: 10px;
}
.i_1 .left .item .top {
  display: flex;
  align-items: center;
  line-height: 1;
}
.i_1 .left .item .top .num {
  color: var(--logoColor);
}
.i_1 .left .item .top span {
  display: block;
}
.i_1 .left .item .top span:nth-child(1) {
  transform: translateY(-0.42vw);
}
.i_1 .right {
  width: 31.77vw;
  margin-top: 4.17vw;
  position: relative;
}
.i_1 .right img {
  position: relative;
  z-index: 2;
}
.i_1 .right .bg {
  position: absolute;
  top: -2.76vw;
  right: -4.17vw;
  width: 26.15vw;
  height: 17.55vw;
  background-color: var(--logoColor);
}
.i_1 .right .con {
  position: absolute;
  top: 5.83vw;
  right: 0;
  writing-mode: vertical-lr;
  white-space: nowrap;
  color: #d9d9d9;
  opacity: 0.5;
}
.i_2 {
  padding: 8.85vw 0 0;
}
.i_2 .main_tit {
  margin-bottom: 3.54vw;
}
.i_2 .list .item {
  height: 21.04vw;
  position: relative;
}
.i_2 .list.col2 .item {
  width: calc(100% / 2 - 0.65vw);
  margin-bottom: 1.30vw;
}
.i_2 .list.col3 .item {
  width: calc(100% / 3 - 0.85vw);
  margin-right: 1.25vw;
}
.i_2 .list.col3 .item:nth-child(3n){margin-right:0;}
.i_2 .list .item .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.29vw 1.88vw;
}
.i_2 .list .item .txt .tit {
  margin-bottom: 0.68vw;
}
.i_2 .list .item .txt .con {
  margin-bottom: 2.55vw;
}
.i_3 {
  padding: 14.37vw 0 0;
}
.i_3 .main_tit {
  margin-bottom: 2.60vw;
  color: #333333;
}
.i_3 .item {
  margin-bottom: 3.44vw;
  width: 48.5%;
}
.i_3 .bgimg {
  margin-bottom: 1.25vw;
}
.i_3 .tit {
  margin-bottom: 0.83vw;
}
.i_3 .more {
  margin: 0 auto;
}
.i_4 {
  padding: 9.84vw 0 0;
}

.i_4 .main_tit {
  margin-bottom: 2.45vw;
  color: #333333;
}
.i_4 .item {
  width: calc(100% / 3 - 0.16vw);
  margin-right: 0.21vw;
  padding: 1.67vw;
  transition: all 0.5s;
  margin-bottom: 3.44vw;
}
.i_4 .item:hover {
  background-color: #f5f5f5;
}
.i_4 .item .bgimg {
  margin-bottom: 1.61vw;
}
.i_4 .item .tit {
  height: 3.91vw;
  margin-bottom: 0.73vw;
}
.i_4 .more {
  margin: 0 auto;
}
.i_5 {
  padding: 10.78vw 0 2.19vw;
}
.i_5 .main_tit {
  margin-bottom: 1.25vw;
  color: #333333;
}
.i_5 .desc {
  margin-bottom: 3.70vw;
}
.i_5 .desc p {
  padding-left: 1.20vw;
  position: relative;
  line-height: 2;
}
.i_5 .desc p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.47vw;
  width: 0.47vw;
  height: 0.47vw;
  border-radius: 50%;
  background-color: var(--logoColor);
}
.i_5 .map {
  position: relative;
}
.i_5 .map > img {
  transform: translateX(-3.13vw);
}
.i_5 .point .item {
  position: absolute;
  width: 0.68vw;
  height: 0.89vw;
  background-image: url("../img/i5address.svg");
  background-size: 100% 100%;
}
.i_5 .point .item .tit {
  position: absolute;
  top: 1.04vw;
  left: 1.04vw;
  white-space: nowrap;
  color: var(--logoColor);
  opacity: 0;
}
.i_5 .point .item.act::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4.58vw;
  height: 4.58vw;
  background-image: url("../img/i5bs.svg");
  background-size: 100% 100%;
}
.i_5 .point .item.act .tit {
  opacity: 1;
}
.i_5 .list {
  width: 27.40vw;
  height: 34.06vw;
  margin-top: 1.67vw;
  padding: 5.57vw 1.20vw 4.64vw 4.17vw;
  box-shadow: 0 0.16vw 0.63vw rgba(0, 0, 0, 0.1);
}
.i_5 .list .inner {
  height: 23.65vw;
  overflow: auto;
  padding-right: 2.40vw;
}
.i_5 .list .item {
  margin-bottom: 1.72vw;
  padding-bottom: 2.45vw;
  color: #333;
  border-bottom: 1px dotted #d1d1d1;
  cursor: pointer;
}
.i_5 .list .item .tit {
  margin-bottom: 0.89vw;
  transition: all 0.5s;
}
.i_5 .list .item:hover .tit,
.i_5 .list .item.act .tit {
  color: var(--logoColor);
}
.i_5 .slist .item {
  /*width: 17.29vw;*/
  width: 23.5%;
  height: 18.50vw;
  margin-right: 1.20vw;
  padding: 2.81vw 0;
  text-align: center;
  position: relative;
  color: #393737;
  transition: all 0.5s;
}
.i_5 .slist .item:hover {
  box-shadow: 0 0.16vw 0.63vw rgba(0, 0, 0, 0.1);
}
.i_5 .slist .item .icon {
  width: 6.15vw;
  height: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.20vw;
}
.i_5 .slist .item .icon img{
    max-height: 100%;
    object-fit: contain;
}
.i_5 .slist .item .tit {
  margin-bottom: 0.63vw;
}
.a_1 {
  padding: 7.97vw 0 7.08vw;
}
.a_1 .title {
  margin-bottom: 2.60vw;
}
.a_1 .desc {
  width: 58.59vw;
  line-height: 1.75;
  color: #535353;
  margin-bottom: 1.30vw;
}

.a_1 .desc strong span{font-weight: 600;}
.a_1 .block {
  line-height: 2;
  margin-bottom: 1.35vw;
}
.a_1 .block .con {
  color: #535353;
}
.a_1 .item {
  margin-right: 1.56vw;
  text-align: center;
  width: calc(25% - 1.17vw);
}
.a_1 .item:last-child {
  margin-right: 0;
}
.a_1 .item .bgimg {
  margin-bottom: 0.94vw;
  width: 100%;
  height: 10vw;
}
.a_1 .item .bgimg img{width: 100%;height: 100%;object-fit: cover;}
.a_1 .item .tit {
  margin-bottom: 0.94vw;
}
.a_2 {
  padding: 4.29vw 13.54vw 6.33vw;
  background-image: url("../img/a2bg.jpg");
  background-size: cover;
  overflow: hidden;
}
.a_2 .btn {
  width: 8.33vw;
}
.a_2 .swiper {
  overflow: initial;
  margin: 13.3vw 0 7.53vw;
}
.a_2 .swiper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 1px;
  background-color: #bebebe;
}
.a_2 .swiper .swiper-slide {
  width: 16.77vw;
  height: 11.67vw;
  background-color: #fff;
  border-radius: 0.89vw;
  text-align: center;
  box-shadow: 0 0.52vw 1.20vw rgba(0, 0, 0, 0.1);
  padding: 0 1.46vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a_2 .swiper .swiper-slide .num {
  color: #7a7a7a;
  margin-bottom: 0.94vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.a_2 .swiper .swiper-slide .con {
  line-height: 1.5;
  opacity: 0.8;
}
.a_2 .swiper .swiper-slide:nth-child(2n - 1) {
  transform: translateY(9.64vw);
}
.a_2 .swiper .swiper-slide:nth-child(2n) {
  transform: translateY(-9.64vw);
}
.a_2 .swiper .swiper-slide:nth-child(2n) .num {
top: 9.6vw;
}
.a_2 .swiper .swiper-slide:nth-child(2n-1) .num {
  top: -2vw;
}
.a_2 .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 1.25vw;
  height: 1.25vw;
  background-color: #707070;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.a_2 .swiper .swiper-slide-active .num {
  color: var(--logoColor);
}
.a_2 .swiper .swiper-slide-active::before {
  background-color: var(--logoColor);
}
.a_2 .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  width: 0.83vw;
  height: 0.83vw;
  background-color: #fff;
  transition: all 0.5s;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.a_2 .swiper .swiper-slide:nth-child(2n)::before {
  top: 14.90vw;
}
.a_2 .swiper .swiper-slide:nth-child(2n)::after {
  top: 15.10vw;
}
.a_2 .swiper .swiper-slide:nth-child(2n-1)::before {
  top: -4.48vw;
}
.a_2 .swiper .swiper-slide:nth-child(2n-1)::after {
  top: -4.27vw;
}
.a_3 {
  padding-top: 7.29vw;
}
.a_3 .imgs {
  margin: 3.54vw 10.31vw 0;
}
.a_3 .bgimg {
  margin-right: 0.63vw;
  margin-bottom: 0.63vw;
  height: 17.55vw;
}
.a_3 .bgimg:nth-child(3n) {
  margin-right: 0;
}
.a_3 .bgimg:nth-child(6n-5) {
  width: 29.9vw;
}
.a_3 .bgimg:nth-child(6n-4) {
  width: 19.9vw;
}
.a_3 .bgimg:nth-child(6n-3) {
  width: 28vw;
}
.a_3 .bgimg:nth-child(6n-2) {
  width: 21.15vw;
}
.a_3 .bgimg:nth-child(6n-1) {
  width: 30.99vw;
}
.a_3 .bgimg:nth-child(6n) {
  width: 25.7vw;
}
.a_4 {
  padding: 6.46vw 0 8.85vw;
}
.a_4 .title {
  margin-bottom: 0.83vw;
}
.a_4 .desc {
  color: #86868b;
  line-height: 1.5;
}
.a_4 .desc span {
  color: #000;
}
.a_4 .list {
  margin: 3.54vw 10.31vw 0;
}
.a_4 .item {
  margin-right: 2.60vw;
  margin-bottom: 1.67vw;
  width: 24.64vw;
  height: 14.90vw;
  box-shadow: 0 0.78vw 1.56vw rgba(0, 0, 0, 0.1);
  padding: 1.51vw 3.49vw;
}
.a_4 .item img{
    max-height: 100%;
    width: auto;
}
.p_page {
  background-color: #f3f3f6;
}
.p_page .left {
  position: sticky;
  top: 5.21vw;
  float: left;
  width: 20.83vw;
  height: 100%;
  padding: 5.99vw 0 6.51vw;
}
.p_page .left .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 4.43vw;
  padding: 0.5vw 3.18vw;
  color: #444;
  transition: all 0.5s;
}
.p_page .left .item.act,
.p_page .left .item:hover {
  background-color: var(--logoColor);
  color: #fff;
}
.p_page .left .item.act i,
.p_page .left .item:hover i {
  background-image: url(../img/padd2.svg);
}
.p_page .left .item p{width: calc(100% - 1.26vw);}
.p_page .left .item i {
  display: block;
  width: 0.63vw;
  height: 0.63vw;
  background-image: url(../img/padd1.svg);
  background-size: 100% 100%;
  margin-left: 0.63vw;
  transition: all 0.5s;
}
.p_page .right {
  float: right;
  width: calc(100% - 20.83vw);
  padding: 5.99vw 13.54vw 6.25vw 2.60vw;
  background-color: #f8f8f8;
}
.p_page .right .list .item {
  margin-right: 1.35vw;
  margin-bottom: 1.35vw;
  width: calc(100% / 3 - 0.94vw);
  height: auto;
  position: relative;
  background-color: #fff;
  border-radius: 0.83vw;
  overflow: hidden;
  background-image: url('../img/pbg.png');
  background-size: cover;
  padding:15.91vw 2.86vw 2.34vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p_page .right .list .item:nth-child(3n){margin-right:0;}
.p_page .right .list .item .txt { 
  width: 11.93vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}
.p_page .right .list .item .txt .tit{
    margin-bottom: 1.41vw;
    line-height: 1.46vw;
    height: 4.38vw;
    text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.p_page .right .list .item .bgimg{
    display: flex;
    align-items: center;
    justify-content: center; 
    position: absolute;
    top: 2.91vw;
/*    max-width: 10.22vw;*/
/*}*/
    width: 11.98vw;
    height: 8.33vw;
}
.p_page .right .list .item .bgimg img{
    object-fit: contain;
    width: 80%;
    height: 80%;
}
.n_1 {
  padding-top: 6.77vw;
}
.n_1 .tab {
  display: flex;
  margin-bottom: 1.56vw;
  position: relative;
  border-bottom: 0.16vw solid #e5e5e5;
}
.n_1 .tab .line {
  position: absolute;
  bottom: -0.16vw;
  left: 0;
  width: 4.22vw;
  height: 0.16vw;
  background-color: var(--logoColor);
  transition: all 0.5s;
}
.n_1 .tab .item {
  padding-bottom: 1.20vw;
  margin-right: 4.95vw;
}
.n_1 .list {
  margin-bottom: 7.29vw;
}
.n_1 .list .item {
  padding: 1.09vw 1.82vw 1.56vw;
  display: flex;
  margin-bottom: 3.13vw;
  position: relative;
  transition: all 0.5s;
}
.n_1 .list .item:hover {
  box-shadow: 0 0.16vw 0.31vw rgba(0, 0, 0, 0.1);
}
.n_1 .list .item::after {
  content: "";
  position: absolute;
  bottom: -1.56vw;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}
.n_1 .list .item .bgimg {
  width: 22.92vw;
  height: 15.21vw;
}
.n_1 .list .item .txt {
  width: calc(100% - 25.00vw);
  margin-left: 4.17vw;
  padding-top: 1.77vw;
}
.n_1 .list .item .txt .tit {
  margin-bottom: 1.56vw;
}
.n_1 .list .item .txt .more {
  margin-top: 2.55vw;
}
.pagination {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.pagination .prev {
  width: 1.88vw;
  height: 1.88vw;
  background-image: url("../img/pagp.svg");
  background-size: 0.36vw 0.52vw;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.52vw;
}
.pagination .next {
  width: 1.88vw;
  height: 1.88vw;
  background-image: url("../img/pagn.svg");
  background-size: 0.36vw 0.52vw;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.52vw;
}
.pagination .pitem {
  padding: 0 0.73vw;
  transition: all 0.5s;
}
.pagination .line {
  position: absolute;
  bottom: 0px;
  left: 2.60vw;
  width: 1.98vw;
  height: 1px;
  background-color: var(--logoColor);
  transition: all 0.5s;
}

.n_2 {
  padding: 9.38vw 0 11.67vw;
}

.n_2 .main_tit {
  margin-bottom: 2.45vw;
  color: #333333;
}
.n_2 .item {
  width: calc(100% / 3 - 0.16vw);
  margin-right: 0.21vw;
  padding: 1.67vw;
  transition: all 0.5s;
  margin-bottom: 3.44vw;
}
.n_2 .item:hover {
  background-color: #f5f5f5;
}
.n_2 .item .bgimg {
  margin-bottom: 1.61vw;
}
.n_2 .item .tit {
  height: 3.91vw;
  line-height: 1.95vw;
  text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
  margin-bottom: 0.73vw;
}
.n_2 .more {
  margin: 0 auto;
}
.c_1 {
  padding: 5.94vw 0 4.74vw;
}
.c_1 .list {
  padding: 0 5.73vw 4.01vw;
}
.c_1 .item .icon {
  width: 2.19vw;
  height: 2.19vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.52vw;
}
.c_1 .item .tit {
  color: #515151;
  margin-bottom: 0.63vw;
}
.c_1 .item .con {
  color: #888888;
  line-height: 1.5;
}
.c_1 .map {
  position: relative;
}
.c_1 .map .point .item {
  position: absolute;
  cursor: pointer;
}
.c_1 .map .point .item .r {
  transform: rotateX(65deg);
}
.c_1 .map .point .item .r::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.30vw;
  height: 1.30vw;
  border-radius: 50%;
  background: rgba(219, 0, 50, 0.2);
  animation: boderM 3s 0.75s infinite;
  z-index: 9;
}
.c_1 .map .point .item .r::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 1.30vw;
  height: 1.30vw;
  border-radius: 50%;
  background: rgba(219, 0, 50, 0.2);
  animation: boderM 3s infinite;
  z-index: 9;
}
.c_1 .map .point .item > img {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -3.13vw);
  width: 6.41vw;
  height: 7.08vw;
  max-width: fit-content;
}
.c_1 .map .point .item:nth-child(1) {
  top: 82%;
  right: 32.8%;
}
.c_1 .map .point .item:nth-child(2) {
  top: 21%;
  right: 48%;
}
.c_1 .card .item {
  position: absolute;
  padding: 2.19vw 1.88vw 1.88vw;
  background-color: #fff;
  box-shadow: 0 0.16vw 0.63vw rgba(0, 0, 0, 0.1);
  width: 27.45vw;
  color: #666666;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.c_1 .card .item.act {
  opacity: 1;
  pointer-events: initial;
}
.c_1 .card .item .cha {
  position: absolute;
  right: 1vw;
  top: 1vw;
  width: 1.09vw;
  height: 1.09vw;
  background-image: url("../img/cha.png");
  background-size: 100% 100%;
  filter: brightness(80%);
  transition: all 0.5s;
  cursor: pointer;
}
.c_1 .card .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.16vw;
  background-color: var(--logoColor);
  transition: all 0.5s;
}
.c_1 .card .item .line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.42vw;
}
.c_1 .card .item .line img {
  margin-top: 0.26vw;
  margin-right: 1.56vw;
}
.c_1 .card .item:nth-child(1) {
  top: 31%;
  right: 31%;
}
.c_1 .card .item:nth-child(1)::before {
  content: "";
  position: absolute;
  border-top: 1.56vw solid #fff;
  border-bottom: 0 solid transparent;
  border-right: 0.78vw solid transparent;
  border-left: 0.78vw solid transparent;
  bottom: -0.83vw;
  right: 0.63vw;
}
.c_1 .card .item:nth-child(2) {
  top: 6%;
  right: 52%;
}
.c_1 .card .item:nth-child(2)::before {
  content: "";
  position: absolute;
  border-left: 1.56vw solid #fff;
  border-right: 0 solid transparent;
  border-top: 0.78vw solid transparent;
  border-bottom: 0.78vw solid transparent;
  top: 1.93vw;
  right: -0.89vw;
}
.c_2 {
  padding: 4.84vw 13.54vw 6.67vw;
  background-image: url("../img/c2bg.jpg");
  background-size: cover;
}
.c_2 .title {
  margin-bottom: 4.38vw;
}
form {
  padding: 3.49vw 9.64vw;
  background-color: #fff;
  box-shadow: 0 0.52vw 1.56vw rgba(0, 0, 0, 0.1);
}
form .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .item {
  margin-bottom: 2.08vw;
}
form .tit {
  margin-bottom: 1.09vw;
  color: #111111;
}
form .tit span {
  color: var(--logoColor);
  margin-right: 0.26vw;
}
form .item1 {
  width: 100%;
}
form .item2 {
  width: calc(100% / 2 - 1.56vw);
}
form .item input {
  width: 100%;
  height: 2.55vw;
  border: 1px solid #f1f1f1;
  padding: 0 1.25vw;
  border-radius: 0.26vw;
}
form .item textarea {
  width: 100%;
  height: 6.88vw;
  border: 1px solid #f1f1f1;
  padding: 0.73vw 1.25vw;
  border-radius: 0.26vw;
}

/** 未被选中的样式*/
form .radio {
  display: flex;
}
form .radio .ritem label {
  padding-left: 0.78vw;
}
form .radio .ritem {
  margin-right: 3.65vw;
}
form .radio .ritem input {
  position: relative;
  width: auto;
  height: auto;
}
form .radio .ritem input[type="checkbox"]::before,
form .radio .ritem input[type="radio"]::before {
  content: "";
  width: 0.94vw;
  height: 0.94vw;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0.10vw;
}

/** 选中的样式 */
form .radio .ritem input[type="checkbox"]:checked::before,
form .radio .ritem input[type="radio"]:checked::before {
  content: ""; /* 2713表示勾勾✓ */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1.25vw;
  height: 1.04vw;
  background-image: url("../img/dui.svg");
  background-size: 100% 100%;
  border: none;
}
form .btns {
  width: 15.89vw;
  margin: 0 auto;
}
form .btns .btn {
  width: 7.41vw;
  height: 2.08vw;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 1.04vw;
  cursor: pointer;
}
form .btns button.btn {
  background-color: var(--logoColor);
}
form .btns a.btn {
  background-color: #828282;
}
form .btns .btn:hover {
  opacity: 0.8;
}
.c_3 {
  padding: 5.05vw 0 8.49vw;
}
.c_3 .title {
  margin-bottom: 4.38vw;
}
.c_3 .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.47vw;
}
.c_3 .list .item {
  width: 12.19vw;
  height: 13.02vw;
  padding: 1.92vw;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 0.73vw;
  transition: all 0.5s;
}
.c_3 .list .item .hicon {
  width: 3.23vw;
  height: 3.23vw;
  margin-bottom: 2.60vw;
}
.c_3 .list .item:hover {
  border: 1px solid #fff;
  box-shadow: 0 1.15vw 2.29vw rgba(0, 0, 0, 0.1);
}
.boss {
  border-radius: 1.04vw;
  border: 1px solid #dfdfdf;
  overflow: hidden;
}
.boss .top {
  height: 5.42vw;
  display: flex;
  padding: 0 2.76vw;
}
.boss .top > div {
  width: 21%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boss .top > div:nth-child(1) {
  width: 16%;
  justify-content: flex-start;
}
.boss .item .jtop {
  height: 5.42vw;
  display: flex;
  padding: 0 2.76vw;
  border-top: 1px solid #dfdfdf;
  transition: all 0.5s;
  cursor: pointer;
}
.boss .item .jtop.act,
.boss .item .jtop:hover {
  color: #fff;
  background-color: var(--logoColor);
  box-shadow: 0 0.78vw 2.19vw rgba(0, 0, 0, 0.1);
}
.boss .item .jtop > div {
  width: 21%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boss .item .jtop > div:nth-child(1) {
  width: 16%;
  justify-content: flex-start;
}
.boss .item .jtop > div img {
  margin-right: 0.78vw;
}
.boss .item .fold {
  display: none;
}
.boss .item .fold .inner {
  padding: 3.23vw 2.71vw;
  display: flex;
  justify-content: space-between;
}
.boss .item .fold .inner .left {
  width: 37.19vw;
}
.boss .item .fold .inner .right {
  width: 24.74vwpx;
}
.boss .item .fold .part {
  margin-bottom: 3.54vw;
  line-height: 2;
}
.boss .item .fold .tit {
  margin-bottom: 0.78vw;
}
.boss .item .fold .con {
  color: #666666;
}
.boss .item .fold .con a {
  color: var(--logoColor);
}
.s_1 .top {
  margin-bottom: 2.24vw;
  padding: 7.86vw 0 0;
}
.s_1 .top .desc {
  width: 46.88vw;
  line-height: 2;
}
.pd_1 {
  padding: 8.70vw 0 2.19vw;
  border-bottom: 1px solid #bababa;
}
.pd_1 .title {
  margin-bottom: 1.30vw;
  line-height: 1.3;
}
.pd_1 .desc {
  line-height: 2;
  color: #86868b;
}
.pd_2 .bgimg {
  line-height: 2;
  color: #86868b;
}
.pd_2 {
  padding: 4.69vw 0 1.20vw;
  border-bottom: 1px solid #bababa;
}
.pd_2 .title {
  margin-bottom: 1.30vw;
  line-height: 1.3;
}
.pd_3 {
  padding: 4.69vw 0 3.44vw;
  border-bottom: 1px solid #bababa;
}
.pd_3 .title {
  margin-bottom: 3.65vw;
  line-height: 1.3;
}
.pd_3 .item {
  border: 1px solid #f2f2f2;
  height: auto;
  padding: 3.70vw 1.28vw 3.7vw 2.28vw;
  text-align: center;
  transition: all 0.5s;
  border-radius: 0.83vw;
}
.pd_3 .item:hover .tit {
  color: #fff;
}
.pd_3 .item:hover {
  color: #fff;
  background-color: var(--logoColor);
}
.pd_3 .item .hicon {
  width: 2.97vw;
  height: 2.97vw;
  margin-bottom: 1.35vw;
}
.pd_3 .item .tit {
  margin-bottom: 0.63vw;
  color: #393737;
  transition: all 0.5s;
}
.pd_3 .item .con{line-height: 22px;max-height: 132px;overflow: auto;padding-right:1vw}
.pd_3 .item .con::-webkit-scrollbar{ width:2px;height: 1px;}
.pd_3 .item .con::-webkit-scrollbar-thumb{ background:#fff;}
.pd_3 .item .con::-webkit-scrollbar-track{ background:rgba(255,255,255,0.4);}


.pd_3 .btn {
  width: 6.25vw;
  margin-top: 1.35vw;
  margin-left: auto;
}
.pd_3 .btn > div {
  width: 2.50vw;
  height: 2.50vw;
}
.pd_4 {
  padding: 4.69vw 0 2.19vw;
  border-bottom: 1px solid #bababa;
}
.pd_4 .title {
  margin-bottom: 2.45vw;
  line-height: 1.3;
}
.pd_4 .desc {
  line-height: 2;
  color: #86868b;
}
.pd_4 .desc img{
    display: block;
    margin: 0 auto;
}
.pd_5 {
  padding: 4.69vw 0 4.43vw;
}
.pd_5 .title {
  margin-bottom: 3.65vw;
  line-height: 1.3;
}
.pd_5 .more {
  margin: 6.35vw auto 0;
  width: 2.6rem;
}
.pd_5 .con{
    color: #86868b;
    line-height: 2;
}
.pd_5 table{
    width: 100% !important;
    margin-bottom: 3.39vw;
    position: relative;
}
.pd_5 table::after{
      content: "";
  position: absolute;
  left: 0;
  bottom: -3.39vw;
  width: 100%; 
  height: 1px;
  background-color: #BABABA;
  transition: all 0.5s;
}
.pd_5 table tr{
    height: 3.33vw;
    margin-top: 0.52vw;
    font-size: 0.83vw;
}
.pd_5 table tr td{
    vertical-align: middle!important;
    text-align: center!important;
        padding: 0 10px;
}
/*.pd_5 table tr td:nth-child(2){max-width:34%;}*/
.pd_5 table tr:nth-child(2n+1){
    background-color: rgba(167, 167, 167,.07)!important;
}
.pd_5 table tr:nth-child(1){
    background-color: var(--logoColor)!important;
    height: 5.05vw;
    font-size: 1.04vw;
    color: #fff!important;
}
.pd_5 table tr:nth-child(1) td{
    background-color: var(--logoColor)!important;
}
.pd_5 table tr:nth-child(1) span{
    color: #fff!important;
    
}
/*.pd_5 table tr td p{*/
/*    height: 100%;*/
/*}*/
/*.pd_5 table tr td span{*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/
.sol_page .slist .item {
  padding: 2.29vw 2.60vw 2.60vw;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.41vw;
  position: relative;
  transition: all 0.5s;
  border-radius: 0.42vw;
  overflow: hidden;
}
.sol_page.p_page .right {
  background-color: #fff;
}
.sol_page .slist .item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/solbg.jpg");
  background-size: 69.22vw 21.51vw;
  background-position: -3.33vw -2.92vw;
  opacity: 0;
  transition: all 0.5s;
}
.sol_page .slist .item:hover .txt .tit {
  color: var(--logoColor);
}
.sol_page .slist .item:hover {
  box-shadow: 0 0.63vw 1.56vw rgba(0, 0, 0, 0.1);
}
.sol_page .slist .item:hover::before {
  opacity: 1;
}
.sol_page .slist .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.63vw;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
}
.sol_page .slist .item .bgimg {
  width: 16.25vw;
  height: 10.36vw;
  position: relative;
  background-size: cover;
  background-image: url('../img/sbg.png');
}
.sol_page .slist .item .txt {
  width: 39.06vw;
  padding-top: 0.42vw;
  position: relative;
}
.sol_page .slist .item .txt .tit {
  margin-bottom: 0.73vw;
}
.sol_page .slist .item .txt .con {
  margin-bottom: 2.45vw;
  line-height: 2;
  color: #666666;
}
.sd_1 {
  padding: 7.14vw 13.54vw 5.68vw;
}
.sd_1 .left {
  width: 33.75vw;
}
.sd_1 .left .title {
  margin-bottom: 2.45vw;
}
.sd_1 .left .list {
    height: 21vw;
  padding-right: 0.5vw;
  overflow: auto;
}
.sd_1 .left .item {
  margin-bottom: 1.82vw;
  padding-left: 0.83vw;
  position: relative;
  
}
.sd_1 .left .item::after {
  content: "";
  position: absolute;
  top: 0.31vw;
  width: 0.42vw;
  height: 0.42vw;
  background-color: var(--logoColor);
  border-radius: 50%;
  left: 0;
}
.sd_1 .left .tit {
  margin-bottom: 0.73vw;
}
.sd_1 .left .con {
  line-height: 1.75;
  
}
.sd_1 .swiper {
  width: 33.07vw;
  text-align: center;
}
.sd_1 .swiper .bgimg {
  height: 20.68vw;
  margin-bottom: 3.33vw;
}
.sd_1 .swiper .bgimg img{
    object-fit: contain;
}
.sd_1 .swiper-pagination {
  top: 21.98vw;
}
.sd_1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--logoColor);
}
.sd_2 {
  padding: 7.14vw 13.54vw 5.68vw;
  background-color: #fafafa;
}
.sd_2 .bgimg {
  width: 31.77vw;
  height: 22.55vw;
}
.sd_2 .txt {
  width: 33.70vw;
}
.sd_2 .txt .tit {
  margin-bottom: 1.72vw;
}
.sd_2 .txt p {
  color: #333333;
  margin-bottom: 0.78vw;
  padding-left: 1.35vw;
  position: relative;
}
.sd_2 .txt p::after {
  content: "";
  position: absolute;
  top: 0.31vw;
  width: 0.42vw;
  height: 0.42vw;
  background-color: var(--logoColor);
  border-radius: 50%;
  left: 0;
}
.sd_3 {
  padding: 8.70vw 13.54vw 4.95vw;
  background-image: url("../img/sd3bg.jpg");
  background-position: bottom left;
  background-size: 100% auto;
}
.sd_3 .title {
  margin-bottom: 2.19vw;
}
.sd_3 .item {
  width: 17.30vw;
  height: 5.05vw;
  margin-right: 1.04vw;
  margin-bottom: 1.04vw;
  border-radius: 0.83vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  transition: all 0.5s;
      padding: 0 10px;
    text-align: center;
}
.sd_3 .item:hover {
  background-color: var(--logoColor);
  color: #fff;
}
.nd_page {
  padding: 8.02vw 5.73vw 0;
  margin-bottom: -17.55vw;
  background-color: #fff;
  transform: translateY(-17.14vw);
}
.nd_page .title {
  margin-bottom: 1.82vw;
}
.nd_page .info {
  margin-bottom: 4.01vw;
}
.nd_page .con {
  line-height: 2;
  padding-bottom: 4.06vw;
  border-bottom: 1px solid #e5e5e5;
}
.nd_page .con img{
    margin: 0 0.1rem;
}
.nd_page .btm {
  margin-top: 2.45vw;
  margin-bottom: 2.03vw;
}
.nd_page .btm a{display: block;max-width: 48%;}
.nd_page .btm a:hover {
  color: var(--logoColor);
}
.nd_page .more {
  margin-left: auto;
}
.nd_2 {
  padding-bottom: 10.52vw;
}

.aside {
  position: fixed;
  right: 3.13vw;
  top: 60%;
  transition: all 0.5s;
  overflow: hidden;
  z-index: 100;
  transform: translateX(calc(100% + 3.13vw));
}
.aside.act {
  transform: initial;
}
.aside .item {
  padding: 0.89vw;
  width: 3.33vw;
  height: 3.33vw;
  color: #fff;
  transition: all 0.5s;
  position: relative;
  margin-bottom: 0.63vw;
  background-color: #c8c8c8;
}
.aside .item:hover {
  background-color: var(--logoColor);
}
.aside .item .icon {
  width: 1.88vw;
  height: 1.88vw;
}
/* 适配 */
@media (max-width: 1680px) {
}
@media (max-width: 1480px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1366px) {
}
@media (max-width: 1280px) {
}
/* 移动端 */
@media (max-width: 1024px) {
  .w_1400 {
    width: 90vw;
  }
  
  .i_1 .left {
    width: 44vw;
  }
  
  .i_5 .list {
    width: 32.4vw;
  }
  
  .i_5 {
    padding: 60px 0 40px;
  }
  
  .sd_1 {
    padding: 7.14vw 5% 5.68vw;
  }
  .hicon
}
@media (max-width: 997px) {
  
  .main_tit::after {
    top: -6px;
    left: 0;
    width: 20px;
    height: 2px;
  }
  
  .jcsb {
    flex-wrap: wrap;
  }
  
  .c_1 {
    padding: 40px 0;
  }
  
  .c_1 .list {
    padding: 0;
  }
  
  .c_1 .list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .c_1 .list .item:last-child {
    margin-bottom: 0;
  }
  
  .c_1 .item .icon {
    width: 18px;
    height: 18px;
    margin-bottom: 10px;
  }
  
  .c_1 .map {
    margin-top: 20px;
  }
  
  .c_2 {
    padding: 0 5% 40px;
  }
  
  form {
    padding: 15px;
  }
  
  form .item {
    margin-bottom: 10px;
  }
  
  form .tit {
    margin-bottom: 10px;
  }
  
  form .radio {
    flex-wrap: wrap;
  }
  
  form .radio .ritem {
    width: max-content;
    margin-right: 20px;
    width: 40%;
  }
  
  form .item input {
    height: 30px;
    padding: 0 10px;
  }
  
  form .item2 {
    width: 100%;
  }
  
  form .btns {
    width: 100%;
    justify-content: center;
  }
  
  form .btns .btn {
    width: 80px;
    height: 30px;
  }
  
  form .btns button.btn {
    margin-right: 10px;
  }
  
  .c_3 {
    padding: 10px 0 40px;
  }
  
  .c_3 .list {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  
  .c_3 .list .item {
    width: 48%;
    height: 60px;
    padding: 10px;
    margin-bottom: 10px;
  }
  
  .c_3 .list .item .hicon {
    width: 16px;
    height: 16px;
  }
  
  .boss .top,
  .boss .item .jtop {
    height: 40px;
    align-items: center;
    font-size: 11px;
  }
  
  .boss .top>div,
  .boss .item .jtop>div {
    width: 25%;
  }
  
  .boss .top>div:nth-child(1),
  .boss .item .jtop>div:nth-child(1) {
    width: 40%;
  }
  
  .boss .top>div:nth-child(4),
  .boss .item .jtop>div:nth-child(4) {
    width: 35%;
  }
  
  .boss .top>div:nth-child(2),
  .boss .top>div:nth-child(3),
  .boss .item .jtop>div:nth-child(2),
  .boss .item .jtop>div:nth-child(3) {
    display: none;
  }
  
  .n_1 {
    padding-top: 40px;
  }
  
  .n_1 .tab {
    margin-bottom: 20px;
  }
  
  .n_1 .list {
    margin-bottom: 0;
  }
  
  .n_1 .list .item {
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  
  .n_1 .list .item .bgimg {
    width: 100%;
    height: 200px;
  }
  
  .n_1 .list .item .txt {
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
  }
  
  .n_2 {
    padding: 40px 0;
  }
  
  .n_2 .main_tit {
    margin-bottom: 15px;
  }
  
  .n_2 .item {
    width: 100%;
    margin-right: 0;
    padding: 10px;
    margin-bottom: 15px;
  }
  
  .n_2 .item .bgimg {
    margin-bottom: 10px;
  }
  
  .n_2 .item .txt {
    text-align: center;
  }
  
  .n_2 .item .tit {
    margin-bottom: 6px;
    line-height: 18px;height: 36px;
  }
  
  .nd_page {
    padding: 40px 20px;
  }
  
  .share {
    display: none;
  }
  
  .nd_page .btm {
    margin: 15px 0;
  }
  
  .nd_page .btm a {
    margin-bottom: 10px;
  }
  
  .i_4 .item {
    width: 100%;
    margin-right: 0;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
  }
  
  .i_4 .item .bgimg {
    margin-bottom: 10px;
  }
  
  .i_4 .item .txt {
    text-align: center;
  }
  
  .i_4 .item .tit {
    margin-bottom: 6px;
    height: auto;
  }
  
  .s_1 .top {
    padding: 40px 0 10px;
    margin: 0;
  }
  
  .s_1 .top .desc {
    margin-top: 15px;
    width: 100%;
  }
  
  .i_5 .main_tit {
    margin-bottom: 10px;
  }
  
  .i_5 .list {
    margin-top: 15px;
    width: 100%;
    height: 200px;
    padding: 10px;
  }
  
  .i_5 .list .inner {
    height: 100%;
  }
  
  .p_page .left {
    width: 100%;
  }
  
  .p_page .left {
    top: 50px;
    height: 40px;
    padding: 0 5%;
    background-color: #fff;
    z-index: 10;
  }
  
  .p_page .left .tab {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
  }
  
  .p_page .left .item {
    width: max-content;
    min-width: max-content;
    height: 100%;
  }
  
  .p_page .right {
    width: 100%;
    padding: 20px 5%;
  }
  
  .sol_page .slist .item {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 30px;
  }
  
  .sol_page .slist .item .bgimg {
    width: 100%;
    height: 200px;
  }
  
  .sol_page .slist .item .txt {
    margin-top: 15px;
    width: 100%;
  }
  
  .more i {
    width: 16px;
    height: 9px;
  }
  
  .sd_1,
  .sd_2 {
    padding: 40px 5%;
  }
  
  .sd_1 .left {
    width: 100%;
  }
  
  .sd_1 .swiper {
    margin-top: 20px;
    width: 100%;
  }
  
  .sd_1 .swiper .bgimg {
    height: 200px;
    margin-bottom: 10px;
  }
  
  .sd_1 .swiper-pagination {
    top: auto;
    bottom: 30px;
  }
  
  .sd_2 .bgimg {
    width: 100%;
    height: auto;
  }
  
  .sd_2 .txt {
    margin-top: 20px;
    width: 100%;
  }
  
  .pd_5 {
    padding: 30px 0;
  }
  
  .p_page .right .list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 16px;
  }
  
  .p_page .right .list .item .bgimg {
    position: relative;
    top: 0;
    width: 100%;
    height: 60vw;
  }
  
  .p_page .right .list .item .txt {
    margin-top: 15px;
    width: 100%;
  }
  
  .lmore i {
    width: 16px;
    height: 9px;
  }
  
  .pd_1,
  .pd_2,
  .pd_4 {
    padding: 40px 0 20px;
  }
  
  .a_1 {
    padding: 40px 0;
  }
  
  .a_1 .title {
    margin-bottom: 15px;
    font-size: 22px;
  }
  
  .a_1 .desc {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .a_1 .list {
    width: 100%;
  }
  
  .a_1 .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .a_1 .item .bgimg {
    margin-bottom: 10px;
    height: 50vw;
  }
  
  .a_2 {
    padding: 40px 5%;
  }
  
  .a_2 .top {
    text-align: center;
  }
  
  .a_2 .btn {
    width: max-content;
  }
  
  .a_2 .btn {
    margin-right: 10px;
  }
  
  .btn .prev {
    margin-right: 5px;
  }
  
  .btn .prev,
  .btn .next {
    width: 30px;
    height: 30px;
  }
  
  .a_2 .swiper {
    padding: 50px 0;
  }
  
  .a_2 .swiper .swiper-slide {
    width: 67%;
    height: 120px;
    transform: translateY(80px);
    margin: 0;
  }
  
  .a_2 .swiper .swiper-slide:last-child {
    margin-right: 0;
  }
  
  .a_2 .swiper .swiper-slide:nth-child(2n) {
    transform: translateY(-80px);
  }
  
  .a_2 .swiper .swiper-slide:nth-child(2n - 1) {
    transform: translateY(80px);
  }
  
  .a_2 .swiper .swiper-slide::before {
    width: 6px;
    height: 6px;
  }
  
  .a_2 .swiper .swiper-slide:nth-child(2n)::before {
    top: 137px;
  }
  
  .a_2 .swiper .swiper-slide:nth-child(2n-1)::before {
    top: -23px;
  }
  
  .a_2 .swiper .swiper-slide::after {
    width: 4px;
    height: 4px;
  }
  
  .a_2 .swiper .swiper-slide:nth-child(2n)::after {
    top: 138px;
  }
  
  .a_2 .swiper .swiper-slide:nth-child(2n-1)::after {
    top: -22px;
  }
  
  .a_2 .swiper .swiper-slide:nth-child(2n) .num {
    top: 104px;
  }
  
  .a_2 .swiper .swiper-slide:nth-child(2n-1) .num {
    top: -20px;
  }
  
  .a_3 {
    padding-top: 40px;
  }
  
  .a_3 .f_46{font-size: 22px;}
  
  .a_3 .imgs {
    margin: 20px 5% 0;
    width: 90%;
  }
  
  .a_3 .bgimg:nth-child(6n-5),
  .a_3 .bgimg:nth-child(6n-4),
  .a_3 .bgimg:nth-child(6n-3),
  .a_3 .bgimg:nth-child(6n-2),
  .a_3 .bgimg:nth-child(6n-1),
  .a_3 .bgimg:nth-child(6n) {
    width: 49%;
  }
  
  .a_3 .bgimg {
    width: 49%;
    height: 100px;
    margin-right: 2%;
  }
  
  .a_3 .bgimg:nth-child(3n) {
    margin-right: 2%;
  }
  
  .a_3 .bgimg:nth-child(2n) {
    margin-right: 0;
  }
  
  .a_4 {
    padding: 40px 0;
  }
  
  .a_4 .title {
    margin-bottom: 10px;
  }
  
  .a_4 .list {
    margin: 15px auto 0;
    width: 90%;
  }
  
  .a_4 .item {
    width: 49%;
    height: 120px;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  
  .a_4 .item:nth-child(3n) {
    margin-right: 2%;
  }
  
  .a_4 .item:nth-child(2n) {
    margin-right: 0;
  }
  
  .banner .swiper {
    height: calc(66vh - 50px);
  }
  
  .banner.i_banner .txt {
    padding: 0 5%;
  }
  
  .banner .mouse {
    display: none;
  }
  
  .i_1,
  .i_2,
  .i_3,
  .i_4 {
    padding-top: 40px;
  }
  
  .i_1 .left {
    width: 100%;
  }
  
  .i_1 .right {
    width: 100%;
    margin-top: 10px;
  }
  
  .i_1 .right .bg {
    display: none;
  }
  
  .i_2 .list.col2 .item,
  .i_2 .list.col3 .item {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  
  .i_2 .list.col2 .item:last-child,
  .i_2 .list.col3 .item:last-child {
    margin-bottom: 0;
  }
  
  .i_2 .list .item .txt {
    padding: 20px 12px;
  }
  .i_2 .list .item .txt .tit{font-size: 16px;}
  
  .aside {
    display: none;
  }
  
  .i_3 .list {
    margin-bottom: 20px;
  }
  
  .i_3 .item {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .i_3 .item:last-child {
    margin-bottom: 0;
  }
  
  .i_3 .bgimg {
    margin-bottom: 6px;
  }
  
  .i_5 .slist {
    margin-top: 30px;
  }
  
  .i_5 .slist .item {
    width: 49%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  
  .i_5 .slist .item:nth-child(2n) {
    margin-right: 0;
  }
  
  .i_5 .slist .item .icon {
    width: 30px;
    height: 25px;
    margin-bottom: 6px;
  }
  
  .i_5 .slist .item .tit {
    margin-bottom: 5px;
  }
  
  .i_5 .slist .item .con{line-height: 20px;height: 60px;}
  
  .i_5 .slist .item .lmore {
    margin-top: 6px;
    position: relative;
    bottom: 0;
  }
  
  .pagination .prev,
  .pagination .next {
    width: 16px;
    height: 16px;
    background-size: auto;
  }
  
  .pagination .prev {
    margin-right: 5px;
  }
  
  .pagination .next {
    margin-left: 5px;
  }
  
  .pagination .pitem {
    width: 20px;
    text-align: center;
  }
  
  .pagination .pitem.act {
    border-bottom: 1px solid var(--logoColor);
  }
  
  .pagination .line {
    display: none;
    left: 21px;
    width: 22px;
  }
  
  .hicon{width: 16px;}
  form .btns .btn{width: 120px;}
  .c_3 .list .item{height: 80px;}
  
  .p_page .right .list .item .txt .tit{font-size: 14px;line-height:20px;height:20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
  .lmore{font-size: 12px;}
  .pd_5 table tr:nth-child(1){font-size:12px;}
  .pd_5 table tr{font-size: 12px;}
  .pd_5 table tr td{padding: 0 4px;}
  .pd_3 .item .hicon{width: 36px;height: 36px;}
  .pd_3 .item .tit{font-size: 14px;}
  .pd_3 .item .con{font-size: 12px;}
  .pd_3 .btn{width: 100%;justify-content: center;margin-top:20px;}
  .pd_3 .btn > div{width: 26px;height: 26px;}
  
  .pd_5 .con{overflow-x: auto;}
}
@media (max-width: 768px) {
}
@media (max-width: 414px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
