strong {
  font-weight: bold !important;
}

.layui-layer-content .title {
  font-size: 2rem;
}

.layui-layer-content div {
  margin-bottom: 15px;
}

.layui-layer-content .name {
  font-size: 18px;
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.webuploader-pick {
  background: transparent !important;
  color: transparent !important;
}

#imglist_WU_FILE_0 img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover !important;
}

.line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.trans {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.juli {
  height: 30px;
}

.pc_header {
  height: 80px;
  line-height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header .container {
  width: 84.5%;
  margin: 0 auto;
}

.pc_header .header_lang {
  font-size: 1rem;
  color: #727484;
  margin-left: 60px;
  display: none;
}

.pc_header .header_lang span {
  margin: 0 10px;
}

.pc_header .header_lang a {
  color: #727484;
}

.pc_header .header_lang a:hover {
  color: #fff;
}

.pc_header .number {
  font-size: 1rem;
  color: #ffffff;
  margin: 0 60px 0;
  display: none;
}

.pc_header .pc_nav>ul>li {
  float: left;
  font-size: 1.125rem;
  color: #ffffff;
  margin-left: 40px;
  position: relative;
}

.pc_header .pc_nav>ul>li:last-child:hover a {
  color: #fff !important;
}

.pc_header .pc_nav>ul>li:last-child a:hover {
  color: #f3c10d !important;
}

.pc_header .pc_nav>ul>li>a {
  color: #ffffff;
}

.pc_header .pc_nav>ul>li:hover>a {
  color: #f3c10d !important;
}

.pc_header .pc_nav>ul>li.active>a {
  color: #f3c10d;
}

.pc_header .logo {
  padding-top: 24px;
  display: block;
}

.logo1 {
  display: block;
}

.logo2 {
  display: none;
}

.white {
  color: #fff !important;
}

.pc_header.active,
.pc_header.active1 {
  background: #000;
  height: 65px;
  line-height: 65px;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header.active .logo,
.pc_header.active1 .logo {
  padding-top: 15px;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header.active .logo2,
.pc_header.active1 .logo2 {
  display: block;
}

.logo1 {
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.logo2 {
  width: 70%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.pc_header.active .logo1,
.pc_header.active1 .logo1 {
  display: none;
}

.pc_header.active .pc_nav ul>li.active>a,
.pc_header.active1 .pc_nav ul>li.active>a {
  color: #f3c10d;
}

.banner .banner_bg {
  width: 100%;
  height: 957px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner .banner_pa {
  position: absolute;
  top: 23%;
  width: 100%;
  left: 0;
}

.banner .banner_pa .col-md-6 {
  padding: 0;
}

.banner .banner_pa span {
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
}

.banner .banner_pa img {
  margin-right: 4px;
}

.banner .dian {
  position: absolute;
}

.banner .dian1 {
  top: 23px;
  right: 12%;
}

.banner .dian2 {
  top: 30%;
  right: 2%;
}

.banner .dian3 {
  top: 51%;
  right: -15%;
}

.banner .dian3 span {
  display: block;
  margin-left: 40px;
}

.banner .dian4 {
  bottom: 1%;
  right: 19%;
}

.banner .dian4 span {
  display: block;
  text-align: center;
}

.banner .dian5 {
  bottom: 18%;
  right: 31%;
}

.banner .dian5 span {
  display: block;
  margin-left: 27px;
}

.banner .dian6 {
  bottom: 3%;
  left: 22%;
}

.banner .dian6 span {
  display: block;
  text-align: center;
}

.banner .dian7 {
  top: 50%;
  left: 0;
}

.banner .dian7 span {
  position: absolute;
  width: 96px;
  right: 37px;
  top: -35px;
}

.banner .dian8 {
  top: 7%;
  left: 0%;
}

.banner .dian9 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -72px 0 0 -75px;
  -webkit-animation: dian1 2s 1s forwards ease;
  animation: dian1 2s 1s forwards ease;
  opacity: 0;
}

@keyframes dian1 {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.banner .banner_fr.col-md-6 {
  padding: 10% 0 0 50px;
}

.banner .more {
  width: 150px;
  text-align: center;
  margin-top: 50px;
}

.banner_bg2,
.banner_bg3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.banner_bg2 img {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.banner_bg3 img {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-50%, -50%);
  width: 85%;
  z-index: 0;
}

.banner_bg1 {
  -webkit-transform: translate3d(0px, -500px, 0);
  transform: translate3d(0, -500px, 0);
  -webkit-animation: bottom_layer_ani 1.3s 0s forwards ease;
  animation: bottom_layer_ani 1.3s 0s forwards ease;
}

.banner_bg2 {
  -webkit-transform: translate3d(0, -1000px, 0);
  transform: translate3d(0, -1000px, 0);
  -webkit-animation: bottom_layermid_ani 1.5s 0s forwards ease;
  animation: bottom_layermid_ani 1.5s 0s forwards ease;
}

.banner_bg3 {
  -webkit-transform: translate3d(0, -1000px, 0);
  transform: translate3d(0, -1000px, 0);
  -webkit-animation: bottom_layertop_ani 2s 0s forwards ease;
  animation: bottom_layertop_ani 2s 0s forwards ease;
  z-index: 0;
}

@-webkit-keyframes bottom_layer_ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bottom_layer_ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bottom_layermid_ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bottom_layermid_ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes bottom_layertop_ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bottom_layertop_ani {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.dian {
  -webkit-transform: translate3d(0, -2500px, 0);
  transform: translate3d(0, -2500px, 0);
  -webkit-animation: dian 2s 1s forwards ease;
  animation: dian 2s 1s forwards ease;
}

@keyframes dian {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.scrool {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  animation: xiangxia 1s infinite;
  cursor: pointer;
}

.scrool span {
  font-size: 2.5rem;
  color: #fff;
  opacity: .2;
}

@keyframes xiangxia {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.index_guanli {
  margin: 120px 0 130px;
}

.index_guanli .index_guanli_ul {
  display: flex;
  justify-content: center;
  margin: 40px 0 80px;
}

.index_guanli .index_guanli_ul li {
  margin: 0 16px;
  font-size: 1.25rem;
  line-height: 34px;
  color: #000000;
  border-bottom: 2px solid #c9c9c9;
  padding-bottom: 10px;
}

.index_guanli .index_guanli_ul li a {
  padding: 0 95px;
}

.index_guanli .index_guanli_ul li.active,
.index_guanli .index_guanli_ul li:hover {
  border-bottom-color: #f3c10d;
}

.index_guanli .index_guanli_ul li.active a,
.index_guanli .index_guanli_ul li:hover a {
  color: #f3c10d;
  font-weight: 600;
}

.index_guanli .text {
  position: absolute;
  padding: 21px 27px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 10px;
}

.index_guanli .text1 {
  top: 37px;
  left: 0px;
}

.index_guanli .text2 {
  top: 0;
  right: 15px;
}

.index_guanli .text3 {
  top: 43%;
  left: -50px;
}

.index_guanli .text4 {
  top: 39%;
  left: 43%;
}

.index_guanli .sum>div:nth-child(3) .text2 {
  top: auto;
  right: 15px;
  bottom: 43%;
}

.index_guanli .sum>div:nth-child(3) .text2::before {
  right: auto;
  left: 41%;
}

.index_guanli .text.text2::before,
.index_guanli .text.text4::before {
  right: auto;
  left: 20%;
  border-left: 0px solid transparent;
  border-right: 21px solid transparent;
}

.index_guanli .text::before {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 10%;
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 2px solid transparent;
  border-top: 40px solid rgba(0, 0, 0, 0.55);
}

.index_guanli .name {
  font-size: 1.25rem;
  line-height: 30px;
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: 600;
}

.index_guanli .content {
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
}

.index_guanli .sum>div {
  display: none;
}

.index_guanli .sum>div:nth-child(3) .text1::before {
  right: 25%;
  left: auto;
}

.index_guanli .sum>div:nth-child(3) .text1 {
  left: 20px;
}

.index_guanli .sum>div.active {
  display: block;
}

.index_guanli .index_guanli_pr {
  padding-top: 100px;
  display: none;
}

.index_guanli .index_guanli_pr.active {
  display: block;
}

.index_guanli .index_guanli_pr:nth-child(3) .text5 {
  right: 24%;
  bottom: auto;
  width: 332px;
  top: -10px;
}

.index_guanli .index_guanli_pr:nth-child(1) .text5 {
  bottom: 9%;
}

.index_guanli .index_guanli_pr:nth-child(3) .text5::before {
  right: auto;
  left: 10%;
}

.index_guanli .index_guanli_pr:nth-child(1) .text5::before {
  top: -40px;
  bottom: auto;
  left: 40px;
  right: auto;
  border-left: 2px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 40px solid rgba(0, 0, 0, 0.55);
  border-top: 0;
}

.index_guanli .index_guanli_pr:nth-child(1) .text4 {
  top: 43%;
}

.index_guanli .index_guanli_pr:nth-child(1) .text4::before {
  top: -40px;
  bottom: auto;
  right: 6%;
  left: auto;
  border-right: 2px solid transparent;
  border-left: 21px solid transparent;
  border-bottom: 40px solid rgba(0, 0, 0, 0.55);
  border-top: none;
}

.index_guanli .index_guanli_pr:nth-child(3) .text6 {
  bottom: -3%;
  left: 21%;
}

.index_guanli .index_guanli_pr:nth-child(3) .text6::before {
  bottom: auto;
  right: 36%;
  width: 0;
  height: 0;
  border-left: 2px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 40px solid rgba(0, 0, 0, 0.55);
  border-top: none;
  top: -40px;
}

.index_guanli .index_guanli_pr:nth-child(2) .text5 {
  top: 48%;
  right: 39%;
  width: 25%;
}

.index_guanli .index_guanli_pr:nth-child(3) .text4 {
  top: 44%;
  left: 43%;
}

/* .index_guanli .index_guanli_pr:nth-child(3) .text4::before {
  bottom: auto;
  right: 20%;
  left: auto;
  width: 0;
  height: 0;
  border-right: 2px solid transparent;
  border-left: 21px solid transparent;
  border-bottom: 40px solid rgba(0, 0, 0, 0.55);
  border-top: none;
  top: -40px;
} */
.index_parent .name {
  text-align: right;
  position: relative;
  top: -30px;
  font-size: 14px;
}

.index_guanli .index_guanli_pr:nth-child(1) .text5 {
  right: 0;
  bottom: 15%;
}

.index_guanli .index_guanli_pr:nth-child(1) .text6 {
  top: 90%;
  left: 27%;
}

.index_guanli .index_guanli_pr:nth-child(1) .text6::before {
  right: 72%;
  width: 0;
  border-bottom: 40px solid rgba(0, 0, 0, 0.55);
  top: -40px;
  border-top: none;
}

.index_guanli .index_guanli_pr:nth-child(2) .text1 {
  top: 0;
  left: 18%;
}

.index_guanli .index_guanli_pr:nth-child(2) .text4 {
  top: 31%;
  left: 65%;
  padding: 21px 15px;
}

.index_guanli .index_guanli_pr:nth-child(2) .text4::before {
  /* bottom: -40px;
    right: 10%;
    width: 0;
    height: 0; */
  border-left: 2px solid transparent;
  border-right: 21px solid transparent;
  border-top: 40px solid rgba(0, 0, 0, 0.55);
  left: auto;
  right: 10%;
}

.index_guanli .index_guanli_pr:nth-child(3) .text3 {
  width: 30%;
  top: 35%;
}

.index_guanli .index_guanli_pr:nth-child(3) .text3::before {
  right: 26%;
  border-left: 2px solid transparent;
  border-right: 21px solid transparent;
}

/* .index_guanli .index_guanli_pr:nth-child(2) .text5::before {
  top: -40px;
  left: 10%;
  bottom: auto;
  right: auto; 
  border-bottom: 40px solid rgba(0, 0, 0, 0.55);
  border-top: 0px solid transparent;
} */
.title {
  font-size: 3rem;
  line-height: 62px;
  color: #323232;
  font-weight: bolder;
}

.index_parent {
  background: url(../img/bg2.jpg) center / cover no-repeat;
  background-attachment: fixed;
  padding: 149px 0 135px;
}

.index_parent .parent_center {
  margin: 60px 0 65px;
}

.index_parent .parent_center ul li {
  font-size: 1.25rem;
  line-height: 42px;
  color: #555555;
  margin: 0 50px;
}

.index_parent .parent_center ul li:hover {
  color: #f3c10d;
}

.index_parent .parents_swiper .swiper-slide>div {
  border: 0.5px solid #d1d1d2;
}

.index_parent .parents_swiper .swiper-pagination {
  bottom: 0;
}

.index_parent .parents_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #f3c10d;
}

/* .index_parent .parents_swiper .swiper-slide:hover>div {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
} */
.index_parent .more {
  margin-top: 40px;
}

.more {
  height: 46px;
  line-height: 46px;
  background-color: #f3c10d;
  border-radius: 23px;
  display: table;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.more a,
.more button {
  padding: 0 30px;
  font-size: 1.125rem;
  color: #ffffff;
}

.list_partnes_five .more {
  border-radius: 0;
  margin: 1.5625rem 0 0;
}

.list_partnes_five .more:hover,
.list_partnes_five .more:hover button {
  background: #000;
}

.more button {
  border: none;
  background: #f3c10d;
  padding: 0 3.125rem;
}

.more:hover {
  background: #000;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.futitle {
  font-size: 1.25rem;
  line-height: 26px;
  color: #555555;
  padding-top: 10px;
}

.index_news {
  background-color: #f2f2f2;
  padding: 155px 0 135px;
}

.index_news .futitle {
  margin: 25px 0 40px;
}

.index_news .row>div:nth-child(1):hover .name,
.index_news .row>div:nth-child(2):hover .name {
  color: #f3c10d;
}

.index_news .row>div:nth-child(1):hover img,
.index_news .row>div:nth-child(2):hover img {
  transform: scale(1.1);
}

.index_news .row .content {
  background: #fff;
  padding: 25px;
}

.index_news .row .name {
  font-size: 1.25rem;
  line-height: 35px;
  color: #323232;
  font-weight: 600;
}

.index_news .row .data {
  font-size: 14px;
  line-height: 33px;
  color: #959595;
}

.index_news .row .data .iconfont {
  margin-right: 5px;
  display: none;
}

.index_news .row .text {
  font-size: 1rem;
  line-height: 28px;
  color: #323232;
  height: 84px;
}

.index_news .news_right {
  background: #fff;
  height: 457px;
  overflow-y: scroll;
}

.index_news .news_right ul {
  padding: 25px 26px;
}

.index_news .news_right ul li {
  margin-bottom: 28px;
}

.index_news .news_right ul li:hover .name {
  color: #f3c10d;
}

.news_right::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  background-color: #e1e1e1;
  width: 4px;
  height: 164px;
  position: absolute;
}

.news_right::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
}

.news_right::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  display: block;
  width: 10px;
  height: 35px;
  background: #acacac;
}

.index_contact {
  background: url(../img/bg3.jpg) center / cover no-repeat;
  background-attachment: fixed;
  padding: 84px 0 154px;
  display: none;
}

.index_contact .title {
  margin: 15px 0 25px;
}

.index_contact .row .left {
  padding-right: 50px;
}

.index_contact .row .left>div {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px 0px rgba(162, 162, 162, 0.55);
  border-radius: 10px;
  padding: 60px 40px;
  position: relative;
  margin-top: -134px;
}

.index_contact .row .left .left_ul li {
  margin-bottom: 30px;
}

.index_contact .row .left .left_ul li .fl:nth-child(1) {
  width: 45px;
  padding-top: 10px;
}

.index_contact .row .left .left_ul li .fl:nth-child(1) .iconfont {
  font-size: 1.875rem;
  color: #6f6f6f;
}

.index_contact .row .left .left_ul li .fl:nth-child(2) {
  width: 82%;
}

.index_contact .row .left .left_ul li .name {
  font-size: 1.25rem;
  line-height: 30px;
  color: #000000;
}

.index_contact .row .left .left_ul li p {
  font-size: 1.125rem;
  color: #3a3a3a;
}

.index_contact .row .left .left_ul li:last-child {
  margin-bottom: 0;
}

.index_contact .row .right input {
  height: 57px;
  line-height: 57px;
  padding: 0 19px;
  font-size: 1.125rem;
  color: #3a3a3a;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  width: 100%;
  background: transparent;
}

.index_contact .row .right textarea {
  width: 100%;
  height: 162px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  line-height: 26px;
  padding: 10px 19px;
  border-radius: 5px;
  background: transparent;
  font-size: 1.125rem;
}

.index_contact .row .right .row>div {
  margin-bottom: 30px;
}

.index_contact .row .right .more {
  margin: 0;
  border-radius: 50px;
}

.index_contact .row .right .more input {
  padding: 0 60px;
  border: none;
  border-radius: 50px;
}

.index_contact .row .right .more input:hover {
  color: #fff;
}

footer {
  background-color: #0c0e12;
  padding: 88px 0 0px;
  margin-bottom: 49px;
}

footer .name {
  font-size: 1.25rem;
  line-height: 34px;
  color: #ffffff;
  margin-bottom: 18px;
}

footer .footer_a {
  font-size: 1rem;
  line-height: 30px;
  color: #999999;
}

footer .footer_a i {
  margin-right: 5px;
}

footer .yqlj {
  font-size: 1rem;
  line-height: 38px;
  color: #999999;
  margin-top: 35px;
}

footer .yqlj ul,
footer .yqlj ul li {
  display: inline-block;
}

footer .yqlj a {
  color: #999999;
}

footer .fs14 {
  font-size: 14px;
  line-height: 23px;
  color: #999999;
  margin-bottom: 10px;
}

footer .bot_right {
  background-color: #060709;
  padding: 10px 0;
}

footer .bot_right ul li {
  width: 41px;
  height: 41px;
  border: solid 1px #dedede;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin: 0 8px;
  position: relative;
  float: right;
  cursor: pointer;
}

footer .bot_right ul li i {
  font-size: 1.25rem;
  color: #dedede;
}

footer .bot_right ul li .ma1 {
  position: absolute;
  bottom: 55px;
  left: -45px;
  width: 120px;
  height: 120px;
  display: none;
}

footer .bot_right ul li:hover {
  background: #f3c10d;
}

footer .bot_right ul li:hover .ma1 {
  display: block;
}

footer .beian {
  font-size: 1rem;
  line-height: 43px;
  color: #999999;
  text-align: right;
}

footer .mb40 {
  margin-bottom: 40px;
  width: 12%;
}

footer .mb40:nth-child(6) {
  display: none;
}

footer .footer_lxwm {
  width: 27%;
}

footer .yqlj a {
  margin-right: 15px;
}

footer a:hover {
  color: #f3c10d !important;
}

footer .footer_ewm {
  width: 11%;
}

.footer_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgb(0 0 0 / 70%);
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 600;
  color: #f3c10d;
  z-index: 999;
}

.footer_fixed i {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #f3c10d;
  margin-right: 10px;
}

.footer_fixed .more {
  float: right;
  margin-top: 12px;
  height: 30px;
  line-height: 30px;
}

.footer_fixed .more a {
  font-size: 1rem;
}

.phone_pro {
  margin: 45px 0;
  display: none;
}

.phone_pro ul li {
  float: left;
  width: 33.3%;
  border: 1px solid #ddd;
  text-align: center;
  padding: 15px 0;
}

.phone_pro ul li .name {
  font-size: 1.125rem;
  line-height: 30px;
  padding-top: 10px;
  font-weight: 600;
}

.index_huibao {
  background: url(../img/bg4.jpg) no-repeat center / cover;
  background-attachment: fixed;
  padding: 150px 0 130px;
}

.index_huibao .title {
  color: #fff;
}

.index_huibao .p {
  font-size: 1.375rem;
  line-height: 50px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 10px;
}

.index_huibao .div {
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
}

.index_huibao .counter {
  font-size: 3.125rem;
  font-weight: bold;
  color: #ffffff;
}

.index_huibao .text {
  font-size: 1.125rem;
  line-height: 40px;
  color: #d5d5d5;
  padding-bottom: 30px;
}

.index_huibao .left {
  width: 13px;
  height: 36px;
  background-color: #b7b6b9;
  display: inline-block;
  margin: 0 5px;
}

.index_huibao .right {
  width: 13px;
  height: 63px;
  background-image: linear-gradient(180deg, #f3740d 0%, #f3c10d 100%), linear-gradient(#fec111, #fec111);
  background-blend-mode: normal,
    normal;
  display: inline-block;
  margin: 0 7px;
}

.index_huibao .pleft {
  padding-left: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.index_huibao .pleft .row>.col-md-6 {
  height: 138px;
  display: table;
}

.index_huibao .pleft .row>.col-md-6>div {
  display: table-cell;
  vertical-align: bottom;
}

.index_huibao .index_huibao_bot {
  margin-top: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.index_huibao .index_huibao_bot>div:last-child {
  border-right: none;
}

.index_huibao .index_huibao_bot>div:nth-child(1) .left {
  width: 13px;
  height: 38px;
}

.index_huibao .index_huibao_bot>div:nth-child(1) .right {
  width: 13px;
  height: 62px;
}

.index_huibao .index_huibao_bot>div:nth-child(2) .right {
  width: 13px;
  height: 81px;
}

.index_huibao .index_huibao_bot>div:nth-child(4) .left {
  width: 13px;
  height: 27px;
}

.index_huibao .index_huibao_bot>div:nth-child(4) .right {
  width: 13px;
  height: 52px;
}

.index_huibao .index_huibao_bot2 .pleft {
  padding: 40px 0 0 90px;
}

.index_huibao .index_huibao_bot2>div:last-child {
  border-right: none;
}

.index_huibao .index_huibao_bot2 .bot {
  margin-top: 15px;
}

.index_huibao .index_huibao_bot2>div:nth-child(1) .left {
  width: 13px;
  height: 62px;
}

.index_huibao .index_huibao_bot2>div:nth-child(1) .right {
  width: 13px;
  height: 38px;
}

.index_huibao .index_huibao_bot2>div:nth-child(2) .left {
  width: 13px;
  height: 41px;
}

.index_huibao .index_huibao_bot2>div:nth-child(2) .right {
  width: 14px;
  height: 21px;
}

.index_huibao .index_huibao_bot2>div:nth-child(3) .left {
  width: 13px;
  height: 62px;
}

.index_huibao .index_huibao_bot2>div:nth-child(3) .right {
  width: 13px;
  height: 15px;
}

.index_huibao .index_huibao_bot2 .pleft .text {
  padding-bottom: 0;
}

.ny_ban {
  background: #212121;
}

.ny_ban .img img {
  opacity: 0.25;
}

.ny_ban .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}

.ny_ban .content .name {
  font-size: 3.5rem;
  line-height: 80px;
  color: #ffffff;
  font-weight: bold;
}

.ny_ban .content .text {
  font-size: 2.25rem;
  line-height: 50px;
  color: #ffffff;
}

.ny_ban .more {
  width: 173px;
  margin-top: 140px;
}

body {
  padding-top: 65px;
}

.ny_erji {
  height: 77px;
  line-height: 77px;
  /* border-bottom: 1px solid #f5f5f5; */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.ny_erji ul {
  display: flex;
  justify-content: center;
}

.ny_erji ul li {
  font-size: 1.125rem;
}

.ny_erji ul li a {
  padding: 0 32px;
  position: relative;
  color: #575757;
  display: block;
}

.ny_erji ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: #f3c10d;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.ny_erji ul li.current-cat a,
.ny_erji ul li:hover a {
  color: #f3c10d;
}

.ny_erji ul li.current-cat a::before,
.ny_erji ul li:hover a::before {
  width: 100%;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.list_case {
  background: #f5f5f5;
  padding: 110px 0 106px;
}

.list_case .mb {
  margin-bottom: 60px;
}

.list_case .content {
  background: #fff;
  position: relative;
  width: 86%;
  margin: -90px auto 0;
  padding: 34px 30px;
  border-radius: 6px;
  z-index: 2;
}

.list_case .content .name {
  font-size: 1.25rem;
  line-height: 28px;
  color: #191919;
}

.list_case .content .text {
  font-size: 1rem;
  /* border-top: 1px solid #e6e6e6; */
  line-height: 26px;
  /* padding: 10px 0 0; */
  margin-top: 10px;
  color: #6a6a6a;
  height: 74px;
  /* overflow-y: scroll; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.list_case .content .text::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  background-color: #fff;
  width: 4px;
  height: 164px;
  position: absolute;
}

.list_case .content .text::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
}

.list_case .content .text::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  display: block;
  width: 10px;
  height: 35px;
  background: #f3c10d;
}

.list_case .content::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/14.png) no-repeat;
}

.list_case .biaoqian {
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  width: 100px;
  text-align: center;
  margin-bottom: 10px;
  height: 22px;
}

.list_case .biaoqian::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 22px;
  background: url(../img/4.jpg) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.list_case .mb:hover img {
  transform: scale(1.1);
}

.list_case .mb:hover .name {
  color: #f3c10d;
}

.article_case .title {
  font-size: 2.25rem;
}

.article_case .content {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  padding: 60px;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(255, 255, 255, 0.45);
  border-radius: 20px;
  z-index: 9;
}

.article_case .jindutiao {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.article_case .jindutiao .yuanquan {
  width: 35px;
  height: 35px;
  background-color: #eaecf1;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
}

.article_case .jindutiao .text {
  font-size: 1.125rem;
  line-height: 32px;
  position: relative;
  left: -15px;
  color: #272727;
  padding-top: 5px;
}

.article_case .jindutiao .fl.active .yuanquan,
.article_case .jindutiao .fr.active .yuanquan {
  background: #f3c10d;
  color: #fff;
}

.article_case .jindutiao .fl.active .text,
.article_case .jindutiao .fr.active .text {
  color: #f3c10d;
}

.article_case .jindutiao .fl.active::before {
  content: "";
  position: absolute;
  left: 34px;
  width: 40%;
  background: #f3c10d;
  height: 10px;
  top: 25%;
  transform: translateY(-50%);
}

.article_case .jindutiao .fr.active::before {
  content: "";
  position: absolute;
  right: 13%;
  width: 40%;
  background: #f3c10d;
  height: 10px;
  top: 25%;
  transform: translateY(-50%);
}

.article_case .jindutiao::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 35px;
  width: 78%;
  height: 10px;
  background-color: #eaecf1;
  transform: translateY(-50%);
}

.article_case .liuyan {
  margin-top: 25px;
}

.article_case .liuyan input,
.article_case .liuyan select {
  width: 100%;
  line-height: 57px;
  height: 57px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
  color: #3a3a3a;
  padding: 0 15px;
}

.article_case .liuyan .mb30 {
  margin-bottom: 30px;
}

.article_case .liuyan textarea {
  width: 100%;
  height: 115px;
  border-radius: 5px;
  line-height: 30px;
  padding: 5px 15px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 1.125rem;
  color: #3a3a3a;
}

.article_case .liuyan .tijiao {
  width: 171px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background-color: #f3c10d;
  border-radius: 23px;
  font-size: 1.125rem;
  color: #ffffff;
  margin-top: 30px;
  border: 1px solid #f3c10d;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.article_case .liuyan .tijiao:hover {
  background: #fff;
  color: #f3c10d;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.article_case .sqcg {
  margin-top: 50px;
}

.article_case .sqcg .sqcg_text {
  font-size: 1.125rem;
  line-height: 35px;
  color: #3a3a3a;
  text-align: center;
}

.article_case .sqcg .ma {
  padding: 0px;
  border: solid 1px #dedede;
  display: table;
  margin: 20px auto 0;
}

.list_pro #page {
  margin-bottom: 100px;
}

.list_pro .list {
  padding: 126px 0 133px;
}

.list_pro .list .name {
  padding: 80px 0 20px;
  font-size: 2.25rem;
  line-height: 82px;
  color: #323232;
}

.list_pro .list .name img {
  margin-right: 30px;
}

.list_pro .list .text {
  font-size: 1.125rem;
  line-height: 35px;
  color: #686868;
}

.list_pro .list .more {
  margin: 40px 0 0;
}

.list_pro .list:nth-child(odd) {
  background: #f5f5f5;
}

.list_pro .list:nth-child(odd) .col-md-5 {
  padding-left: 75px;
}

.list_pro .list:nth-child(even) {
  background: #ededed;
}

.list_pro .list:nth-child(even) .col-md-7 {
  float: right;
}

.list_pro .list:nth-child(even) .col-md-5 {
  padding-right: 80px;
}

.article_pro .article_pro_gs {
  padding: 110px 0 100px;
  background: #f5f5f5;
}

.article_pro .article_pro_gn {
  background-color: #ededed;
  padding: 85px 0 95px;
}

.article_pro .article_pro_gn .f20text {
  padding-top: 30px;
}

.article_pro .article_pro_td {
  background: #f5f5f5;
  padding: 85px 0 95px;
}

.article_pro .article_pro_td .f20text {
  padding-top: 30px;
}

.article_pro .article_pro_td ul li {
  padding-left: 38px;
  position: relative;
}

.article_pro .article_pro_td ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-color: #f3c10d;
}

.article_pro .article_pro_cx {
  background-color: #ededed;
  padding: 85px 0 150px;
}

.article_pro .article_pro_cx img {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.article_pro .article_pro_cx .bor20 {
  border-radius: 20px;
}

.article_pro .article_pro_cx .col-md-6 {
  padding: 0;
}

.article_pro .title {
  margin-bottom: 60px;
}

.article_pro .f28text {
  font-size: 1.75rem;
  line-height: 35px;
  color: #323232;
  margin-bottom: 50px;
  /* text-align: left; */
}

.article_pro .f20text {
  font-size: 1rem;
  line-height: 40px;
  color: #555555;
  text-align: left;
}

.article_pro .f16text {
  font-size: 1rem;
  height: 99px;
  line-height: 33px;
  color: #555555;
  text-align: center;
}

.article_pro .f24text {
  font-size: 1.5rem;
  padding-bottom: 10px;
  line-height: 33px;
  color: #323232;
}

.article_pro .shuzi {
  font-size: 1.25rem;
  line-height: 35px;
  color: #f3c10d;
  width: 87px;
  height: 87px;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
  border: 8px solid #969696;
  background: #ffffff;
  margin: 0 auto;
  position: relative;
  top: -40px;
  z-index: 2;
}

.article_pro .shuzi::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 7px solid rgba(196, 196, 196, 0.5);
  z-index: -1;
  transform: translate(-50%, -50%);
}

.article_pro .shuzi_ul {
  padding-top: 47px;
  margin: 45px 0 0px;
}

.article_pro .shuzi_ul li>div {
  background: #fff;
  padding: 0 18px 35px;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.05);
}

.article_pro .shuzi_ul li>div .f16text {
  position: relative;
  margin-top: -10px;
}

.article_pro .shuzi_ul li>div:hover {
  background-color: #f3c10d;
}

.article_pro .shuzi_ul li>div:hover .f16text {
  color: #fff;
}

.article_pro .zx_gl {
  margin-top: 60px;
}

.article_pro .zx_gl .col-md-6>div {
  background: #fff;
  padding: 46px 0 40px 70px;
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.05);
  border-top: 3px solid #f3c10d;
}

.article_pro .zx_gl .col-md-6>div:hover .f24text,
.article_pro .zx_gl .col-md-6>div:hover .f16text {
  color: #f3c10d;
}

.article_pro .zx_gl .clearfix .fl:nth-child(2) {
  margin-left: 30px;
}

.article_pro .zx_gl .f16text {
  height: 132px;
  text-align: left;
}

.tr {
  text-align: right;
}

.list_article {
  background-color: #f5f5f5;
  padding: 94px 0 80px;
}

.list_article .name {
  font-size: 1.25rem;
  line-height: 35px;
  font-weight: bold;
  color: #323232;
  position: relative;
  margin-bottom: 30px;
  padding-left: 28px;
}

.list_article .name::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 37px;
  background-color: #f3c10d;
}

.list_article .content {
  font-size: 1rem;
  line-height: 33px;
  color: #323232;
  padding-top: 5px;
}

.list_article .data {
  font-size: 14px;
  line-height: 33px;
  color: #8a8a8a;
  padding-left: 37px;
  position: relative;
  margin-top: 30px;
}

.list_article .data::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 1px;
  background-color: #bababa;
}

.list_article .left_ul li {
  padding: 20px 0;
  background-color: #fff;
}

.list_article .left_ul li:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.list_article .li_row {
  margin: 0;
  padding: 0 40px 0 20px;
}

.list_article .li_row .fl {
  width: 40%;
}

.list_article .li_row .fr {
  width: 60%;
  padding-left: 30px;
}

.list_article .right_title {
  font-size: 1.25rem;
  line-height: 33px;
  color: #323232;
  margin-bottom: 10px;
}

.list_article .right_a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  font-size: 1rem;
  color: #ffffff;
}

.list_article .right_top {
  background: #fff;
  padding: 20px 20px 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.list_article .right_top .bot {
  margin-top: 10px;
}

.list_article .right_top .bot a {
  font-size: 1rem;
  line-height: 37px;
  color: #323232;
  padding-left: 19px;
  position: relative;
}

.list_article .right_top .bot a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background-color: #b0b0b0;
  border-radius: 50%;
}

.list_article .right_top .bot a:hover {
  color: #f3c10d;
}

.list_article .right_center {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  margin: 30px 0;
  padding: 20px 10px 10px 20px;
}

.list_article .right_center ul li {
  height: 34px;
  line-height: 34px;
  background-color: #ffffff;
  border-radius: 3px;
  border: solid 1px #dedede;
  padding: 0 4px;
  float: left;
  margin-right: 10px;
  font-size: 14px;
  color: #323232;
  margin-bottom: 10px;
}

.list_article .right_center ul li:hover {
  background: #f3c10d;
}

.list_article .right_center ul li:hover a {
  color: #fff;
}

.list_article .right_bot {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #323232;
  background: #fff;
}

.list_article .right_bot .fl {
  width: 40%;
  text-align: center;
}

.list_article .right_bot .fr {
  width: 60%;
  padding: 30px 0 0 12px;
}

.article_article {
  background: #f5f5f5;
  padding: 120px 0 100px;
}

.article_article .title {
  font-size: 1.875rem;
  color: #323232;
  line-height: 40px;
}

.article_article .data {
  font-size: 1rem;
  line-height: 33px;
  color: #959595;
  margin: 20px 0;
}

.article_article .fenxiang {
  position: relative;
  padding-top: 15px;
  display: none;
}

.article_article .fenxiang>div {
  display: table;
  margin: 0 auto;
  position: relative;
  background: #f5f5f5;
  padding: 0 30px;
}

.article_article .fenxiang .fl {
  margin: 0 18px;
}

.article_article .fenxiang .fl i {
  font-size: 1.25rem;
  color: #767676;
}

.article_article .fenxiang .fl:last-child {
  position: relative;
  top: -13px;
}

.article_article .fenxiang .fl:last-child i {
  font-size: 2.5rem;
}

.article_article .fenxiang::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d2d2d2;
  top: 38%;
}

.article_article .text {
  font-size: 1.125rem;
  line-height: 40px;
  color: #767676;
  padding: 30px 0 70px;
}

.article_article .about_tuijian {
  font-size: 1.125rem;
  line-height: 45px;
  color: #000000;
  margin-bottom: 70px;
}

.article_article .about_tuijian a {
  color: #767676;
  margin-right: 30px;
}

.article_article .about_tuijian a:hover {
  color: #f3c10d;
}

.article_article .shangxia {
  font-size: 1.125rem;
  line-height: 45px;
  color: #767676;
  padding: 30px 0 0px;
  border-top: 1px solid #d2d2d2;
}

.article_article .shangxia a {
  color: #767676;
}

.article_article .shangxia>div {
  width: 50%;
}

.article_article .shangxia .fr {
  text-align: right;
}

.article_article .shangxia a:hover {
  color: #f3c10d;
}

.about_news {
  padding: 90px 0 100px;
  background-color: #ededed;
}

.about_news .title {
  font-size: 2.125rem;
  line-height: 45px;
  color: #323232;
  margin-bottom: 35px;
}

.about_news .content {
  background: #fff;
  padding: 15px 25px 30px;
}

.about_news .name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 35px;
  color: #323232;
}

.about_news .data {
  font-size: 14px;
  line-height: 33px;
  color: #959595;
  padding: 10px 0;
}

.about_news .data i {
  margin-right: 10px;
}

.about_news .text {
  font-size: 1rem;
  line-height: 33px;
  color: #323232;
}

.about_news .swiper-slide:hover img {
  transform: scale(1.1);
}

.about_news .swiper-slide:hover .name {
  color: #f3c10d;
}

.about_news .swiper-button-next,
.about_news .swiper-button-prev {
  width: 29px;
  height: 29px;
  border: solid 1px #323232;
  border-radius: 50%;
  text-align: center;
  line-height: 29px;
  background-size: 15px 15px;
}

.about_news .swiper-button-next,
.about_news .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23323232'%2F%3E%3C%2Fsvg%3E");
  right: 15px;
  left: auto;
  top: 33px;
  bottom: auto;
}

.about_news .swiper-button-prev,
.about_news .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23323232'%2F%3E%3C%2Fsvg%3E");
  right: 60px;
  left: auto;
  top: 33px;
  bottom: auto;
}

