.contentus {
  font-size: 0.16rem;
}
#allmap {
  height: 6.26rem;
}
#allmap img {
  max-width: inherit;
}
.contentus .bd {
  padding: 1.4rem 0;
  display: flex;
  justify-content: space-between;
}
.contentus .bd .left,
.contentus .bd .right {
  width: 60%;
}
.contentus .bd .left ul {
  padding-top: 0.8rem;
}
.contentus .bd .left li {
  display: flex;
  align-items: center;
}
.contentus .bd .left li + li {
  margin-top: 0.3rem;
}
.contentus .bd .left li dt {
  color: #b0b0b0;
}
.contentus .bd .left li dd {
  font-size: 0.18rem;
  margin-top: 0.1rem;
}

.contentus .bd .left li dd b {
  font-size: 0.2rem;
  font-family: Inter;
}
.contentus .bd .left .btn {
  margin-top: 1rem;
  width: 1.6rem;
  height: 0.53rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 0.18rem;
}
.contentus .bd .left .btn i {
  display: block;
  margin-right: 0.1rem;
  width: 0.18rem;
  height: 0.18rem;
  background: url(../images/contact_11.png) center no-repeat;
  background-size: 100% 100%;
}
.contentus .bd .left li img {
  width: 0.28rem;
  margin-right: 0.45rem;
}
.contentus .bd .right h3 {
  font-size: 0.3rem;
  font-family: "pht-rgl";
  padding-bottom: 0.8rem;
}
.contentus .bd .right ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.23rem;
}
.contentus .bd .right ul li {
  width: 50%;
  padding: 0.23rem;
}
.contentus  .bt{
    color: #bb0a0a;
    margin-right: 6px;
}
.contentus .bd .right ul li:last-child {
  width: 100%;
}
.contentus .bd .right ul input {
  width: 100%;
  height: 0.45rem;
  font-size: 0.16rem;
  margin-top: 0.1rem;
  border-bottom: 1px solid #333;
}
.contentus .bd .right ul textarea{
    border:1px solid  #333;
    padding:0.1rem;
    font-size: 0.16rem;
    font-family: "Microsoft Yahei";
    resize: none;
    width: 100%;
    height: 1rem;
    margin-top: 0.1rem;
}

