.home_fullpage .section1 .banner_swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.home_fullpage .section1 .banner_swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.home_fullpage .section1 .banner_swiper .swiper-slide img {
  width: 100%;
}
.home_fullpage .section1 .banner_swiper .swiper-slide .textBox {
  width: 100%;
  position: absolute;
  bottom: 40%;
  left: -25%;
  /* gradient text for modern browsers */
}
.home_fullpage .section1 .banner_swiper .swiper-slide .textBox .text1 {
  width: 3.5417rem;
  text-transform: uppercase;
  font-size: 0.2865rem;
  color: #fff;
  text-align: center;
  margin: 0 auto 0.1354rem;
}
@supports (-webkit-background-clip: text) {
  .home_fullpage .section1 .banner_swiper .swiper-slide .textBox .text1 {
    background-image: linear-gradient(to bottom, #fff, #bed9ff);
    -webkit-background-clip: text;
    color: transparent;
  }
}
.home_fullpage .section1 .banner_swiper .swiper-slide .textBox .text2 {
  color: #fff;
  font-size: 0.1042rem;
  line-height: 0.1667rem;
  text-align: center;
}
.home_fullpage .section1 .banner_swiper .swiper_buttons1 {
  width: 100%;
  height: 0.5417rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_fullpage .section1 .banner_swiper .swiper_buttons1 .prev,
.home_fullpage .section1 .banner_swiper .swiper_buttons1 .next {
  user-select: none;
  cursor: pointer;
  height: 0.5417rem;
  width: 0.7604rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_fullpage .section1 .banner_swiper .swiper_buttons1 .prev img,
.home_fullpage .section1 .banner_swiper .swiper_buttons1 .next img {
  width: 0.1354rem;
}
.home_fullpage .section2 {
  /*background: url(/static/images/home_section2_bg.png) no-repeat;*/
  background-size: cover;
  height: 100%;
  overflow: hidden;
  padding: 0.2083rem 0.3125rem 0;
  box-sizing: border-box;
  background-color: #f5f5f5;
}
.home_fullpage .section2 .main {
  width: 100%;
  margin-top: 0.1823rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_fullpage .section2 .main .left {
  width: 4.625rem;
  height: 3.4896rem;
  margin-right: 0.125rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.home_fullpage .section2 .main .left .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.home_fullpage .section2 .main .left .img:hover {
  transform: scale(1.3);
}
.home_fullpage .section2 .main .left .textBox {
  position: absolute;
  top: 0.3125rem;
  left: 0.3646rem;
}
.home_fullpage .section2 .main .left .textBox .cn {
  font-size: 0.1771rem;
  line-height: 0.2604rem;
  color: #fff;
}
.home_fullpage .section2 .main .left .textBox .en {
  font-size: 0.1042rem;
  line-height: 1.5;
  color: #fff;
  opacity: 0.4;
  margin-bottom: 0.1823rem;
}
.home_fullpage .section2 .main .right {
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home_fullpage .section2 .main .right .item {
  width: 48%;
  height: 1.6302rem;
  position: relative;
  overflow: hidden;
}
.home_fullpage .section2 .main .right .item .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 1s;
}
.home_fullpage .section2 .main .right .item .img:hover {
  transform: scale(1.3);
}
.home_fullpage .section2 .main .right .item .textBox {
  position: absolute;
  left: 0.3646rem;
  bottom: 0.2083rem;
}
.home_fullpage .section2 .main .right .item .textBox .cn {
  font-size: 0.1771rem;
  line-height: 0.2604rem;
  color: #fff;
  letter-spacing: 2px;
}
.home_fullpage .section2 .main .right .item .textBox .en {
  letter-spacing: 1px;
  font-size: 0.1042rem;
  line-height: 1.5;
  color: #fff;
  opacity: 0.4;
}
/*:nth-child(1)*/
.home_fullpage .section2 .main .right .item {
  height: 1.6302rem;
  width: 49%;
  margin-bottom: 0.125rem;
}
.home_fullpage .section3 {
  background: url(/static/images/home_section3_bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 1.0938rem;
  overflow: hidden;
}
.home_fullpage .section3 .main {
  width: 50%;
  margin-left: auto;
  margin-top: 0.7656rem;
  padding-left: 0.2083rem;
  box-sizing: border-box;
}
.home_fullpage .section3 .main .des {
  margin-top: 0.1875rem;
  margin-bottom: 0.3542rem;
  font-size: 0.0938rem;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: #fff;
  letter-spacing: 1px;
}
.home_fullpage .section3 .main .datas {
  display: flex;
  align-items: center;
  margin-bottom: 0.4531rem;
}
.home_fullpage .section3 .main .datas .item {
  margin-right: 0.3646rem;
  color: #fff;
}
.home_fullpage .section3 .main .datas .item .top {
  font-size: 0.0833rem;
}
.home_fullpage .section3 .main .datas .item .top span {
  font-size: 0.2813rem;
}
.home_fullpage .section3 .main .datas .item .text {
  margin-top: 0.0729rem;
  font-size: 0.0833rem;
}
.home_fullpage .section4 {
  overflow: hidden;
  background: url(/static/images/home_section4_bg.png) no-repeat;
  background-size: cover;
  padding: 0.4167rem 1.0938rem 0;
  box-sizing: border-box;
}
.home_fullpage .section4 .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_fullpage .section4 .top .right {
  display: flex;
  align-items: center;
}
.home_fullpage .section4 .top .right .newsButtons {
  display: flex;
  align-items: center;
  margin-right: 0.2604rem;
}
.home_fullpage .section4 .top .right .newsButtons .item {
  margin-left: 0.0521rem;
  transition: 0.5s;
  cursor: pointer;
  user-select: none;
  width: 0.7969rem;
  height: 0.2604rem;
  text-align: center;
  line-height: 0.2604rem;
  border-radius: 0.1302rem;
  color: #333333;
  font-size: 0.0885rem;
  background-color: transparent;
  border: 0.0104rem solid #e2e2e3;
}
.home_fullpage .section4 .top .right .newsButtons .item.active {
  color: #fff;
  background-color: #175dc6;
  border: 0.0104rem solid #175dc6;
}
@media (any-hover: hover) {
  .home_fullpage .section4 .top .right .newsButtons .item:hover {
    color: #fff;
    background-color: #175dc6;
    border: 0.0104rem solid #175dc6;
  }
}
.home_fullpage .section4 .main {
  margin-top: 0.3385rem;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.home_fullpage .section4 .main .item {
  width: 2.3958rem;
}
.home_fullpage .section4 .main .item .imgBox {
  width: 100%;
  height: 1.6094rem;
  position: relative;
  overflow: hidden;
}
.home_fullpage .section4 .main .item .imgBox .times {
  position: absolute;
  top: 83%;
  right: 65%;
  background-color: #175dc6;
  width: 0.9375rem;
  height: 0.3646rem;
  transform: skewX(-20deg);
}
.home_fullpage .section4 .main .item .imgBox .times .time {
  position: absolute;
  top: 5%;
  right: 0.0625rem;
  transform: skewX(20deg);
  font-size: 0.0833rem;
  color: #fff;
}
.home_fullpage .section4 .main .item .imgBox .times .time span {
  font-size: 0.1875rem;
}
.home_fullpage .section4 .main .item .news_name {
  font-size: 0.125rem;
  color: #222222;
  margin-top: 0.2083rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home_fullpage .section4 .main .item .des {
  font-size: 0.0833rem;
  color: #666666;
  height: 0.2708rem;
  line-height: 0.1354rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1302rem;
  margin-bottom: 0.2083rem;
}
.home_fullpage .section4 .main:nth-child(3) {
  display: none;
}
.home_fullpage .section5 {
  overflow: hidden;
  background: url(/static/images/home_section5_bg.png) no-repeat;
  background-size: cover;
  padding: 0 1.0938rem;
  box-sizing: border-box;
}
.home_fullpage .section5 .top {
  display: flex;
  justify-content: space-between;
}
.home_fullpage .section5 .top .left .common_title {
  margin-top: 0.9375rem;
}
.home_fullpage .section5 .top .left .des {
  font-size: 0.1354rem;
  line-height: 0.2188rem;
  color: #ffffff;
  margin-top: 0.25rem;
}
.home_fullpage .section5 .top .right img {
  margin-top: 0.4583rem;
  width: 3.4583rem;
}
.home_fullpage .section5 .partner_swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: -0.4167rem;
  padding-bottom: 0.1563rem;
}
.home_fullpage .section5 .partner_swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home_fullpage .section5 .partner_swiper .swiper-slide .item {
  background-color: #fff;
  width: 19%;
  height: 0.6146rem;
  margin-right: 1%;
  margin-bottom: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_fullpage .section5 .partner_swiper .swiper-slide .item img {
  width: 1.2292rem;
}
.home_fullpage .section5 .partner_swiper .swiper-slide .item:nth-child(5n) {
  margin-right: 0;
}
.home_fullpage .section5 .partner_swiper .swiper-pagination {
  text-align: left;
  bottom: 0 !important;
}
.result_page .contents {
  width: 7.8125rem;
  margin: 0 auto;
  padding-bottom: 0.2865rem;
  box-sizing: border-box;
}
.result_page .contents .results {
  width: 100%;
  padding-top: 0.2083rem;
  box-sizing: border-box;
  margin-bottom: 0.2604rem;
}
.result_page .contents .results .item {
  cursor: pointer;
  width: 100%;
  height: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.result_page .contents .results .item .cate {
  font-size: 0.0938rem;
  line-height: 1.5;
  color: #999999;
  padding-right: 0.1042rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.result_page .contents .results .item .result_title {
  transition: 0.5s;
  font-size: 0.0938rem;
  line-height: 1.5;
  color: #222;
  margin-left: 0.1146rem;
}
.result_page .contents .results .item .time {
  font-size: 0.0938rem;
  line-height: 1.5;
  color: #222;
  margin-left: auto;
}
@media (any-hover: hover) {
  .result_page .contents .results .item:hover {
    border-bottom: 1px solid #175dc6;
  }
  .result_page .contents .results .item:hover .result_title {
    text-decoration: underline;
    text-underline-offset: 0.026rem;
  }
}
.about_page .about_banner {
  width: 100%;
  height: 100%;
  padding: 1.0417rem 1.0938rem 0;
  box-sizing: border-box;
  background: url(/static/images/about_banner.png) no-repeat;
  background-size: cover;
}
.about_page .about_banner .main .des {
  margin-top: 0.3125rem;
  width: 5.2083rem;
  padding-right: 0.3646rem;
  box-sizing: border-box;
  height: 2.3958rem;
  /*overflow-y: scroll;*/
}
.about_page .about_banner .main .des p {
  font-size: 0.0938rem;
  line-height: 1.5;
  color: #fff;
  text-indent: 2em;
}
.about_page .about_banner .main .des::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
}
.about_page .about_banner .main .des::-webkit-scrollbar-thumb {
  border: none;
  width: 2px;
  border-radius: 2px;
  background-color: #fff;
}
.about_page .about_banner .main .des::-webkit-scrollbar-corner {
  background-color: transparent;
}
.about_page .about_banner .main .des::-webkit-scrollbar:horizontal {
  height: 2px;
}
.about_page .about_banner .main .datas .item {
  width: 0.6458rem;
  height: 1.1146rem;
  background: linear-gradient(to bottom, rgba(228, 33, 42, 0), #e4212a);
  transform: skewX(-15deg);
  margin-bottom: 0.1563rem;
}
.about_page .about_banner .main .datas .item .textBox {
  width: 0.9896rem;
  position: absolute;
  left: -0.4167rem;
  top: 0.1563rem;
  transform: skewX(15deg);
}
.about_page .about_banner .main .datas .item .textBox .top {
  font-size: 0.0833rem;
  color: #fff;
}
.about_page .about_banner .main .datas .item .textBox .top span {
  font-size: 0.5208rem;
  color: #fff;
}
.about_page .about_banner .main .datas .item .textBox .text {
  margin-top: 0.0729rem;
  font-size: 0.0833rem;
  color: #fff;
}
.about_page .section2 {
  padding: 0.3646rem 1.0938rem 0;
  box-sizing: border-box;
  background: url(/static/images/about_section1_bg.png) no-repeat;
  background-size: cover;
}
.about_page .section2 .items {
  padding-top: 0.4167rem;
}
.about_page .section2 .items .item {
  width: 2.3958rem;
  height: 2.9375rem;
  padding-left: 0.3125rem;
  padding-top: 0.3385rem;
  position: relative;
}
.about_page .section2 .items .item .icon {
  width: 0.1563rem;
}
.about_page .section2 .items .item .name {
  margin-top: 0.0833rem;
  font-size: 0.1875rem;
  line-height: 0.2604rem;
  color: #fff;
}
.about_page .section2 .items .item .name_en {
  font-size: 0.0938rem;
  line-height: 1.5;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.2);
}
.about_page .section2 .items .item .des {
  width: 1.0417rem;
  margin-top: 0.2604rem;
  font-size: 0.1042rem;
  line-height: 1.5;
  color: #fff;
}
.about_page .section2 .items .item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(228, 33, 42, 0), #175dc6);
  transition: 0.5s;
}
.about_page .section2 .items .item .mask img {
  position: absolute;
  bottom: 0.4427rem;
  left: 0.3229rem;
  width: 0.3229rem;
  transition: 0.5s;
}
.about_page .section2 .items .item:hover .mask img {
  transform: translateY(-50px);
}
.about_page .section3 {
  width: 100%;
  height: 100%;
  padding: 0.3646rem 1.0938rem 0;
  box-sizing: border-box;
  background: url(/static/images/about_section2_bg.png) no-repeat;
  background-size: cover;
}
.about_page .section3 .wavy {
  position: absolute;
  top: 190px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.about_page .section3 #curve-regisnow {
  width: 100%;
  height: 500px;
}
.about_page .section3 .lishi_swiper {
  overflow: hidden;
  padding-top: 0.2604rem;
}
.about_page .section3 .lishi_swiper .swiper-slide {
  width: 1.8229rem;
  height: 2.4688rem;
  background: rgba(10, 63, 135, 0.3);
  margin-right: 0.1563rem;
  transition: 0.5s;
  margin-top: 0.1667rem;
}
.about_page .section3 .lishi_swiper .swiper-slide .contents {
  position: relative;
  width: 1.8021rem;
  height: 2.4583rem;
  margin: 0 auto;
  background: rgba(10, 63, 135, 0.3);
  transition: 0.5s;
  padding: 0.2604rem 0.1563rem 0;
  box-sizing: border-box;
}
.about_page .section3 .lishi_swiper .swiper-slide .contents .time {
  color: #fff;
  font-size: 0.0833rem;
  margin-bottom: 0.2396rem;
}
.about_page .section3 .lishi_swiper .swiper-slide .contents .time span {
  font-size: 0.1875rem;
}
.about_page .section3 .lishi_swiper .swiper-slide .contents .items .item {
  font-size: 0.0833rem;
  line-height: 2;
  color: #fff;
}
.about_page .section3 .lishi_swiper .swiper-slide .contents .items .item span {
  margin-right: 0.0313rem;
}
.about_page .section3 .lishi_swiper .swiper-slide .contents .icon {
  position: absolute;
  bottom: 0.4167rem;
  left: 0.1563rem;
  z-index: 0;
  opacity: 0;
  transition: 0.5s;
}
.about_page .section3 .lishi_swiper .swiper-slide .contents::after {
  content: "";
  position: absolute;
  top: -9px;
  left: 42px;
  width: 2px;
  height: 18px;
  background-color: #fff;
}
.about_page .section3 .lishi_swiper .swiper-slide-next {
  margin-top: 0;
  background: linear-gradient(to bottom, rgba(10, 63, 135, 0), rgba(255, 255, 255, 0.3));
}
.about_page .section3 .lishi_swiper .swiper-slide-next .contents .icon {
  opacity: 1;
}
.about_page .section4 {
  width: 100%;
  height: 100%;
  padding: 0.3646rem 1.0938rem 0;
  box-sizing: border-box;
  background: url(/static/images/about_section3_bg.png) no-repeat;
  background-size: cover;
}
.about_page .section4 .main .des {
  width: 50%;
  font-size: 0.0938rem;
  line-height: 2;
  color: #333333;
}
.about_page .section4 .main .nums .item {
  margin-left: 0.0833rem;
  width: 0.8542rem;
  height: 0.8542rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.about_page .section4 .main .nums .item .num {
  font-size: 0.3125rem;
  color: #175dc6;
}
.about_page .section4 .main .nums .item .text {
  font-size: 0.0938rem;
  line-height: 2;
  color: #333;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .about_page .section4 .main .nums .item:hover .text {
    color: #175dc6;
  }
}
.about_page .section4 .zizhi_swiper {
  padding-top: 0.3438rem;
  box-sizing: border-box;
  overflow: hidden;
}
.about_page .section4 .zizhi_swiper .swiper-slide .item .itemImg {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}
.about_page .section4 .zizhi_swiper .swiper-slide .item .itemImg div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about_page .section4 .zizhi_swiper .swiper-slide .item .itemImg div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.3s;
  background-color: transparent;
}
.about_page .section4 .zizhi_swiper .swiper-slide .item .itemImg div img:hover {
  transform: scale(1.2);
}
.about_page .section4 .zizhi_swiper .swiper-slide .names {
  opacity: 0;
  transform: 0.5s;
  font-size: 0.1042rem;
  margin-top: 0.2083rem;
  color: #175dc6;
  text-align: center;
}
.about_page .section4 .zizhi_swiper .swiper-slide-active .names {
  opacity: 1;
}
.about_page .section5 {
  width: 100%;
  height: 100%;
  padding: 0.3646rem 1.0938rem 0;
  box-sizing: border-box;
  background: url(/static/images/about_section4_bg.png) no-repeat;
  background-size: cover;
}
.about_page .section5 .des {
  text-align: center;
  width: 2.3438rem;
  margin: 0 auto;
  font-size: 0.0938rem;
  line-height: 2;
  color: #333;
  margin-top: 0.1563rem;
}
.about_page .section5 .huodong_swiper {
  margin-top: 0.3646rem;
  overflow: hidden;
}
.about_page .section5 .huodong_swiper .swiper-wrapper {
  height: 2.3438rem;
}
.about_page .section5 .huodong_swiper .swiper-slide {
  height: auto !important;
  margin-top: auto;
  width: auto !important;
  margin-right: 0.1771rem !important;
}
.about_page .section5 .huodong_swiper .swiper-slide .item {
  position: relative;
}
.about_page .section5 .huodong_swiper .swiper-slide .item img {
  width: 2.099rem;
  height: 1.5052rem;
  transition: 0.5s;
}
.about_page .section5 .huodong_swiper .swiper-slide .item .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  width: 100%;
  height: 35%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.about_page .section5 .huodong_swiper .swiper-slide .item .mask .title {
  font-size: 0.0938rem;
  color: #fff;
  line-height: 2;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0.1042rem;
  left: 0;
}
.about_page .section5 .huodong_swiper .swiper-slide-next .item img {
  width: 3.125rem;
  height: 2.3438rem;
}
.about_page #fp-nav ul li {
  margin: 0 !important;
  margin-bottom: 0.1563rem !important;
  margin-left: 0.0521rem !important;
  width: 0.0833rem !important;
  height: 0.0833rem !important;
}
.about_page #fp-nav ul li a {
  transition: 0.3s;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
}
.about_page #fp-nav ul li a .fp-sr-only,
.about_page #fp-nav ul li a span {
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
  width: 0.0313rem !important;
  height: 0.0313rem !important;
  margin: 0 !important;
  background: #ffffff;
}
.about_page #fp-nav ul li a.active {
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.about_page #fp-nav ul li .fp-tooltip {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  font-size: 0.0833rem;
  width: auto !important;
  opacity: 1 !important;
  top: 0 !important;
  right: 0.1563rem !important;
}
.about_page #fp-nav ul li a.active + .fp-tooltip {
  transition: 0.3s;
  color: #ffffff;
}
.about_page #fp-nav.blue ul li a {
  border: 1px solid rgba(23, 93, 198, 0);
}
.about_page #fp-nav.blue ul li a .fp-sr-only,
.about_page #fp-nav.blue ul li a span {
  background: #175dc6;
}
.about_page #fp-nav.blue ul li a.active {
  border: 1px solid rgba(23, 93, 198, 0.2);
}
.about_page #fp-nav.blue ul li .fp-tooltip {
  color: rgba(23, 93, 198, 0.5);
}
.about_page #fp-nav.blue ul li a.active + .fp-tooltip {
  color: #175dc6;
}
.about_page #fp-nav ul li:nth-last-child(1) {
  display: none;
}
.product_page .product_content {
  box-sizing: border-box;
  background-color: #f9fafc;
  padding: 0.3125rem 1.0938rem 0.5208rem;
}
.product_page .product_content .cateButton {
  justify-content: center;
}
.product_page .product_content .cateButton .item {
  cursor: pointer;
  user-select: none;
  margin: 0 0.25rem;
  transition: 0.3s;
}
.product_page .product_content .cateButton .item .text {
  font-size: 0.1563rem;
  color: #999999;
}
.product_page .product_content .cateButton .item img {
  width: 0.1563rem;
  display: block;
  opacity: 0;
  margin: 0.1042rem auto 0;
}
.product_page .product_content .cateButton .item.active .text {
  color: #333333;
}
.product_page .product_content .cateButton .item.active img {
  opacity: 1;
}
.product_page .product_content .products {
  display: none;
  flex-wrap: wrap;
  margin-top: 0.2917rem;
}
.product_page .product_content .products .item {
  background-color: #fff;
  width: 2.4479rem;
  height: 3.4871rem;
  margin-right: calc((100% - 2.4479rem * 3) / 2);
  margin-bottom: 0.2604rem;
}
.product_page .product_content .products .item .imgBox {
  width: 2.4479rem;
  height: 2.4479rem;
}
.product_page .product_content .products .item .imgBox img {
  width: 100%;
  height: 100%;
}
.product_page .product_content .products .item .name {
  height: 0.3021rem;
  font-size: 0.125rem;
  color: #2a2a2a;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 0.1563rem;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0.2188rem;
  margin-bottom: 0.1719rem;
}
.product_page .product_content .products .item .moreButton {
  margin: 0 auto;
}
@media (any-hover: hover) {
  .product_page .product_content .products .item .moreButton:hover {
    background-color: #175dc6;
    border: 2px solid #175dc6;
    color: #fff;
  }
  .product_page .product_content .products .item .moreButton:hover img {
    display: none;
  }
  .product_page .product_content .products .item .moreButton:hover .white {
    display: block;
  }
}
.product_page .product_content .products .item:nth-child(3n) {
  margin-right: 0;
}
.product_page .product_content .products.active {
  display: flex;
}
.product_page .product_content2 {
  padding: 0;
  background-color: #fff;
}
.product_page .product_content2 .topBox {
  padding: 0.3125rem 1.0938rem 0.3646rem;
  background: url(/static/images/news_section2_bg.png) no-repeat;
  background-size: cover;
}
.product_page .product_content2 .topBox .topNews {
  margin-top: 0.3385rem;
  display: flex;
  justify-content: space-between;
}
.product_page .product_content2 .topBox .topNews .item {
  width: 2.3958rem;
}
.product_page .product_content2 .topBox .topNews .item .imgBox {
  width: 100%;
  height: 1.6094rem;
  position: relative;
  overflow: hidden;
}
.product_page .product_content2 .topBox .topNews .item .imgBox .times {
  position: absolute;
  top: 83%;
  right: 65%;
  background-color: #175dc6;
  width: 0.9375rem;
  height: 0.3646rem;
  transform: skewX(-20deg);
}
.product_page .product_content2 .topBox .topNews .item .imgBox .times .time {
  position: absolute;
  top: 5%;
  right: 0.0625rem;
  transform: skewX(20deg);
  font-size: 0.0833rem;
  color: #fff;
}
.product_page .product_content2 .topBox .topNews .item .imgBox .times .time span {
  font-size: 0.1875rem;
}
.product_page .product_content2 .topBox .topNews .item .news_name {
  font-size: 0.125rem;
  color: #222222;
  margin-top: 0.2083rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product_page .product_content2 .topBox .topNews .item .des {
  font-size: 0.0833rem;
  color: #666666;
  height: 0.2708rem;
  line-height: 0.1354rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1302rem;
  margin-bottom: 0.2083rem;
}
@media (any-hover: hover) {
  .product_page .product_content2 .topBox .topNews .item .moreButton:hover {
    background-color: #175dc6;
    border: 2px solid #175dc6;
    color: #fff;
  }
  .product_page .product_content2 .topBox .topNews .item .moreButton:hover img {
    display: none;
  }
  .product_page .product_content2 .topBox .topNews .item .moreButton:hover .white {
    display: block;
  }
}
.product_page .product_content2 .news_Box {
  padding: 0 1.0938rem 0.3125rem;
  box-sizing: border-box;
}
.product_page .product_content2 .news_Box .news_items {
  margin-bottom: 0.3125rem;
}
.product_page .product_content2 .news_Box .news_items .item {
  height: 1.9792rem;
  border-bottom: 2px solid #f4f4f4;
  padding-top: 0.3385rem;
  display: flex;
}
.product_page .product_content2 .news_Box .news_items .item .time .day {
  font-size: 0.2969rem;
  color: #175dc6;
  line-height: 1.5;
}
.product_page .product_content2 .news_Box .news_items .item .time .month {
  font-size: 0.0781rem;
  color: #999999;
  line-height: 1.5;
}
.product_page .product_content2 .news_Box .news_items .item .info {
  width: 3.4375rem;
  margin-left: 0.8854rem;
}
.product_page .product_content2 .news_Box .news_items .item .info .title {
  font-size: 0.1563rem;
  color: #333333;
}
.product_page .product_content2 .news_Box .news_items .item .info .des {
  margin-top: 0.1146rem;
  margin-bottom: 0.2083rem;
  font-size: 0.0833rem;
  line-height: 2;
  color: #666666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (any-hover: hover) {
  .product_page .product_content2 .news_Box .news_items .item .info .moreButton:hover {
    background-color: #175dc6;
    border: 2px solid #175dc6;
    color: #fff;
  }
  .product_page .product_content2 .news_Box .news_items .item .info .moreButton:hover img {
    display: none;
  }
  .product_page .product_content2 .news_Box .news_items .item .info .moreButton:hover .white {
    display: block;
  }
}
.product_page .product_content2 .news_Box .news_items .item .img {
  width: 1.8906rem;
  height: 1.2708rem;
  overflow: hidden;
  margin-left: auto;
}
.product_page .product_content2 .news_Box .news_items .item .img img {
  width: 1.8906rem;
  height: 1.2708rem;
}
.product_info_page .page_nav {
  width: 100%;
  height: 0.5208rem;
  justify-content: center;
  background-color: #fff;
}
.product_info_page .page_nav a {
  font-size: 0.0938rem;
  color: #333;
  margin: 0 0.2083rem;
  display: block;
}
.product_info_page .page_nav .active {
  color: #2868ca;
}
.product_info_page .section2 {
  width: 100%;
  height: 3.7188rem;
  background: url(/static/images/product_info_section2_bg.png) no-repeat;
  background-size: cover;
  padding: 0.625rem 1.0938rem 0;
  box-sizing: border-box;
  display: flex;
}
.product_info_page .section2 .imgsBox {
  width: 50%;
}
.product_info_page .section2 .imgsBox .all {
  height: 2.8229rem;
  overflow-y: scroll;
}
.product_info_page .section2 .imgsBox .all .item {
  transition: 0.3s;
  width: 0.8958rem;
  height: 0.8958rem;
  border: 1px solid #fff;
  background-color: #fff;
  margin-bottom: 0.0677rem;
  box-sizing: border-box;
}
.product_info_page .section2 .imgsBox .all .item img {
  width: 100%;
  height: 100%;
}
.product_info_page .section2 .imgsBox .all .item.active {
  border: 1px solid #175dc6;
}
.product_info_page .section2 .imgsBox .all .item:nth-last-child(1) {
  margin-bottom: 0;
}
.product_info_page .section2 .imgsBox .all::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.product_info_page .section2 .imgsBox .big {
  width: 2.8229rem;
  height: 2.8229rem;
  background-color: #fff;
}
.product_info_page .section2 .imgsBox .big img {
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.product_info_page .section2 .textBox {
  width: 50%;
  padding-left: 0.5729rem;
  box-sizing: border-box;
}
.product_info_page .section2 .textBox .des {
  margin-top: 0.2083rem;
  font-size: 0.0938rem;
  line-height: 0.2083rem;
  color: #333333;
}
.product_info_page .section2 .textBox .zixun_button {
  cursor: pointer;
  margin-top: 0.3125rem;
  width: 0.8958rem;
  height: 0.2813rem;
  background-color: #175dc6;
  border-radius: 0.1406rem;
  justify-content: center;
}
.product_info_page .section2 .textBox .zixun_button img {
  width: 0.125rem;
}
.product_info_page .section2 .textBox .zixun_button span {
  font-size: 0.0885rem;
  color: #ffffff;
  margin-left: 0.0781rem;
}
.product_info_page .section3 {
  width: 100%;
  padding: 0.625rem 1.0938rem 0.3646rem;
  box-sizing: border-box;
}
.product_info_page .section3 .items {
  margin-top: 0.3385rem;
  flex-wrap: wrap;
}
.product_info_page .section3 .items .item {
  width: 3.8021rem;
  height: 0.7813rem;
  margin-bottom: 0.1302rem;
  background-color: #f9fafc;
  display: flex;
  padding: 0.2083rem;
  padding-bottom: 0;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s;
}
.product_info_page .section3 .items .item .icon {
  background: url(/static/images/product_info_section3_icon_bg.png) no-repeat;
  background-size: cover;
  width: 0.3698rem;
  height: 0.3698rem;
  margin-right: 0.1823rem;
  transition: 0.5s;
}
.product_info_page .section3 .items .item .icon img {
  width: 100%;
  height: 100%;
}
.product_info_page .section3 .items .item .text {
  flex: 1;
}
.product_info_page .section3 .items .item .text .title {
  font-size: 0.125rem;
  color: #333333;
}
.product_info_page .section3 .items .item .text .des {
  margin-top: 0.1042rem;
  font-size: 0.0833rem;
  color: #666666;
  line-height: 0.1042rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product_info_page .section3 .items .item .bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.4948rem;
}
@media (any-hover: hover) {
  .product_info_page .section3 .items .item:hover {
    background-color: #175dc6;
  }
  .product_info_page .section3 .items .item:hover .icon {
    background: none;
    background-color: #fff;
  }
  .product_info_page .section3 .items .item:hover .text .title,
  .product_info_page .section3 .items .item:hover .text .des {
    color: #fff;
  }
}
.product_info_page .section4 {
  width: 100%;
  padding: 0.625rem 1.0938rem 0.3646rem;
  box-sizing: border-box;
  background-color: #f9fafc;
}
.product_info_page .section4 .tables {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.2188rem;
}
.product_info_page .section4 .tables table {
  width: 3.8021rem;
}
.product_info_page .section4 .tables table tr {
  height: 0.3333rem !important;
}
.product_info_page .section4 .tables table th {
  width: 50%;
  height: 0.3333rem;
  background-color: #175dc6;
  color: #fff;
  font-size: 0.125rem;
  line-height: 0.3333rem;
  padding-left: 0.1458rem;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  border-left: 1px solid #e8ecf1;
}
.product_info_page .section4 .tables table th:nth-child(1) {
  border: none;
}
.product_info_page .section4 .tables table tr td {
  background-color: #f5f7fb;
}
.product_info_page .section4 .tables table tr:nth-child(2n) td {
  background-color: #ffffff;
}
.product_info_page .section4 .tables table tr td {
  height: 0.3333rem;
  color: #175dc6;
  font-size: 0.0938rem;
  line-height: 0.3333rem;
  padding-left: 0.1458rem;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  border: 1px solid #e8ecf1;
}
.product_info_page .section4 .tables table tr td:nth-child(2) {
  color: #333333;
  border-left: none;
}
.product_info_page .section5 {
  width: 100%;
  padding: 0.625rem 0 0.7292rem 1.0938rem;
  box-sizing: border-box;
  background-color: #ffffff;
}
.product_info_page .section5 .yingyong_swiper {
  margin-top: 0.3854rem;
  overflow: hidden;
}
.product_info_page .section5 .yingyong_swiper .swiper-slide {
  width: 1.7083rem !important;
  margin-right: 0.1667rem !important;
  height: 2.276rem;
  position: relative;
}
.product_info_page .section5 .yingyong_swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
}
.product_info_page .section5 .yingyong_swiper .swiper-slide .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(23, 93, 198, 0), #175dc6);
}
.product_info_page .section5 .yingyong_swiper .swiper-slide .mask .text {
  text-align: center;
  font-size: 0.125rem;
  line-height: 0.2604rem;
  color: #fff;
  position: absolute;
  bottom: 0.1042rem;
  left: 0;
  width: 100%;
}
.news_info_page {
  background-color: #f9fafc;
}
.news_info_page .main {
  display: flex;
  justify-content: space-between;
  padding: 0.3438rem 1.0938rem 0.375rem;
}
.news_info_page .main .newsContent {
  background-color: #fff;
  width: 5.3125rem;
  padding: 0.3125rem 0.3646rem;
  box-sizing: border-box;
}
.news_info_page .main .newsContent .title {
  font-size: 0.1667rem;
  color: #333333;
  margin-bottom: 0.1302rem;
}
.news_info_page .main .newsContent .date {
  font-size: 0.0833rem;
  color: #999999;
  margin-bottom: 0.1458rem;
}
.news_info_page .main .newsContent .content {
  padding: 0.1823rem 0 0.2083rem;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.news_info_page .main .newsContent .content p {
  letter-spacing: 2px;
  font-size: 0.0938rem;
  line-height: 0.1719rem;
  color: #333333;
}
.news_info_page .main .newsContent .content img {
  width: 100%;
  margin-top: 0.2083rem;
}
.news_info_page .main .newsContent .more {
  margin-top: 0.1719rem;
}
.news_info_page .main .newsContent .more .left .item {
  font-size: 0.0833rem;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  margin-bottom: 0.1146rem;
}
.news_info_page .main .newsContent .more .left .item a {
  width: 2.8646rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.0833rem;
  color: #333333;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .news_info_page .main .newsContent .more .left .item a:hover {
    color: #175dc6;
  }
}
.news_info_page .main .newsContent .more .left .item:nth-child(2) {
  margin-bottom: 0;
}
.news_info_page .main .newsContent .more .backButton {
  margin-left: 0.2344rem;
  cursor: pointer;
  user-select: none;
  width: 0.7969rem;
  height: 0.2604rem;
  line-height: 0.2604rem;
  border-radius: 0.1302rem;
  text-align: center;
  background-color: #175dc6;
  color: #fff;
}
.news_info_page .main .recommend {
  width: 2.2917rem;
  background-color: #fff;
  padding: 0.3125rem 0.2083rem 0.625rem;
  box-sizing: border-box;
  height: auto;
}
.news_info_page .main .recommend .title {
  font-size: 0.1667rem;
  color: #333333;
  padding-left: 0.1302rem;
  position: relative;
}
.news_info_page .main .recommend .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.0156rem;
  height: 0.1563rem;
  background-color: #175dc6;
}
.news_info_page .main .recommend .recommend_top {
  display: block;
  margin-top: 0.1979rem;
  padding-bottom: 0.1042rem;
  border-bottom: 2px solid #f0f0f0;
}
.news_info_page .main .recommend .recommend_top img {
  width: 1.8906rem;
}
.news_info_page .main .recommend .recommend_top .newsName {
  font-size: 0.0938rem;
  line-height: 1.5;
  color: #333333;
  margin-top: 0.1354rem;
}
.news_info_page .main .recommend .items {
  margin-top: 0.1823rem;
}
.news_info_page .main .recommend .items .item {
  margin-bottom: 0.1563rem;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
.news_info_page .main .recommend .items .item img {
  transition: 0.5s;
  width: 0.026rem;
  margin-right: 0.0781rem;
}
.news_info_page .main .recommend .items .item .blue {
  display: none;
}
.news_info_page .main .recommend .items .item .name {
  transition: 0.5s;
  font-size: 0.0938rem;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .news_info_page .main .recommend .items .item:hover img {
    display: none;
  }
  .news_info_page .main .recommend .items .item:hover .blue {
    display: block;
  }
  .news_info_page .main .recommend .items .item:hover .name {
    color: #175dc6;
  }
}
.recruitment_page {
  width: 100%;
  box-sizing: border-box;
  background-color: #f9fafc;
}
.recruitment_page .main {
  padding: 0 1.0938rem 0.3646rem;
  box-sizing: border-box;
}
.recruitment_page .tops2 {
  padding-top: 0.625rem;
  box-sizing: border-box;
}
.recruitment_page .icon_items {
  margin-top: 0.3906rem;
}
.recruitment_page .icon_items .item {
  width: 2.4479rem;
  height: 2.0313rem;
  position: relative;
  background-color: #fff;
  transition: 0.5s;
}
.recruitment_page .icon_items .item .img {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.5s;
}
.recruitment_page .icon_items .item .box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.recruitment_page .icon_items .item .box img {
  display: none;
  display: block;
  margin: 0.3438rem auto 0;
  width: 0.3802rem;
}
.recruitment_page .icon_items .item .box .white {
  display: none;
}
.recruitment_page .icon_items .item .box .title {
  color: #333333;
  margin-top: 0.2083rem;
  text-align: center;
  font-size: 0.1563rem;
}
.recruitment_page .icon_items .item .box .des {
  font-size: 0.0938rem;
  color: #999999;
  line-height: 0.1667rem;
  width: 1.6667rem;
  text-align: center;
  margin: 0.0938rem auto 0;
}
@media (any-hover: hover) {
  .recruitment_page .icon_items .item:hover {
    background-color: #175dc6;
  }
  .recruitment_page .icon_items .item:hover .img {
    opacity: 1;
  }
  .recruitment_page .icon_items .item:hover .box img {
    display: none;
  }
  .recruitment_page .icon_items .item:hover .box .white {
    display: block;
  }
  .recruitment_page .icon_items .item:hover .box .title,
  .recruitment_page .icon_items .item:hover .box .des {
    color: #fff;
  }
}
.recruitment_page .bottom2 {
  padding-top: 0.625rem;
  box-sizing: border-box;
}
.recruitment_page .bottom2 .desBox {
  margin-top: 0.1823rem;
}
.recruitment_page .bottom2 .desBox p {
  text-align: center;
  font-size: 0.0938rem;
  line-height: 1.5;
  color: #333333;
}
.recruitment_page .bottom2 .desBox p span {
  font-size: 0.0938rem;
  line-height: 1.5;
  color: #175dc6;
}
.recruitment_page .bottom2 .desBox p:nth-child(1) {
  line-height: 2;
}
.recruitment_page .bottom2 .job {
  margin-top: 0.3125rem;
}
.recruitment_page .bottom2 .job .item {
  margin-bottom: 0.0781rem;
  background-color: #fff;
}
.recruitment_page .bottom2 .job .item .top {
  transition: 0.5s;
  height: 0.8333rem;
  padding-left: 0.2083rem;
  padding-right: 0.2708rem;
  border-bottom: 1px solid #fff;
}
.recruitment_page .bottom2 .job .item .top .left .icon {
  width: 0.3958rem;
  height: 0.3958rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #175dc6;
  box-shadow: 1px 1px 0.1771rem 1px rgba(23, 93, 198, 0.2);
}
.recruitment_page .bottom2 .job .item .top .left .icon img {
  width: 0.1354rem;
}
.recruitment_page .bottom2 .job .item .top .left .content {
  margin-left: 0.1823rem;
}
.recruitment_page .bottom2 .job .item .top .left .content .title {
  font-size: 0.1667rem;
  color: #333333;
}
.recruitment_page .bottom2 .job .item .top .left .content .des {
  margin-top: 0.1146rem;
  display: flex;
}
.recruitment_page .bottom2 .job .item .top .left .content .des span {
  font-size: 0.0938rem;
  color: #666666;
  display: block;
  height: 0.1042rem;
  line-height: 0.1042rem;
  border-right: 1px solid #cecece;
  padding-right: 0.125rem;
  margin-right: 0.1146rem;
}
.recruitment_page .bottom2 .job .item .top .left .content .des span:nth-last-child(1) {
  border-right: none;
}
.recruitment_page .bottom2 .job .item .top .button {
  width: 0.7448rem;
  cursor: pointer;
  height: 0.25rem;
  background-color: #175dc6;
  justify-content: center;
}
.recruitment_page .bottom2 .job .item .top .button span {
  font-size: 0.0938rem;
  color: #fff;
  margin-right: 0.2813rem;
}
.recruitment_page .bottom2 .job .item .top .button .close {
  display: none;
}
.recruitment_page .bottom2 .job .item .top .button img {
  transition: 0.5s;
  width: 0.0625rem;
}
.recruitment_page .bottom2 .job .item .job_des {
  overflow: hidden;
  padding: 0 0.7813rem;
  height: 0;
  transition: 0.5s;
  box-sizing: border-box;
}
.recruitment_page .bottom2 .job .item .job_des .item p {
  font-size: 0.0833rem;
  line-height: 2;
  color: #666666;
}
.recruitment_page .bottom2 .job .item .job_des .item .title {
  color: #175dc6;
}
.recruitment_page .bottom2 .job .item.active .top {
  border-bottom: 1px solid #ededed;
}
.recruitment_page .bottom2 .job .item.active .top span {
  display: none;
}
.recruitment_page .bottom2 .job .item.active .top .close {
  display: block;
}
.recruitment_page .bottom2 .job .item.active .top .button img {
  transform: rotate(180deg);
}
.recruitment_page .bottom2 .job .item.active .job_des {
  padding: 0.2604rem 0.7813rem 0.4427rem;
  height: auto;
}
.contact_page {
  background-color: #f9fafc;
}
.contact_page .contact_top {
  position: relative;
  padding-top: 0.625rem;
}
.contact_page .contact_top .information {
  position: absolute;
  top: 1.4583rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1.0938rem;
  z-index: 10;
  box-sizing: border-box;
}
.contact_page .contact_top .information .contents {
  width: 100%;
  background-color: #fff;
  display: flex;
}
.contact_page .contact_top .information .contents .main_img {
  width: 3.9063rem;
  height: 2.4167rem;
}
.contact_page .contact_top .information .contents .right {
  padding: 0.2604rem;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  width: 3.9063rem;
  height: 2.4167rem;
}
.contact_page .contact_top .information .contents .right .title {
  font-size: 0.1563rem;
  color: #333333;
}
.contact_page .contact_top .information .contents .right .item {
  margin-top: 0.1406rem;
}
.contact_page .contact_top .information .contents .right .item .tops {
  display: flex;
  align-items: center;
}
.contact_page .contact_top .information .contents .right .item .tops img {
  width: 0.0938rem;
}
.contact_page .contact_top .information .contents .right .item .tops span {
  font-size: 0.0729rem;
  color: #999999;
  margin-left: 0.0521rem;
}
.contact_page .contact_top .information .contents .right .item .content .phone {
  font-size: 0.2188rem;
  line-height: 0.2604rem;
  /*color: #e62129;*/
}
.contact_page .contact_top .information .contents .right .item .content .des {
  font-size: 0.0729rem;
  color: #999;
}
.contact_page .contact_top .information .contents .right .item .content .text {
  margin-top: 0.026rem;
  font-size: 0.0833rem;
  line-height: 1.5;
  color: #666666;
}
.contact_page .contact_top .information .contents .right .wechat_code {
  position: absolute;
  bottom: 0.4167rem;
  right: 0.4167rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.contact_page .contact_top .information .contents .right .wechat_code .wechat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.2344rem;
  height: 0.2344rem;
  border-radius: 50%;
  background-color: #175dc6;
  z-index: 3;
}
.contact_page .contact_top .information .contents .right .wechat_code .wechat img {
  width: 0.1406rem;
}
.contact_page .contact_top .information .contents .right .wechat_code .text {
  z-index: 2;
  margin-left: -0.1042rem;
  width: 0.7292rem;
  height: 0.2344rem;
  border-radius: 0.1172rem;
  padding-left: 0.1302rem;
  line-height: 0.2135rem;
  color: #333333;
  font-size: 0.0938rem;
  background-color: #fff;
  border: 2px solid #f1f1f1;
}
.contact_page .contact_top .information .contents .right .wechat_code .qrcode {
  display: none;
  position: absolute;
  bottom: 150%;
  left: 50%;
  background-color: #fff;
  z-index: 6;
  transform: translateX(-50%);
  width: 0.7813rem;
  height: 0.7813rem;
  box-shadow: 1px 1px 35px 1px rgba(0, 0, 0, 0.1);
}
.contact_page .contact_top .information .contents .right .wechat_code .qrcode img {
  width: 0.7813rem;
}
.contact_page .contact_top .information .contents .right .wechat_code .qrcode::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-top-color: #fff;
}
.contact_page .map {
  margin-top: 1.875rem;
  width: 100%;
  height: 3.6458rem;
}
.contact_page .formBox {
  padding: 0.625rem 1.0938rem 0.4948rem;
  box-sizing: border-box;
}
.contact_page .formBox form {
  margin-top: 0.3333rem;
}
.contact_page .formBox form textarea {
  width: 100%;
  height: 1.0781rem;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 0.1354rem 0.1823rem;
  box-sizing: border-box;
  font-size: 0.1042rem;
  line-height: 0.2604rem;
  color: #333333;
  resize: none;
}
.contact_page .formBox form .inputs {
  flex-wrap: wrap;
}
.contact_page .formBox form .inputs .inputBox {
  margin-top: 0.1875rem;
  width: 3.8125rem;
  height: 0.375rem;
}
.contact_page .formBox form .inputs .inputBox input {
  padding: 0 0.1875rem;
  flex: 1;
  background-color: #fff;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 0.1042rem;
  line-height: 0.375rem;
  color: #333333;
}
.contact_page .formBox form .inputs .inputBox .code {
  justify-content: center;
  margin-left: 0.0625rem;
  width: 0.8333rem;
  height: 0.375rem;
  background-color: #fff;
  line-height: 0.375rem;
  font-size: 0.1875rem;
  color: #3382e9;
}
.contact_page .formBox form textarea::placeholder,
.contact_page .formBox form input::placeholder {
  color: #999999;
}
.contact_page .formBox form .submit {
  display: block;
  margin: 0.3802rem auto 0;
  border: none;
  outline: none;
  width: 1.75rem;
  height: 0.4271rem;
  background-color: #175dc6;
  color: #fff;
  font-size: 0.1042rem;
  line-height: 0.4271rem;
  text-align: center;
}
.solution_page .section1 {
  height: 5.5469rem;
  width: 100%;
  position: relative;
  background: url(/static/images/solution__section1_bg.png) no-repeat;
  background-size: cover;
  padding: 0.5729rem 1.0938rem 0;
  box-sizing: border-box;
}
.solution_page .section1 .des {
  width: 6.5365rem;
  margin: 0.2083rem auto 0;
  text-align: center;
  font-size: 0.0938rem;
  line-height: 0.1458rem;
  color: #333;
}
.solution_page .section1 .icons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.solution_page .section1 .icons .iconBox {
  position: absolute;
  width: 0.7604rem;
  height: 1.1198rem;
  animation: maprotate 1.2s infinite cubic-bezier(0.36, 0, 0.7, 1) alternate backwards;
}
.solution_page .section1 .icons .iconBox .icon_top .text_bg {
  margin: 0 auto;
  width: 0.6042rem;
  height: 0.2188rem;
  border-radius: 0.1042rem;
  padding-top: 0.0052rem;
  box-sizing: border-box;
  background: linear-gradient(to bottom, #175dc6, rgba(23, 93, 198, 0));
}
.solution_page .section1 .icons .iconBox .icon_top .text_bg .white {
  text-align: center;
  border-radius: 0.1042rem;
  line-height: 0.1979rem;
  height: 0.2083rem;
  width: 0.5938rem;
  margin: 0 auto;
  background-color: #fff;
  font-size: 0.1042rem;
  color: #0043b1;
}
.solution_page .section1 .icons .iconBox .icon_top .line {
  margin: 0 auto;
  width: 2px;
  height: 0.1354rem;
  background: linear-gradient(to bottom, #3358d6, rgba(51, 88, 214, 0));
}
.solution_page .section1 .icons .iconBox .icon_top .circular {
  margin: 0 auto;
  width: 0.0521rem;
  height: 0.0521rem;
  border-radius: 50%;
  background-color: #3358d6;
}
.solution_page .section1 .icons .iconBox .icon_bg {
  margin-top: -0.026rem;
  z-index: -2;
  justify-content: center;
  position: relative;
  width: 0.7604rem;
  height: 0.7604rem;
}
.solution_page .section1 .icons .iconBox .icon_bg .circular {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.7604rem;
  height: 0.7604rem;
  background-color: #fff;
  border-radius: 50%;
  border: 1px dashed #3358d6;
  animation: ring 10s linear infinite;
}
.solution_page .section1 .icons .iconBox .icon_bg .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  width: 0.5469rem;
  height: 0.5469rem;
  background-color: #3358d6;
  border-radius: 50%;
}
.solution_page .section1 .icons .iconBox .icon_bg .icon img {
  width: 0.2813rem;
}
.solution_page .section1 .icons .icon1 {
  left: 1.0938rem;
  bottom: 0.599rem;
}
.solution_page .section1 .icons .icon2 {
  left: 1.9792rem;
  bottom: 1.5365rem;
}
.solution_page .section1 .icons .icon3 {
  left: 3.2031rem;
  bottom: 2.1615rem;
}
.solution_page .section1 .icons .icon4 {
  left: 4.6094rem;
  bottom: 2.4219rem;
}
.solution_page .section1 .icons .icon5 {
  right: 3.2031rem;
  bottom: 2.1615rem;
}
.solution_page .section1 .icons .icon6 {
  right: 1.9792rem;
  bottom: 1.5365rem;
}
.solution_page .section1 .icons .icon7 {
  right: 1.0938rem;
  bottom: 0.599rem;
}
@keyframes ring {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes maprotate {
  0% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
}
.solution_page .section1 .icons .textBox {
  position: absolute;
  bottom: 0.2917rem;
  left: 0;
  width: 100%;
}
.solution_page .section1 .icons .textBox .cn {
  width: 100%;
}
.solution_page .section1 .icons .textBox .cn p {
  width: 100%;
  font-size: 0.25rem;
  line-height: 0.2917rem;
  color: #fff;
  text-align: center;
}
.solution_page .section1 .icons .textBox .en {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.125rem;
  line-height: 0.2917rem;
  color: rgba(255, 255, 255, 0.3);
}
.solution_page .section2 {
  padding: 0.5729rem 1.0938rem 0.4688rem;
  width: 100%;
  position: relative;
  background: url(/static/images/solution_section2_bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.solution_page .section2 .case_swiper {
  margin-top: 0.3906rem;
  overflow: hidden;
}
.solution_page .section2 .case_swiper .swiper-slide {
  margin-bottom: 0.3385rem;
  width: 2.4688rem !important;
  margin-right: 0.2083rem !important;
}
.solution_page .section2 .case_swiper .swiper-slide .img {
  width: 100%;
  height: 1.8073rem;
  overflow: hidden;
}
.solution_page .section2 .case_swiper .swiper-slide .img img {
  transition: 1s;
  width: 100%;
  height: 1.8073rem;
}
.solution_page .section2 .case_swiper .swiper-slide .img:hover img {
  transform: scale(1.5);
}
.solution_page .section2 .case_swiper .swiper-slide .textBox {
  transition: 0.5s;
  padding: 0.2083rem 0;
  border-bottom: 2px solid rgba(23, 93, 198, 0.05);
}
.solution_page .section2 .case_swiper .swiper-slide .textBox .text {
  transition: 0.5s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.125rem;
  height: 0.2292rem;
  line-height: 1.3;
  color: #333333;
}
@media (any-hover: hover) {
  .solution_page .section2 .case_swiper .swiper-slide:hover .textBox {
    border-bottom: 2px solid #175dc6;
  }
  .solution_page .section2 .case_swiper .swiper-slide:hover .textBox .text {
    color: #175dc6;
  }
}
.solution_page .section3 {
  padding: 0.6771rem 1.0938rem 0.9115rem;
  width: 100%;
  position: relative;
  background: url(/static/images/solution_section3_bg.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.solution_page .section3 .items {
  margin-top: 0.6771rem;
}
.solution_page .section3 .items .item {
  transition: 0.5s;
  margin-right: 0.1563rem;
  width: 2.0833rem;
  height: 1.5729rem;
  border-bottom: 3px solid #0043b1;
  background-color: #0043b1;
  padding: 0.1771rem 0.2708rem 0;
  box-sizing: border-box;
}
.solution_page .section3 .items .item .icon {
  width: 0.3333rem;
  margin-bottom: 0.1563rem;
}
.solution_page .section3 .items .item .des1 {
  font-size: 0.0938rem;
  color: #ffffff;
  margin-bottom: 0.0885rem;
}
.solution_page .section3 .items .item .num {
  font-size: 0.2188rem;
  color: #ffffff;
  margin-bottom: 0.1458rem;
}
.solution_page .section3 .items .item .des2 {
  font-size: 0.0729rem;
  color: #ffffff;
}
.solution_page .section3 .items .item .num2 {
  font-size: 0.1875rem;
  color: #ffffff;
  margin-bottom: 0.1042rem;
}
@media (any-hover: hover) {
  .solution_page .section3 .items .item:hover {
    border-bottom: 3px solid #ffffff;
  }
}