.about_text {
  font-size: 1.025rem;
  line-height: 36px;
  color: #555555;
  margin-top: 45px;
}

.about_csr {
  background-color: #f5f5f5;
  padding: 110px 0 140px;
}

.about_csr .title {
  margin-bottom: 60px;
}

.about_csr .name {
  font-size: 1.75rem;
  line-height: 35px;
  color: #323232;
  margin-bottom: 30px;
}

.about_csr .name span {
  font-size: 1rem;
}

.pro_bottom {
  padding-bottom: 50px;
}

.pro_bottom .swiper-pagination-bullet-active {
  background: #f3c10d;
}

.about_csr .text,
.list_about_one .text,
.list_about_one .row .name {
  font-size: 1rem;
  line-height: 35px;
  color: #555555;
}

.list_about_one .row {
  margin-top: 20px;
}

.list_about_one .row .name {
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  font-size: 1.125rem;
}

.list_about_one .row .address {
  line-height: 30px;
  font-size: 1rem;
  padding: 0 15px 0;
  text-align: center;
  height: 60px;
}

.list_about_one .row .content {
  border: 1px solid #eee;
  padding-bottom: 15px;
  background: #fff;
}

.about_csr .text div {
  font-size: 1.25rem;
  color: #000000;
  margin-top: 15px;
}