.contentus .bd .right .btn {
  margin-top: 0.8rem;
  width: 1.25rem;
  height: 0.53rem;
  border-radius: 0.5rem;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 0.18rem;
}
/**/
.news {
  font-size: 0.16rem;
  background: #f7f7f7;
  padding: 0.7rem 0 1rem;
}
.news .bd {
  padding: 0.7rem 0 0.9rem;
}
.news .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.23rem;
}
.news .bd ul li {
  width: 33.333%;
  padding: 0.23rem;
}
.news .bd ul li a {
  display: block;
  border-radius: 0.05rem;
  color: #303338;
  background: #fff;
  padding: 0.38rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.news .bd ul li a:hover {
  transform: translateY(-0.1rem);
}
.news .bd ul li .pic {
  border-radius: 0.1rem;
  margin-bottom: 0.4rem;
}
.news .bd ul li .pic img {
  height: 2.85rem;
}
.news .bd ul li span {
  font-family: DINPro;
  font-weight: bold;
  color: #0461ac;
}
.news .bd ul li p {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin: 0.1rem 0 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .bd ul li .more {
  position: relative;
  padding-top: 0.38rem;
  border-top: 1px solid #f1f1f1;
}
.news .bd ul li .more::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  bottom: 0.07rem;
  right: 2px;
}
.news .bd ul li .more::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  transition: all 0.3s;
  width: 0;
  border-bottom: 1px solid #0461ac;
}
.news .bd ul li:hover .more::before {
  width: 100%;
}
.news .bd ul li:hover .more::after {
  border-color: #0461ac;
}
.news .bd ul li:hover p {
  font-weight: bold;
}
/**/
.pro_banner .bd {
  text-align: center;
  color: #000;
  padding-top: 1rem;
}
.products {
  font-size: 0.16rem;
}
.products .tabtitle {
  display: flex;
  justify-content: center;
  font-size: 0.24rem;
  line-height: 0.9rem;
  font-family: "pht-rgl";
}
.products .tabtitle li {
  position: relative;
  width:;
  text-align: center;
  cursor: pointer;
}
.products .tabtitle li + li {
  margin-left: 0.5rem; margin-right:0.5rem;
}
.products .tabtitle li.on::after {
  content: "";
  border-bottom: 4px solid #0461ac;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.products .a {
  background: #f5f7f9;
  padding: 0.5rem 0.9rem;
}
.products .a .pic {
  max-width: 100%;
}
.products .a .bd {
  width: 30%;
  font-size: 0.18rem;
}
.products .a .bd ul {
  line-height: 0.34rem;
  margin: 0.4rem 0 0.6rem;
}
.products .b {
  padding: 0.8rem 0 1.4rem;
}
.products .b .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.4rem -0.15rem 0.9rem;
}
.products .b .bd ul li {
  width: 33.333%;
  padding: 0.15rem;
}
.products .b .bd ul li .pic { height:250px;}
.products .b .bd ul li .pic img { width:100%; height:100%; object-fit:cover;}
.products .b .bd ul li a {
  display: block;
  padding: 0.49rem;
  line-height: 0.36rem;
  background: #f5f7f9;
}
.products .b .bd ul li a:hover {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.1rem);
}
.products .b .bd ul li h4 {
  font-size: 0.2rem;
  margin: 0.3rem 0 0.15rem;text-align:center;
}
.products .b .bd ul li h4 b {
  font-size: 0.2rem; font-weight:400; 
  padding-right: 0.1rem;
  font-family: Inter;
}
.products .b .tab {
  display: flex;
  align-items: center;
  font-family: "pht-medium";
  justify-content: center;
  font-size: 0.24rem;
  color: #767676;
}
.products .b .tab li {
  margin: 0 0.25rem;
  padding-bottom: 0.17rem;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.products .b .tab li.on {
  color: #292929;
  font-family: "pht-bold";
  border-bottom: 4px solid #0461ac;
}
/**/
.newsitem {
  font-size: 0.18rem;
}
.newsitem .container {
  max-width: 10rem;
}
.newsitem .a {
  height: 4.9rem;
  color: #fff;
  background: url(../images/newsitem_01.jpg) center no-repeat;
  background-size: cover;
  padding-top: 2.2rem;
}
.newsitem .a h1 {
  font-weight: bold;
  font-size: 0.4rem;
  line-height: 0.52rem;
}
.newsitem .a .bd {
  position: relative;
}
.newsitem .a .bd p {
  font-size: 0.24rem;
  font-family: DINPro;
  font-weight: bold;
  margin-top: 0.3rem;
}
.newsitem .back {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #767676;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  font-size: 0.16rem;
  width: 1.12rem;
  height: 0.47rem;
  border-radius: 0.47rem;
}
.newsitem .back:hover {
  background: #0461ac;
  color: #fff !important;
}
.newsitem .back:hover i {
  background: url(../images/newsitem_08_on.png) center no-repeat;
  background-size: 100% 100%;
}
.newsitem .back i {
  display: block;
  width: 0.15rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  background: url(../images/newsitem_08.png) center no-repeat;
  background-size: 100% 100%;
}
.newsitem .a .back {
  position: absolute;
  right: -2.5rem;
  top: 0.1rem;
}
.newsitem .b {
  padding-bottom: 1.4rem;
}
.newsitem .b .bd {
  color: #686868;
  padding: 0.7rem 0;
  border-bottom: 1px solid #ededed;
  line-height: 0.34rem;
}
.newsitem .b .bd p {
  padding: 0.2rem 0;
}
.newsitem .b .bd img {
  margin: 0.2rem 0;
}
.newsitem .b .ft {
  padding-top: 0.4rem;
  display: flex;
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.newsitem .b .ft a {
  color: #686868;
}
.newsitem .b .ft li a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
/**/
.Solutions {
  font-size: 0.16rem;
}
.Solutions .leftside {
  position: fixed;
  display: none;
  left: 0.65rem;
  line-height: 0.6rem;
  top: 50%;
  transform: translate(0, -50%);
}
.Solutions .leftside::before {
  content: "";
  border-left: 1px solid #dbdbdb;
  position: absolute;
  left: 0;
  top: 0.3rem;
  bottom: 0.3rem;
}
.Solutions .leftside a {
  color: #878787;
}
.Solutions .leftside li {
  padding-left: 0.25rem;
  position: relative;
}
.Solutions .leftside li::before {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #aaaaaa;
  position: absolute;
  left: -0.03rem;
  z-index: 8;
  top: 50%;
  transform: translate(0, -50%);
}
.Solutions .leftside li.on::after {
  content: "";
  width: 0.19rem;
  height: 0.19rem;
  border-radius: 50%;
  background: #f9e0c8;
  position: absolute;
  left: -0.09rem;
  z-index: 7;
  top: 50%;
  transform: translate(0, -50%);
}
.Solutions .leftside li.on::before {
  background: #0461ac;
}
.Solutions .leftside li.on a {
  color: #0461ac;
}
.Solutions .a {
  padding: 1.3rem 0;
}
.Solutions .a .title_common h2 {
  font-size: 0.56rem;
}
.title_common span {
  color: #0461ac;
  display: block;
  text-transform: uppercase;
  font-family: Inter;
  margin-bottom: 0.2rem;
}
.Solutions .a .bd {
  position: relative;
  margin-top: 1rem;
}
.Solutions .a .bd .pic {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.Solutions .a .bd p {
  font-size: 0.24rem;
  color: #767676;
  line-height: 0.4rem;
  max-width: 4.9rem;
  font-family: "pht-rgl";
}
.Solutions .a .bd .btn {
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: url(../images/focation_06.png) center no-repeat;
  background-size: 0.22rem auto;
  margin-top: 2.15rem;
}
.Solutions .a .bd .btn:hover {
  background: url(../images/focation_06_on.png) center no-repeat #0461ac;
  background-size: 0.22rem auto;
  border-color: #0461ac;
}
.Solutions .b {
  padding: 1rem 0 1.4rem;
  background: #f7f7f7;
}
.Solutions .b .bd {
  padding-left: 0.9rem;
}
.Solutions .b .flex {
  background: #fff;
  justify-content: space-between;
}
.Solutions .b .flex + .flex {
  margin-top: 0.95rem;
}
.Solutions .b .flex .pic {
  width: 48%;
}
.Solutions .b .flex .pic img {
  height: 6.35rem;
}
.Solutions .b .flex .pic dl {
  position: absolute;
  top: 0.6rem;
  left: 0.7rem;
  right: 0.7rem;
}
.Solutions .b .flex .pic dt {
  font-weight: bold;
  font-size: 0.36rem;
}
.Solutions .b .flex .pic dd {
  color: #767676;
  margin-top: 0.15rem;
}
.Solutions .b .flex .box {
  width: 50%;
  padding: 0 0.7rem;
}
.Solutions .b .flex ol li {
  line-height: 0.32rem;
  margin-bottom: 0.15rem;
}
.Solutions .b .flex ol li span {
  color: #0461ac;
}
.Solutions .b .flex ul {
  padding-top: 0.55rem;
}
.Solutions .b .flex ul li {
  line-height: 0.4rem;
  display: flex;
  font-size: 0.14rem;
  padding: 0 0.2rem;
  color: #767676;
  border-bottom: 1px solid #fff;
  background: #fcfcfc;
  align-items: center;
  justify-content: space-between;
}
.Solutions .b .flex ul li:nth-child(odd) {
  background: #f7f7f7;
}
/**/
.aboutus {
  font-size: 0.16rem;
}
.aboutus .title_common h2 {
  font-size: 0.52rem;
}

.aboutus .a {
  padding-top: 1rem;
  height: 9.18rem;
  background: url(../images/aboutus_190.png) right center no-repeat;
  background-size: cover;
}
.aboutus .a .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutus .a .hd ul {
  display: flex;
  color: #767676;
  font-size: 0.18rem;
}
.aboutus .a .hd ul li + li {
  margin-left: 1.1rem;
}
.aboutus .a .hd ul li dt {
  font-weight: bold;
  font-size: 0.24rem;
  color: #0461ac;
}
.aboutus .a .hd ul li dt span {
  font-size: 0.48rem;
  font-family: Inter;
}
.aboutus .a .bd {
  max-width: 7rem;
  color: #767676;
  line-height: 0.3rem;
  padding-top: .5rem; float:left;
}

.aboutus .a .bd p {
  padding-bottom: 0.3rem;
}

.about_1_mid_right{
float:right; width:49.16666666666667%;}

.about_1_mid_right_mid_img{
overflow:hidden; position:relative; z-index:10}
.about_1_mid_right_mid_img img{
width:100%;}
.about_1_mid_right_mid{
position:relative; padding-right:1.25em; padding-bottom:1.25em;}
.about_1_mid_right_mid_bg{ background-color:#006cbf;
position:absolute; right:0; bottom:0; width:calc(100% - 3.75em); height:61.06870229007634%;}



.aboutus .b {
  padding-top: 1.6rem;
  color: #fff;
  height: 8.6rem;
  background: url(../images/aboutus_20.jpg) center no-repeat;
  background-size: cover;
}
.aboutus .b .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutus .b .bd {
  display: flex;
  justify-content: space-between;
  margin-top: 1.3rem;
}
.aboutus .b .left,
.aboutus .b .right {
  width: 100%;
}
.aboutus .b .left strong { font-size:20px; padding-bottom:20px;}
.aboutus .b .left p {
  font-size: 0.18rem;
  line-height: 0.36rem;
  margin-bottom: 1.1rem;
}
.aboutus .b .left ul {
  display: flex;
  justify-content: space-between;
}
.aboutus .b .left ul dt {
  font-weight: bold;
  color: #ff861b;
  margin-bottom: 0.1rem;
  font-size: 0.48rem;
  font-family: Inter;
}
.aboutus .b .right ol {
  display: flex;
  flex-wrap: wrap;
}
.aboutus .b .right ol li {
  width: 50%;
  font-size: 0.18rem;
  padding-left: 0.2rem;
  border-left: 2px solid #0461ac;
  font-family: "pht-medium";
  line-height: 0.3rem;
  margin-bottom: 0.6rem;
}
.aboutus .b .right ol li strong { margin-bottom:20px; display:block; font-size:25px;}
.aboutus .c {
  padding: 1.3rem 0;
}
.aboutus .c .title_common {
  text-align: center;
}
.aboutus .c .video {
  margin: 0.8rem 0;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-radius: 0.1rem;
}
.strength .h .video {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.1rem;
  margin-top: 0.75rem;
}
.aboutus .c .video img,
.strength .h .video img {
  width: 100%;
}
.aboutus .c .video::after,
.strength .h .video::after {
  content: "";
  display: block;
  width: 1.22rem;
  height: 1.22rem;
  background: url(../images/aboutus_17.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  animation: video 1s infinite;
  -webkit-animation: video 1s infinite;
  left: 50%;
  top: 50%;
  margin: -0.61rem 0 0 -0.61rem;
}
@keyframes video {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes video /* Safari ä¸Ž Chrome */ {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.aboutus .c ul {
  display: flex;
}
.aboutus .c ul li {
  flex: 1;
  display: flex;
  justify-content: center;
  color: #767676;
  font-size: 0.18rem;
}
.aboutus .c ul li dt {
  font-weight: bold;
  font-size: 0.24rem;
  color: #0461ac;
  margin-bottom: 0.15rem;
}
.aboutus .c ul li dt span,
.aboutus .c ul li dt b {
  font-size: 0.56rem;
  font-family: Inter;
  padding-right: 0.1rem;
}
.aboutus .d {
  padding-top: 1.4rem;
  color: #fff;
  height: 9.16rem;
  background: url(../images/aboutus_26.jpg) center no-repeat;
  background-size: cover;
}
.aboutus .d .bd {
  position: relative;
  background: url(../images/aboutus_16.png) center bottom no-repeat;
  background-size: 100% auto;
}
.aboutus .d .title_common {
  text-align: center;
}
.aboutus .d .bd {
  margin-top: 1rem;
  padding: 0 0.45rem;
}
.aboutus .d .box {
  height: 3.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.aboutus .d .box b {
  font-size: 2.6rem;
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 50%;
  font-family: DINPro;
  top: 0;
  line-height: 2.8rem;
  transform: translate(-50%, 0);
}
.aboutus .d .swiper-slide {
  width: 40%;
}
.aboutus .d .swiper-slide-active .box b {
  opacity: 1;
}
.aboutus .d .box .in {
  width: 3.2rem;
  transform: scale(0.8);
  height: 1.38rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.1rem;
  color: #333;
  position: relative;
  transition: all 0.3s;
  margin-top: 0.5rem;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  padding:0 0.3rem;
  text-align: center;
}
.aboutus .d .box .in::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.9);
}
.aboutus .d .data {
  text-align: center;
  font-size: 0.24rem;
  font-family: Inter;
  font-weight: bold;
}
.aboutus .d .data i {
  display: block;
  width: 0.21rem;
  height: 0.21rem;
  background: url(../images/aboutus_30.png) center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto 0.11rem;
}
.aboutus .d .swiper-slide-active .box .in {
  width: 3.5rem;
  background: #0461ac;
  height: 1.5rem;
  font-size: 0.2rem;
  margin: 0;
  padding: 0 0.15rem;
  transform: scale(1);
  font-weight: bold;
  color: #fff;
}
.aboutus .d .swiper-slide-active .box .in::after {
  border-top: 0.1rem solid #0461ac;
}
.aboutus .d .swiper-slide-active .data i {
  background: url(../images/aboutus_31.png) center no-repeat;
  background-size: 100% 100%;
}
.aboutus .d .swiper-slide-active .data {
  color: #0461ac;
}
.aboutus .d .swiper-button-next,
.aboutus .d .swiper-button-prev,
.homepage .swiper-button-next,
.homepage .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 2px solid #999999;
  top: auto;
  bottom: 0.2rem;
  color: #fff;
}
.aboutus .d .swiper-button-next::after,
.aboutus .d .swiper-button-prev::after,
.homepage .swiper-button-next::after,
.homepage .swiper-button-prev::after {
  font-size: 0.14rem;
  font-weight: bold;
}
.aboutus .d .swiper-button-next:hover,
.aboutus .d .swiper-button-prev:hover,
.homepage .swiper-button-next:hover,
.homepage .swiper-button-prev:hover {
  background: #0461ac;
  border-color: #0461ac;
}
.aboutus .e {
  padding: 1.4rem 0;
}
.aboutus .e .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aboutus .e .hd p {
  font-size: 0.22rem;
  line-height: 0.37rem;
  font-family: "pht-rgl";
  max-width: 7.6rem;
}
.aboutus .e .bd {
  margin-top: 1rem;
  display: flex;
  align-items: flex-end;
}
.aboutus .e .bd .side {
  width: 40%;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.48rem;
  padding: 0.6rem;
  background-image: linear-gradient(to right bottom, #0461ac, #00589f);
}
.aboutus .e .bd .right {
  width: 60%;
  padding: 0 10% 0.35rem;
  background-image: linear-gradient(to bottom, #fff, #eeeeee);
}
.aboutus .e .mySwiper {
  height: 2.2rem;
}
.aboutus .e .mySwiper .swiper-slide-thumb-active span {
  text-decoration: underline;
  font-weight: bold;
}
.aboutus .e .mySwiper .swiper-slide {
  height: calc(100% / 5);
  cursor: pointer;
}
.aboutus .e .mySwiper2 .swiper-slide {
  margin: 0.6rem 0;
  transition: all 0.4s;
}
.aboutus .e .mySwiper2 .swiper-slide .pic {
  border: 5px solid #000;
}
.aboutus .e .mySwiper2 .swiper-slide-active {
  transform: scale(1.4);
  z-index: 9;
}
.aboutus .e .swiper-button-next,
.aboutus .e .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 2px solid #fff;
  top: auto;
  bottom: 0.2rem;
  margin: 0;
  margin-right: 0.2rem;
  position: static;
  color: #fff;
}
.aboutus .e .swiper-button-next:hover,
.aboutus .e .swiper-button-prev:hover {
  color: #0461ac;
  background: #fff;
}
.aboutus .e .swiper-button-next::after,
.aboutus .e .swiper-button-prev::after {
  font-size: 0.14rem;
  font-weight: bold;
}
.aboutus .e .btns {
  display: flex;
  margin-top: 1.2rem;
}
.aboutus .e .mySwiper2 {
  padding-bottom: 0.3rem;
}
.aboutus .e .mySwiper2 .swiper-pagination {
  top: auto;
  bottom: 0;
  height: 2px;
}
.aboutus .e .swiper-pagination-progressbar {
  background: #fff;
}
.aboutus .e .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #0461ac;
}
/**/
.proitem {
  font-size: 0.16rem;
  padding-top: 1.8rem;
}
.proitem .a .side {
  width: 50%;
  margin-right: 5%;
  text-align: center;
}
.proitem .swiper-button-next,
.proitem .swiper-button-prev {
  width: 0.54rem;
  height: 0.54rem;
  color: #333;
  border-radius: 50%;
  border: 1px solid #d8d8d8;
  margin: 0;
}
.proitem .swiper-button-next::after,
.proitem .swiper-button-prev::after {
  font-size: 0.14rem;
  font-weight: bold;
}
.proitem .swiper-button-next:hover,
.proitem .swiper-button-prev:hover {
  background: #0461ac;
  color: #fff;
  border-color: #0461ac;
}
.proitem .a {
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.proitem .a .flex {
  align-items: stretch;
}
.proitem .a h3 {
  font-size: 0.24rem;
  font-family: "pht-Bold";
}
.proitem .a h1 {
  color: #0461ac;
  font-size: 0.48rem;
  font-family: Inter;
  font-weight: bold;
  margin-top: 0.15rem;
}
.proitem .a p {
  line-height: 0.36rem;
  color: #767676;
  margin: 0.4rem 0 0.65rem;
}
.proitem .a ul {
  margin-top: 0.4rem;
}
.proitem .a li {
  display: flex;
  align-items: center;
  line-height: 0.5rem;
}
.proitem .a li span {
  display: block;
  color: #767676;
  position: relative;
  margin-right: 0.35rem;
  width: 1.16rem;
}
.proitem .a li span::after {
  content: "|";
  position: absolute;
  color: #ccc;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.proitem .a .swiper-button-next,
.proitem .a .swiper-button-prev {
  top: auto;
  margin: 0;
  bottom: 0;
}
.proitem .a .swiper-button-prev {
  left: 50%;
  margin-left: -0.7rem;
}
.proitem .a .swiper-button-next {
  right: 50%;
  margin-right: -0.7rem;
}
.proitem .a .swiper {
  padding-bottom: 0.7rem;
}
.proitem .b {
  margin: 0 0 1.4rem;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fafafa;
}
.proitem .b ul {
  display: flex;
  font-family: "pht-rgl";
  font-size: 0.24rem;
  line-height: 1rem;
}
.proitem .b ul li {
  width: 1.72rem;
  text-align: center;
  margin-right: 0.3rem;
  position: relative;
}
.proitem .b ul li.on {
  font-family: "pht-bold";
}
.proitem .b ul li.on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #0461ac;
}
.proitem .b .common_more a {
  width: 2.28rem;
  height: 0.63rem;
  background: #0461ac;
  color: #fff;
  font-family: "pht-bold";
  padding-right: 0.2rem;
  font-size: 0.18rem;
}
.proitem .b .common_more a span {
  background: #fff;
}
.proitem .b .common_more a span::after {
  border-color: #0461ac;
}
.proitem .list .title_common h2 {
  text-align: center;
  font-family: "pht-rgl";
}
.proitem .c .bd {
  text-align: center;
  margin-top: 0.75rem;
}
.proitem .c .bd .box {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  margin: 0.18rem;
  transition: all 0.3s;
  padding: 0.42rem 0;
}
.proitem .c .bd .box:hover {
  color: #fff;
  background: #0461ac;
}
.proitem .c .bd .box:hover dd {
  color: #fff;
}
.proitem .c .bd .box:hover img {
  filter: brightness(100);
}
.proitem .c .bd .box dt {
  font-weight: bold;
  font-size: 0.18rem;
  margin-top: 0.2rem;
}
.proitem .c .bd .box dd {
  line-height: 0.24rem;
  color: #767676;
  margin-top: 0.15rem;
  height: 0.72rem;
  overflow-y: auto;
  padding: 0 0.1rem;
}
.proitem .c .bd .box dd::-webkit-scrollbar{
    width: 4px;
    background-color: #fff;
}
.proitem .c .bd .box dd::-webkit-scrollbar-thumb{
    background-color: #0461ac;
}
.proitem .c .bd .swiper{
    padding-bottom: 0.5rem;
}
.proitem .c .bd .box img {
  width: 0.8rem;
}
.proitem .d {
  padding: 1.4rem 0;
}
.proitem .d .bd {
  margin-top: 0.75rem;
}
.proitem .d .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.24rem -0.39rem;
}
.proitem .d .bd ul li {
  width: 33.333%;
  padding: 0.24rem 0.39rem;
}
.proitem .d .bd ul li .pic {
  width: 2.1rem;
  margin-right: 0.15rem;
}
.proitem .d .bd ul li .flex {
  border: 1px solid #ccc;
  padding: 0.15rem;
  transition: all 0.3s;
}
.proitem .d .bd ul li .flex:hover {
  border-color: #0461ac;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.proitem .d .bd ul li .flex:hover .btn {
  background: #0461ac;
  color: #fff;
}
.proitem .d .bd ul li h3 {
  font-weight: bold;
  line-height: 0.3rem;
  font-size: 0.2rem;
  height: 1.15rem;
}
.proitem .d .bd ul li .btn {
  color: #0461ac;
  background: #fff;
  font-size: 0.14rem;
  border: 1px solid #0461ac;
  width: 0.9rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proitem .e .hd {
  background: #0461ac;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
  margin-top: 0.75rem;
  line-height: 0.9rem;
  padding-left: 0.4rem;
}
.proitem .e .hd span {
  display: block;
  width: 1.5rem;
}
.proitem .e .hd .flex_item {
  font-family: Inter;
}
.proitem .e table {
  width: 100%;
}
.proitem .e table th {
  padding: 0.25rem 0.4rem;
  text-align: left;
  background: #292929;
  font-size: 0.2rem;
  color: #fff;
}
.proitem .e table td {
  line-height: 0.36rem;
  padding: 0.25rem 0.4rem;
}
.proitem .e table td:first-child {
  width: 4.12rem;
  background: #fafafa;
  border-right: 1px solid #e8e8e8;
}
.proitem .e .bd {
  border: 1px solid #e8e8e8; padding:3% 3%; line-height:32px; font-size:17px; margin-bottom:100px;
  
}
.proitem .e table tr + tr {
  border-top: 1px solid #e8e8e8;
}
.proitem .f {
  padding: 1.4rem 0;
  text-align: center;
}
.proitem .f .bd {
  margin-top: 0.65rem;
  position: relative;
}
.proitem .f .bd a {
  display: block;
  background: #f5f7f9;
  margin-top: 0.1rem;
  padding: 0.2rem 0.15rem 0.3rem;
}
.proitem .f .bd a:hover {
  transform: translateY(-0.1rem);
}
.proitem .f .bd a dt {
  font-size: 0.24rem;
  font-family: Inter;
  font-weight: bold;
  margin: 0.3rem 0 0.05rem;
}
.proitem .f .swiper-button-next {
  right: -0.8rem;
  margin-top: -0.3rem;
}
.proitem .f .swiper-button-prev {
  left: -0.8rem;
  margin-top: -0.3rem;
}
/**/
.strength {
  font-size: 0.16rem;
}
.strength .a {
  padding: 1.4rem 0;
}
.title_common p {
  color: #767676;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.strength .a .bd {
  display: flex;
  padding-bottom: 1rem;
}
.strength .a .bd .pic {
  width: 6.98rem;
  border-radius: 0.1rem;
}
.strength .a .bd p {
  max-width: 6.6rem;
  margin-top: 0.9rem;
}
.strength .a .ft ul {
  display: flex;
  justify-content: space-between;
  color: #767676;
  font-size: 0.18rem;
}
.strength .a .ft ul dt {
  font-weight: bold;
  font-size: 0.24rem;
  color: #0461ac;
  font-family: "pht-bold";
}
.strength .a .ft ul dt span {
  font-size: 0.6rem;
  font-family: Inter;
}
.strength .b {
  height: 8.98rem;
  background: url(../images/kf_03.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.strength .title_common h2 {
  font-size: 0.46rem;
}
.strength .b .title_common h2 {
  text-align: center;
  color: #fff;
}
.strength .b .bd {
  margin-top: 1.6rem;
}
.strength .b .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3rem;
}
.strength .b .bd ul li {
  width: 33.333%;
  padding: 0.3rem;
  text-align: center;
}
.strength .b .bd ul li .box {
  background: #fff;
  border-radius: 0.1rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  height: 2.97rem;
  transition: all 0.3s;
  padding-top: 0.4rem;
  font-family: "pht-bold";
}
.strength .b .bd ul li .box:hover {
  background: #0461ac;
  color: #fff;
}
.strength .b .bd ul li .box:hover img {
  filter: brightness(100);
}
.strength .b .bd ul li .box img {
  width: 1rem;
  transition: 0s;
  margin-bottom: 0.3rem;
}
.strength .c {
  height: 9.52rem;
  position: relative;
  background: url(../images/kf_04.jpg) center no-repeat;
  background-size: cover;
  padding-top: 1.4rem;
}
.strength .c p {
  margin-top: 1.1rem;
}
.strength .c .swiper-button-next,
.strength .c .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  color: #9b9b9b;
  background: #fff;
  position: static;
  margin: 0;
  margin-right: 0.15rem;
}
.strength .c .swiper-button-next::after,
.strength .c .swiper-button-prev::after {
  font-size: 0.14rem;
  font-weight: bold;
}
.strength .c .btns {
  display: flex;
  margin-top: 2.9rem;
}
.strength .c .swiper-button-next:hover,
.strength .c .swiper-button-prev:hover {
  color: #fff;
  background: #0461ac;
}
.strength .c .bd {
  width: 70%;
  position: absolute;
  right: 0;
  bottom: -0.25rem;
}
.strength .c .bd .swiper-slide {
  width: 30%;
  padding: 0.25rem;
}
.strength .c .bd .swiper-slide .box {
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.strength .c .bd .swiper-slide .box img {
  width: 100%;
}
.strength .c .bd .swiper-slide .box:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
}
.strength .c .box {
  position: relative;
}

.strength .d {
  padding: 1rem 0;
  background: #f6f6f6;
}
.strength .d .pic {
  border-radius: 0.1rem;
}
.strength .d .flex {
  align-items: stretch; margin:40px 0px; display:inline-block; width:100%;
}

.strength .d .flex .flex_item:nth-child(1){ float:left; margin-top:70px; width:40%; padding-left:5%;} 
.strength .d .flex .flex_item:nth-child(2){ float:right; width:50%;}

.strength .d .container .flex:nth-child(2n+1) .flex_item:nth-child(1){ float:right!important; text-align:left; width:40%;}
.strength .d .container .flex:nth-child(2n+1) .flex_item:nth-child(2){ float:left !important;}



.strength .d ul {
  margin-top:0rem;
}
.strength .d li {
  font-size: 0.18rem;
  padding-left: 0.35rem;
  border-left: 4px solid #767676;
  color: #767676;
  cursor: pointer;
  transition: all 0.3s;
}
.strength .d li dt {
  font-size: 0.24rem;
  font-family: "pht-bold";
  transition: all 0.3s;
  color: #292929;
}
.strength .d li + li {
  margin-top: 0.45rem;
}
.strength .d li dd {
  margin-top: 0.1rem;
  transition: all 0.3s;
  display: none;
}
.strength .d li.on {
  border-color: #db470f;
}
.strength .d li.on dd {
  display: block;
}
.strength .d li.on dt {
  color: #0461ac;
  font-size: 0.3rem;
}

.strength .e {
  padding: 1.4rem 0;
}
.strength .e .title_common {
  text-align: center;
  margin-bottom: 0.75rem;
}
.strength .e .bd {
  height: 5.86rem;
  background: url(../images/kf_26.jpg) center no-repeat;
  background-size: 100% 100%;
}
.strength .e .bd ul {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.strength .e .bd ul li {
  width: 25%;
  font-family: "pht-rgl";
  font-size: 0.24rem;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.strength .e .bd ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.strength .e .bd ul li dt {
  height: 0.8rem;
}
.strength .e .bd ul li dt i {
  display: block;
  width: 0.26rem;
  height: 0.26rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto 0;
  transition: all 0.2s;
  transform: translateY(0.1rem);
  position: relative;
}
.strength .e .bd ul li dt i::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  background: #fff;
  transition: all 0.5s;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.strength .e .bd ul li:hover {
  font-family: "pht-bold";
}
.strength .e .bd ul li:hover i {
  width: 0.36rem;
  transform: translateY(0.05rem);
  border-color: #db470f;
  height: 0.36rem;
}
.strength .e .bd ul li:hover i::before {
  background: #db470f;
  width: 0.2rem;
  height: 0.2rem;
}
.strength .e .bd ul li:hover i::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid #db470f;
  border-radius: 50%;
  opacity: 0.7;
  transform: translate(-50%, -50%);
}
.strength .f {
  height: 7.6rem;
  background: url(../images/kf_28.jpg) center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
.strength .f ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.1rem;
  max-width: 6.52rem;
}
.strength .f ul li {
  width: 25%;
  padding: 0.1rem;
}
.strength .f ul li .pic {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.strength .f p {
  max-width: 5.42rem;
  margin-top: 0.7rem;
}
.strength .g {
  padding: 1.4rem 0;
}
.strength .g .hd {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.strength .g .hd p {
  font-size: 0.24rem;
  margin-top: 0.2rem;
}
.strength .g .hd ul {
  display: flex;
  color: #767676;
  font-size: 0.18rem;
}
.strength .g .hd ul dt {
  font-size: 0.3rem;
  padding-bottom: 0.1rem;
  color: #0461ac;
  font-family: "pht-bold";
}
.strength .g .hd ul dt span,
.strength .g .hd ul dt b {
  font-size: 0.56rem;
  font-family: Inter;
  font-weight: bold;
  padding-right: 0.1rem;
}
.strength .g .hd ul li + li {
  margin-left: 1rem;
}
.strength .g .bd {
  margin-top: 0.75rem;
}
.strength .g .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.strength .g .bd ul li {
  width: 33.333333%;
  padding: 0.2rem;
}
.strength .g .bd ul .box {
  border-radius: 0.1rem;
  overflow: hidden;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.strength .g .bd ul dl {
  padding: 0.2rem 0.4rem 0.4rem;
}
.strength .g .bd ul dd {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #767676;
  margin-top: 0.2rem;
}
.strength .g .bd ul dt {
  font-size: 0.24rem;
  font-family: "pht-bold";
}
.strength .h {
  padding: 1.4rem 0;
  background: url(../images/kf_06.jpg) top center no-repeat;
  background-size: cover;
}
.strength .h .title_common {
  text-align: center;
}
.strength .h .title_common p {
  margin-top: 0.2rem;
}
/**/
.homepage {
  font-size: 0.16rem;
}

.banner .swiper-slide:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    background: #2b3038 ;
    opacity: 0.4;
    position:absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.homepage .banner img,
.homepage .banner video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.homepage .banner .bd {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  z-index: 5;
}
.homepage .banner .bd .common_more a {
  margin: 0 auto;
}
.homepage .banner .bd p {
  font-size: 0.3rem;
  font-family: "pht-medium";
}
.homepage .banner .bd h2 {
  font-size: 0.66rem;
  font-family: "pht-bold";
  padding: 0.1rem 0 0.6rem;
}
.homepage .banner .swiper-button-next,
.homepage .banner .swiper-button-prev {
  top: auto;
  bottom: 0.8rem;
  margin: 0;
  left: 0.6rem;
  right: auto;
}
.homepage .banner .swiper-button-next {
  margin-left: 0.8rem;
}
.homepage .a {
  overflow: hidden;
}
.homepage .a ul {
  display: flex;
}
.homepage .a ul li {
  width: 38%;
  overflow: hidden;

  transition: all 0.7s;
  position: relative;
}
.homepage .a ul li:first-child {
  margin-right: 0%;
}
.homepage .a ul li.on {
  width: 50%;
  transition: all 0.3s;
  z-index: 9;
}
.homepage .a ul li .img {
  position: relative;
  height: 100vh; transform:rotate(7deg);
}
.homepage .a ul li.on .img img {
  opacity: 0;
}



/*
.homepage .a ul li:first-child.on .img::before {
  content: "";
  background: url(../images/home_05.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homepage .a ul li:nth-child(2).on .img::before {
  content: "";
  background: url(../images/home_05.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homepage .a ul li:nth-child(3).on .img::before {
  content: "";
  background: url(../images/home_05.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homepage .a ul li:nth-child(4).on .img::before {
  content: "";
  background: url(../images/home_05.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homepage .a ul li:last-child.on .img::before {
  content: "";
  background: url(../images/home_06.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homepage .a ul li:nth-child(2).on .img::before {
  content: "";
  background: url(../images/home_06.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homepage .a ul li:nth-child(3).on .img::before {
  content: "";
  background: url(../images/home_06.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homepage .a ul li:nth-child(4).on .img::before {
  content: "";
  background: url(../images/home_06.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}*/

.homepage .a ul li .img > img {
  width: 100vw;
  height: 100vh;
  transition: opacity 0s;
}

.homepage .a ul li.on .box {
  /*
  opacity: 1;
  transform: scale(1);
  */
  /*animation: scaleProduct 2s 1 alternate;*/
  animation-name: scaleProduct;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.homepage .a ul li .box {
  position: absolute;
  left: 0;
  top: 15vh;
  z-index: 9;
  opacity: 0;
  transform-origin: 50%;
  /*
  transform: scale(0.8);
  transition: opacity 0.6s ease-in 0.3s, transform 0.3s ease-in 0.1s;
  will-change: opacity, transform;
  */
  width: 100%;
  text-align: center;
}

@keyframes scaleProduct {
  from {
    transform: scale(0.8);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.homepage .a ul li .box .picbox {
  height: 5.1rem;
}
.homepage .a ul li .box .picbox img {
  max-height: 100%;
  max-width: 80%;
}
.homepage .a ul li .box p {
  font-size: 0.2rem;
  margin: 0.2rem 0;
}
.homepage .a ul li .box p span + span::before {
  content: "/";
  padding: 0 0.15rem;
}
.homepage .a ul li .box .common_more a {
  margin: 0 auto;
}
.homepage .a ul li .in {
  color: #fff;
  position: absolute;
  top: 15vh;
}
.homepage .a ul li.on .in {
  display: none;
}
.homepage .a ul li:first-child .in {
  left: 19%;
}
.homepage .a ul li.on > i {
  display: none;
}
.homepage .a ul li:first-child > i {
  position: absolute;
  bottom: 0.5rem;
  left: 17%;
  z-index: 99;
  width: 1.7rem;
  height: 0.34rem;
  background: url(../images/home_14.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .a ul li:last-child > i {
  position: absolute;
  bottom: 0.5rem;
  right: 17%;
  width: 1.7rem;
  height: 0.34rem;
  background: url(../images/home_13.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .a ul li:last-child .in {
  right: 19%;
}
.homepage .b {
  background: url(../images/home_16.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 1rem;
}
.homepage .b .hd {
  display: flex;
  padding: 0 0.6rem;
  align-items: center;
}
.homepage .b .bd {
  margin-left: 0.6rem;
  margin-top: 8vh;
  position: relative;
  padding-bottom: 7vh;
}
.homepage .b .bd .swiper-pagination-progressbar {
  bottom: 0;
  background: #5e616a;
  top: auto;
}
.homepage
  .b
  .bd
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  background: #0461ac;
}
.homepage .b .bd .swiper-slide {
  margin-right: 1.35rem;
  width: 35%;
}
.homepage .b .bd a {
  color: #fff;
  font-size: 0.18rem;
}
.homepage .b .bd a .pic {
  border-radius: 0.2rem;
}
.homepage .b .bd a dt {
  font-size: 0.36rem;
  font-family: "pht-bold";
  margin: 0.3rem 0 0.1rem;
}
.homepage .b .title_common p {
  color: #fff;
}
.homepage .b .swiper-button-next,
.homepage .b .swiper-button-prev {
  position: static;
  margin: 0 0 0 0.2rem;
}
.homepage .title_common h2 {
  font-size: 0.52rem;
}
.homepage .c {
  background: url(../images/home_18.png) top center no-repeat #eff2f4;
  background-size: contain;
}
.homepage .c .tabbox i {
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  display: block;
  border-radius: 50%;
  background: #aeaeae;
}
.homepage .c .tabbox i::before {
  content: "";
  width: 0.16rem;
  transition: all 0.3s;
  border-radius: 50%;
  border: 3px solid #e5e5e5;
  position: absolute;
  margin-left: -0.05rem;
  margin-top: -0.05rem;
  height: 0.16rem;
}
.homepage .c .tabbox.on i {
  background: #0461ac;
  animation: mapi 3s infinite;
  -webkit-animation: mapi 3s infinite;
}
.homepage .c .tabbox.on i::before {
  border-color: #f7d9bc;
}
@keyframes mapi {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes mapi /* Safari ä¸Ž Chrome */ {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.homepage .c .tabbox .i1 {
  left: 45.5%;
  top: 52.2%;
}
.homepage .c .tabbox .i2 {
  left: 69.2%;
  top: 72.2%;
}
.homepage .c .tabbox .i3 {
  left: 77.6%;
  top: 81.4%;
}
.homepage .c .tabbox .i4 {
  left: 16%;
  top: 52.6%;
}
.homepage .c .tabbox .i5 {
  left: 26.8%;
  top: 65.7%;
}
.homepage .c .tabbox .i6 {
  left: 25.1%;
  top: 72.7%;
}
.homepage .c .tabbox .i7 {
  left: 14.1%;
  top: 33.333%;
}
.homepage .c .tabbox .i8 {
  left: 15.1%;
  top: 45%;
}
.homepage .c .tabbox .i9 {
  left: 38.7%;
  top: 36.48%;
}
.homepage .c .tabbox .i10 {
  left: 39.58%;
  top: 41.111%;
}
.homepage .c .tabbox .i11 {
  left: 38.28%;
  top: 44.62%;
}
.homepage .c .tabbox .i12 {
  left: 41.92%;
  top: 43.6%;
}
.homepage .c .tabbox .i13 {
  left: 43.333%;
  top: 38%;
}
.homepage .c .tabbox .i14 {
  left: 44.63%;
  top: 41.94%;
}
.homepage .c .tabbox .i15 {
  left: 45.36%;
  top: 37.31%;
}
.homepage .c .tabbox .i16 {
  left: 46.5%;
  top: 40.09%;
}
.homepage .c .tabbox .i17 {
  left: 61.51%;
  top: 30.09%;
}
.homepage .c .tabbox .i18 {
  left: 54.58%;
  top: 40.37%;
}
.homepage .c .tabbox .i19 {
  left: 53.48%;
  top: 44.62%;
}
.homepage .c .tabbox .i20 {
  left: 52.39%;
  top: 45.555%;
}
.homepage .c .tabbox .i21 {
  left: 51.4%;
  top: 48.6%;
}
.homepage .c .tabbox .i22 {
  left: 53.64%;
  top: 48.33%;
}
.homepage .c .tabbox .i23 {
  left: 54.32%;
  top: 50.55%;
}
.homepage .c .tabbox .i24 {
  left: 56.45%;
  top: 53.51%;
}
.homepage .c .tabbox .i25 {
  left: 60.67%;
  top: 53.88%;
}
.homepage .c .tabbox .i26 {
  left: 61.77%;
  top: 56.11%;
}
.homepage .c .tabbox .i27 {
  left: 61.82%;
  top: 61.29%;
}
.homepage .c .tabbox .i28 {
  left: 64.68%;
  top: 62.77%;
}
.homepage .c .tabbox .i29 {
  left: 66.77%;
  top: 58.14%;
}
.homepage .c .tabbox .i30 {
  left: 69.84%;
  top: 46.85%;
}

.svgmap {
  width: 100%;
  height: 100%;
}

.svgmap img {
  width: 100%;
  height: 100%;
}
.homepage .c .logo {
  width: 0.43rem;
  height: 0.43rem;
  background: #fff;
  top: 47.87%;
  left: 63%;
  border-radius: 50%;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  position: absolute;
}
.homepage .c .ft {
  position: absolute;
  left: 0.6rem;
  bottom: 0.4rem;
}
.homepage .c .ft ul {
  display: flex;
}
.homepage .c .ft dd {
  font-size: 0.6rem;
  color: #0461ac;
  font-weight: bold;
  line-height: 0.72rem;
  margin-top: 0.1rem;
  font-family: DINPro;
}
.homepage .c .ft dd span {
  font-size: 0.72rem;
}
.homepage .c .ft li {
  width: 3rem;
}
.homepage .c .ft li + li {
  padding-left: 0.4rem;
  border-left: 1px solid #ccc;
}
.homepage .c .box {
  width: 3.8rem;
  border-radius: 0.2rem;
  position: absolute;
  padding: 0.46rem;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.2rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
  background: #fff;
}
.homepage .c .box .mySwiper {
  padding-bottom: 0.6rem;
}
.homepage .c .box dt {
  font-size: 0.36rem;
  font-family: "pht-medium";
}
.homepage .c .box dd {
  height: 2rem;
  color: #767676;
  margin-top: 0.2rem;
  line-height: 0.3rem;
}
.homepage .c .swiper-button-next,
.homepage .c .swiper-button-prev {
  margin: 0;
  color: #333;
  bottom: 0;
  right: auto;
  left: 0;
}
.homepage .c .swiper-button-next {
  margin-left: 0.8rem;
}
.homepage .c .swiper-button-next:hover,
.homepage .c .swiper-button-prev:hover {
  color: #fff;
}
.homepage .d {
  background: url(../images/home_20.jpg) center no-repeat;
  background-size: cover;
  padding: 0 0.6rem;
  padding-top: 1rem;
}
.homepage .d .hd {
  color: #fff;
}
.homepage .d .hd p {
  margin-top: 0.1rem;
  color: #fff;
  font-size: 0.22rem;
  font-family: "pht-rgl";
}
.homepage .d .bd {
  padding: 0.45rem;
  background: #fff;
  border-radius: 0.2rem;
  margin-top: 0.7rem;
}
.homepage .d .bd .video {
  width: 40%;
  position: relative;
  cursor: pointer;
  margin-right: 8%;
}
.homepage .d .bd .video img{
    width: 100%;
}
.homepage .d .bd .video::after {
  content: "";
  width: 1.4rem;
  height: 0.92rem;
  background: url(../images/home_12.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.homepage .d .bd h3 {
  font-size: 0.36rem;
  font-family: "pht-bold";
}
.homepage .d .bd p {
  line-height: 0.3rem;
  color: #767676;
  height: 1.3rem;
  margin-top: 0.2rem;
}
.homepage .d .bd ul {
  display: flex;
}
.homepage .d .bd ul li {
  position: relative;
  flex: 1;
  color: #767676;
}
.homepage .d .bd ul li dd {
  font-size: 0.66rem;
  font-family: DINPro;
  color: #0461ac;
  font-weight: bold;
}
.homepage .d .bd ul li dd{ font-size:15px;}
.homepage .d .bd ul li dd span {  font-size: 0.66rem;}
.homepage .d .bd ul li + li {
  padding-left: 0.65rem;
}
.homepage .d .bd ul li + li::before {
  content: "";
  height: 0.53rem;
  border-left: 1px solid #dadada;
  position: absolute;
  bottom: 0.15rem;
  left: 0;
}
.homepage .e {
  padding:1rem  0.6rem 0;
  background: #f2f3f8;
  
}
.homepage .e .bd {
  display: flex;
  margin-top: 0.6rem;
}
.homepage .e .bd > .flex_item + .flex_item {
  margin-left: 0.25rem;
}
.homepage .e .bd .pic {
  height: 3.5rem;
  overflow: hidden;
}
.homepage .e .bd .side {
  background: #fff;
}
.homepage .e .bd .side dl {
  padding: 0.45rem;
}
.homepage .e .bd .side p {
  font-size: 0.22rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .e .bd .side dt {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.3rem;
  margin-bottom: 0.15rem;
}
.homepage .e .bd .side dt span {
  font-family: DINPro;
  color: #0461ac;
  font-weight: bold;
  font-size: 0.18rem;
}
.homepage .e .bd .side dd {
  position: relative;
}
.homepage .e .bd .side dd::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 2px;
}
.homepage .e .bd li {
  background: #fff;
  padding: 0.45rem;
}
.homepage .e .bd li + li {
  margin-top: 0.25rem;
}
.homepage .e .bd li p {
  color: #777777;
  line-height: 0.26rem;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .e .bd li h4 {
  font-size: 0.22rem;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.homepage .e .bd li dl {
  border-bottom: 1px solid #eee;
  position: relative;
  font-family: DINPro;
  color: #0461ac;
  font-weight: bold;
  padding-bottom: 0.2rem;
}
.homepage .e .bd li dl::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #c8c8cd;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  right: 2px;
}
.homepage .e .bd li dt {
  font-size: 0.52rem;
  line-height: 0.52rem;
  font-weight: bold;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #b9b8c5;
}
#fp-nav.fp-right::before {
  content: "";
  border-left: 1px dashed #b9b8c5;
  position: absolute;
  left: 50%;
  top: 0.46rem;
  transform: translate(-50%, 0);
  bottom: 0.46rem;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  margin: 0.4rem 0;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 6px;
  height: 6px;
  margin-top: 0;
  margin-left: -3px;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #0461ac;
  width: 6px;
  height: 6px;
  margin-top: 0;
  margin-left: -3px;
}
#fp-nav ul li a.active span::before,
.fp-slidesNav ul li a.active span::before,
#fp-nav ul li:hover a.active span::before,
.fp-slidesNav ul li:hover a.active span::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #0461ac;
}
.fp-warning,
.fp-watermark a {
  display: none;
}
.header_home.on {
  background: none;
  box-shadow: none;
}


/*2023-9-5*/
.wtabtitle {
  display: flex;
  justify-content: center;
  font-size: 0.24rem;
  line-height: 0.9rem;
  font-family: "pht-rgl";
}
.wtabtitle li {
  position: relative;
  width: 2rem;
  text-align: center;
  cursor: pointer;
}
.wtabtitle li + li {
  margin-left: 0.5rem;
}
.wtabtitle li.on::after {
  content: "";
  border-bottom: 4px solid #0461ac;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.yanzhengm{
    display: flex;
    align-items: center;
    padding:0.23rem 0 0;
}
.yanzhengm input{
    width: 1.18rem;
    height: 0.45rem;
    font-size: 0.16rem;
    margin-top: 0.1rem;
    border-bottom: 1px solid #333;
    margin:0 0.2rem;
}
.yanzhengm img{
    cursor: pointer;
}








#c_static_001-1694049206572 {
    min-height: 0px;
    display-radio: 1;
    background-fill-value: background-image;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023081811423333896/cms/image/171d3351-d85d-4849-9adf-f96642d5f0a2.jpg);
    padding-top: 80px;
    padding-bottom: 30px
}

#c_static_001-1694049206572 .e_container-4 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    display-radio: flex;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

#c_static_001-1694049206572 .e_container-4 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

#c_static_001-1694049206572 .e_image-5 {
    overflow: hidden;
    display-radio: 1;
    max-width: 249px;
    margin-left: auto;
    margin-right: auto
}

#c_static_001-1694049206572 .e_image-5 img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c_static_001-1694049206572 .e_text-6 {
    line-height: 1.2;
    font-size: 34px;
    margin-top: 15px;
    position: relative;
    width: fit-content;
    z-index: 10;
    font_radio: 2;
    display-radio: 1;
    margin-left: auto;
    margin-right: auto
}

#c_static_001-1694049206572 .e_text-6:before {
    content: "";
    width: 100%;
    height: 10px;
    background: var(--yx_Two);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

#c_static_001-1694049206572 .e_text-7 {
    line-height: 1;
    font-size: 30px;
    font-weight: bold;
    color: var(--yx_Color);
    font_radio: 2;
    display-radio: 1;
    text-align: center;
    margin-top: -15px
}

#c_static_001-1697163044960 .fImg {
    display: none
}

@media screen and (max-width: 768px) {
    #c_static_001-1694049206572 {
        padding-top:50px;
        padding-bottom: 30px
    }

    #c_static_001-1694049206572 .e_text-6 {
        font-size: 18px
    }

    #c_static_001-1694049206572 .e_text-6:before {
        height: 6px
    }

    #c_static_001-1694049206572 .e_text-7 {
        font-size: 26px;
        margin-top: 5px
    }

    #c_static_001-1694049206572 .e_image-5 img {
        max-width: 185px;
        margin: 0 auto;
        display: block
    }
}

@media screen and (min-width: 769px) {
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
}

#c_static_001-1694067663813 {
    background-fill-value: background-image;
    background-image: url(https://omo-oss-image1.thefastimg.com/portal-saas/new2023081811423333896/cms/image/171d3351-d85d-4849-9adf-f96642d5f0a2.jpg);
    padding-top: 50px;
    padding-bottom: 50px
}

#c_static_001-1694067663813 .e_loop-1 .p_list {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between
}

#c_static_001-1694067663813 .e_loop-1 .l_loopitem {
    position: relative;
    min-height: 511px;
    width: 19%;
    overflow: hidden;
    display: block;
    transition: all ease .5s; border-radius:20px;
}

#c_static_001-1694067663813 .e_text-2 {
    line-height: 1.8;
    color: #fff;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.6s all;
    max-width: 490px;
    margin: 10px auto 0;
    width: 80%
}

#c_static_001-1694067663813 .e_loop-1 {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto
}

#c_static_001-1694067663813 .e_loop-1 .l_loopitem img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%
}

#c_static_001-1694067663813 .jjText {
    width: 94%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10
}

#c_static_001-1694067663813 .jjTitle {
    font-size: 30px; font-weight:700;
    color: #fff;
    line-height: 1.6
}

#c_static_001-1694067663813 .e_loop-1 .l_loopitem:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    opacity: 0.3;
    position: absolute
}

