.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: 45%;
}
.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.5rem;
}
.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.24rem;
  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;
  
  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 .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: #ff0000;
}
.news .bd ul li p {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin: 0.1rem 0 0.3rem;
  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 #ff0000;
}
.news .bd ul li:hover .more::before {
  width: 100%;
}
.news .bd ul li:hover .more::after {
  border-color: #ff0000;
}
.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;
  
}
.products .tabtitle li {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.products .tabtitle li a{ display: block;}
.products .tabtitle li + li {
  margin-left: 0.5rem;
}
.products .tabtitle li.on::after {
  content: "";
  border-bottom: 4px solid #ff0000;
  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 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;
}
.products .b .bd ul li h4 b {
  font-size: 0.24rem;
  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;
  
  border-bottom: 4px solid #ff0000;
}
/**/
.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: #ff0000;
  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: #ff0000;
}
.Solutions .leftside li.on a {
  color: #ff0000;
}
.Solutions .a {
  padding: 1.3rem 0;
}
.Solutions .a .title_common h2 {
  font-size: 0.56rem;
}
.title_common span {
  color: #ff0000;
  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;
  
}
.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 #ff0000;
  background-size: 0.22rem auto;
  border-color: #ff0000;
}
.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: #ff0000;
}
.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: 1.4rem;
  height: 9.18rem;
  background: url(../images/aboutus_19.jpg) 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: #ff0000;
}
.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: 1rem;
}
.aboutus .a .bd p {
  padding-bottom: 0.3rem;
}
.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: 39%;
}
.aboutus .b .left p {
  font-size: 0.18rem;
}
.aboutus .b .left ul {
  display: flex;
  justify-content: space-between;
}
.aboutus .b .left ul dt {
  font-weight: bold;
  color: #ff0000;
  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: 60%;
  font-size: 0.2rem;
  padding-left: 0.15rem;
  border-left: 2px solid #ff0000;
  font-family: "pht-medium";
  line-height: 0.3rem;
  margin-bottom: 0.6rem;
}
.aboutus .b .right ol li:nth-child(2) {
  width: 40%;
}
.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: #ff0000;
  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: #ff0000;
  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 #ff0000;
}
.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: #ff0000;
}
.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: #ff9027;
  border-color: #ff9027;
}
.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;
  
  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, #ff0000, #f99f4a);
}
.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;
	background: #fff;
}
.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: #ff0000;
  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: #ff0000;
}
/**/
.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: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
.proitem .a {
  margin-top: 0.6rem;
  margin-bottom: 0.2rem;
}
.proitem .a .flex {
  align-items: stretch;
}
.proitem .a h3 {
  font-size: 0.24rem;
  
}
.proitem .a h1 {
  color: #ff0000;
  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.2rem;
}
.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.2rem;
}
.proitem .b {
  margin: 0 0 1.4rem;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fafafa;
}
.proitem .b ul {
  display: flex;
  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 {
  
}
.proitem .b ul li.on::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #ff0000;
}
.proitem .b .common_more a {
  width: 2.28rem;
  height: 0.63rem;
  background: #ff0000;
  color: #fff;
  
  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: #ff0000;
}
.proitem .list .title_common h2 {
  text-align: center;
}
.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: #ff0000;
}
.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: #ff0000;
}
.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: #ff0000;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.proitem .d .bd ul li .flex:hover .btn {
  background: #ff0000;
  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: #ff0000;
  background: #fff;
  font-size: 0.14rem;
  border: 1px solid #ff0000;
  width: 0.9rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proitem .e .hd {
  background: #ff0000;
  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;
  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;}
.proitem .e .bd table td:first-child {
 
  background: #fafafa;
  border-right: 1px solid #e8e8e8;
}
.proitem .e .bd table{
  border: 1px solid #e8e8e8;
}
.proitem .e table tr + tr {
  border-top: 1px solid #e8e8e8;
}
.proitem p{color: #0a0d31;  font-size: 0.16rem;
    line-height: 0.34rem;}
.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: #ff0000;
  
}
.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.56rem;
}
.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;
  
}
.strength .b .bd ul li .box:hover {
  background: #ff0000;
  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: #ff9027;
}
.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: 1.4rem 0;
  background: #f6f6f6;
}
.strength .d .pic {
  border-radius: 0.1rem;
}
.strength .d .flex {
  align-items: stretch;
}
.strength .d ul {
  margin-top: 0.7rem;
}
.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;
  
  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: #fb8e27;
}
.strength .d li.on dd {
  display: block;
}
.strength .d li.on dt {
  color: #ff0000;
  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-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 {
  
}
.strength .e .bd ul li:hover i {
  width: 0.36rem;
  transform: translateY(0.05rem);
  border-color: #fb8e27;
  height: 0.36rem;
}
.strength .e .bd ul li:hover i::before {
  background: #fb8e27;
  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 #fb8e27;
  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.18rem;
  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: #ff0000;
  
}
.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: 25%;
  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;
  
}
.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;
  
  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: -16%;
}
.homepage .a ul li.on {
  width: 78%;
  transition: all 0.3s;
  z-index: 9;
}
.homepage .a ul li .img {
  position: relative;
  height: 100vh;
}
.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: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 .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: #ff0000;
}
.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;
  
  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: #ff0000;
  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: #ff0000;
  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;
}
.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;
  
}
.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: #ff0000;
  font-weight: bold;
}
.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: #ff0000;
  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: #ff0000;
  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: #ff8c1f;
  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 #ff8c1f;
}
.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;
  
}
.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 #ff0000;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.xiangce img{ max-width: 60%;}
.news_ul{width:100%; margin:0 auto; padding-bottom: 40px; padding-top: 12px;}
.news_ul li{padding: 37px 0; border-bottom: 1px solid #eaeaea; position:relative;}
.news_ul li .box1{width: 253px;height: 190px;overflow: hidden; float: left;}
.news_ul li .box1 img{width: 253px;height: 190px;transition: ease-in-out .9s;}
.news_ul li .box2{padding-left: 42px;width: 809px;padding-top: 30px;float: left;}
.news_ul li .box2 h1{font-size: 20px;color: #333;height: 26px;line-height: 26px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.news_ul li .box2 p{color: #666;line-height: 24px;padding-top:10px;height: 75px;}
.news_ul li .box2 span{font-size: 12px; color: #999;}
.news_ul li .right{padding-right: 15px;padding-top: 55px;text-align: center; float: right;}
.news_ul li .right h3{font-size: 36px; color: #999; font-weight: 100;}
.news_ul li .right p{font-size: 24px; color: #bbb; padding-top:10px;}
.news_ul li a{display: block; cursor: pointer; width: 100%; height: 100%;}
.news_ul li a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.news_ul li a:hover h1{color: #ff0000;}
.news_ul li b{display:block; width:100px; height:30px; border:#ccc solid 1px; text-align:center; line-height:30px; font-weight:normal; position:absolute; right: 12px;top: 161px;}
.a_you{padding-left: 0.7rem;}
.a_zuo{ padding-top: 1rem;}

@media (max-width: 768px) {
	.news_ul,.news_ul li .box1,.news_ul li .box2{ width:100%;}	
	.news_ul li .box2{ padding-left: 0;}
	.news_ul li .box1{ height: auto;}
	.news_ul li .box1 img{ width: 100%; height: auto;}
	.news_ul li .right{ display: none;}
	.a_you{padding-left:0;}
	.a_zuo{ padding-top: 0;}
	
}