.about_csr .qianming {
  margin-top: 60px;
  display: none;
}

.even-box {
  position: relative;
  padding-top: 90px;
  height: 440px;
}

.event-list {
  margin-bottom: 50px;
  padding-top: 100px;
  height: 200px;
}

.event-list ul {
  position: relative;
  margin-left: 50%;
  height: 1px;
  background-color: #999;
  -webkit-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.event-list ul li {
  position: absolute;
  width: 140px;
  height: 100px;
  color: #4c4c4c;
  text-align: center;
  font-size: 3.25rem;
}

.event-list ul li .year {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  letter-spacing: 3px;
  /* font-family: number; */
  cursor: pointer;
}

.event-list ul li.on .year {
  color: #f3c10d;
  text-shadow: 0 6px 16px rgba(243, 193, 13, 0.5);
}

.event-list ul li .dian {
  position: absolute;
  left: 50%;
  z-index: 3;
  display: block;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px #bbb;
  box-shadow: 0 0 8px #bbb;
}

.event-list ul li .dian i {
  display: block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #4d4d4d;
}

.event-list ul li.on .dian i {
  background-color: #f3c10d;
}

.event-list ul li p {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1rem;
  cursor: pointer;
}

.event-list ul li::before {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: block;
  width: 400px;
  height: 3px;
  background-color: #f3c10d;
  -webkit-box-shadow: 0 0 1px #f3c10d;
  box-shadow: 0 0 1px #f3c10d;
  content: '';
  opacity: 0;
}

@media screen and (max-width: 1500px) {
  .event-list ul li::before {
    width: 300px;
  }
}

.event-list ul li:last-child::before {
  right: 50%;
  left: auto;
}

.event-list ul li.on::before {
  opacity: 1;
}

.event-list ul li:nth-child(even) {
  top: -100px;
}

.event-list ul li:nth-child(odd) {
  bottom: -100px;
}

.event-list ul li:nth-child(even) p {
  bottom: -120px;
}

.event-list ul li:nth-child(odd) p {
  top: -120px;
}

.event-list ul li:nth-child(even) .year {
  top: 0;
}

.event-list ul li:nth-child(odd) .year {
  bottom: 0;
}

.event-list ul li:nth-child(even) .dian {
  bottom: -10px;
}

.event-list ul li:nth-child(odd) .dian {
  top: -10px;
}

.event-list ul li:nth-child(even)::before {
  bottom: -2px;
}

.event-list ul li:nth-child(odd)::before {
  top: -2px;
}

.about_fzlc {
  background: url(../img/17.jpg) no-repeat;
}

.about_fzlc .title {
  margin-bottom: 100px;
}

.even-box .page,
.hxt-box .page,
.object-photo-box .page {
  position: absolute;
  left: 50%;
  margin-left: -228px;
  width: 340px;
  height: 55px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 55px;
}

body {
  overflow-x: hidden;
}

.even-box .page div,
.hxt-box .page div,
.object-photo-box .page div {
  float: left;
  width: 50%;
  letter-spacing: 5px;
  font-family: sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.even-box .page .prev,
.hxt-box .page .prev,
.object-photo-box .page .prev {
  background-color: #c5c5c5;
  color: rgba(255, 255, 255, 0.7);
  font-family: number;
}

.even-box .page .next,
.hxt-box .page .next,
.object-photo-box .page .next {
  background-color: #f3c10d;
  color: rgba(255, 255, 255, 0.7);
  font-family: number;
}

i.icon-jiantou,
i.icon-jiantou-copy {
  display: inline-block;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.even-box .page .next:hover i,
.hxt-box .page .next:hover i,
.object-photo-box .page .next:hover i {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  -ms-transform: translateX(30px);
}

.even-box .page .next:hover,
.hxt-box .page .next:hover,
.object-photo-box .page .next:hover {
  color: #fff;
}

.even-box .page .prev:hover,
.hxt-box .page .prev:hover,
.object-photo-box .page .prev:hover {
  color: #fff;
}

.even-box .page .prev:hover i,
.hxt-box .page .prev:hover i,
.object-photo-box .page .prev:hover i {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -ms-transform: translateX(-30px);
}

.even-box .show-box {
  position: absolute;
  right: 50%;
  bottom: 40px;
  overflow: hidden;
  margin-right: 230px;
  width: 380px;
  height: 400px;
  background-color: #fff;
  -webkit-box-shadow: 0PX 1px 12px #C5C5C5;
  box-shadow: 0PX 1px 12px #C5C5C5;
}

.show-box ul {
  height: 360px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.show-box li {
  float: left;
  padding: 10px;
  width: 380px;
  height: 100%;
}

.show-box li .pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  /*height:186px;*/
}

.show-box li p {
  text-align: center;
}

.about_fzlc {
  background-color: #dadada;
  padding: 110px 0 135px;
  overflow: hidden;
}

.about_yj {
  background-color: #f5f5f5;
  padding: 110px 0 100px;
}

.about_yj .title {
  margin-bottom: 60px;
}

.about_yj .ditu .fl {
  width: 70%;
}

.about_yj .ditu .fr::before {
  content: "";
  position: absolute;
  top: 66px;
  left: -30px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 20px solid transparent;
}

.about_yj .ditu .fr {
  width: 31%;
  right: 0;
  position: absolute;
  bottom: 110px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 10px 20px 30px;
  border-radius: 10px;
}

.about_yj .ditu .fr ul {
  height: 333px;
  overflow-y: scroll;
  position: relative;
  display: none;
}

.about_yj .ditu .fr ul li {
  height: 62px;
  line-height: 62px;
  font-size: 1rem;
  color: #323232;
  padding-right: 35px;
}

.about_yj .ditu .fr ul li div {
  border-bottom: 1px solid #ebebeb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about_yj .ditu .fr ul li img {
  margin-right: 25px;
  width: 45px;
}

.about_yj .ditu .fr ul.active {
  display: block;
}

.about_yj .ditu .fr ul::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  background-color: #ececec;
  border-radius: 2px;
  width: 4px;
  height: 164px;
  position: absolute;
}

.about_yj .ditu .fr ul::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 4px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
}

.about_yj .ditu .fr ul::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  display: block;
  width: 10px;
  height: 35px;
  background-color: #606060;
  border-radius: 2px;
}