#c_static_001-1694067663813 .e_loop-1 .l_loopitem:before {
    content: "+";
    position: absolute;
    color: #fff;
    font-size: 33px;
    left: 0;
    text-align: center;
    width: 100%;
    bottom: 2vw;
    z-index: 11;
    font-weight: lighter;
    transition: 0.6s all
}

#c_static_001-1694067663813 .e_loop-1 .l_loopitem.active1 {
    width: 45%
}

#c_static_001-1694067663813 .e_loop-1 .l_loopitem.active2 {
    width: 12.5%
}

#c_static_001-1694067663813 .e_loop-1 .l_loopitem.active1 .e_text-2 {
    visibility: visible;
    opacity: 1
}

#c_static_001-1694067663813 .e_loop-1 .l_loopitem:nth-child(2n) {
    transform: translateY(2vw)
}

@media screen and (max-width: 768px) {
    #c_static_001-1694067663813 {
        padding-top:10px
    }

    #c_static_001-1694067663813 .e_loop-1 .l_loopitem {
        width: 100%;
        margin-bottom: 10px;
        min-height: 250px
    }

    #c_static_001-1694067663813 .e_loop-1 .l_loopitem:nth-child(2n) {
        transform: translateY(0)
    }

    #c_static_001-1694067663813 .e_loop-1 .p_list {
        flex-wrap: wrap
    }

    #c_static_001-1694067663813 .jjTitle {
        font-size: 24px
    }

    #c_static_001-1694067663813 .e_text-2 {
        visibility: visible;
        opacity: 1
    }
}



