.home_page .swiper_section {
  margin-top: 1.0156rem;
}
.home_page .swiper_section .banner_swiper {
  position: relative;
  width: 10rem;
  height: 3.6458rem;
}
.home_page .swiper_section .banner_swiper .swiper-slide {
  position: relative;
}
.home_page .swiper_section .banner_swiper .swiper-slide img {
  width: 10rem;
  height: 3.6458rem;
}
.home_page .swiper_section .banner_swiper .swiper-slide .textBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.875rem;
}
.home_page .swiper_section .banner_swiper .swiper-slide .textBox .title {
  width: 2.6823rem;
  font-size: 0.3125rem;
  line-height: 0.375rem;
  color: #1a4a9f;
}
.home_page .swiper_section .banner_swiper .swiper-slide .textBox .title span {
  font-size: 0.3125rem;
  line-height: 0.375rem;
  color: #1a4a9f;
  margin-left: 0.1042rem;
}
.home_page .swiper_section .banner_swiper .swiper-slide .textBox .des {
  margin-top: 0.0625rem;
  width: 2.0833rem;
  text-transform: uppercase;
  font-size: 0.0938rem;
  line-height: 0.1354rem;
  color: rgba(26, 74, 159, 0.3);
}
.home_page .service_section {
  padding: 0.4271rem 0;
  box-sizing: border-box;
}
.home_page .service_section .items {
  margin-top: 0.2292rem;
}
.home_page .service_section .items .item {
  width: 24%;
  height: 460px;
  position: relative;
}
.home_page .service_section .items .item .item_bg {
  width: 100%;
  height: 100%;
}
.home_page .service_section .items .item .mask {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #1a4a9f);
}
.home_page .service_section .items .item .mask .top_icon {
  width: 0.3698rem;
  height: 0.3698rem;
  margin: 0 auto;
  position: relative;
}
.home_page .service_section .items .item .mask .top_icon img {
  width: 0.3698rem;
  height: 0.3698rem;
}
.home_page .service_section .items .item .mask .top_icon .icon {
  position: absolute;
  top: 0;
  left: 0;
}
.home_page .service_section .items .item .mask .titleBox {
  text-align: center;
}
.home_page .service_section .items .item .mask .titleBox .title {
  margin-top: 0.0885rem;
  font-size: 0.125rem;
  color: #fff;
}
.home_page .service_section .items .item .mask .titleBox .des {
  text-transform: uppercase;
  margin-top: 0.0313rem;
  font-size: 0.0729rem;
  color: rgba(255, 255, 255, 0.5);
}
.home_page .service_section .items .item .mask .labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 0.1875rem;
  box-sizing: border-box;
  margin-top: 0.1667rem;
}
.home_page .service_section .items .item .mask .labels .label {
  width: 45%;
  height: 30px;
  border-radius: 0.0938rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0.0781rem;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .home_page .service_section .items .item .mask .labels .label:hover {
    border: 1px solid #ffffff;
  }
}
.home_page .about_section {
  position: relative;
  padding-bottom: 0.7552rem;
  box-sizing: border-box;
}
.home_page .about_section .content {
  margin-top: 0.2813rem;
}
.home_page .about_section .content .left {
  width: 2.9427rem;
}
.home_page .about_section .content .left .title1 {
  font-size: 0.2083rem;
  color: #1a4a9f;
}
.home_page .about_section .content .left .title2 {
  text-transform: uppercase;
  margin-top: 0.1146rem;
  font-size: 0.0938rem;
  color: rgba(26, 75, 159, 0.5);
}
.home_page .about_section .content .left .des {
  font-size: 0.0781rem;
  line-height: 2;
  color: #666666;
  margin-top: 0.1302rem;
  overflow-y: scroll;
  height: 1.3021rem;
}
.home_page .about_section .content .left .areaBox {
  margin-top: 0.2708rem;
  width: 2.9063rem;
  height: 0.349rem;
  background: url(/static/images/home_about_button_bg.png) no-repeat;
  background-size: cover;
  padding-left: 0.1563rem;
  padding-right: 0.1042rem;
  box-sizing: border-box;
}
.home_page .about_section .content .left .areaBox .itemName {
  font-size: 0.0833rem;
  color: #000;
}
.home_page .about_section .content .left .areaBox .item_area {
  margin-left: 0.2344rem;
  font-size: 0.0833rem;
  color: #2452a3;
}
.home_page .about_section .content .left .areaBox .box {
  margin-left: auto;
  width: 0.1563rem;
  height: 0.1563rem;
  position: relative;
  background-color: #e5e8ef;
  border-radius: 50%;
}
.home_page .about_section .content .left .areaBox .box img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 0.1458rem;
}
.home_page .about_section .content .right {
  width: 2.9063rem;
  position: relative;
  height: 2.1354rem;
}
.home_page .about_section .content .right .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  height: 2.0104rem;
}
.home_page .about_section .content .right .bg {
  position: absolute;
  height: 1.9115rem;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.home_page .about_section .datas {
  height: 0.7813rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, 50%);
  box-shadow: 0 0.2604rem 0.4167rem 1px rgba(0, 0, 0, 0.05);
}
.home_page .about_section .datas .data {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ebeef5;
}
.home_page .about_section .datas .data .num {
  font-size: 0.25rem;
  color: #222;
  transition: 0.5s;
}
.home_page .about_section .datas .data .des {
  font-size: 0.0833rem;
  margin-top: 0.0833rem;
  color: #666;
}
@media (any-hover: hover) {
  .home_page .about_section .datas .data:hover .num {
    color: #1a4a9f;
  }
}
.home_page .about_section .datas .data:nth-last-child(1) {
  border: none;
}
.home_page .youshi_section {
  padding-top: 0.8698rem;
  padding-bottom: 0.651rem;
  box-sizing: border-box;
  background: url(/static/images/home_youshi_bg.png) no-repeat;
  background-size: cover;
}
.home_page .youshi_section .content {
  margin-top: 0.2604rem;
  height: 2.6823rem;
  background: url(/static/images/home_youshi_img.png) 50%;
  background-size: contain;
}
.home_page .youshi_section .content .left,
.home_page .youshi_section .content .right {
  flex: 1;
}
.home_page .youshi_section .content .left .item,
.home_page .youshi_section .content .right .item {
  margin-bottom: 0.1406rem;
  width: 1.4323rem;
  height: 0.6771rem;
  border-radius: 0.0833rem;
  border: 1px solid #1a4a9f;
  padding: 0 0.1146rem;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-shadow: 1px 1px 0.0781rem 1px rgba(26, 74, 159, 0.3);
}
.home_page .youshi_section .content .left .item .title,
.home_page .youshi_section .content .right .item .title {
  width: 0.9375rem;
  font-size: 0.0938rem;
  color: #1a4a9f;
}
.home_page .youshi_section .content .left .item .des,
.home_page .youshi_section .content .right .item .des {
  width: 0.9375rem;
  margin-top: 0.0729rem;
  font-size: 0.0729rem;
  color: #666666;
  line-height: 0.1094rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.home_page .youshi_section .content .left .item .icon,
.home_page .youshi_section .content .right .item .icon {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  position: absolute;
  background: #1a4a9f;
  border-radius: 50%;
  width: 0.3333rem;
  height: 0.3333rem;
}
.home_page .youshi_section .content .left .item .icon img,
.home_page .youshi_section .content .right .item .icon img {
  width: 0.3333rem;
}
.home_page .youshi_section .content .right .item {
  margin-left: auto;
}
.home_page .youshi_section .content .right .item .title {
  margin-left: auto;
}
.home_page .youshi_section .content .right .item .des {
  margin-left: auto;
}
.home_page .youshi_section .content .right .item .icon {
  right: 100%;
}
.home_page .zizhi_section {
  padding-top: 0.625rem;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 0.5208rem;
}
.home_page .zizhi_section .buttons {
  justify-content: center;
  margin-top: 0.1719rem;
}
.home_page .zizhi_section .buttons .button {
  cursor: pointer;
  user-select: none;
  width: 0.875rem;
  height: 0.2813rem;
  border-radius: 0.1406rem;
  background-color: #f5f5f5;
  color: #666666;
  line-height: 0.2813rem;
  text-align: center;
  margin: 0 0.0573rem;
  font-size: 0.0833rem;
}
.home_page .zizhi_section .buttons .button.active {
  color: #fff;
  background-color: #1a4a9f;
}
.home_page .zizhi_section .swiperBox .zizhi_swiper {
  margin-top: 0.2969rem;
}
.home_page .zizhi_section .swiperBox .zizhi_swiper .swiper-slide {
  width: auto !important;
  margin-right: 0.0781rem !important;
}
.home_page .zizhi_section .swiperBox .zizhi_swiper .swiper-slide img {
  width: 1.4427rem;
  border: 0.0313rem solid #ebebeb;
}
.home_page .zizhi_section .swiperBox .zizhi_swiper .swiper-slide .name {
  margin-top: 0.1042rem;
  color: #222;
  font-size: 0.0781rem;
  text-align: center;
}
.home_page .zizhi_section .swiperBox .zizhi_swiper .swiper_buttons {
  margin-top: 0.224rem;
}
.home_page .zizhi_section .swiperBox .zizhi_swiper .swiper_buttons .prev,
.home_page .zizhi_section .swiperBox .zizhi_swiper .swiper_buttons .next {
  cursor: pointer;
  user-select: none;
  width: 0.1979rem;
  height: 0.1979rem;
  background-color: #e8e8e8;
  transition: 0.5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_page .zizhi_section .swiperBox .zizhi_swiper .swiper_buttons .prev img,
.home_page .zizhi_section .swiperBox .zizhi_swiper .swiper_buttons .next img {
  width: 0.0365rem;
}
@media (any-hover: hover) {
  .home_page .zizhi_section .swiperBox .zizhi_swiper .swiper_buttons .prev:hover,
  .home_page .zizhi_section .swiperBox .zizhi_swiper .swiper_buttons .next:hover {
    background-color: #1a4a9f;
  }
}
.home_page .zizhi_section .swiperBox .zizhi_swiper2 {
  display: none;
}
.home_page .anli_section {
  background: url(/static/images/home_youshi_bg.png) no-repeat;
  background-size: cover;
  padding: 0.349rem 0;
  box-sizing: border-box;
}
.home_page .anli_section .content .buttons {
  margin-top: 0.1823rem;
}
.home_page .anli_section .content .buttons .button {
  cursor: pointer;
  width: 0.6458rem;
  height: 0.2813rem;
  border-radius: 0.1406rem;
  background-color: #f5f5f5;
  line-height: 0.2813rem;
  text-align: center;
  font-size: 0.0833rem;
  color: #666666;
}
.home_page .anli_section .content .buttons .button.active {
  background-color: #1a4a9f;
  color: #fff;
}
.home_page .anli_section .content .caseBox {
  display: none;
  flex-wrap: wrap;
  margin: 0.2604rem auto 0.2344rem;
}
.home_page .anli_section .content .caseBox .item {
  width: 24%;
  margin-bottom: 0.1042rem;
  margin-right: calc((100% - 96%) / 3);
}
.home_page .anli_section .content .caseBox .item img {
  width: 100%;
  height: 0.9271rem;
}
.home_page .anli_section .content .caseBox .item .caseName {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: 100%;
  height: 0.2083rem;
  background-color: #fff;
  font-size: 0.0781rem;
  color: #666666;
}
.home_page .anli_section .content .caseBox .item:nth-child(4n) {
  margin-right: 0;
}
@media (any-hover: hover) {
  .home_page .anli_section .content .caseBox .item:hover .caseName {
    color: #fff;
    background-color: #1a4a9f;
  }
}
.home_page .anli_section .content .caseBox#caseBox0 {
  display: flex;
}
.home_page .hezuo_section {
  overflow: hidden;
  padding: 0.4167rem 0 0.4688rem;
  box-sizing: border-box;
}
.home_page .hezuo_section .hezuo_swiper {
  margin-top: 0.2396rem;
}
.home_page .hezuo_section .hezuo_swiper .swiper-slide {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.home_page .hezuo_section .hezuo_swiper .swiper-slide .item {
  margin-bottom: 0.0625rem;
  border: 1px solid #dddddd;
  width: 15%;
  margin-right: 2%;
  background-color: #fff;
}
.home_page .hezuo_section .hezuo_swiper .swiper-slide .item img {
  width: 100%;
  height: 0.3646rem;
}
.home_page .hezuo_section .hezuo_swiper .swiper-slide .item:nth-child(6n) {
  margin-right: 0;
}
.home_page .hezuo_section .hezuo_swiper .swiper_buttons {
  margin-top: 0.224rem;
}
.home_page .hezuo_section .hezuo_swiper .swiper_buttons .prev,
.home_page .hezuo_section .hezuo_swiper .swiper_buttons .next {
  cursor: pointer;
  user-select: none;
  width: 0.1979rem;
  height: 0.1979rem;
  background-color: #e8e8e8;
  transition: 0.5s;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_page .hezuo_section .hezuo_swiper .swiper_buttons .prev img,
.home_page .hezuo_section .hezuo_swiper .swiper_buttons .next img {
  width: 0.0365rem;
}
@media (any-hover: hover) {
  .home_page .hezuo_section .hezuo_swiper .swiper_buttons .prev:hover,
  .home_page .hezuo_section .hezuo_swiper .swiper_buttons .next:hover {
    background-color: #1a4a9f;
  }
}
.home_page .news_section {
  padding: 0.4167rem 0 0.4688rem;
  box-sizing: border-box;
  background: url(/static/images/home_youshi_bg.png) no-repeat;
  background-size: cover;
}
.home_page .news_section .contentBox {
  display: flex;
  margin-top: 0.2604rem;
}
.home_page .news_section .contentBox .left {
  width: 40%;
  margin-right: 3%;
}
.home_page .news_section .contentBox .left img {
  width: 100%;
}
.home_page .news_section .contentBox .left .text {
  width: 100%;
  height: 0.2969rem;
  line-height: 0.2969rem;
  text-align: center;
  padding: 0 0.1563rem;
  box-sizing: border-box;
  font-size: 0.0781rem;
  color: #666666;
  background-color: #f5f5f5;
}
.home_page .news_section .contentBox .right {
  flex: 1;
}
.home_page .news_section .contentBox .right .top {
  width: 100%;
  background-color: #fff;
}
.home_page .news_section .contentBox .right .top img {
  width: 1.0365rem;
  height: 0.7135rem;
  margin-right: 0.0938rem;
}
.home_page .news_section .contentBox .right .top .news_content .title {
  font-size: 0.0781rem;
  line-height: 0.1458rem;
  color: #333333;
}
.home_page .news_section .contentBox .right .top .news_content .time {
  font-size: 0.0729rem;
  line-height: 0.1458rem;
  color: #999;
}
.home_page .news_section .contentBox .right .top .news_content .des {
  font-size: 0.0625rem;
  line-height: 0.125rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home_page .news_section .contentBox .right .under {
  margin-top: 0.151rem;
}
.home_page .news_section .contentBox .right .under .newsBox {
  width: 50%;
}
.home_page .news_section .contentBox .right .under .newsBox .titles img {
  width: 0.1354rem;
}
.home_page .news_section .contentBox .right .under .newsBox .titles span {
  font-size: 0.0833rem;
  color: #666;
  margin-left: 0.0365rem;
}
.home_page .news_section .contentBox .right .under .newsBox .items {
  margin-top: 0.0625rem;
}
.home_page .news_section .contentBox .right .under .newsBox .items .item {
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.0781rem;
  line-height: 0.2292rem;
  color: #666;
  transition: 0.3s;
  border-bottom: 1px dashed #e5e5e5;
}
@media (any-hover: hover) {
  .home_page .news_section .contentBox .right .under .newsBox .items .item:hover {
    color: #1a4a9f;
  }
}
.home_page .news_section .contentBox .right .under .newsBox .more {
  display: block;
  font-size: 0.0781rem;
  line-height: 0.1563rem;
  color: #2452a3;
  width: 0.3906rem;
  margin-top: 0.1198rem;
  border-bottom: 1px solid #1a4a9f;
}
.about_page .navBar {
  width: 10rem;
  height: 0.5208rem;
  background-color: #fff;
  box-shadow: 1px 1px 0.0781rem 1px rgba(0, 0, 0, 0.05);
}
.about_page .navBar ul {
  height: 0.5208rem;
}
.about_page .navBar ul li {
  height: 0.5208rem;
}
.about_page .navBar ul li a {
  display: block;
  height: 0.5208rem;
  line-height: 0.5208rem;
  font-size: 0.0938rem;
  color: #666;
}
.about_page .navBar ul li.active {
  border-bottom: 3px solid #1a4a9f;
}
.about_page .navBar ul li.active a {
  color: #1a4a9f;
}
.about_page .about_section {
  position: relative;
  padding-top: 0.5469rem;
  padding-bottom: 0.8854rem;
  background: url(/static/images/about_bg1.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.about_page .about_section .content .left {
  width: 2.9427rem;
}
.about_page .about_section .content .left .title1 {
  font-size: 0.2083rem;
  color: #2452a3;
}
.about_page .about_section .content .left .title2 {
  margin-top: 0.1146rem;
  font-size: 0.0938rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: rgba(26, 75, 159, 0.5);
}
.about_page .about_section .content .left .des {
  height: 1.7188rem;
  overflow-y: scroll;
  font-size: 0.0781rem;
  padding-right: 0.1563rem;
  box-sizing: border-box;
  line-height: 2;
  color: #666666;
  margin-top: 0.2396rem;
}
.about_page .about_section .content .left .des::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.about_page .about_section .content .left .des::-webkit-scrollbar-thumb {
  border: none;
  width: 2px;
  border-radius: 2px;
  background-color: #1a4a9f;
}
.about_page .about_section .content .left .des::-webkit-scrollbar-corner {
  background-color: transparent;
}
.about_page .about_section .content .left .des::-webkit-scrollbar:horizontal {
  height: 4px;
}
.about_page .about_section .content .right {
  margin-top: 0.1563rem;
  width: 2.9063rem;
  position: relative;
  height: 2.1354rem;
}
.about_page .about_section .content .right .img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  height: 2.0104rem;
}
.about_page .about_section .content .right .bg {
  position: absolute;
  height: 1.9115rem;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.about_page .about_section .datas {
  height: 0.7813rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, 50%);
  box-shadow: 0 0.2604rem 0.4167rem 1px rgba(0, 0, 0, 0.05);
}
.about_page .about_section .datas .data {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ebeef5;
}
.about_page .about_section .datas .data .num {
  font-size: 0.25rem;
  color: #222;
  transition: 0.5s;
}
.about_page .about_section .datas .data .des {
  font-size: 0.0833rem;
  margin-top: 0.0833rem;
  color: #666;
}
@media (any-hover: hover) {
  .about_page .about_section .datas .data:hover .num {
    color: #1a4a9f;
  }
}
.about_page .about_section .datas .data:nth-last-child(1) {
  border: none;
}
.about_page .zichi {
  width: 10rem;
  background: url(/static/images/about_bg2.png);
  background-size: cover;
  padding: 0.8333rem 0 0.4167rem;
  box-sizing: border-box;
}
.about_page .zichi img {
  display: block;
  margin: 0.3385rem auto 0;
}
.about_page .lishi {
  background: url(/static/images/about_bg3.png);
  background-size: cover;
  width: 10rem;
  height: 4.5469rem;
  padding-top: 0.4688rem;
  box-sizing: border-box;
}
.about_page .lishi .top .swiper_buttons .prev,
.about_page .lishi .top .swiper_buttons .next {
  cursor: pointer;
  user-select: none;
  width: 0.1979rem;
  height: 0.1979rem;
  background-color: #2452a3;
  transition: 0.5s;
  border-radius: 50%;
  margin-left: 0.0521rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_page .lishi .top .swiper_buttons .prev img,
.about_page .lishi .top .swiper_buttons .next img {
  width: 0.0365rem;
}
@media (any-hover: hover) {
  .about_page .lishi .top .swiper_buttons .prev:hover,
  .about_page .lishi .top .swiper_buttons .next:hover {
    background-color: #3c65ad;
  }
}
.about_page .lishi .history_swiper {
  margin-top: 0.4583rem;
  overflow: hidden;
}
.about_page .lishi .history_swiper .swiper-slide .title {
  position: relative;
  padding-left: 0.1563rem;
}
.about_page .lishi .history_swiper .swiper-slide .title .year {
  font-size: 0.1875rem;
  color: #fff;
}
.about_page .lishi .history_swiper .swiper-slide .title .years {
  margin-top: 0.0521rem;
  color: #fff;
  font-size: 0.0938rem;
}
.about_page .lishi .history_swiper .swiper-slide .title::after {
  content: "";
  width: 0.2865rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: -0.0521rem;
  left: 0;
  transform: rotateZ(130deg);
}
.about_page .lishi .history_swiper .swiper-slide .content {
  margin-top: 0.1198rem;
  display: flex;
}
.about_page .lishi .history_swiper .swiper-slide .content img {
  margin-right: 0.1302rem;
}
.about_page .lishi .history_swiper .swiper-slide .content span {
  width: 1.1198rem;
  font-size: 0.0938rem;
  line-height: 0.1667rem;
  color: #fff;
}
.about_page .qiyewenhua {
  padding: 0.5208rem 0 0.4688rem;
  box-sizing: border-box;
}
.about_page .qiyewenhua .des {
  margin: 0.2344rem auto 0.276rem;
  font-size: 0.0833rem;
  line-height: 0.151rem;
  color: #666666;
  text-align: center;
  width: 4.9219rem;
}
.about_page .qiyewenhua .items {
  flex-wrap: wrap;
}
.about_page .qiyewenhua .items .item {
  width: 32%;
  height: 2.1979rem;
  background: #fbfbfb;
  border-radius: 0.1042rem;
  border: 2px solid #fbfbfb;
  transition: 0.5s;
  box-sizing: border-box;
  margin-bottom: 0.1563rem;
  padding: 0.1823rem 0.2083rem 0.3125rem;
}
.about_page .qiyewenhua .items .item .icon {
  width: 0.3594rem;
}
.about_page .qiyewenhua .items .item .item_title {
  margin-top: 0.1042rem;
  font-size: 0.125rem;
  color: #333333;
}
.about_page .qiyewenhua .items .item .item_des {
  height: 1.0417rem;
  overflow-y: scroll;
  margin-top: 0.125rem;
  font-size: 0.0729rem;
  line-height: 2;
  color: #666666;
}
.about_page .qiyewenhua .items .item .item_des::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.about_page .qiyewenhua .items .item .item_des::-webkit-scrollbar-thumb {
  border: none;
  width: 2px;
  border-radius: 2px;
  background-color: #1a4a9f;
}
.about_page .qiyewenhua .items .item .item_des::-webkit-scrollbar-corner {
  background-color: transparent;
}
.about_page .qiyewenhua .items .item .item_des::-webkit-scrollbar:horizontal {
  height: 4px;
}
@media (any-hover: hover) {
  .about_page .qiyewenhua .items .item:hover {
    border: 2px solid #1a4a9f;
  }
}
.about_page .qiyeyuanjing {
  padding: 0.4688rem 0 0.5729rem;
  box-sizing: border-box;
  background: url(/static/images/about_bg4.png) no-repeat;
  background-size: cover;
}
.about_page .qiyeyuanjing .des {
  width: 5.8229rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.0833rem;
  line-height: 0.1458rem;
  color: #fff;
  margin-top: 0.1823rem;
}
.about_page .qiyeyuanjing .yuanjing_swiper {
  position: relative;
  width: 1300px;
  margin: 0 auto;
  margin-top: 0.3906rem;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiperBox {
  overflow: hidden;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper-wrapper {
  align-items: center;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide {
  width: auto !important;
  margin-left: calc((6.25rem - 1.0938rem * 4 - 1.5625rem) / 4) !important;
  box-sizing: border-box;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item {
  width: 1.0938rem;
  height: 1.3854rem;
  padding-top: 0.3646rem;
  box-sizing: border-box;
  border-radius: 0.1563rem;
  background-color: rgba(255, 255, 255, 0.3);
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item .icon {
  margin: 0 auto;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item .icon img {
  transition: 0.5s;
  display: block;
  margin: 0 auto;
  width: 0.3385rem;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item .icon .blue {
  display: none;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item .title {
  transition: 0.5s;
  text-align: center;
  font-size: 0.125rem;
  color: #fff;
  margin-top: 0.1823rem;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper-slide .item .item_des {
  transition: 0.5s;
  display: none;
  font-size: 0.0729rem;
  line-height: 2;
  color: #666666;
  width: 1.151rem;
  margin: 0.1563rem auto 0;
}
.about_page .qiyeyuanjing .yuanjing_swiper .yuanjing_active .item {
  width: 1.5625rem;
  height: 2.1354rem;
  padding-top: 0.2083rem;
  box-sizing: border-box;
  border-radius: 0.1563rem;
  background-color: #ffffff;
}
.about_page .qiyeyuanjing .yuanjing_swiper .yuanjing_active .item .icon {
  margin: 0 auto;
}
.about_page .qiyeyuanjing .yuanjing_swiper .yuanjing_active .item .icon img {
  display: none;
}
.about_page .qiyeyuanjing .yuanjing_swiper .yuanjing_active .item .icon .blue {
  display: block;
}
.about_page .qiyeyuanjing .yuanjing_swiper .yuanjing_active .item .title {
  text-align: center;
  font-size: 0.125rem;
  color: #333;
  margin-top: 0.1563rem;
}
.about_page .qiyeyuanjing .yuanjing_swiper .yuanjing_active .item .item_des {
  display: block;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper_buttons {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper_buttons .prev,
.about_page .qiyeyuanjing .yuanjing_swiper .swiper_buttons .next {
  cursor: pointer;
  user-select: none;
  width: 0.1979rem;
  height: 0.1979rem;
  background-color: #2452a3;
  transition: 0.5s;
  border-radius: 50%;
  margin-left: 0.0521rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_page .qiyeyuanjing .yuanjing_swiper .swiper_buttons .prev img,
.about_page .qiyeyuanjing .yuanjing_swiper .swiper_buttons .next img {
  width: 0.0365rem;
}
@media (any-hover: hover) {
  .about_page .qiyeyuanjing .yuanjing_swiper .swiper_buttons .prev:hover,
  .about_page .qiyeyuanjing .yuanjing_swiper .swiper_buttons .next:hover {
    background-color: #3c65ad;
  }
}
.about_page .rongyuzizhi {
  position: relative;
  padding: 0.625rem 0;
  box-sizing: border-box;
  width: 1300px;
  margin: 0 auto;
}
.about_page .rongyuzizhi .swiperBox {
  margin-top: 0.4167rem;
  position: relative;
}
.about_page .rongyuzizhi .swiperBox .swiper-container {
  padding-bottom: 60px;
}
.about_page .rongyuzizhi .swiperBox .swiper-container .swiper-slide {
  width: 2.8646rem;
  height: 2.0521rem;
  background: #fff;
  box-shadow: 0 0.0417rem 0.1563rem #ddd;
}
.about_page .rongyuzizhi .swiperBox .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  transition: 0.5s;
  border: 5px solid transparent;
}
.about_page .rongyuzizhi .swiperBox .swiper-container .swiper-slide p {
  opacity: 0;
  line-height: 0.5104rem;
  padding-top: 0;
  text-align: center;
  color: #2452a3;
  font-size: 0.0885rem;
  margin: 0;
  transition: 0.5s;
}
.about_page .rongyuzizhi .swiperBox .swiper-container .rongyuzizhi_active p {
  opacity: 1;
}
.about_page .rongyuzizhi .swiperBox .swiper-container .rongyuzizhi_active img {
  display: block;
  width: 100%;
  border: 5px solid #1a4a9f;
}
.about_page .rongyuzizhi .swiper_buttons {
  margin-top: 0.3125rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 99;
  transform: translateY(-50%);
  width: 100%;
}
.about_page .rongyuzizhi .swiper_buttons .prev,
.about_page .rongyuzizhi .swiper_buttons .next {
  cursor: pointer;
  user-select: none;
  width: 0.1979rem;
  height: 0.1979rem;
  background-color: #e8e8e8;
  transition: 0.5s;
  border-radius: 50%;
  margin-left: 0.0521rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_page .rongyuzizhi .swiper_buttons .prev img,
.about_page .rongyuzizhi .swiper_buttons .next img {
  width: 0.0365rem;
}
@media (any-hover: hover) {
  .about_page .rongyuzizhi .swiper_buttons .prev:hover,
  .about_page .rongyuzizhi .swiper_buttons .next:hover {
    background-color: #3c65ad;
  }
}
.about_page .jiagou {
  background-color: #fbfbfb;
  padding: 0.5729rem;
  box-sizing: border-box;
}
.about_page .jiagou .imgBox {
  width: 6.25rem;
  margin: 0.3125rem auto 0;
}
.about_page .jiagou .imgBox img {
  width: 100%;
}
.about_page .youshi_section {
  padding-top: 0.8698rem;
  padding-bottom: 0.651rem;
  box-sizing: border-box;
  background: url(/static/images/about_bg5.png) no-repeat;
  background-size: cover;
}
.about_page .youshi_section .content {
  margin-top: 0.2604rem;
  height: 2.6823rem;
  background: url(/static/images/home_youshi_img.png) 50%;
  background-size: contain;
}
.about_page .youshi_section .content .left,
.about_page .youshi_section .content .right {
  flex: 1;
}
.about_page .youshi_section .content .left .item,
.about_page .youshi_section .content .right .item {
  margin-bottom: 0.1406rem;
  width: 1.4323rem;
  height: 0.6771rem;
  border-radius: 0.0833rem;
  border: 1px solid #1a4a9f;
  padding: 0 0.1146rem;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-shadow: 1px 1px 0.0781rem 1px rgba(26, 74, 159, 0.3);
}
.about_page .youshi_section .content .left .item .title,
.about_page .youshi_section .content .right .item .title {
  width: 0.9375rem;
  font-size: 0.0938rem;
  color: #1a4a9f;
}
.about_page .youshi_section .content .left .item .des,
.about_page .youshi_section .content .right .item .des {
  width: 0.9375rem;
  margin-top: 0.0729rem;
  font-size: 0.0729rem;
  color: #666666;
  line-height: 0.1094rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.about_page .youshi_section .content .left .item .icon,
.about_page .youshi_section .content .right .item .icon {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  position: absolute;
  background: #2259bb;
  border-radius: 50%;
  width: 0.3333rem;
  height: 0.3333rem;
}
.about_page .youshi_section .content .left .item .icon img,
.about_page .youshi_section .content .right .item .icon img {
  width: 0.3333rem;
}
.about_page .youshi_section .content .right .item {
  margin-left: auto;
}
.about_page .youshi_section .content .right .item .title {
  margin-left: auto;
}
.about_page .youshi_section .content .right .item .des {
  margin-left: auto;
}
.about_page .youshi_section .content .right .item .icon {
  right: 100%;
}
.service_page .main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3125rem;
  box-sizing: border-box;
}
.service_page .main .left {
  margin-right: 0.2083rem;
  width: 1.1979rem;
  margin-top: -0.2865rem;
}
.service_page .main .left .titles {
  width: 1.1979rem;
  height: 0.7292rem;
  background-color: #1a4a9f;
  text-align: center;
  padding: 0.1823rem 0;
  box-sizing: border-box;
}
.service_page .main .left .titles .cn {
  font-size: 0.1875rem;
  color: #fff;
}
.service_page .main .left .titles .en {
  margin-top: 0.0677rem;
  font-size: 0.0833rem;
  color: #fff;
  text-transform: uppercase;
}
.service_page .main .left .nav {
  width: 1.1979rem;
}
.service_page .main .left .nav .nav_item .nav_title {
  cursor: pointer;
  user-select: none;
  width: 1.1979rem;
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-top: none;
  height: 0.2813rem;
  padding-left: 0.0833rem;
  padding-right: 0.1146rem;
}
.service_page .main .left .nav .nav_item .nav_title img {
  margin-left: auto;
  width: 0.0417rem;
}
.service_page .main .left .nav .nav_item .nav_title .item_icon {
  margin-left: 0;
  width: 0.0521rem;
}
.service_page .main .left .nav .nav_item .nav_title span {
  font-size: 0.0833rem;
  color: #666666;
  margin-left: 0.0417rem;
}
.service_page .main .left .nav .nav_item .sub_nav {
  opacity: 0;
  height: 0;
  pointer-events: none;
  transition: 0.3s;
  border: 1px solid #e9e9e9;
  border-top: none;
  border-bottom: none;
  padding: 0 0.1823rem;
  box-sizing: border-box;
}
.service_page .main .left .nav .nav_item .sub_nav a {
  display: block;
  width: 100%;
  height: 0.2865rem;
  line-height: 0.2865rem;
  font-size: 0.0833rem;
  color: #666666;
  transition: 0.3s;
  border-bottom: 1px solid #e9e9e9;
}
@media (any-hover: hover) {
  .service_page .main .left .nav .nav_item .sub_nav a:hover {
    color: #1a4a9f;
    border-bottom: 1px solid #1a4a9f;
  }
}
.service_page .main .left .nav .nav_item .sub_nav.active a {
  color: #1a4a9f;
  border-bottom: 1px solid #1a4a9f;
}
.service_page .main .left .nav .nav_item.active .sub_nav {
  pointer-events: all;
  opacity: 1;
  height: 0.2865rem;
}
.service_page .main .left .nav_img {
  width: 100%;
  margin-top: 0.1406rem;
}
.service_page .main .right {
  flex: 1;
  flex-wrap: wrap;
  padding-top: 0.2083rem;
  box-sizing: border-box;
}
.service_page .main .right .item {
  width: 24%;
  margin-right: 1%;
  display: block;
  margin-bottom: 0.1042rem;
}
.service_page .main .right .item img {
  width: 100%;
  vertical-align: bottom;
  height: 0.8021rem;
}
.service_page .main .right .item .item_name {
  margin-top: -0.0052rem;
  width: 100%;
  height: 0.25rem;
  background-color: #fbfbfb;
  font-size: 0.0833rem;
  color: #666666;
  line-height: 0.25rem;
  text-align: center;
  transition: 0.3s;
}
.service_page .main .right .item:nth-child(4n) {
  margin-right: 0;
}
@media (any-hover: hover) {
  .service_page .main .right .item:hover .item_name {
    background-color: #1a4a9f;
    color: #fff;
  }
}
.service_page .main .right2 {
  flex: 1;
  padding-top: 0.2083rem;
  box-sizing: border-box;
}
.service_page .main .right2 .title {
  font-size: 0.125rem;
  color: #333333;
  text-align: center;
  padding-bottom: 0.1042rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.1823rem;
}
.service_page .main .right2 .info p {
  font-size: 0.0781rem;
  color: #333;
  margin-bottom: 0.1563rem;
}
.service_page .main .right2 .info img {
  width: 100%;
}
.news_page .main {
  display: flex;
  padding-bottom: 0.3125rem;
  box-sizing: border-box;
}
.news_page .main .left {
  margin-right: 0.2083rem;
  width: 1.1979rem;
  margin-top: -0.2865rem;
}
.news_page .main .left .titles {
  width: 1.1979rem;
  height: 0.7292rem;
  background-color: #1a4a9f;
  text-align: center;
  padding: 0.1823rem 0;
  box-sizing: border-box;
}
.news_page .main .left .titles .cn {
  font-size: 0.1875rem;
  color: #fff;
}
.news_page .main .left .titles .en {
  margin-top: 0.0677rem;
  font-size: 0.0833rem;
  color: #fff;
  text-transform: uppercase;
}
.news_page .main .left .nav {
  width: 1.1979rem;
}
.news_page .main .left .nav .nav_title {
  cursor: pointer;
  user-select: none;
  width: 1.1979rem;
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-top: none;
  height: 0.2813rem;
  padding-left: 0.0833rem;
  padding-right: 0.1146rem;
  position: relative;
}
.news_page .main .left .nav .nav_title span {
  font-size: 0.0833rem;
  color: #666666;
  margin-left: 0.0417rem;
}
.news_page .main .left .nav .nav_title .item_icon,
.news_page .main .left .nav .nav_title .item_icon_blue {
  margin-left: 0;
  width: 0.0521rem;
}
.news_page .main .left .nav .nav_title .more_icon,
.news_page .main .left .nav .nav_title .more_icon_blue {
  margin-left: auto;
  width: 0.0417rem;
}
.news_page .main .left .nav .nav_title .item_icon_blue,
.news_page .main .left .nav .nav_title .more_icon_blue {
  display: none;
}
.news_page .main .left .nav .nav_title.active .item_icon,
.news_page .main .left .nav .nav_title.active .more_icon {
  display: none;
}
.news_page .main .left .nav .nav_title.active span {
  color: #1a4a9f;
}
.news_page .main .left .nav .nav_title.active .item_icon_blue,
.news_page .main .left .nav .nav_title.active .more_icon_blue {
  display: block;
}
.news_page .main .left .nav .nav_title.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0208rem;
  height: 0.276rem;
  background-color: #1a4a9f;
  border-top-right-radius: 0.0156rem;
  border-bottom-right-radius: 0.0156rem;
}
.news_page .main .left .nav_img {
  width: 100%;
  margin-top: 0.1406rem;
}
.news_page .main .right {
  padding-top: 0.2083rem;
  box-sizing: border-box;
  flex: 1;
}
.news_page .main .right .items {
  margin-bottom: 0.2813rem;
}
.news_page .main .right .items .item {
  border: 1px solid #eeeeee;
  padding: 0.1354rem 0.1458rem 0.1563rem 0;
  box-sizing: border-box;
  margin-bottom: 0.1458rem;
  display: flex;
  justify-content: space-between;
}
.news_page .main .right .items .item .time {
  margin-top: -0.1354rem;
  width: 0.4792rem;
  height: 0.3646rem;
  background-color: #333333;
  padding: 0 0.0573rem;
  box-sizing: border-box;
}
.news_page .main .right .items .item .time .day {
  font-size: 0.125rem;
  color: #fff;
  line-height: 1.7;
}
.news_page .main .right .items .item .time .year {
  line-height: 1.2;
  font-size: 0.0833rem;
  color: #fff;
}
.news_page .main .right .items .item .item_content {
  width: 2.3958rem;
  margin-left: 0.2083rem;
}
.news_page .main .right .items .item .item_content .news_name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.1042rem;
  color: #2452a3;
}
.news_page .main .right .items .item .item_content .news_des {
  font-size: 0.0729rem;
  line-height: 0.1302rem;
  color: #333333;
  margin-top: 0.0781rem;
  letter-spacing: 1px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_page .main .right .items .item .item_content .info_button {
  margin-top: 0.1563rem;
  display: block;
  width: 0.5365rem;
  height: 0.1667rem;
  background-color: #1a4a9f;
  text-align: center;
  line-height: 0.1667rem;
  color: #fff;
  font-size: 0.0729rem;
}
.news_page .main .right .items .item .img {
  width: 1.3021rem;
  height: 0.8854rem;
  margin-left: auto;
}
.news_page .main .right2 {
  flex: 1;
  padding-top: 0.2083rem;
  box-sizing: border-box;
}
.news_page .main .right2 .title {
  font-size: 0.125rem;
  color: #333333;
  text-align: center;
  padding-bottom: 0.1042rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.1823rem;
}
.news_page .main .right2 .info {
  padding-bottom: 0.2292rem;
  border-bottom: 1px solid #efefef;
}
.news_page .main .right2 .info p {
  font-size: 0.0781rem;
  color: #333;
  margin-bottom: 0.1563rem;
}
.news_page .main .right2 .info img {
  width: 100%;
}
.news_page .main .right2 .moreNews {
  margin-top: 0.1406rem;
}
.news_page .main .right2 .moreNews .text {
  font-size: 0.0833rem;
  color: #333;
  line-height: 0.1667rem;
}
.news_page .main .right2 .moreNews .text a {
  line-height: 0.1667rem;
  font-size: 0.0833rem;
  color: #333;
}
@media (any-hover: hover) {
  .news_page .main .right2 .moreNews .text:hover a {
    color: #1a4a9f;
  }
}
.case_page .main {
  display: flex;
  padding-bottom: 0.3125rem;
  box-sizing: border-box;
}
.case_page .main .left {
  margin-right: 0.2083rem;
  width: 1.1979rem;
  margin-top: -0.2865rem;
}
.case_page .main .left .titles {
  width: 1.1979rem;
  height: 0.7292rem;
  background-color: #1a4a9f;
  text-align: center;
  padding: 0.1823rem 0;
  box-sizing: border-box;
}
.case_page .main .left .titles .cn {
  font-size: 0.1875rem;
  color: #fff;
}
.case_page .main .left .titles .en {
  margin-top: 0.0677rem;
  font-size: 0.0833rem;
  color: #fff;
  text-transform: uppercase;
}
.case_page .main .left .nav {
  width: 1.1979rem;
}
.case_page .main .left .nav .nav_title {
  cursor: pointer;
  user-select: none;
  width: 1.1979rem;
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-top: none;
  height: 0.2813rem;
  padding-left: 0.0833rem;
  padding-right: 0.1146rem;
  position: relative;
}
.case_page .main .left .nav .nav_title span {
  font-size: 0.0833rem;
  color: #666666;
  margin-left: 0.0417rem;
}
.case_page .main .left .nav .nav_title .item_icon,
.case_page .main .left .nav .nav_title .item_icon_blue {
  margin-left: 0;
  width: 0.0521rem;
}
.case_page .main .left .nav .nav_title .more_icon,
.case_page .main .left .nav .nav_title .more_icon_blue {
  margin-left: auto;
  width: 0.0417rem;
}
.case_page .main .left .nav .nav_title .item_icon_blue,
.case_page .main .left .nav .nav_title .more_icon_blue {
  display: none;
}
.case_page .main .left .nav .nav_title.active .item_icon,
.case_page .main .left .nav .nav_title.active .more_icon {
  display: none;
}
.case_page .main .left .nav .nav_title.active span {
  color: #1a4a9f;
}
.case_page .main .left .nav .nav_title.active .item_icon_blue,
.case_page .main .left .nav .nav_title.active .more_icon_blue {
  display: block;
}
.case_page .main .left .nav .nav_title.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0208rem;
  height: 0.276rem;
  background-color: #1a4a9f;
  border-top-right-radius: 0.0156rem;
  border-bottom-right-radius: 0.0156rem;
}
.case_page .main .left .nav_img {
  width: 100%;
  margin-top: 0.1406rem;
}
.case_page .main .right {
  flex: 1;
  padding-top: 0.2083rem;
  box-sizing: border-box;
}
.case_page .main .right .items {
  margin-bottom: 0.1823rem;
  flex-wrap: wrap;
}
.case_page .main .right .items .item {
  width: 24%;
  margin-right: 1%;
  display: block;
  margin-bottom: 0.1042rem;
}
.case_page .main .right .items .item img {
  width: 100%;
  height: 0.8021rem;
  vertical-align: bottom;
}
.case_page .main .right .items .item .item_name {
  margin-top: -0.0052rem;
  width: 100%;
  height: 0.25rem;
  background-color: #fbfbfb;
  font-size: 0.0833rem;
  color: #666666;
  line-height: 0.25rem;
  text-align: center;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  box-sizing: border-box;
}
.case_page .main .right .items .item:nth-child(4n) {
  margin-right: 0;
}
@media (any-hover: hover) {
  .case_page .main .right .items .item:hover .item_name {
    background-color: #1a4a9f;
    color: #fff;
  }
}
.case_page .main .right2 {
  flex: 1;
  padding-top: 0.2083rem;
  box-sizing: border-box;
}
.case_page .main .right2 .title {
  font-size: 0.125rem;
  color: #333333;
  text-align: center;
  padding-bottom: 0.1042rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.1823rem;
}
.case_page .main .right2 .info {
  padding-bottom: 0.2292rem;
  border-bottom: 1px solid #efefef;
}
.case_page .main .right2 .info p {
  font-size: 0.0781rem;
  color: #333;
  margin-bottom: 0.1563rem;
}
.case_page .main .right2 .info img {
  width: 100%;
}
.case_page .main .right2 .moreNews {
  margin-top: 0.1406rem;
}
.case_page .main .right2 .moreNews .text {
  font-size: 0.0833rem;
  color: #333;
  line-height: 0.1667rem;
}
.case_page .main .right2 .moreNews .text a {
  line-height: 0.1667rem;
  font-size: 0.0833rem;
  color: #333;
}
@media (any-hover: hover) {
  .case_page .main .right2 .moreNews .text:hover a {
    color: #1a4a9f;
  }
}
.contact_page .main {
  display: flex;
  padding-bottom: 0.3125rem;
  box-sizing: border-box;
}
.contact_page .main .left {
  margin-right: 0.2083rem;
  width: 1.1979rem;
  margin-top: -0.2865rem;
}
.contact_page .main .left .titles {
  width: 1.1979rem;
  height: 0.7292rem;
  background-color: #1a4a9f;
  text-align: center;
  padding: 0.1823rem 0;
  box-sizing: border-box;
}
.contact_page .main .left .titles .cn {
  font-size: 0.1875rem;
  color: #fff;
}
.contact_page .main .left .titles .en {
  margin-top: 0.0677rem;
  font-size: 0.0833rem;
  color: #fff;
  text-transform: uppercase;
}
.contact_page .main .left .nav {
  width: 1.1979rem;
}
.contact_page .main .left .nav .nav_title {
  cursor: pointer;
  user-select: none;
  width: 1.1979rem;
  display: flex;
  align-items: center;
  border: 1px solid #e9e9e9;
  border-top: none;
  height: 0.2813rem;
  padding-left: 0.0833rem;
  padding-right: 0.1146rem;
  position: relative;
}
.contact_page .main .left .nav .nav_title span {
  font-size: 0.0833rem;
  color: #666666;
  margin-left: 0.0417rem;
}
.contact_page .main .left .nav .nav_title .item_icon,
.contact_page .main .left .nav .nav_title .item_icon_blue {
  margin-left: 0;
  width: 0.0521rem;
}
.contact_page .main .left .nav .nav_title .more_icon,
.contact_page .main .left .nav .nav_title .more_icon_blue {
  margin-left: auto;
  width: 0.0417rem;
}
.contact_page .main .left .nav .nav_title .item_icon_blue,
.contact_page .main .left .nav .nav_title .more_icon_blue {
  display: none;
}
.contact_page .main .left .nav .nav_title.active .item_icon,
.contact_page .main .left .nav .nav_title.active .more_icon {
  display: none;
}
.contact_page .main .left .nav .nav_title.active span {
  color: #1a4a9f;
}
.contact_page .main .left .nav .nav_title.active .item_icon_blue,
.contact_page .main .left .nav .nav_title.active .more_icon_blue {
  display: block;
}
.contact_page .main .left .nav .nav_title.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0208rem;
  height: 0.276rem;
  background-color: #1a4a9f;
  border-top-right-radius: 0.0156rem;
  border-bottom-right-radius: 0.0156rem;
}
.contact_page .main .left .nav_img {
  width: 100%;
  margin-top: 0.1406rem;
}
.contact_page .main .right {
  flex: 1;
  padding-top: 0.2604rem;
  box-sizing: border-box;
}
.contact_page .main .right .title {
  font-size: 0.125rem;
  color: #1a4a9f;
  line-height: 0.1667rem;
  margin-bottom: 0.1042rem;
}
.contact_page .main .right .items {
  margin-bottom: 0.1302rem;
}
.contact_page .main .right .items p {
  font-size: 0.0833rem;
  line-height: 2;
  color: #333333;
}
.contact_page .main .right .map {
  width: 100%;
  height: 2.3177rem;
}
.contact_page .main .right2 {
  flex: 1;
  padding-top: 0.2604rem;
  box-sizing: border-box;
}
.contact_page .main .right2 .title {
  position: relative;
  font-size: 0.1042rem;
  padding-bottom: 0.1042rem;
  box-sizing: border-box;
  color: #333333;
  margin-bottom: 0.2083rem;
  border-bottom: 1px solid #eeeeee;
}
.contact_page .main .right2 .title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0.2708rem;
  height: 2px;
  background-color: #1a4a9f;
}
.contact_page .main .right2 .img1Box {
  width: 100%;
}
.contact_page .main .right2 .img1Box .img1 {
  width: 100%;
}
.contact_page .main .right2 .youshiBox {
  padding: 0 0 0.349rem;
  box-sizing: border-box;
}
.contact_page .main .right2 .youshiBox .item {
  width: 32%;
  height: 1.2083rem;
  border-radius: 0.1042rem;
  background-color: #f3f6fc;
  margin-right: 0.1563rem;
  padding: 0.2604rem 0.1563rem 0;
  box-sizing: border-box;
  position: relative;
}
.contact_page .main .right2 .youshiBox .item .titles {
  font-size: 0.125rem;
  color: #333333;
}
.contact_page .main .right2 .youshiBox .item .des {
  font-size: 0.0781rem;
  line-height: 0.1458rem;
  color: #666666;
  margin-top: 0.0781rem;
}
.contact_page .main .right2 .youshiBox .item .num {
  position: absolute;
  top: 0;
  right: 0.0833rem;
  transform: translateY(-50%);
  font-size: 0.25rem;
  color: #1a4a9f;
}
.contact_page .main .right2 .hezuoBox {
  margin-bottom: 0.3646rem;
}
.contact_page .main .right2 .hezuoBox .item {
  width: 25%;
  height: 1.2083rem;
  position: relative;
  padding: 0.3021rem 0.1302rem 0;
  box-sizing: border-box;
  background-color: #f3f6fc;
  border-radius: 0.1042rem;
}
.contact_page .main .right2 .hezuoBox .item .des {
  font-size: 0.0833rem;
  line-height: 2;
  color: #1a4a9f;
}
.contact_page .main .right2 .hezuoBox .item .num {
  position: absolute;
  bottom: 0.1042rem;
  left: 0.1354rem;
  font-size: 0.0833rem;
  color: rgba(26, 74, 159, 0.5);
}
.contact_page .main .right2 .hezuoBox .item img {
  width: 0.0729rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.contact_page .main .right2 .hezuoBox .item:nth-child(2n) {
  background-color: #f9fafc;
}
.contact_page .main .right2 .hezuoBox .item:nth-child(1) img {
  display: none;
}
.contact_page .main .right2 .tiaojian {
  width: 100%;
  padding: 0.3125rem 0.2292rem 0.2083rem;
  border-radius: 0.1042rem;
  box-sizing: border-box;
}
.contact_page .main .right2 .tiaojian .items .item {
  font-size: 0.0833rem;
  line-height: 2;
  color: #fff;
}
.contact_page .main .right2 .tiaojian .telBox {
  margin-top: 0.2604rem;
}
.contact_page .main .right2 .tiaojian .telBox img {
  width: 0.1719rem;
  margin-right: 0.0833rem;
}
.contact_page .main .right2 .tiaojian .telBox .tel {
  font-size: 0.1563rem;
  color: #ffffff;
  position: relative;
}
.contact_page .main .right2 .tiaojian .telBox .tel .tips {
  position: absolute;
  top: -100%;
  left: 0;
  font-size: 0.0729rem;
  color: #1a4a9e;
  width: 0.4323rem;
  height: 0.125rem;
  text-align: center;
  line-height: 0.125rem;
  border-radius: 0.0625rem;
  background-color: #fff;
  border-bottom-left-radius: 0;
}
.zhaopin_page .main {
  padding: 0.4167rem 0;
  box-sizing: border-box;
}
.zhaopin_page .main .title {
  font-size: 0.1563rem;
  color: #1a4a9f;
}
.zhaopin_page .main .des {
  margin-top: 0.0833rem;
  color: #666666;
  font-size: 0.0833rem;
}
.zhaopin_page .main .des span {
  color: #1a4a9e;
  font-size: 0.0833rem;
}
.zhaopin_page .main .items {
  margin-top: 0.1719rem;
}
.zhaopin_page .main .items .item {
  margin-bottom: 0.1042rem;
}
.zhaopin_page .main .items .item .item_title {
  height: 0.375rem;
  width: 100%;
  padding-left: 0.1563rem;
  padding-right: 0.1042rem;
  box-sizing: border-box;
  background-color: #f9f9f9;
  transition: 0.5s;
}
.zhaopin_page .main .items .item .item_title .iconBox {
  width: 20%;
}
.zhaopin_page .main .items .item .item_title .iconBox img {
  width: 0.2448rem;
  height: 0.2448rem;
  border-radius: 50%;
  margin-right: 0.1563rem;
}
.zhaopin_page .main .items .item .item_title .iconBox span {
  font-size: 0.0938rem;
  color: #1a4a9f;
}
.zhaopin_page .main .items .item .item_title .text div {
  font-size: 0.0833rem;
  color: #999999;
}
.zhaopin_page .main .items .item .item_title .text .city {
  margin-right: 0.4688rem;
}
.zhaopin_page .main .items .item .item_title .more {
  cursor: pointer;
}
.zhaopin_page .main .items .item .item_title .more span {
  font-size: 0.0938rem;
  color: #1a4a9f;
}
.zhaopin_page .main .items .item .item_title .more img {
  margin-left: 0.0521rem;
  width: 0.1615rem;
  height: 0.1615rem;
  border-radius: 50%;
}
.zhaopin_page .main .items .item .item_content {
  transition: 0.5s;
  height: 0;
  pointer-events: none;
  user-select: none;
  padding-left: 0.5729rem;
  padding-right: 0.4427rem;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.zhaopin_page .main .items .item .item_content p {
  display: block;
  height: 0;
  opacity: 0;
  font-size: 0.0781rem;
  line-height: 0.1667rem;
  color: #666666;
}
.zhaopin_page .main .items .item.active .item_title {
  border-bottom: 1px solid #1a4a9f;
}
.zhaopin_page .main .items .item.active .item_content {
  padding-top: 0.2083rem;
  padding-bottom: 0.2865rem;
  height: auto;
}
.zhaopin_page .main .items .item.active .item_content p {
  opacity: 1;
  pointer-events: all;
  user-select: auto;
  height: auto;
}