.about_yj .ditu .dtdian.active img {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.about_yj .ditu .dtdian {
  position: absolute;
}

.about_yj .ditu .dtdian1 {
  top: 33%;
  left: 16%;
}

.about_yj .ditu .dtdian2 {
  top: 28%;
  right: 40%;
}

.about_yj .ditu .dtdian3 {
  top: 37%;
  right: 35.5%;
}

.about_yj .ditu .dtdian4 {
  top: 43%;
  right: 30.5%;
}

.about_yj .ditu .dtdian5 {
  top: 52%;
  right: 27.5%;
}

.about_yj .ditu .dtdian6 {
  top: 40%;
  right: 41%;
}

.about_yj .ditu .dtdian7 {
  bottom: 32%;
  right: 26.5%;
}

.about_yj .ditu .dtdian8 {
  top: 56%;
  right: 25.5%;
}

.about_yj .ditu .dtdian9 {
  bottom: 24%;
  right: 29%;
}

.about_yj .ditu .dtdian10 {
  bottom: 16%;
  right: 33.5%;
}

.about_yj .ditu .dtdian11 {
  top: 63%;
  left: 50.5%;
}

.about_yj .ditu .dtdian12 {
  top: 60%;
  left: 41.5%;
}

.about_yj .ditu .dtdian13 {
  top: 52%;
  right: 38%;
}

.about_yj .ditu .dtdian14 {
  top: 59%;
  right: 39%;
}

.about_yj .ditu .dtdian15 {
  top: 66%;
  right: 33%;
}

.about_yj .ditu .dtdian16 {
  bottom: 17%;
  left: 39%;
}

.honor {
  background: url(../img/13.jpg) center / cover no-repeat;
  background-attachment: fixed;
  padding: 115px 0 134px;
}

.honor .title {
  color: #fff;
  margin-bottom: 60px;
}

.honor .swiper-slide>div.over {
  padding: 41px 44px;
  position: relative;
  z-index: 2;
}

.honor .swiper-slide>div.over::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/14.jpg) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.honor .swiper-slide>div.text {
  font-size: 1.025rem;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-top: 15px;
}

.honor .honor_swiper {
  padding-bottom: 55px;
}

.honor .honor_swiper .swiper-pagination-bullet {
  background-color: #898988;
}

.honor .honor_swiper .swiper-pagination-bullet-active {
  background-color: #f3c10d;
}

.culture {
  padding: 110px 0 140px;
  background: #f5f5f5;
}

.culture .img {
  margin-bottom: 84px;
}

.culture .title {
  margin-bottom: 45px;
}

.culture .text {
  font-size: 1rem;
  line-height: 35px;
  color: #555555;
  margin-top: 10px;
}

.about_team {
  padding: 80px 0 100px;
}

.about_team .title {
  margin-bottom: 60px;
}

.about_team .imgs {
  animation: dong 3s infinite;
  padding: 100px 0;
}

.about_team .about_team_pa {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_team .about_team_pa>div {
  margin: 0 auto;
  width: 80%;
}

.about_team .about_team_pa>div ul {
  margin-bottom: 20px;
}

.about_team .about_team_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_team ul li {
  font-size: 1.25rem;
  line-height: 42px;
  color: #555555;
  margin: 0 100px;
}

.about_team ul li img {
  margin-right: 15px;
}

.about_team ul li span {
  position: relative;
  padding-left: 20px;
}

.about_team ul li span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #9f9f9f;
}

.jscx {
  padding: 60px 0;
}

li.li80 {
  width: 18.5%;
  float: left;
  margin-left: 21px;
}

li.li80:nth-child(1) {
  margin-left: 0;
}

/* 
.cpts {
  margin-top: 40px;
} */
.article_pro .shuzi_ul li>div .f16text p {
  font-size: 1.125rem;
  font-weight: 600;
}

li.li80 .f16text {
  height: 165px !important;
}

@keyframes dong {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.list_pages {
  display: table;
  margin: 30px auto;
}

.list_pages ul {
  overflow: hidden;
}

.list_pages ul li a {
  padding: 0 10px;
}

.list_pages ul li {
  float: left;
  margin: 0 2px;
  border: 1px solid #ddd;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.list_pages ul li.thisclass {
  background: #f3c10d;
}

.list_pages ul li.thisclass a {
  color: #fff;
}

.even-box-lunbo {
  display: none;
}

.footer_img {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 123px;
}

.footer_fixed .col-md-4:hover .footer_img {
  display: block;
}

.pc_nav .er-ul {
  transition: 400ms ease-in-out;
  transform: scale(0);
  opacity: 0;
  top: 100%;
  display: block;
  z-index: 9999;
  left: -37px;
}

.pc_header .pc_nav ul>li:hover .er-ul {
  transform: scale(1);
  opacity: 1;
  z-index: 9999;
}

.er-ul {
  position: absolute;
  width: 150px;
  left: -20px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  right: 0;
  top: 100%;
  z-index: 999;
  background: #fff;
}

.er-ul li {
  line-height: 40px;
  width: 100%;
  display: block;
  float: none;
}

.er-ul li:hover a {
  background: rgba(243, 193, 13, 1);
  color: #fff !important;
}

.er-ul li:last-child {
  border-bottom: none;
}

/* .bott_li_div a, */
.er-ul li a {
  color: #000;
  font-size: 14px;
  display: block;
  text-align: left;
  background: #fff;
  color: #000;
  text-align: center;
}

/* .bott_li_div a:hover, */
.er-ul li:hover a {
  color: #234584;
}

.shuzi_ul11 {
  margin-bottom: 0 !important;
}

.li83 .f16text,
.li87 .f16text {
  height: 155px !important;
}

.li85 .f16text {
  height: 119px !important;
}

.parents_swiper {
  padding-bottom: 45px;
}

.parents_swiper .bl {
  background: #fff;
  padding: 10px 15px;
}

.parents_swiper .bl img {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.article_pro_gn img {
  border: 1px solid #ddd;
  padding: 4px;
  background: #fff;
  border-radius: 10px;
}

.bread {
  line-height: 60px;
  height: 60px;
  font-size: 1rem;
  border-bottom: 1px solid #ddd;
}

.bread a {
  color: #6a6a6a;
}

.bread a:hover {
  color: #000;
}

.bread .iconfont {
  margin-right: 10px;
  display: none;
}

.list_about_one {
  padding: 80px 0 80px;
}

.list_about_one .text {
  margin: 30px 0 0;
}

body {
  overflow-x: hidden;
}

.zhuyaogongneng {
  padding: 80px 0;
  background-color: #ededed;
}

.chanpintedian {
  padding: 80px 0;
  background: #f5f5f5;
}

/* è§£å†³æ–¹æ¡ˆå¼€å§‹ */
.jjfa_one {
  background: #f5f5f5;
  padding: 85px 0 100px;
}

.jjfa_one .title {
  margin-bottom: 45px;
}

.jjfa_one .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 30px 0 30px;
}

.jjfa_one .name {
  font-size: 1.125rem;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}

.jjfa_one .p {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
}

.jjfa_one .col_pad {
  padding: 0 10px;
}

.jjfa_one .col_pad_l {
  padding: 0 10px;
}

.jjfa_one .row .col_pad_r:nth-child(1) {
  padding-right: 10px;
}

.jjfa_one .row .col_pad_r:nth-child(2) {
  padding-left: 10px;
}

.jjfa_one .mb17 {
  margin-bottom: 20px;
}

.jjfa_two {
  padding: 65px 0 110px;
}

.jjfa_two .jjfa_two_fl {
  width: 14.5%;
}

.jjfa_two .jjfa_two_fl ul {
  overflow-y: scroll;
  height: 500px;
}

.jjfa_two .jjfa_two_fl ul li {
  font-size: 1rem;
  font-weight: 600;
  line-height: 45px;
  color: #ffffff;
  padding: 0 10px 0 44px;
}

.jjfa_two .jjfa_two_fl ul li:hover,
.jjfa_two .jjfa_two_fl ul li.active {
  background-color: #f3c10d;
}

.jjfa_two .jjfa_two_fl ul li:hover a,
.jjfa_two .jjfa_two_fl ul li.active a {
  color: #fff;
}

.jjfa_two .jjfa_two_fl ul::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  background-color: #ededed;
  width: 1px;
  height: 164px;
  position: absolute;
}

.jjfa_two .jjfa_two_fl ul::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 1px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
}

.jjfa_two .jjfa_two_fl ul::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  display: block;
  width: 10px;
  height: 35px;
  background: #f3c10d;
}

.jjfa_two .jjfa_two_fl .jjfa_two .jjfa_two_fl .jjfa_two .jjfa_two_fr {
  width: 90%;
}

.jjfa_two .jjfa_two_fr {
  width: 85.5%;
  padding-left: 45px;
}

.jjfa_two .jjfa_two_fr .name,
.jjfa_three .name {
  font-size: 1.25rem;
  line-height: 30px;
  color: #f3c10d;
  font-weight: 600;
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.jjfa_two .jjfa_two_fr p,
.jjfa_three p {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 26px;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.jjfa_two .jjfa_two_fr .img {
  width: 91px;
  height: 91px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #dedede;
  line-height: 91px;
  text-align: center;
}

.jjfa_two .jjfa_two_fr .right {
  width: 79%;
  padding-left: 18px;
}

.jjfa_two .title {
  margin-bottom: 80px;
}

.jjfa_two .jjfa_two_fr .col-md-6 {
  margin-bottom: 40px;
}

.jjfa_two .jjfa_two_fr .row:nth-child(1) .col-md-6:nth-child(even) {
  padding-left: 40px;
}

.jjfa_two .jjfa_two_fr .row:nth-child(1) .col-md-6:nth-child(odd) {
  padding-right: 40px;
}

.jjfa_two .jjfa_two_fr .row:nth-child(1)>div:hover .name {
  transform: translateX(10px);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.jjfa_two .jjfa_two_fr>div {
  display: none;
}

.jjfa_two .jjfa_two_fr>div.active {
  display: block;
}

.jjfa_three {
  padding: 85px 0 100px;
  background: #f5f5f5;
}

.jjfa_three .pad {
  padding: 25px 25px;
}

.jjfa_three .pad:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.jjfa_three .title {
  margin-bottom: 45px;
}

.jjfa_three .mt30 {
  margin-top: 30px;
}

.article_jjfa_one .name,
.article_jjfa_two .name {
  font-size: 1.25rem;
  margin: 15px 0 10px;
  line-height: 28px;
  color: #363636;
  font-weight: 600;
}

.article_jjfa_one .text,
.article_jjfa_two .text {
  font-size: 14px;
  line-height: 28px;
  color: #737373;
}

.article_jjfa_one .swiper-pagination-bullet-active {
  background: #f3c10d;
}

.article_jjfa_one {
  background: #f5f5f5;
  padding: 85px 0 110px;
}

.article_jjfa_one .title {
  margin-bottom: 50px;
}

.article_jjfa_one .img {
  height: 48px;
  line-height: 48px;
}

.article_jjfa_one .swiper-slide:hover .img img {
  transform: rotateY(360deg);
  transition: all .4s;
  -webkit-transform: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
}

.article_jjfa_two {
  padding: 65px 0 100px;
}

.article_jjfa_two .title {
  margin-bottom: 55px;
}

.article_jjfa_two .swiper-slide>div {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 30px;
  position: relative;
  z-index: 2;
}

.article_jjfa_two .swiper-slide>div::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/j7.png) no-repeat;
  width: 171px;
  height: 120px;
  z-index: -1;
}

.article_jjfa_two .jjfa_two_swiper {
  padding: 15px 7px;
}

.article_jjfa_two .name {
  color: #f3c10d;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 0;
}

.article_jjfa_three {
  background: #f5f5f5;
}

.article_jjfa_three,
.article_jjfa_four {
  padding: 80px 0 85px;
}

.article_jjfa_three .text,
.article_jjfa_four .text {
  font-size: 1rem;
  line-height: 30px;
  color: #7d7d7d;
}

.article_jjfa_three .title,
.article_jjfa_four .title {
  margin-bottom: 45px;
}

.article_jjfa_five .text {
  font-size: 1rem;
  line-height: 30px;
  color: #7d7d7d;
  margin-top: 10px;
}

.article_jjfa_five {
  background: url(../img/j10.jpg) no-repeat;
  width: 100%;
  padding: 65px 0 100px;
  background-attachment: fixed;
}

.article_jjfa_five .title {
  color: #fff;
  margin-bottom: 45px;
}

.article_jjfa_six .title {
  margin-bottom: 45px;
}

.article_jjfa_six {
  background: #f5f5f5;
  padding: 65px 0 90px;
}

.article_jjfa_six .name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 30px;
  color: #f3c10d;
}

.article_jjfa_six p {
  font-size: 14px;
  line-height: 28px;
  color: #7d7d7d;
  height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.article_jjfa_six .col-md-4>div {
  padding: 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
}

.article_jjfa_six .col-md-4 {
  margin-bottom: 30px;
}

.article_jjfa_six .row .clearfix .fl {
  width: 12%;
  padding-top: 6px;
}

.article_jjfa_six .row .clearfix .fr {
  width: 88%;
  padding-left: 10px;
}

.article_jjfa_six .col-md-4>div:hover .name {
  transform: translateX(10px);
  transition: all .6s;
}

/* ä¼ä¸šæ–‡åŒ– */
.qy_culture {
  padding: 100px 0 120px;
  background-color: #dadada;
}

.qy_culture .title {
  margin-bottom: 50px;
}

/* .qy_culture .row >div>div {
  border: 3px solid transparent;
} */
/* .qy_culture .row >div:hover >div {
  border-color: #f3c10d;
} */
.qy_culture .row>div {
  position: relative;
}

.qy_culture .name {
  display: none;
}

.qy_culture .swiper-slide .swip_div:hover .hover {
  display: none;
}

.qy_culture .swiper-slide .swip_div:hover .over img {
  transform: scale(1.1);
}

.qy_culture .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border: 3px solid #f3c10d;
  display: none;
}

.qy_culture .right .col-md-6:nth-child(2),
.qy_culture .right .col-md-6:nth-child(1) {
  margin-bottom: 25px;
}

.qy_culture .hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ä¸‹è½½ */
.list_download_ul tr:nth-child(1) {
  height: 64px;
  line-height: 64px;
  color: #fff;
  background-color: #6a6a6a;
  font-size: 1.25rem;
  color: #ffffff;
}

.list_download_ul tr:nth-child(1):hover {
  background-color: #6a6a6a;
}

.list_download_ul tr .fl:nth-child(1) {
  width: 15%;
}

.list_download_ul tr .fl:nth-child(2) {
  width: 60%;
}

.list_download_ul tr .fl:nth-child(3) {
  width: 10%;
}

.list_download_ul tr .fl:nth-child(4) {
  width: 15%;
  text-align: center;
  position: relative;
}

.list_download_ul tr {
  /* padding: 0 80px; */
  margin-bottom: 2px;
}

.list_download_ul tr {
  height: 56px;
  line-height: 56px;
  background-color: #e7e7e7;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  border-bottom: 2px solid #fff;
}