.index_jiejue_biaoti { width:100%; padding:20px 0px; text-align:center; font-size:35px; color:#0461ac;  }
.index_jiejue_biaoti h3 {font-weight:700;}














	
	
	.sy_vr { width:100%; height:100vh; position:relative; top:0px; left:0px;}
     .sy_vr_vr { position:absolute; left:0px; top:0px; z-index:0; width:100%; height:100%;} 
     /* .sy_vr:before { content:" "; background:rgba(0,0,0,.2); position:absolute; left:0px; top:0px; z-index:1; width:100%; height:100vh;} */
      .sy_vr_con {position:absolute; left:0px;  z-index:2;width:100%; height:100%;}
	  
	  
	  .sy_vr_con { width:100%; margin:0px auto;}

.sy_vr_con_bt { color:#fff; text-align:center; width:100%; margin-top:0%;  }

.sy_vr_con_bt h3 { font-size:56px; line-height:80px; color:#0066ab; text-transform:capitalize; font-family:Arial, Helvetica, sans-serif; display:none;}
.sy_vr_con_bt h4 { font-size:50px; line-height:70px; font-weight:900; text-shadow:2px 2px rgba(0,0,0,0);

background-image: linear-gradient(to right, #2e98ee, #0461ac);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color:  transparent;



}
.sy_vr_con_bt p { font-size:20px; line-height:40px; opacity:1; text-shadow:2px 2px rgba(0,0,0,0); font-weight:700;}

.sy_vr_con_sz1 { display: none;}

.sy_vr_con_sz .big_num{margin-top:0.5rem; text-align: center;}



.sy_vr_con_sz .big_num .item{display:inline-block; margin:2%; text-align:left; background: url(../images/xx.png) no-repeat right center; padding-right:50px; margin-left:15px; }
.sy_vr_con_sz1 .item:nth-child(1){ margin-left:0px; }
.sy_vr_con_sz1 .item:last-child{ background:none !important;}

.sy_vr_con_sz .big_num .item>div{display:inline-block; vertical-align:middle;}

.sy_vr_con_sz .big_num .item .icon{margin-right:0.1rem;}

.sy_vr_con_sz .big_num .item .number{font-size:0.48rem; line-height:1; color:#ffffff; font-size:18px;}

.sy_vr_con_sz .big_num .item .num{font-size:60px; }

.sy_vr_con_sz .big_num .item .number>span{display:inline-block;/* vertical-align:text-top;*/ font-family:Arial, Helvetica, sans-serif; font-weight:700; }

.sy_vr_con_sz .big_num .item .t{font-size:16px; color:#ffffff; margin-top:; font-weight:400; display:inline-block;}

.sy_vr_con_sz .big_num .item .t span { display:block; line-height:30px;}


	  
	  
	  
	  
	  
	  
	  
	  
      
	.section.m .fp-overflow { width:100%; height:100%;}
	
	#pano{
		width: 100%;
		height: 100%;
	}
	.sy_vr_con { height:100%;}
	.vr_more { width:100%; text-align:center;}
	.vr_more span { width:120px; height:120px; margin:25px auto; text-align:center; font-size:19px; border-radius:50%; font-weight:700; background:rgba(0,108,191,.8); display:inline-block; line-height:120px; transition:all .4s; box-shadow:0px 0px 5px 5px rgba(0,0,0,.5);}
	.vr_more span:hover { transform:scale(1.03,1.03);}
	
.sy_vr_con_bt{ width:100%; height:100%; position:relative;}	
.sy_vr_con_bt:before {
    width: 700px;
    height: 700px;
  
	
	background-image: linear-gradient(to right, rgba(4, 97, 172, .5), rgba(4, 97, 172, 0));
	
	
	
    content: " ";
    position: absolute;
    left: 30.5%;
    top: 18%;
    z-index: 1;
    border-radius: 50%;
}
.sy_vr_con_bt:after {
     width: 450px;
    height: 450px;
    background: rgba(255, 255, 255, .4);
    content: " "; 
    position: absolute;
    left: 37.5%;
    top: 31%;
    z-index: 1;
    border-radius: 50%;
}
.sy_vr_con_bt .bd {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 56%;
  transform: translate(0, -50%);
  color: #fff;
  z-index: 5;
}
.sy_vr_con_bt .bd .common_more font {
  margin: 0 auto;
}
.sy_vr_con_bt .bd p {
  font-size: 0.26rem;
  font-family: "pht-medium";font-weight:400; letter-spacing:8px;
}
.sy_vr_con_bt .bd h2 {
  font-size: 0.49rem;
  font-family: "pht-bold";
  padding: 0.1rem 0 0.1rem; color:#0461ac; font-weight:900; text-shadow: 1px 1px 1px rgba(255,255,255,0);
}



.sy_vr_con_bt .bd .common_more font {
  display: flex;
  align-items: center;
  width: 1.6rem;
  height: 0.5rem;
  justify-content: space-between;
  font-size: 0.16rem;
  border-radius: 0.5rem;
  padding: 0 0.07rem 0 0.22rem;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); color:#000; margin-top:30px;  
}
.sy_vr_con_bt .bd .common_more font:hover {
  background: #0461ac;
  color: #fff;
}
.sy_vr_con_bt .bd .common_more font:hover span {
  background: #fff;
}
.sy_vr_con_bt .bd .common_more font:hover span::after {
  border-color: #0461ac;
}
.sy_vr_con_bt .bd .common_more font span {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  display: block;
  background: #0461ac;
  position: relative;
}
.sy_vr_con_bt .bd .common_more font span::after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin: -4px 0 0 -5px;
  left: 50%;
}
.zuzhi { width:100%; text-align:center;}
.zuzhi img { max-width:100% !important; height:auto !important;}

/*fanye*/

.newspage{ width: 92%;
    padding: 20px 4% 0px;
    height: auto;/* overflow: hidden;*/ display:block;
	}
	
.newspage {
width:100%;PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;  PADDING-TOP: 20px; TEXT-ALIGN: center; margin:60px auto 0px; clear:both; height:30px
}
.newspage A { 
BORDER-RIGHT: #999 1px solid; PADDING-RIGHT:8px; BORDER-TOP: #999 1px solid; PADDING-LEFT: 8px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; FONT: 13px/22px ""; BORDER-LEFT: #999 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 3px; BORDER-BOTTOM: #999 1px solid; font-family:'Barlow-Regular',PingFang SC,'Microsoft YaHei',Arial;border-radius: 0px;
}
.newspage A:hover {
BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #fff 1px solid; BACKGROUND: #007abf; BORDER-LEFT: #fff 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #fff 1px solid; TEXT-DECORATION: none
}
.newspage A:active {
BORDER-RIGHT: #666 1px solid; BORDER-TOP: #666 1px solid; BACKGROUND: #007abf; BORDER-LEFT: #666 1px solid; COLOR: #FFFFFF; BORDER-BOTTOM: #666 1px solid
}
.newspage SPAN.current {
 PADDING-RIGHT: 8px;  PADDING-LEFT: 8px; BACKGROUND: #007abf; PADDING-BOTTOM: 3px;  COLOR: #fff; MARGIN-RIGHT: 5px; PADDING-TOP: 3px;  font-size:13px;border-radius: 0px; border:1px #007abf solid; 

}
.newspage SPAN.disabled {
BORDER-RIGHT: #fff 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #fff 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #fff 1px solid; COLOR: #666; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #fff 1px solid
}


.wangluo { width:100%; margin:50px 0px; text-align:center;} 
.wangluo img { width:100%; height:auto;} 






.polaris-joinus {background: #f7f7f7;overflow: hidden;}
.polaris-joinus-top {padding: 5% 0;overflow: hidden;}
.joinus-item1 {overflow: hidden;position: relative;}
.joinus-item1-left {float: left;width: 60%;position: relative;}
.joinus-item1-left .img-1{position: absolute;left: 0;top: 0;z-index: 1;width: 25%;border-radius: 10px;overflow: hidden;}
.joinus-item1-left .img-2{margin-left: 10%;width: 90%;margin-top: 10%;z-index: 10;position: relative;border-radius: 10px;overflow: hidden;}
.joinus-item1-right {float: left;margin-top: 15%;width: 20%;margin-left: 13%;}	  
.joinus-item1-right .text {overflow: hidden;}
.joinus-item1-right .title-1 {font-weight: bold;}
.joinus-item1-right .text-1 {margin-top: 10%;color: #666666;}
.joinus-item1-right .text-1 p {margin:0;padding:0;}

.joinus-item2 {overflow: hidden;position: relative;clear: both;padding-bottom: 2%;}
.joinus-item2-left {float: left;margin-top: 15%;width: 20%;margin-left:3%;}	  
.joinus-item2-left .text {overflow: hidden;}
.joinus-item2-left .title-1 {font-weight: bold;}
.joinus-item2-left .text-1 {margin-top: 10%;color: #666666;}
.joinus-item2-right {float: right;width: 60%;position: relative;}
.joinus-item2-right .img-1{margin-right: 35%;width:65%;margin-top: 15%;z-index: 10;position: relative;border-radius: 10px;overflow: hidden;}
.joinus-item2-right .img-2{position: absolute;right: 0;top: 0;z-index: 1;width: 45%;border-radius: 10px;overflow: hidden;}

.polaris-joinus-bottom {overflow: hidden;padding-bottom: 7%; padding-top:50px;}
.polaris-joinus-recruit {overflow: hidden;}
.joinus-recruit-top {background: #fff;padding: 3% 5%;overflow: hidden;}
.joinus-recruit-top .title-1 {overflow: hidden;font-weight: bold;}
.joinus-recruit-top .title-1 strong {color: #7fbe42;margin-left: 2%;}
.joinus-recruit-type {margin-top: 3%;overflow: hidden;}
.joinus-recruit-item {overflow: hidden;margin-bottom: 1%;}
.joinus-recruit-item .type-1 {overflow: hidden;display: inline-block;vertical-align: middle;font-weight: bold;width: 15%;}
.joinus-recruit-item .item-1 {overflow: hidden;display: inline-block;vertical-align: middle;}
.joinus-recruit-item .item-1 li {list-style: none;margin: 0;padding: 0;display: inline-block;vertical-align: middle;margin-right: 3rem;} 
.joinus-recruit-item .item-1 li a{display: block;color: #666;} 
.joinus-recruit-item .item-1 li.cur a {color: #7fbe42;}

.joinus-recruit-bottom {overflow: hidden;position: relative;}
.join-us-item {background: #fff;overflow: hidden;margin-top: .8%;}
.join-us-item .title{position: relative;color: #666666;border-bottom: 1px solid #f7f7f7;overflow: hidden;padding: 2% 5%;cursor: pointer;}
.join-us-item .title div {float: left;width: 20%;}
.join-us-item .title-1{font-weight: bold;color: #000;width: 40%;}
.join-us-item div.jia-1{position: absolute;right: 5%;top: 50%;transform: translateY(-50%);width:30px;height:30px;background: #cccc;border-radius: 50px;}
.join-us-item div.jia-1::before {content: '';width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url('../images/r3.png') center no-repeat;z-index: 11;}
.join-us-text {padding: 3% 5%;overflow: hidden;clear: both;width: 90%;position: relative;display: none;}
.join-us-text .text-3{overflow: hidden;position: relative;}
.join-us-text .more-1{position: relative;right: auto;bottom: auto;margin: 2% 0 0 0;}
.join-us-text .title:hover .jia-1{background: #7fbe42;}
.join-us-item .title.cur div.jia-1::before {transform: rotate(90deg);}
.join-us-item .title.cur div.jia-1{background: #7fbe42;}

.div-recruitment-windows {width: 31%;position: fixed;left: 50%;top: 50%;z-index: 1111;transform: translate(-50%,-250%);background: #fff;box-sizing: border-box;padding: 3% 3%;text-align: center;transition:all .4s ease;}
.div-recruitment-windows.cur {transform: translate(-50%,-50%);}
.div-recruitment-windows-mark {position: fixed;left: 0;top: 0;z-index: -1;width: 100%;height: 100%;background: rgba(0,0,0,.5);opacity: 0;transition:all .4s ease;}
.div-recruitment-windows-mark.cur {opacity: 1;z-index: 1110;}
.div-recruitment-windows .close-2{position: absolute;right: 2%;top: 2%;z-index: 2;}
.div-recruitment-windows .close-2 i {display: block;width: 50px;height: 50px;position: relative;cursor: pointer;transform: rotate(45deg);transition:all .4s ease;}
.div-recruitment-windows .close-2 i::after {content: '';width: 24px;height: 2px;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;}
.div-recruitment-windows .close-2 i::before {content: '';width: 2px;height: 24px;background: #000;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;}
.div-recruitment-windows .close-2:hover i{transform: rotate(135deg);}
.div-recruitment-windows .title-1{overflow: hidden;font-family: 'Work-Sans-Bold';}
.div-recruitment-from {text-align: left;margin-top:7%;}
.div-recruitment-from li{list-style: none;margin: 0;padding: 0;padding: 1% 0;position: relative;}
.div-recruitment-from li span {display: block;margin-bottom: 5px;}
.div-recruitment-from .input-2{width: 100%;display: block;border: none;background: #fff;box-sizing: border-box;padding: 3% 6%;overflow: hidden;border: 1px solid #dddddd;}
.div-recruitment-from .text-2 {overflow: hidden;}
.div-recruitment-from .text-2 span {color: #999999;}
.div-recruitment-from .input-3 {width: 100%;display: block;border: none;background:none;box-sizing: border-box;padding: 2% 6%;overflow: hidden;}
.div-recruitment-from .upload-2{position: relative;padding: 1% 0;border: 1px solid #e6e6e6;overflow: hidden;}
.div-recruitment-from .button-2{position: absolute;width:20%;display: block;border: none;background: #000;box-sizing: border-box;padding: 2% 3%;overflow: hidden;text-align: center;color: #fff;right: 8px;top: 50%;cursor: pointer;font-size: 12px;transform: translateY(-50%);}
.div-recruitment-from .button-2:hover {background: #000;}
.div-recruitment-from .submit-2 {width: 100%;display: block;border: none;background: #7fbe42;box-sizing: border-box;padding: 4% 0;overflow: hidden;text-align: center;color: #fff;cursor: pointer;margin-top: 5%;}
.div-recruitment-from .submit-2:hover {background: #004ea1;color: #fff;}

.hezuo { display: flex; flex-wrap: wrap;}
.hztu { border:1px solid rgba(0,0,0,.1); width:16.4%; display: flex; flex-wrap: wrap; height:100px; align-items: center;
justify-content: center;}
.hztu img { max-width:90%; max-height:90%; transition:all .4s;}
.hztu:hover img{ transform:scale(1.02,1.02);}


.anli .box .pic { height:300px;}
.anli .box .pic img { width:100%; height:100%; objet-fit:cover}