.list_download_ul_fr a {
  position: relative;
  width: 37px;
  height: 37px;
  display: block;
}

.list_download_ul_fr a::before {
  content: "";
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../img/100.png) no-repeat;
  top: 0px;
  left: 10px;
  transform: translateX(0%);
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_download_ul tr:hover .list_download_ul_fr a::before {
  background: url(../img/101.png) no-repeat;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.table>tbody>tr>td {
  vertical-align: middle;
}

.table>tbody>tr>td:nth-child(1) {
  text-align: center;
}

.list_download_ul tr:hover {
  background-color: #ffffff;
  transition: all .6s;
  -moz-transition: all .6s;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
}

.list_download {
  padding: 80px 0;
}

.list_download ul {
  height: 54px;
  line-height: 54px;
  /* overflow: hidden; */
  margin-bottom: 40px;
}

.list_download ul li a {
  margin: 3px;
  background: #cdcfd0;
  padding: 0 40px;
  display: inline-block;
}

.list_download ul li a {
  display: block;
}

.list_download ul li {
  width: 33.3%;
  font-size: 1.25rem;
  color: #434343;
  float: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.list_download ul li.current-cat {
  border: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-bottom: 0;
}

.list_download ul li.current-cat a {
  background: #fff;
}

.zhaopin_tanchu .modal-content ul {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.zhaopin_tanchu .modal-content ul li {
  width: 100%;
  padding: 15px 0;
  border: none;
}

.zhaopin_tanchu .modal-content ul li .img {
  height: auto;
}

/* èµ„æ–™ä¸‹è½½ */
.download_xiazai .title {
  font-size: 2.25rem;
}

.download_xiazai .inp {
  margin-bottom: 25px;
}

.download_xiazai form {
  margin: 30px 0 10px;
}

.download_xiazai .inp input {
  width: 100%;
  height: 57px;
  line-height: 57px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
}

.download_xiazai button {
  width: 171px;
  height: 46px;
  background-color: #f3c10d;
  border-radius: 23px;
  color: #fff;
  font-size: 1rem;
  border: 1px solid #f3c10d;
}

.download_xiazai button:hover {
  background: #fff;
  color: #000;
}

.download_xiazai .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

.download_xiazai .modal-body {
  padding: 45px 45px;
}

.list_download .sum>div {
  display: none;
}

.list_download .sum>div.active {
  display: block;
}

/* æ‹›è˜åˆ—è¡¨ */
.list_recruit_one {
  padding: 100px 0;
}

.list_recruit_one .p1 {
  font-size: 1rem;
  line-height: 35px;
  color: #555555;
  margin: 60px 0 30px;
}

.list_recruit_one .p2 {
  font-size: 1.75rem;
  line-height: 45px;
  color: #323232;
}

.list_recruit_two {
  padding: 80px 0 110px;
  background-color: #dadada;
}

.list_recruit_two .title {
  margin-bottom: 50px;
}

.list_recruit_two .swiper-slide>div {
  background: #fff;
  border-radius: 10px;
  padding: 30px 0 18px;
  font-size: 1rem;
  line-height: 25px;
  color: #5b5b5b;
}

.list_recruit_two .swiper-slide>div .name {
  height: 50px;
  margin-top: 20px;
}

.list_recruit_two .swiper-slide>div .icon {
  height: 70px;
  line-height: 70px;
}

.list_recruit_three {
  padding: 100px 0;
}

.list_recruit_three .title {
  margin-bottom: 40px;
}

.list_recruit_three .col-md-4 {}

.list_recruit_three .col-md-4 .name {
  padding-left: 40px;
  line-height: 64px;
  font-size: 1.25rem;
  color: #323232;
}

.list_recruit_three .col-md-4>div {
  border: solid 1px #bcbcbc;
  position: relative;
  padding: 40px 48px 35px;
}

.list_recruit_three ul {
  padding: 25px 0 20px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  margin: 30px 0;
  display: none;
}

.list_recruit_three .row:nth-child(2) {
  margin-bottom: 30px;
}

.list_recruit_three .row:nth-child(4) .col-md-4>div:hover::before {
  bottom: auto;
  top: -20px;
  background: url(../img/56.jpg) no-repeat;
}

.list_recruit_three ul li {
  float: left;
  width: 33.3%;
  border-right: 1px dashed #888;
}

.list_recruit_three ul li:last-child {
  border-right: none;
}

.list_recruit_three ul li .img {
  height: 36px;
  margin-bottom: 4px;
}

.list_recruit_three ul li .name {
  font-size: 1rem;
  line-height: 34px;
  color: #5b5b5b;
  display: none;
}

.list_recruit_three .col-md-4>div:hover,
.list_recruit_three .col-md-4.active>div {
  border-color: #f3c10d;
}

.list_recruit_four {
  padding: 100px 0 120px;
  background-color: #dadada;
}

.list_recruit_four .title {
  margin-bottom: 40px;
}

.list_recruit_four .swiper-slide>div {
  background: #fff;
  padding: 10px;
}

.list_recruit_four .name {
  font-size: 16px;
  line-height: 62px;
  color: #323232;
}

.list_recruit_four .swiper-pagination-bullet-active {
  background-color: #f3c10d;
}

.list_recruit_four .swiper-container {
  padding-bottom: 50px;
}

.list_hzhb {
  padding: 80px 0;
}

.list_hzhb ul li {
  float: left;
  width: 23.7%;
  margin: 0 0 20px 20px;
  border: 1px solid #ddd;
}

.list_hzhb ul li:nth-child(4n+1) {
  margin-left: 0;
}

.bgs_swiper {
  padding-bottom: 50px;
}

.bgs_swiper .swiper-pagination-bullet-active {
  background: #f3c10d;
}

.bgs_swiper .swiper-slide:nth-child(even) .col-md-6 {
  margin-bottom: 25px;
}

.zhaopin_tanchu .modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
}

.zhaopin_tanchu .modal-header {
  padding: 0;
  border-bottom: none;
  position: relative;
}

.zhaopin_tanchu .modal-content {
  padding: 40px;
}

.zhaopin_tanchu .modal-header button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9990;
}

.zhaopin_tanchu .modal-body li {
  padding: 20px 0;
}

.even-box .show-box ul {
  transform: translateX(-3800px);
}

.event-list ul {
  transform: translateX(-4000px);
}

.event-list ul li:nth-last-child(2) {
  left: 3930px;
}

.tupian_28 .modal-dialog {
  top: 50% !important;
  width: 44%;
  transform: translateY(-50%) !important;
}

/* 0628æ–°å¢ž */
.list_parents,
.list_partnes_five {
  background: #f5f5f5;

}

.list_parents_two,
.list_parents,
.list_parents_three,
.list_parents_four,
.list_parents_five,
.list_partnes_five {
  padding: 70px 0 80px;
}

.list_parents .row,
.list_parents_two .row,
.list_parents_three .row,
.list_parents_four .row,
.list_partnes_five .row {
  margin-top: 1.875rem;
}

.list_parents .name,
.list_parents_two .col-md-3 .name,
.list_parents_three .col-md-3 .name,
.list_parents_four .col-md-3 .name {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 1rem 0 .5rem;
  color: #000000;
  font-weight: 600;
}

.list_parents_two .col-md-3 .name {
  padding-left: 1.25rem;
  padding-bottom: 0;
  margin-top: 1rem;
}

.list_parents_two .col-md-3 .name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #f3c10d;
  border-radius: 50%;
}

.list_parents_two .col-md-3:hover img,
.list_parents_three .col-md-3:hover img {
  transform: rotateY(180deg);
  transition: all .5s;
}

.list_parents .name::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1.3125rem;
  height: 2px;
  background: #f3c10d;
}

.list_parents .icon img {
  height: 3.875rem;
  line-height: 3.875rem;
  display: inline-block;
  transition: all .5s;
}

.list_parents_three .col-md-3 img {
  display: inline-block;
  transition: all .5s;
  height: 5.9375rem;
  line-height: 5.9375rem;
}

.list_parents_three {
  background: #f5f5f5;
}

.list_parents .text,
.list_parents_two .col-md-3 .text,
.list_parents_three .col-md-3 .text,
.list_parents_four .col-md-3 .text {
  color: #5B5B5B;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 3.75rem;
  margin-top: .4375rem;
}

.list_parents_three .col-md-3 .text,
.list_parents_four .col-md-3 .text {
  margin-top: 0;
  height: auto;
}

.list_parents_three .col-md-3 .name {
  padding: 1.25rem 0 0;
}

.list_parents_three .col-md-3:hover .name {
  color: #f3c10d;
}

.list_parents .col-md-3>div {
  background: #fff;
  padding: 2.8125rem 2.5rem 1.875rem;
  box-shadow: 0 0 10px #ddd;
}

.list_parents .col-md-3:hover .icon img {
  transform: rotateY(180deg);
  transition: all .5s;
}

.list_parents .col-md-3:hover>div {
  box-shadow: 0 0 10px rgba(243, 193, 13, 0.205);
}

.list_parents .col-md-3:hover .name {
  color: #f3c10d;
}

.parents_ban .more,
.ny_ban .more {
  margin-top: 1.5rem;
  border-radius: 0;
}

.parents_ban .more:hover {
  background: #fff;
}

.parents_ban .more:hover a {
  color: #f3c10d;
}

.list_parents_two .title,
.list_parents_three .title,
.list_parents_four .title,
.list_parents .title {
  font-size: 2.2rem;
}

.list_parents_two .futitle,
.list_parents_three .futitle,
.list_parents_four .futitle,
.list_parents .futitle {
  font-size: 1.06rem;
  line-height: 1.875rem;
  color: #5B5B5B;
}

.list_parents_two .futitle {
  width: 80%;
  margin: 0 auto;
}

.list_parents_two .col-md-3 .icon {}

.list_parents_two .col-md-3 .icon img {
  height: 7rem;
  transition: all .5s;
  display: inline-block;
}

.list_parents_two .col-md-3:hover .name {
  color: #f3c10d;
}

.list_parents_two .col-md-3 .name {}

.list_parents_two .col-md-3>div {
  width: 75%;
  margin: 0 auto;
}

.list_parents_four .col-md-3 .icon {
  padding: 0 3.75rem;
  background: #666666;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 2.875rem;
  color: #FFFFFF;
  display: inline-block;
  width: auto;
}

.list_parents_four .col-md-3 .name {
  padding-bottom: 0;
}

.list_parents_four .row {
  position: relative;
}

.list_parents_four .row::before {
  position: absolute;
  top: 1.4375rem;
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  border-bottom: 1px dashed #b7b7b7;
}

.list_parents_four .row .col-md-3 {
  position: relative;
}

.list_parents_four .row .col-md-3::before {
  content: "";
  position: absolute;
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../img/062814.svg) no-repeat;
  top: 0.59375rem;
  background-size: contain;
  right: -0.625rem;
}

.list_parents_four .row .col-md-3:last-child:before {
  display: none;
}

.list_parents_four .row .col-md-3:hover .icon {
  background: #f3c10d;
}

.list_parents_four .row .col-md-3:hover .name {
  color: #f3c10d;
}

.list_partnes_five .name {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5B5B5B;
  padding-bottom: 5px;
}

.list_partnes_five .name span {
  color: #FF0000;
}

.list_partnes_five select {
  color: #8C8B8B;
  background: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/jt.png) no-repeat;
  background-size: 15px 15px;
  background-position-x: 96%;
  background-position-y: center;
  background-color: #fff;
}

.list_partnes_five input[type="text"],
.list_partnes_five select {
  width: 100%;
  line-height: 3.125rem;
  height: 3.125rem;
  padding: 0 .9375rem;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  color: #0c0e12;
}

.list_partnes_five textarea {
  width: 100%;
  height: 8.75rem;
  line-height: 1.875rem;
  border: 1px solid #dcdcdc;
  padding: .9375rem;
}

.list_partnes_five input::input-placeholder {
  color: red;
}

.list_partnes_five .col-md-4,
.list_partnes_five .col-md-12:nth-last-child(2) {
  margin-bottom: 1rem;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #BFBFBF;
}

.list_partnes_five input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #BFBFBF;
}

.list_partnes_five input::-moz-placeholder {
  /* Mozilla Firefox 19  */
  color: #BFBFBF;
}

.list_partnes_five input:-ms-input-placeholder {
  /* Internet Explorer 10  */
  color: #BFBFBF;
}

.list_partnes_five .agree {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #5b5b5b;
}

.list_partnes_five .agree a {
  color: #FF0000;
}

.list_partnes_five .yzm .bottom div:nth-child(1) {
  width: 36%;
  background: #dcdcdc;
  line-height: 3.125rem;
  height: 3.125rem;
  text-align: center;
  color: #636363;
  display: inline-block;
  cursor: pointer;

}

.list_partnes_five .yzm .bottom input {
  width: 60%;
  float: right;
}

.list_partnes_five .yzm .bottom div:nth-child(1):hover {
  background: #f3c10d;
  color: #fff;
}

.avatar::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #BFBFBF;
}

.avatar {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  line-height: 3.125rem;
  height: 3.125rem;
  background: #fff;
  border: 1px solid #dcdcdc;

  cursor: pointer;
}

.avatar input {
  display: inline-block;
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
}

/* è§£å†³æ–¹æ¡ˆç»“æŸ */
@media (max-width: 1600px) {
  .banner .banner_bg {
    height: 800px;
  }

  .banner .banner_pa {
    top: 19%;
  }

  .pc_header .pc_nav>ul>li {
    margin-left: 30px;
  }

  .ny_ban .content .name {
    font-size: 3rem;
  }

  .ny_ban .content .text {
    font-size: 1.8rem;
    padding-top: 10px;
  }

  .list_pro .list .name {
    font-size: 1.9rem;
  }

  .pc_header .pc_nav>ul>li {
    font-size: 16px;
  }
}

@media (max-width: 1440px) {
  .list_pro .list:nth-child(odd) .col-md-5 {
    padding-left: 30px;
  }

  html,
  body {
    font-size: 14px;
  }

  .pc_header .header_lang {
    margin-left: 45px;
  }

  .index_guanli {
    margin: 80px 0 100px;
  }

  .title {
    font-size: 2.4rem;
  }

  .list_parents_two .title,
  .list_parents_three .title,
  .list_parents_four .title,
  .list_parents .title {
    font-size: 2rem;
  }

  .index_parent {
    padding: 80px 0 80px;
  }

  .index_parent .parent_center {
    margin: 45px 0;
  }

  .index_news {
    padding: 80px 0 120px;
  }

  .index_news .futitle {
    margin: 0px 0 40px;
  }

  footer {
    padding: 60px 0 0px;
  }

  .index_huibao {
    padding: 110px 0 100px;
  }

  .index_huibao .index_huibao_bot {
    margin-top: 60px;
  }

  footer .yqlj {
    margin-top: 20px;
  }

  .index_contact .row .right input {
    height: 51px;
    line-height: 51px;
  }

  .banner .text_img {
    width: 80%;
    margin: 0 auto;
  }

  .pc_header .number {
    margin: 0 45px 0;
  }

  .index_contact {
    padding: 84px 0 110px;
  }

  .banner .banner_pa span {
    font-size: 14px;
  }

  .banner .dian5 {
    bottom: 16%;
  }

  .ny_ban .content .text {
    padding-top: 15px;
  }

  .article_pro .article_pro_gs {
    padding: 80px 0 80px;
  }

  .article_pro .title {
    margin-bottom: 80px;
  }

  .article_pro .article_pro_gn,
  .article_pro .article_pro_td {
    padding: 80px 0;
  }

  .article_pro .article_pro_cx {
    padding: 80px 0 100px;
  }

  .article_case .liuyan .mb30 {
    margin-bottom: 15px;
  }

  .article_case .liuyan input,
  .article_case .liuyan select {
    line-height: 50px;
    height: 50px;
  }

  .article_case .liuyan .tijiao {
    margin-top: 15px;
  }

  .article_case .content {
    padding: 35px 60px;
  }

  .article_case .jindutiao {
    width: 76%;
  }

  .article_case .title {
    font-size: 2rem;
  }

  .list_case {
    padding: 80px 0 80px;
  }

  .list_case .content {
    padding: 20px 20px;
  }

  .list_case .mb {
    margin-bottom: 45px;
  }

  .ny_erji {
    height: 65px;
    line-height: 65px;
  }

  .list_pro .list {
    padding: 90px 0 90px;
  }

  .article_article {
    padding: 80px 0 80px;
  }

  .article_article .text {
    padding: 30px 0 60px;
    line-height: 35px;
  }

  .article_article .about_tuijian {
    margin-bottom: 50px;
  }

  .about_news {
    padding: 80px 0 80px;
  }

  .list_article .right_top .bot a {
    line-height: 30px;
  }

  .list_article .right_top,
  .list_article .right_center,
  .list_article .right_bot {
    padding: 15px 15px;
  }

  .list_article .right_bot {
    font-size: 12px;
  }

  .list_article {
    padding: 60px 0 60px;
  }

  .about_csr,
  .about_fzlc,
  .about_yj,
  .honor,
  .culture {
    padding: 60px 0 80px;
  }

  .culture .img {
    margin-bottom: 60px;
  }

  li.li80 {
    margin-left: 18px;
  }

  .article_pro .title {
    margin-bottom: 90px;
  }

  .article_pro .f20text {
    font-size: 1rem;
    line-height: 42px;
  }

  .article_pro .article_pro_td ul li {
    padding-left: 30px;
  }

  /* è§£å†³æ–¹æ¡ˆ */
  .article_jjfa_one,
  .article_jjfa_two,
  .article_jjfa_three,
  .article_jjfa_four,
  .article_jjfa_five,
  .article_jjfa_six {
    padding: 50px 0 70px;
  }

  .ny_ban .content .name {
    font-size: 2.4rem;
    line-height: 40px;
  }

  .ny_ban .content .text {
    font-size: 1.6rem;
  }

  .jjfa_one,
  .jjfa_three {
    padding: 60px 0 70px;
  }

  .jjfa_two {
    padding: 60px 0 40px;
  }

  .jjfa_one .title,
  .jjfa_three .title {
    margin-bottom: 35px;
  }

  .jjfa_two .title {
    margin-bottom: 50px;
  }

  .list_about_one {
    padding: 60px 0 60px;
  }

  .list_download {
    padding: 60px 0;
  }

  .qy_culture {
    padding: 60px 0;
  }

  .qy_culture .title {
    margin-bottom: 30px;
  }

  .list_recruit_one .p2 {
    font-size: 1.5rem;
    line-height: 40px;
  }

  .list_recruit_one {
    padding: 80px 0;
  }

  .list_recruit_two {
    padding: 80px 0 80px;
  }

  .list_recruit_three {
    padding: 80px 0;
  }

  .list_recruit_three .col-md-4>div {
    padding: 30px 35px 28px;
  }

  .list_recruit_four {
    padding: 80px 0;
  }

  .zhuyaogongneng,
  .chanpintedian {
    padding: 60px 0;
  }

  .event-list ul li {
    font-size: 2.6rem;
    letter-spacing: -0.5px;
  }

  .even-box .show-box {
    margin-right: 195px;
    width: 280px;
  }
}

@media (max-width: 1366px) {
  .pc_header .container {
    width: 90%;
  }

  .container {
    width: 990px;
  }

  .banner .banner_bg {
    height: 700px;
  }

  .banner .dian9 img {
    width: 80%;
  }

  .banner .dian9 a {
    text-align: center;
    padding: 15px 0 0;
  }

  .banner .dian9 {
    transform: translate(-39%, -48%);
  }

  .banner .dian1 img,
  .banner .dian2 img,
  .banner .dian3 img,
  .banner .dian4 img {
    width: 60px;
  }

  .banner .dian5 img,
  .banner .dian6 img {
    width: 40px;
  }

  .banner .dian7 img,
  .banner .dian8 img {
    width: 70px;
  }

  .index_guanli .text {
    padding: 12px 20px;
  }

  .index_guanli .text3 {
    top: 40%;
    left: -84px;
  }

  .index_guanli .text1 {
    top: 10px;
    left: -64px;
  }

  .index_news .news_right {
    height: 431px;
  }

  .index_news .news_right ul li {
    margin-bottom: 10px;
  }

  .index_huibao .pleft {
    padding-left: 40px;
  }

  .index_huibao .index_huibao_bot2 .pleft {
    padding: 20px 0 0 60px;
  }

  .index_huibao {
    padding: 80px 0 100px;
  }

  .index_parent .more {
    margin-top: 45px;
  }

  .ny_ban .content .name {
    font-size: 2.2rem;
    line-height: 50px;
  }

  .ny_ban .content .text {
    font-size: 1.4rem;
    padding-top: 0;
  }

  .article_pro .article_pro_gn .f20text,
  .article_pro .f20text {
    font-size: 1.125rem;
    line-height: 33px;
  }

  .article_pro_cx .col-md-3 {
    padding: 0 45px;
  }

  .article_pro .article_pro_cx .col-md-6 {
    padding-right: 50px;
  }

  .article_case .liuyan input,
  .article_case .liuyan select {
    line-height: 44px;
    height: 44px;
    font-size: 1rem;
  }

  .article_case .liuyan .mb30 {
    margin-bottom: 10px;
  }

  .article_case .liuyan {
    margin-top: 15px;
  }

  .article_case .liuyan textarea {
    width: 100%;
    height: 90px;
    font-size: 1rem;
  }

  .article_pro .shuzi_ul li>div {
    padding: 0 13px 35px;
  }

  .list_case {
    padding: 60px 0 60px;
  }

  .list_pro .list .name {
    padding: 45px 0 20px;
  }

  .list_pro .list .text {
    font-size: 1.125rem;
    line-height: 30px;
  }

  .list_pro .list .more {
    margin: 25px 0 0;
  }

  .list_article .name {
    margin-bottom: 15px;
  }

  .about_text {
    font-size: 1rem;
    line-height: 30px;
  }

  .about_csr .name {
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .show-box li {
    width: 320px;
  }

  .about_csr .text,
  .list_about_one .text {
    line-height: 30px;
  }

  .about_csr .qianming {
    margin-top: 15px;
  }

  .even-box .show-box {
    margin-right: 100px;
    width: 320px;
  }

  .even-box .page {
    margin-left: -100px;
  }

  .event-list ul li {
    font-size: 2.6rem;
  }

  .article_jjfa_three .text,
  .article_jjfa_four .text {
    line-height: 26px;
  }

  .jjfa_two .jjfa_two_fr .right {
    width: 73%;
  }

  .jjfa_one .text {
    padding: 0 20px 0 20px;
  }

  .jjfa_one .name {
    margin-bottom: 0px;
  }

  .jjfa_one .p {
    line-height: 26px;
  }

  .pc_header .pc_nav>ul>li {
    margin-left: 27px;
  }
}

@media (max-width: 1280px) {
  .scrool {
    display: none;
  }

  .pc_header .pc_nav>ul>li {
    margin-left: 20px;
  }


  .index_guanli .text1 {
    left: 0;
  }

  .index_guanli .text::before {
    right: 27%;
  }

  .index_guanli .text3 {
    left: 0;
  }

  .index_guanli .text.text3::before {
    right: 50%;
  }

  .article_case .content {
    padding: 20px 60px;
  }

  .even-box-lunbo .swiper-button-next,
  .even-box-lunbo .swiper-button-prev {
    background-size: 15px 15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
  }

  .even-box-lunbo p {
    font-size: 1rem;
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
  }

  .even-box .show-box {
    height: 350px;
  }

  .index_guanli .index_guanli_ul li a {
    padding: 0 50px;
  }

  .index_news .news_right {
    height: 408px;
  }

  .title {
    line-height: 45px;
  }

  .index_guanli .index_guanli_pr:nth-child(2) .text3 {
    width: 300px;
  }

  .index_guanli .index_guanli_pr:nth-child(3) .text4 {
    left: 33%;
  }

  .index_guanli .text.text4::before {
    left: 54%;
  }

  .list_about_one .row .address {
    padding: 0 7px 0;
  }

  .about_team .about_team_img {
    width: 30%;
  }

  .event-list ul {
    transform: translateX(-3000px);
  }

  .event-list ul li:nth-last-child(2) {
    left: 2930px;
  }

  .even-box .show-box ul {
    transform: translateX(-3200px);
  }

  .culture img.w100 {
    width: 100%;
  }

  .culture img {
    width: 100px;
  }

  .ny_erji ul li {
    font-size: 1rem;
    margin: 0 10px;
  }

  .ny_ban .wow img {
    width: 20%;
  }
}

@media (max-width: 1200px) {
  .pc_header .number {
    margin: 0 35px 0 35px;
  }

  .pc_header .pc_nav>ul>li {
    font-size: 14px;
  }

  .pc_header .container {
    width: 96%;
  }

  .pc_header .pc_nav ul>li {
    margin-left: 20px;
  }

  .pc_header .header_lang {
    margin-left: 30px;
  }



  .banner .dian7 span {
    right: auto;
    left: 0;
  }

  .banner .banner_pa .dian8 span {
    display: block;
  }

  .banner .dian8 {
    top: 2%;
    left: 16%;
  }

  .banner .dian3 span {
    margin-left: 0;
  }

  .banner .dian3 {
    right: -11%;
  }

  .banner .dian5 span {
    margin-left: 0px;
  }

  .index_huibao .pleft {
    padding-left: 25px;
  }

  .index_huibao .counter {
    font-size: 2.6rem;
  }

  .index_huibao .p {
    font-size: 1.25rem;
    line-height: 30px;
  }

  .index_huibao .index_huibao_bot {
    margin-top: 45px;
  }

  .title {
    font-size: 2rem;
  }

  .list_parents_two .title,
  .list_parents_three .title,
  .list_parents_four .title,
  .list_parents .title {
    font-size: 1.8rem;
  }

  li.li80 {
    margin-left: 13px;
  }

  li.li80 .f16text {
    height: 190px !important;
  }
}
@media (max-width: 1024px) {
  .pc_header .pc_nav ul>li {
    margin-left: 15px;
}
}
@media (max-width: 990px) {
  .even-box-lunbo {
    display: block;
  }

  .even-box {
    display: none;
  }

  .container {
    width: 750px;
  }

  .pc_header {
    display: none;
  }

  .phone_logo img {
    width: 100px;
  }

  .banner .banner_pa .col-md-6:nth-child(1) {
    display: none;
  }

  .banner .banner_pa {
    top: 50%;
    transform: translateY(-50%);
  }

  .banner .banner_bg {
    height: 500px;
  }

  .text_img {
    width: 40%;
    margin: 0 auto;
  }

  .text_img img:nth-child(1) {
    margin-bottom: 15px;
  }

  .banner .banner_fr.col-md-6 {
    padding: 0;
  }

  .banner .banner_more {
    margin-top: 30px;
  }

  .index_guanli {
    margin: 45px 0 60px;
  }

  .index_guanli .index_guanli_ul li a {
    padding: 0 50px;
  }

  .index_guanli .index_guanli_ul {
    margin: 25px 0 50px;
  }

  .title {
    font-size: 2rem;
    line-height: 40px;
  }

  .list_parents_two .title,
  .list_parents_three .title,
  .list_parents_four .title,
  .list_parents .title {
    font-size: 1.6rem;
  }

  .index_guanli .content {
    font-size: 12px;
    line-height: 21px;
  }

  .index_guanli .name {
    font-size: 1.125rem;
    line-height: 30px;
    padding-bottom: 0px;
  }

  .phone_pro {
    display: block;
  }

  .index_parent {
    padding: 45px 0 45px;
  }

  .index_parent .more {
    margin-top: 30px;
  }

  .index_parent .parent_center ul li {
    font-size: 1rem;
    line-height: 36px;
  }

  .index_parent .parent_center {
    margin: 25px 0;
  }

  .index_news {
    padding: 45px 0 70px;
  }

  .index_news .futitle {
    margin: 0px 0 30px;
  }

  .index_news .news_right {
    height: 400px;
    margin-top: 30px;
  }

  .index_contact .row .left {
    padding-right: 15px;
  }

  .index_contact .row .left .left_ul li .fl:nth-child(2) {
    width: 76%;
  }

  .index_contact .row .left>div {
    padding: 35px 25px;
  }

  .index_contact {
    padding: 59px 0 60px;
  }

  .index_contact .row .left>div {
    border-radius: 6px;
    margin-top: -95px;
  }

  .index_contact .row .right .row>div {
    margin-bottom: 15px;
  }

  footer {
    display: none;
  }

  .footer_fixed {
    display: none;
  }

  .index_huibao .pleft {
    padding-left: 80px;
  }

  .index_huibao_bot>div {
    border-right: 1px solid rgba(255, 255, 255, 0.03) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    border-top: 1px solid rgba(255, 255, 255, 0.03) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.03) !important;
  }

  .index_huibao .index_huibao_bot2 .pleft {
    padding: 10px 0 0 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.03) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    border-left: 1px solid rgba(255, 255, 255, 0.03) !important;
  }

  .index_huibao .index_huibao_bot2 .pleft .text {
    padding-bottom: 20px;
  }

  .index_huibao {
    padding: 50px 0 50px;
  }

  .index_huibao .index_huibao_bot2 .bot {
    margin-top: 5px;
  }

  .index_huibao_bot>div {
    padding-top: 10px;
  }

  .index_huibao .index_huibao_bot {
    margin-top: 30px;
  }

  .ny_ban .wow img {
    width: 30%;
  }

  .list_download ul li a {
    padding: 0 10px;
  }

  body {
    padding-top: 60px !important;
  }

  .ny_ban .more {
    width: 150px;
    margin-top: 40px;
  }

  .ny_ban .content .name {
    font-size: 2rem;
    line-height: 40px;
  }

  .ny_ban .content .text {
    font-size: 1.3rem;
    line-height: 50px;
  }

  .article_pro .article_pro_gs {
    padding: 45px 0 45px;
  }

  .article_pro .title {
    margin-bottom: 45px;
  }

  .article_pro .f16text {
    height: 60px;
    line-height: 30px;
  }

  .article_pro .shuzi_ul {
    margin: 25px 0 40px;
  }

  .article_pro .shuzi_ul li {
    margin-bottom: 60px;
  }

  .article_pro .shuzi_ul li:last-child,
  .article_pro .shuzi_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }

  .article_pro .zx_gl .col-md-6>div {
    padding: 30px 25px 30px 25px;
  }

  .article_pro .article_pro_gn,
  .article_pro .article_pro_td {
    padding: 45px 0;
  }

  .article_pro .article_pro_gn .f20text,
  .article_pro .f20text {
    font-size: 1rem;
    line-height: 28px;
  }

  .article_pro .article_pro_gn .f20text {
    padding-top: 0;
  }

  .article_pro .f28text {
    margin-bottom: 35px;
  }

  .article_pro .f24text {
    padding-bottom: 0;
  }

  .article_pro_cx .col-md-3 {
    padding: 0 35px;
  }

  .article_pro .article_pro_cx {
    padding: 45px 0 60px;
  }

  .list_case {
    padding: 45px 0 45px;
  }

  .list_case .mb {
    margin-bottom: 30px;
  }

  .list_pro .list {
    padding: 60px 0 60px;
  }

  .list_pro .list:nth-child(odd) .col-md-5 {
    padding-left: 15px;
  }

  .list_pro .list:nth-child(even) .col-md-5 {
    padding-right: 15px;
  }

  .list_pro .list:nth-child(even) .col-md-7 {
    float: none;
  }

  .list_pro .list .name {
    padding: 15px 0 15px;
    line-height: 60px;
  }

  .list_pro .list .name img {
    margin-right: 15px;
    width: 60px;
  }

  .list_pro .list .name {
    font-size: 1.6rem;
  }

  .article_article {
    padding: 45px 0 45px;
  }

  .article_article .data {
    margin: 15px 0 10px;
  }

  .article_article .text {
    padding: 0px 0 40px;
    font-size: 1rem;
  }

  .article_article .shangxia {
    padding-top: 15px;
    font-size: 1rem;
    line-height: 30px;
  }

  .article_article .about_tuijian {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 30px;
  }

  .about_news {
    padding: 45px 0 45px;
  }

  .about_news .title {
    margin-bottom: 25px;
    font-size: 2rem;
  }

  .article_article .title {
    font-size: 1.5rem;
  }

  .list_article .col-md-3 {
    margin-top: 15px;
  }

  .list_article .right_center {
    margin: 15px 0;
  }

  .event-list ul li {
    font-size: 2.2rem;
  }

  .ny_ban .content img {
    width: 30%;
  }

  .about_text {
    margin-top: 20px;
  }

  .about_csr,
  .about_fzlc,
  .about_yj,
  .honor,
  .culture {
    padding: 45px 0 45px;
  }

  .about_csr .title {
    margin-bottom: 25px;
  }

  .about_csr .col-md-8 {
    margin-top: 15px;
  }

  .about_fzlc .title {
    margin-bottom: 60px;
  }

  .about_yj .ditu .fr ul li {
    height: 56px;
    line-height: 56px;
    padding-right: 10px;
  }

  .about_yj .ditu .fr {
    bottom: 15px;
  }

  .culture_swiper .swiper-slide img {
    width: 100px;
    height: 100px;
  }

  .culture .title,
  .honor .title,
  .about_yj .title,
  .about_fzlc .title {
    margin-bottom: 25px;
  }

  .about_yj .ditu .fr ul {
    height: 250px;
  }

  .jscx {
    padding: 45px 0;
  }

  .index_guanli .index_guanli_pr:nth-child(2) .text5 {
    top: 59%;
    right: 44%;
  }

  .phone_footer_ul .ma-li {
    position: relative;
    cursor: pointer;
  }

  .phone_footer_ul .ma-li .ma {
    width: 100%;
    display: none;
    position: absolute;
    bottom: 100%;
  }

  .phone_footer_ul .ma-li:hover .ma {
    display: block;
  }

  .bread {
    display: none;
  }

  .article_jjfa_one,
  .article_jjfa_two,
  .article_jjfa_three,
  .article_jjfa_four,
  .article_jjfa_five,
  .article_jjfa_six {
    padding: 40px 0 45px;
  }

  .article_jjfa_one .name {
    margin: 15px 0 0px;
  }

  .article_jjfa_two .title {
    margin-bottom: 15px;
  }

  .article_jjfa_one .title {
    margin-bottom: 35px;
  }

  .article_jjfa_two .swiper-slide>div {
    padding: 20px 20px;
  }

  .article_jjfa_three .text {
    margin-top: 10px;
  }

  .article_jjfa_four .text {
    margin-bottom: 10px;
  }

  .article_jjfa_three .title,
  .article_jjfa_four .title,
  .article_jjfa_five .title,
  .article_jjfa_six .title {
    margin-bottom: 25px;
  }

  .jjfa_one .mb17>.col_pad_l {
    margin-bottom: 15px;
  }

  .jjfa_one .container>.row:nth-child(3)>.col_pad {
    margin-top: 15px;
  }

  .jjfa_one,
  .jjfa_three {
    padding: 40px 0 45px;
  }

  .jjfa_one .title,
  .jjfa_three .title {
    margin-bottom: 25px;
  }

  .jjfa_two .jjfa_two_fl ul li {
    padding: 0 10px 0 20px;
  }

  .jjfa_two .jjfa_two_fl {
    width: 18%;
  }

  .jjfa_two .jjfa_two_fr {
    width: 82%;
  }

  .jjfa_two .jjfa_two_fr .img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    line-height: 60px;
  }

  .jjfa_two .jjfa_two_fr p,
  .jjfa_three p {
    margin-top: 0px;
    -webkit-line-clamp: 1;
  }

  .jjfa_two .jjfa_two_fr .row:nth-child(1) .col-md-6:nth-child(odd) {
    padding-right: 15px;
  }

  .jjfa_two .jjfa_two_fr .row:nth-child(1) .col-md-6:nth-child(even) {
    padding-left: 15px;
  }

  .jjfa_two .jjfa_two_fr .col-md-6 {
    margin-bottom: 25px;
  }

  .jjfa_two .jjfa_two_fl ul {
    height: 320px;
  }

  .jjfa_two .title {
    margin-bottom: 35px;
  }

  .jjfa_two {
    padding: 40px 0 25px;
  }

  .list_about_one {
    padding: 45px 0 45px;
  }

  .list_download ul {
    height: 44px;
    line-height: 44px;
  }

  .list_download ul li {
    font-size: 1.125rem;
  }

  .list_download ul li div {
    padding: 0 25px;
  }

  .list_download_ul tr:nth-child(1) {
    height: 50px;
    line-height: 50px;
    font-size: 1.125rem;
  }

  .list_download {
    padding: 45px 0;
  }

  .qy_culture {
    padding: 45px 0;
  }

  .list_recruit_one {
    padding: 60px 0;
  }

  .list_recruit_one .p1 {
    margin: 30px 0 15px;
  }

  .list_recruit_one .p2 {
    font-size: 1.25rem;
    line-height: 36px;
  }

  .list_recruit_two {
    padding: 45px 0 45px;
  }

  .list_recruit_two .title {
    margin-bottom: 35px;
  }

  .list_recruit_two .swiper-slide>div .name {
    margin-top: 8px;
  }

  .list_recruit_two .swiper-slide>div {
    padding: 15px 0 15px;
  }

  .list_recruit_three .col-md-4 {
    width: 33.3%;
    float: left;
    padding: 6px;
  }

  .list_recruit_three .col-md-4>div {
    padding: 15px 15px 15px;
  }

  .list_recruit_three .col-md-4>div .fl:nth-child(1) {
    width: 20%;
  }

  .list_recruit_three .col-md-4 .name {
    padding-left: 21px;
    line-height: 40px;
  }

  .list_recruit_three {
    padding: 50px 0;
  }

  .list_recruit_three .title {
    margin-bottom: 25px;
  }

  .list_recruit_four {
    padding: 45px 0;
  }

  .sidebar-menu__header img {
    width: 100px;
  }

  .zhuyaogongneng,
  .chanpintedian {
    padding: 45px 0;
  }

  .list_parents .col-md-3,
  .list_parents_three .col-md-3 {
    margin-bottom: 15px;
  }

  .list_parents_four .row .col-md-3::before {
    display: none;
  }

  .list_partnes_five .yzm .name {
    display: none;
  }
}

@media (max-width: 767px) {

  .zhuyaogongneng,
  .chanpintedian {
    padding: 25px 0;
  }

  .container {
    width: 100%;
  }

  .index_huibao .pleft .row>.col-md-6>div {
    text-align: center;
  }

  .index_guanli .content {
    height: 21px;
    overflow: hidden;
  }

  .index_guanli .text {
    padding: 10px;
  }

  .banner .banner_bg {
    height: 300px;
  }

  .phone_pro ul li img {
    width: 50px;
  }

  .phone_pro {
    margin: 25px 0;
    display: none;
  }

  .index_guanli .sum {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    overflow-x: scroll;
    position: relative;
  }

  .index_guanli .sum img {
    width: auto !important;
    max-width: 850px !important;
  }

  .index_guanli .index_guanli_ul li a {
    padding: 0 15px;
  }

  body {
    overflow-x: hidden;
  }

  /* .banner .banner_bg {
    background: url(../img/banner5.jpg) !important;
  } */

  .index_guanli .index_guanli_pr:nth-child(3) .text5 {
    right: 26%;
    top: 0px;
  }

  .index_guanli .index_guanli_pr:nth-child(1) .text6 {
    top: auto;
    left: 27%;
    bottom: 0;
  }

  .index_guanli .index_guanli_pr:nth-child(3) .text4 {
    left: 35%;
  }

  .index_guanli .text.text2::before,
  .index_guanli .text.text4::before {
    left: 57%;
  }

  .index_guanli .text.text2::before,
  .index_guanli .text.text4::before {
    left: 27%;
  }

  .index_guanli .text2 {
    top: 4%;
  }

  /*  
  .index_guanli .index_guanli_ul li {
    padding-bottom: 0;
  }
  .index_guanli .index_guanli_ul {
    margin: 15px 0 30px;
  }
  .index_guanli .text {
    position: static;
    margin-bottom: 5px;
    border-radius: 6px;
  }
  .index_guanli .index_guanli_pr {
    padding-top: 0;
  }
  .index_guanli .text::before {
    display: none;
  }
  .index_guanli_pr .img {
    margin-bottom: 15px;
  } */
  .index_guanli {
    margin: 25px 0 25px;
  }

  .title {
    font-size: 22px;
  }

  .index_parent {
    padding: 25px 0 25px;
  }

  .index_parent .parent_center {
    margin: 15px 0;
  }

  .caroufredsel_wrapper,
  #ticker-3 {
    height: 32px !important;
  }

  .index_parent .parents_swiper .swiper-pagination {
    display: block;
  }

  .index_parent .parents_swiper {
    padding-bottom: 45px;
  }

  .index_parent .parents_swiper .swiper-pagination-bullet-active {
    background: #f3c10d;
  }

  .index_parent .more {
    margin-top: 5px;
  }

  .more a,
  .banner .banner_more a {
    font-size: 1rem;
  }

  .more,
  .banner .banner_more {
    height: 42px;
    line-height: 42px;
  }

  .phone_pro ul li .name {
    padding-top: 5px;
  }

  .index_news {
    padding: 25px 0 25px;
  }

  .index_news .futitle {
    margin: 0px 0 20px;
    padding-top: 0;
  }

  .index_news .row .content {
    padding: 15px 20px;
  }

  .index_news .row .text {
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
  }

  .index_news .col-md-4 {
    margin-bottom: 15px;
  }

  .index_news .news_right {
    height: 314px;
    margin-top: 0;
  }

  .index_contact .row .left>div {
    margin: 0 0 15px 0;
  }

  .index_contact {
    padding: 25px 0 25px;
  }

  .index_contact .row .right input {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }

  .index_contact .row .right textarea {
    font-size: 14px;
  }

  .index_contact .row .right .more {
    width: 100%;
  }

  .index_contact .row .right .more a {
    text-align: center;
  }

  .index_contact .title {
    margin: 15px 0 15px;
  }

  .index_news .row .name {
    font-size: 1.125rem;
    line-height: 30px;
  }

  .index_contact .row .left .left_ul li {
    margin-bottom: 15px;
  }

  .index_contact .row .left .left_ul li .fl:nth-child(2) {
    width: 85%;
  }

  .index_huibao_bot2>div .row {
    margin: 0;
  }

  .index_huibao .pleft {
    padding-left: 15px;
  }

  .index_huibao .pleft .row>.col-md-6 {
    padding: 0px;
  }

  .index_huibao .pleft .row>.col-md-6:nth-child(2) {
    text-align: right;
  }

  .banner .text_img {
    width: 45%;
  }

  .phone_pro ul li .name {
    font-size: 1.0125rem;
  }

  .index_guanli .index_guanli_ul li {
    margin: 0 10px;
    font-size: 1.125rem;
  }

  .index_huibao .counter {
    font-size: 2rem;
  }

  .index_huibao .text {
    font-size: .8rem;
    line-height: 26px;
    padding-bottom: 15px;
    text-align: center;
  }

  .index_huibao .index_huibao_bot2 .pleft {
    padding: 10px 0 0 0px;
    text-align: center;
  }

  .index_huibao .index_huibao_bot2 .pleft .text {
    padding: 0 0 15px 0px;
  }

  .index_huibao {
    padding: 25px 20px 25px;
  }

  .index_huibao .index_huibao_bot {
    margin-top: 15px;
  }

  .index_huibao .top img {
    width: 50%;
  }

  .index_huibao .pleft .row>.col-md-6 {
    height: 120px;
  }

  .futitle {
    font-size: 1rem;
  }

  .ny_ban .content .name {
    font-size: 1.4rem;
    line-height: 40px;
  }

  .ny_ban .content .text {
    display: none;
  }

  .ny_ban .more {
    margin-top: 15px;
  }

  .article_pro .article_pro_gs {
    padding: 25px 0 25px;
  }

  .article_pro .title {
    margin-bottom: 20px;
  }

  .article_pro .f28text {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }

  .article_pro .shuzi_ul li {
    padding: 0;
  }

  .article_pro .shuzi_ul li>div .f16text {
    margin-top: -20px;
    height: auto;
  }

  .article_pro .shuzi_ul li {
    margin-top: 60px !important;
    margin-bottom: 0;
  }

  /* .article_pro .shuzi_ul li:last-child {
    margin-bottom: 0 !important;
  } */
  .article_pro .shuzi_ul {
    margin: 0px 0;
    padding-top: 0px;
  }

  .article_pro .container {
    padding: 0 30px;
  }

  .article_pro .zx_gl {
    margin-top: 25px;
  }

  .zx_gl>div {
    margin-bottom: 15px;
  }

  .zx_gl>div:last-child {
    margin-bottom: 0;
  }

  .article_pro .zx_gl .col-md-6>div {
    padding: 20px;
  }

  .article_pro .article_pro_gn,
  .article_pro .article_pro_td {
    padding: 25px 0;
  }

  .article_pro_gn .f20text {
    margin-top: 15px;
  }

  .article_pro .article_pro_td .f20text {
    padding: 0 0 15px;
  }

  .article_pro .article_pro_cx {
    padding: 25px 0 35px;
  }

  .article_pro .article_pro_cx .col-md-6 {
    padding: 0 15px;
  }

  .article_pro_cx .col-md-3 {
    padding: 15px 15px 0;
  }

  .ny_erji ul li a {
    padding: 0 10px;
  }

  .ny_erji {
    height: 50px;
    line-height: 50px;
    display: none;
  }

  .ny_erji ul li {
    font-size: 1rem;
  }

  .list_case {
    padding: 25px 0 25px;
  }

  .list_case .mb {
    margin-bottom: 15px;
  }

  .list_pro .list {
    padding: 25px 0 25px;
  }

  .list_pro .list .name img {
    width: 50px;
  }

  .list_pro .list .name {
    padding: 15px 0 8px;
    line-height: 50px;
  }

  .list_pro .list .more {
    margin: 15px 0 0;
  }

  .article_article .title {
    font-size: 1.375rem;
    line-height: 34px;
  }

  .article_article .data {
    margin: 8px 0 0px;
  }

  .article_article .text {
    line-height: 30px;
    padding: 15px 0 0;
    border-top: 1px solid #ddd;
    margin-top: 15px;
  }

  .article_article .about_tuijian {
    margin-bottom: 15px;
  }

  .article_article .shangxia>div {
    width: 100%;
  }

  .article_article .shangxia .fr {
    text-align: left;
  }

  .article_article {
    padding: 25px 0 25px;
  }

  .about_news {
    padding: 25px 0 25px;
  }

  .about_news .title {
    margin-bottom: 15px;
  }

  .about_news .text {
    line-height: 30px;
  }

  .list_article .li_row .fl {
    width: 100%;
  }

  .list_article .li_row .fr {
    width: 100%;
    padding: 0;
  }

  .list_article .li_row {
    padding: 0 15px 0 15px;
  }

  .list_article .data {
    margin-top: 0px;
  }

  .list_article {
    padding: 25px 0 25px;
  }

  .list_article .name {
    margin-bottom: 10px;
  }

  .list_article .left_ul li {
    padding: 15px 0;
  }

  .list_about_ny .img img {
    height: 440px;
    object-fit: cover;
  }

  .about_text {
    font-size: 12px;
    line-height: 26px;
  }

  .about_csr,
  .about_fzlc,
  .about_yj,
  .honor,
  .culture {
    padding: 25px 0 25px;
  }

  .about_csr .title,
  .culture .title,
  .honor .title,
  .about_yj .title,
  .about_fzlc .title {
    margin-bottom: 15px;
  }

  .about_yj .ditu .fl {
    width: 100%;
    position: relative;
  }

  .about_yj .ditu .fr {
    width: 100%;
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }

  .about_yj .ditu .dtdian img {
    width: 10px;
  }

  .about_yj .ditu .fr::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 50px solid #fff;
    border-top: none;
  }

  .about_yj .ditu .dtdian2 {
    top: 32%;
    left: 49%;
  }

  .culture_swiper .swiper-slide img {
    width: 70px;
    height: 70px;
  }

  .culture .text {
    line-height: 28px;
    margin-top: 5px;
    letter-spacing: -1px;
    font-size: 12px;
  }

  .culture .img {
    margin-bottom: 20px;
  }

  .about_team .about_team_pa>div {
    width: 100%;
  }

  .about_team .about_team_pa {
    top: 0px;
  }

  .about_team {
    padding: 25px 0 25px;
  }

  .about_team .title {
    margin-bottom: 25px;
  }

  li.li80 {
    width: 100%;
    margin-left: 0;
  }

  li.li80 .f16text {
    height: auto !important;
  }

  .jscx {
    padding: 25px 0;
  }

  .list_case .content .text {
    height: auto;
    line-height: 28px;
  }

  .article_case .content {
    width: 96%;
  }

  .article_case .content {
    padding: 20px 20px;
    border-radius: 5px;
  }

  .article_case .jindutiao {
    width: 100%;
  }

  .article_case .jindutiao::before {
    width: 74%;
  }

  .article_pro_gn .row>div {
    margin-bottom: 15px;
  }

  .index_huibao .index_huibao_bot2>div:last-child {
    display: none;
  }

  .ny_ban .img img {
    height: 148px;
    object-fit: cover;
  }

  .jjfa_one_swiper,
  .jjfa_two_swiper,
  .jjfa_three_swiper {
    padding-bottom: 45px;
  }

  .article_jjfa_one,
  .article_jjfa_two,
  .article_jjfa_three,
  .article_jjfa_four,
  .article_jjfa_five,
  .article_jjfa_six {
    padding: 20px 0 25px;
  }

  .article_jjfa_one .title {
    margin-bottom: 20px;
  }

  .jjfa_two_swiper .swiper-pagination-bullet-active,
  .jjfa_three_swiper .swiper-pagination-bullet-active {
    background: #f3c10d;
  }

  .article_jjfa_two .jjfa_two_swiper {
    padding: 0;
  }

  .article_jjfa_two .swiper-slide>div {
    box-shadow: none;
    border: 1px solid #d1d1d1;
  }

  .article_jjfa_three .title,
  .article_jjfa_four .title,
  .article_jjfa_five .title,
  .article_jjfa_six .title {
    margin-bottom: 15px;
  }

  .jjfa_three_swiper .swiper-pagination-bullet {
    background: #fff;
  }

  .article_jjfa_six .col-md-4 {
    margin-bottom: 15px;
  }

  .jjfa_one,
  .jjfa_three {
    padding: 20px 0 25px;
  }

  .jjfa_one .title,
  .jjfa_three .title {
    margin-bottom: 15px;
  }

  .jjfa_one .col_pad {
    padding: 0 15px;
  }

  .jjfa_one .mb17 .col_pad .img,
  .jjfa_one .row .col_pad_r:nth-child(1) .img,
  .jjfa_one .row .col_pad_r:nth-child(2) .img {
    display: none;
  }

  .jjfa_one .mb17 .col_pad:nth-child(1) .text,
  .jjfa_one .row .col_pad_r:nth-child(1) .text {
    background: #cccccc;
    position: static;
    transform: translateY(0);
    padding: 20px;
    margin-bottom: 15px;
  }

  .jjfa_one .mb17 .col_pad:nth-child(2) .text,
  .jjfa_one .row .col_pad_r:nth-child(2) .text {
    position: static;
    transform: translateY(0);
    background: #f3c10d;
    padding: 20px;
  }

  .jjfa_one .col_pad_l {
    padding: 0 15px;
  }

  .jjfa_one .row .col_pad_r:nth-child(1) {
    padding-right: 15px;
    margin-bottom: 15px;
  }

  .jjfa_one .row .col_pad_r:nth-child(2) {
    padding-left: 15px;
  }

  .jjfa_two .jjfa_two_fl,
  .jjfa_two .jjfa_two_fr {
    width: 100%;
  }

  .jjfa_two .jjfa_two_fr {
    padding-left: 0;
    margin-top: 20px;
  }

  .jjfa_two .jjfa_two_fl ul {
    height: auto;
    overflow: hidden;
  }

  .jjfa_two .jjfa_two_fl ul li {
    width: 33.3%;
    float: left;
    padding: 0 15px;
    line-height: 40px;
  }

  .jjfa_two .title {
    margin-bottom: 15px;
  }

  .jjfa_two .jjfa_two_fr .right {
    width: calc(100% - 60px);
  }

  .jjfa_two .jjfa_two_fr .col-md-6 {
    margin-bottom: 15px;
  }

  .jjfa_three .pad {
    padding: 15px 15px;
  }

  .jjfa_three .mt30 {
    margin-top: 15px;
  }

  .jjfa_three .mt30>div:nth-child(1) {
    margin-bottom: 15px;
  }

  .list_about_one {
    padding: 20px 0;
    font-size: 14px;
    line-height: 28px;
  }

  .list_about_one .container>p:nth-child(2) {
    display: none;
  }

  .list_about_one .container>div:nth-child(1) {
    margin-bottom: 15px;
  }

  .even-box-lunbo .swiper-button-next,
  .even-box-lunbo .swiper-button-prev {
    margin-top: 0;
    display: none;
  }

  .even-box-lunbo .swiper-button-next {
    right: 0;
  }

  .even-box-lunbo .swiper-button-prev {
    left: 0;
  }

  .even-box-lunbo .swiper-container {
    padding: 0 0 45px 0;
  }

  .even-box-lunbo .swiper-pagination-bullet-active {
    background-color: #f3c10d;
  }

  .honor .honor_swiper {
    padding-bottom: 45px;
  }

  .list_download {
    padding: 25px 0;
  }

  .list_download ul li div {
    margin: 1px;
  }

  .list_download_ul tr {
    border: none;
  }

  .qy_culture {
    padding: 25px 0;
  }

  .list_about_one .text {
    margin: 10px 0 0;
  }

  .list_about_one .container>div:nth-child(1) {
    margin-bottom: 10px;
  }

  .list_about_one .row .address {
    height: auto;
  }

  .list_about_one .row>div {
    margin-bottom: 15px;
  }

  .col-md-6.col-sm-6.sol-xs-6.swip_div {
    width: 50%;
    float: left;
    padding: 0px 12px;
    margin-bottom: 15px;
  }

  .bgs_swiper {
    padding-bottom: 35px;
  }

  .list_recruit_one {
    padding: 25px 0;
  }

  .list_recruit_one .p1 {
    margin: 10px 0 8px;
    line-height: 30px;
  }

  .list_recruit_one .p2 {
    font-size: 1.125rem;
    line-height: 32px;
  }

  .list_recruit_two {
    padding: 25px 0 15px;
  }

  .list_recruit_two .title {
    margin-bottom: 20px;
  }

  .list_recruit_two .swiper-container {
    padding: 0 0 45px 0;
  }

  .list_recruit_two .swiper-container .swiper-pagination-bullet-active {
    background: #f3c10d;
  }

  .list_recruit_three {
    padding: 25px 0;
  }

  .list_recruit_three .title {
    margin-bottom: 13px;
  }

  .list_recruit_three ul li .name {
    display: none;
  }

  .list_recruit_three .col-md-4>div {
    padding: 10px 10px 10px;
  }

  .list_recruit_three .col-md-4>div .fl:nth-child(1) {
    width: auto;
  }

  .list_recruit_three .col-md-4>div .fl:nth-child(1) img {
    width: 30px;
  }

  .list_recruit_three .col-md-4 .name {
    padding-left: 10px;
    line-height: 30px;
    font-size: 1rem;
  }

  .list_recruit_three ul li .img {
    height: auto;
    margin-bottom: 4px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .list_recruit_four {
    padding: 25px 0;
  }

  .list_recruit_three .row:nth-child(2) {
    margin-bottom: 2px;
  }

  .list_recruit_three ul {
    border-radius: 6px;
    margin: 15px 0;
  }

  .li83 .f16text,
  .li87 .f16text {
    height: auto !important;
  }

  .list_recruit_four .title {
    margin-bottom: 17px;
  }

  .list_recruit_four .name {
    line-height: 45px;
  }

  .list_recruit_four .swiper-slide>div {
    padding-bottom: 0;
  }

  .list_recruit_three .col-md-4:nth-child(1) {
    padding-left: 15px;
  }

  .list_recruit_three .col-md-4:nth-child(3) {
    padding-right: 15px;
  }

  .list_recruit_three .col-md-4>div:hover::before,
  .list_recruit_three .col-md-4.active>div::before {
    display: none;
  }

  .list_hzhb {
    padding: 40px 0;
  }

  .list_download ul li div {
    padding: 0 15px;
  }

  .list_download ul {
    margin-bottom: 20px;
  }

  .list_download_ul_fr a::before {
    left: 0;
  }

  .table>tbody>tr>td {
    line-height: 28px;
  }

  .download_xiazai .modal-body {
    padding: 20px 15px;
  }

  .download_xiazai .inp input {
    padding: 0 10px;
  }

  .download_xiazai .title {
    font-size: 1.8rem;
  }

  .download_xiazai form {
    margin: 15px 0 10px;
  }

  .download_xiazai .inp {
    margin-bottom: 15px;
  }

  .download_xiazai .inp input {
    width: 100%;
    height: 45px;
    line-height: 45px;
  }

  .download_xiazai button {
    width: 100%;
    height: 45px;
  }

  .index_huibao .right {
    background: url(../images/500.jpg);
  }

  .index_huibao .index_huibao_bot>div:nth-child(2) .right {
    height: 60px;
  }

  .index_huibao .index_huibao_bot>div:nth-child(1) .right {
    height: 50px;
  }

  .list_download_ul tr:nth-child(1) {
    font-size: 1rem;
  }

  .table>tbody>tr>td:nth-child(1),
  .table>tbody>tr>td:nth-child(3),
  .table>tbody>tr>td:nth-child(4) {
    width: 14%;
  }

  .honor .swiper-slide>div.text {
    font-size: 1rem;
  }

  .list_parents_two,
  .list_parents,
  .list_parents_three,
  .list_parents_four,
  .list_parents_five,
  .list_partnes_five {
    padding: 25px 0;
  }

  .list_parents_two .title,
  .list_parents_three .title,
  .list_parents_four .title,
  .list_parents .title {
    line-height: 1.8rem;
  }

  .list_parents_two .futitle,
  .list_parents_three .futitle,
  .list_parents_four .futitle,
  .list_parents .futitle {
    font-size: 1rem;
  }

  .list_parents .row,
  .list_parents_two .row,
  .list_parents_three .row,
  .list_parents_four .row,
  .list_partnes_five .row {
    margin-top: 15px;
  }

  .list_parents .col-md-3,
  .list_parents_two .col-md-3 {
    margin-bottom: 15px;
  }

  .list_parents .col-md-3:last-child,
  .list_parents_two .col-md-3:last-child {
    margin-bottom: 0;
  }

  .list_parents .text,
  .list_parents_two .col-md-3 .text {
    height: auto;
  }

  .list_parents_two .futitle {
    width: 100%;
  }

  .list_parents_two .col-md-3>div {
    width: 100%;
  }

  .list_parents_three .col-md-3 {
    margin-bottom: 15px;
  }

  .list_parents_four .row::before {
    display: none;
  }

  .list_parents_four .col-md-3 {
    margin-bottom: 15px;
  }
}

.jscx img {
  border: 1px solid #ddd;
  padding: 4px;
  background: #fff;
  border-radius: 10px;
}

.article_pro .ts-uls .f16text {
  height: auto;
}

.list_pages a,
.list_pages span {
  display: inline-block;
  /*padding: 5px 10px;*/
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.list_pages .current {
  background: #f3c10d;
  color: #fff;
}