/**/
.news {
  font-size: 0.16rem;
  padding-bottom: 1.65rem;
}
.news .hd {
  line-height: 1rem;
  border-bottom: 1px solid #ddd;
}
.news .hd ul {
  display: flex;
}
.news .hd ul li {
  font-size: 0.18rem;
  position: relative;
  margin-left: 0.75rem;
}
.news .hd ul li a {
  display: block;
}
.news .hd ul li.on a {
  color: #2159be;
}
.news .hd ul li.on a::after {
  content: "";
  border-bottom: 3px solid #2159be;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.news .bd {
  padding: 1.15rem 0 1rem;
}
.news .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.news .bd ul li {
  width: 33.333%;
  padding: 0.25rem;
}
.news .bd ul li a {
  display: block;
  padding: 0.4rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.news .bd ul li dl {
  margin-top: 0.4rem;
}
.news .bd ul li dd {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin: 0.15rem 0 0.8rem;
}
.news .bd ul li dt {
  font-size: 0.14rem;
  font-family: Alibaba-PuHuiTi-Medium;
  color: #2159be;
}
.news .bd ul li .btn {
  width: 1.05rem;
  height: 0.4rem;
  display: flex;
  color: #74777c;
  font-family: Alibaba-PuHuiTi-Medium;
  border-radius: 0.4rem;
  transition: all 0.3s;
  font-size: 0.14rem;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
}
.news .bd ul li:hover .btn {
  background: #2159be;
  color: #fff;
  border-color: #2159be;
}
.news .bd ul li:hover .btn i {
  border-color: #fff;
}
.news .bd ul li .btn i {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  border-color: #74777c;
  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);
}
/**/
.newsitem {
  font-size: 0.16rem;
  padding: 0.8rem 0 1.8rem;
}
.newsitem .info {
  display: flex;
  margin-top: 0.7rem;
}
.newsitem .info .side {
  width: 4rem;
  margin-left: 2.6rem;
}
.newsitem .info .side .box {
  margin-bottom: 0.2rem;
  padding: 0.4rem;
  background: #f9f9f9;
  border-top: 5px solid #ffe600;
}
.newsitem .info .side .title {
  font-weight: bold;
  padding-bottom: 0.3rem;
  font-size: 0.24rem;
}
.newsitem .info .side .newslist li {
  border-bottom: 1px solid #eee;
  padding: 0.2rem 0;
}
.newsitem .info .side .newslist li:last-child {
  border: none;
  padding-bottom: 0;
}
.newsitem .info .side .newslist li span {
  font-size: 0.14rem;
  font-family: Alibaba-PuHuiTi-Medium;
}
.newsitem .info .side .newslist p {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-top: 0.15rem;
}
.newsitem .info .side .newslist a {
  color: #515357;
}
.newsitem .info .side .newslist a:hover p {
  color: #2159be;
}
.newsitem .info .side .brdge ul {
  display: flex;
  flex-wrap: wrap;
}
.newsitem .info .side .brdge ul a {
  background: #fff;
  border-radius: 0.05rem;
  width: 1.25rem;
  height: 0.45rem;
  display: flex;
  color: #000;
  border: 1px solid #ddd;
  align-items: center;
  justify-content: center;
  margin: 0 0.17rem 0.17rem 0;
  cursor:auto;
}
.newsitem .info .side .brdge ul a:hover {
  background: #ffe600;
  border-color: #ffe600;
}
.newsitem .hd {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.15rem;
}
.newsitem .hd h1 {
  font-weight: bold;
  font-size: 0.4rem;
}
.newsitem .hd p {
  margin-top: 0.7rem;
  color: #97999e;
}
.newsitem .bd {
  line-height: 0.32rem;
  color: #515357;
  padding-bottom: 0.6rem;
}
.newsitem .bd p {
  margin-top: 0.4rem;
}
.newsitem .bd img {
  margin-top: 0.4rem;
}
.item_foot {
  border-top: 1px solid #eee;
  padding: 0.3rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item_foot a {
  display: flex;
  align-items: center;
}
.item_foot a img {
  margin-right: 0.1rem;
}
.item_foot a:hover .prev {
  background: url(../images/caseitem_11_on.png) center no-repeat;
  background-size: 100% 100%;
}
.item_foot a:hover .next {
  background: url(../images/caseitem_15_on.png) center no-repeat;
  background-size: 100% 100%;
}
.item_foot .prev {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/caseitem_11.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 0.1rem;
}
.item_foot .next {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/caseitem_15.png) center no-repeat;
  background-size: 100% 100%;
  margin-left: 0.1rem;
}
/**/
.case {
  font-size: 0.16rem;
  padding-bottom: 1.6rem;
}
.case .hd {
  padding: 0.88rem 0;
  font-size: 0.18rem;
}
.case .hd ul {
  display: flex;
  flex-wrap: wrap;
}
.case .hd ul a {
  width: 0.94rem;
  height: 0.47rem;
  margin-right: 0.12rem;
  display: flex;
  align-items: center;
  border-radius: 0.05rem;
  border: 1px solid #ddd;
  justify-content: center;
  color: #73767c;
}
.case .hd ul li.on a {
  color: #2159be;
  border-color: #2159be;
  background: #f4faff;
}
.case .bd {
  padding-bottom: 1rem;
}
.case .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.25rem;
}
.case .bd ul li {
  width: 33.333%;
  padding: 0.25rem;
}
.case .bd ul li a {
  display: block;
  padding: 0.4rem;
  border-radius: 0.15rem;
  box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.1);
}
.case .bd ul li dd {
  line-height: 0.26rem;
  font-size: 0.16rem;
  color: #76787c;
  margin: 0.2rem 0 0;
  padding-top: 0.2rem;
  position: relative;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.case .bd ul li dd:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #EAEAEA;
}

.case .bd ul li dt {
  font-size: 0.24rem;
  margin-top: 0.3rem;
  font-weight: 600;
  color: #303338;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.case .bd ul li .logo {
  height: 0.45rem;
}
.case .bd ul li .pic,
.news .bd ul li .pic {
  border-radius: 0.2rem;
}
.news .bd ul li .pic {
    height: 2.23rem;
}
.news .bd ul li .pic img{
    height: 100%;
}
/**/
.joinus {
  font-size: 0.16rem;
  padding: 1.4rem 0;
}
.joinus .title_common {
  padding-bottom: 0.7rem;
}

.joinus .box .flex {
  padding-left: 0.95rem;
  border-bottom: 1px solid #eee;
  font-size: 0.18rem;
  line-height: 1.1rem;
  cursor: pointer;

}

.joinus .box li:first-child .flex {
  background: #fee32c;
}

.joinus .box .last {
  width: 1rem;
}

.joinus .box .flex .last span {
  width: 0.4rem;
  height: 0.4rem;
  display: block;
  background: url(../images/join1.png) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.joinus .box .flex.on .last span {
  background: url(../images/join2.png) center no-repeat;
  background-size: 100% 100%;
}

.joinus .box .bd {
  background: #f9f9f9;
  padding: 0.6rem 0.95rem;
  color: #515357;
  display: none;
  line-height: 0.3rem;
}
.joinus .box .bd.on {
  display: block;
}
/*.joinus .box .bd p + p {
  margin-top: 0.3rem;
}*/
.joinus .box .bd p.title {
  margin-top: 0.3rem 0;
}

.joinus .box .bd p.title{  margin: 0.3rem 0;}
.joinus .box .bd p a {
  color: #2159be;
}
/**/
.projectitem {
  font-size: 0.16rem;
}
.projectitem .banner {
  position: relative;
}
.projectitem .banner img {
  width: 100%;
}
.projectitem .banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0025ad;
  opacity: 0.6;
}
.projectitem .banner dl {
  position: absolute;
  left: 50%;
  margin-top: 0.5rem;
  z-index: 5;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.projectitem .banner dt span {
  font-size: 0.18rem;
  font-family: Alibaba-PuHuiTi-Medium;
  border: 1px solid #fff;
  min-width: 1.4rem;
  height: 0.45rem;
  padding:0.1rem 0.3rem;
 /* display: flex;*/
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 0.4rem;
  text-transform: uppercase;
}
.projectitem .banner dd {
  font-weight: bold;
  font-size: 0.46rem;
  margin-top: 0.2rem;
}
.projectitem .container {
  width: 14rem;
  max-width: 92%;
}
.projectitem .one {
  padding-top: 1.1rem;
  text-align: center;
}
.projectitem .two {
  padding: 1.4rem 0;
}
.projectitem .two .title_common {
  padding-bottom: 0.6rem;
}
.projectitem .two li {
  margin-top: 0.35rem;
  padding: 0.5rem;
  border-radius: 0.2rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.projectitem .two li .pic {
  border-radius: 0.1rem;
  margin-right: 0.8rem;
  width: 4.17rem;
}
.projectitem .two li p {
  line-height: 0.26rem;
  margin: 0.3rem 0;
  color: #515357;
}
.projectitem .two li h3 {
  font-size: 0.26rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.projectitem .two li h3 img {
  height: 0.53rem;
}
.projectitem .two li .btn {
  width: 1.05rem;
  height: 0.4rem;
  display: flex;
  font-family: Alibaba-PuHuiTi-Medium;
  color: #74777c;
  border-radius: 0.4rem;
  font-size: 0.14rem;
  border: 1px solid #ddd;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
.projectitem .two li .btn:hover {
  background: #2159be;
  color: #fff;
  border-color: #2159be;
}
.projectitem .two li .btn:hover i {
  border-color: #fff;
}
.projectitem .two li .btn i {
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  margin-left: 0.1rem;
  border-color: #74777c;
  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);
}
/**/
.caseitem {
  font-size: 0.16rem;
  padding: 0.8rem 0 1.5rem;
}
.caseitem .info {
  display: flex;
  margin-top: 0.8rem;
}
.caseitem .info .side {
  width: 4rem;
  margin-right: 1.7rem;
}
.caseitem .info .side .box {
  border-radius: 0.2rem;
  padding: 0.45rem;
  z-index: 50;
  background: #fff;
  position: sticky;
  top: 1.3rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  padding-top: 0;
}
.caseitem .info .side h3 {
  font-weight: bold;
  font-size: 0.3rem;
  margin: 0.45rem 0 0.2rem;
}
.caseitem .info .side .logo {
  width: 1.6rem;
  height: 0.53rem;
}
.caseitem .info .side li {
  display: flex;
  align-items: center;
  border-top: 1px solid #eee;
  line-height: 0.6rem;
  font-size: 0.18rem;
}
.caseitem .info .side li span {
  color: #8a8d93;
}
.caseitem .info .side .btn {
  margin-top: 0.1rem;
  color: #000;
  font-size: 0.18rem;
  font-family: "pht-SemiBold";
  width: 1.76rem;
  height: 0.57rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.57rem;
  background: #ffe600;
  border: 2px solid #ffe600;
}
.caseitem .info .side .btn:hover {
  background: #fff;
}
.caseitem .info .side .btn img {
  margin-right: 0.1rem;
  width: 0.21rem;
}
.caseitem .info h1 {
  font-weight: bold;
  font-size: 0.4rem;
  margin-bottom: 0.75rem;
}
.caseitem .info .bd {
  padding-bottom: 0.7rem;
}
.caseitem .info .bd p {
  font-size: 0.17rem;
  color: #515357;
  line-height: 0.34rem;
  /*margin-top: 0.5rem;*/
}
.caseitem .info .bd p span {
  color: #2159be;
  font-family: Alibaba-PuHuiTi-Medium;
}
.caseitem .info .bd h4 {
  font-family: "pht-SemiBold";
  font-size: 0.28rem;
  line-height: 0.28rem;
  border-left: 3px solid #ffe600;
  padding-left: 0.15rem;
  margin-top: 0.6rem;
  margin-bottom: 0.5rem;
}
/**/
.contact {
  font-size: 0.18rem;
}
.contact .map {
  padding: 1.2rem 0;
}
.contact .map .title_common {
  text-align: left;
  padding-bottom: 0.4rem;
}
.contact .map dt {
  margin-top: 0.6rem;
  font-size: 0.26rem;
  font-family: "pht-SemiBold";
}
.contact .map dd {
  font-size: 0.2rem;
  color: #515357;
  margin-top: 0.2rem;
  font-family: pht-rgl;
}
.contact .map p {
  font-size: 0.2rem;
  color: #515357;
  margin-top: 0.6rem;
}
.contact .map .tel {
  color: #2159be;
  font-size: 0.4rem;
  font-weight: bold;
  font-family: Alibaba-PuHuiTi-Medium;
  margin-top: 0.15rem;
}
.contact .map .box {
  position: relative;
  width: 8.62rem;
}
.contact .map .box span {
  position: absolute;
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #fff;
  background: #f6cf24;
  border-radius: 50%;
  display: block;
}
.contact .map .box span:first-child {
  right: 54%;
  top: 79.2%;
}
.contact .map .box span:nth-child(2) {
  right: 32%;
  top: 86%;
}
.contact .map .box span::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -0.1rem;
  margin-left: -0.1rem;
  opacity: 0.7;
  background-color: #17b8ef;
  animation: scaless 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.contact .map .box span:nth-child(2)::before {
  animation: scaless 3s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.contact .map .box span:nth-child(2)::after {
  animation: scaless 3s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
.contact .map .box span::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-top: -0.25rem;
  margin-left: -0.25rem;
  border: 1px solid #b7d9ec;
  animation: scaless 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
}
@keyframes scaless {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(4);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.contact .message {
  background: #f4f8fb;
  padding: 1.05rem 0;
}
.contact .message textarea {
  width: 100%;
  font-size: 0.18rem;
  resize: none;
  padding: 0.3rem 0.4rem;
  height: 2.52rem;
  margin-top: 0.1rem;
  font-family: inherit;
}
.contact .message .ft {
  text-align: center;
  padding-top: 0.4rem;
}
.contact .message .ft button {
  font-size: 0.18rem;
  font-family: "pht-SemiBold";
  width: 1.76rem;
  height: 0.57rem;
  position: relative;
  background: #ffe600;
  border-radius: 0.57rem;
}
.contact .message .ft button span {
  position: relative;
  z-index: 5;
}
.contact .message .bd {
  margin-top: 0.7rem;
}
.contact .message .bd input {
  width: 100%;
  font-size: 0.18rem;
  padding: 0 0.4rem;
  height: 0.76rem;
}
.contact .message .bd .flex_item + .flex_item {
  padding-left: 0.1rem;
}
/**/
.person_scroll {
  font-size: 0.16rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.person_scroll:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background-image: radial-gradient(circle, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));*/

  background-image: linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
  z-index: 88;
  /*
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
  */
}

.project {
  font-size: 0.16rem;
}
.project .person,
.project .area {
  padding: 1.2rem 0;
}
.project .area .bd {
  margin-top: 0.7rem;
  /*height: 10.3rem;*/
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.project .area .bd.on {
  height: auto;
}
.project .area .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.36rem;
}
.project .area .bd ul li {
  width: 33.333%;
  padding: 0.36rem;
  transition: all 0.3s;
}
.project .area .bd ul li a {
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
  display: block;
}
.project .area .bd ul li:hover {
  transform: translateY(-0.2rem);
}
.project .area .bd ul li:hover a{
  box-shadow:2px 0 30px rgba(0,0,0,0.3);
}
.project .area .bd ul li:hover .pic {
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.3);
}
.project .area .bd ul li a::before {
  content: "";
  background: #0e1b31;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.project .area .bd ul li:hover a::before {
  background: #2159be;
  opacity: 0.8;
}
.project .area .bd ul li .pic {
  border-radius: 0.2rem;
}
.project .area .bd ul li .pic img {
  height: 2.81rem;
}
.project .area .bd ul li dl {
  position: absolute;
  left: 0.55rem;
  text-transform: uppercase;
  top: 0.55rem;
  color: #fff;
  z-index: 9;
}
.project .area .bd ul li .more {
  width: 0.52rem;
  height: 0.52rem;
  background: url(../images/project_05.png) center no-repeat;
  background-size: 0.2rem auto;
  display: block;
  right: 0.4rem;
  bottom: 0.4rem;
  position: absolute;
  z-index: 3;
  transition: all 0.3s;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.project .area .bd ul li:hover .more {
  background: url(../images/project_03.png) center no-repeat #fff;
  background-size: 0.2rem auto;
}
.project .area .bd ul li dt {
  font-size: 0.32rem;
  font-weight: bold;
  padding-bottom: 0.15rem;
}
.project .area .bd ul li dd {
  font-family: Alibaba-PuHuiTi-Medium;
}
.project .area .bd ul li .btn {
  position: absolute;
  left: 50%;
  z-index: 5;
  width: 2.16rem;
  height: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.72rem;
  color: #2159be;
  font-size: 0.18rem;
  background: #fff;
  top: 50%;
  transform: translate(-50%, -50%);
}
.project .area .bd ul li.down a::before {
  display: none;
}
.project .casebox {
  position: relative;
  overflow: hidden;
}
.project .casebox .swiper{
    overflow: visible;
}
.project .casebox .ft {
  position: absolute;
  right: 4%;
  bottom: 1rem;
  width: 6rem;
}
.project .casebox .ft img {
  width: 100%;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
}
.project .casebox .ft .swiper-slide {
    cursor: pointer;
  opacity: 0.5;
}
.project .casebox .ft .swiper-slide-thumb-active {
  opacity: 1;
}
.project .casebox .ft .swiper-slide::after {
  content: "";
  height: 0.03rem;
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 0;
  border-radius: 0.03rem;
  transition: all 0.5s;
  background: #ffe600;
}
.project .casebox .ft .swiper-slide-thumb-active::after {
  width: 80%;
}
.project .casebox .mySwiper2 .swiper-slide > img {
  width: 100%;
}
.project .casebox .bd h4 {
  font-size: 0.3rem;
  font-family: "pht-SemiBold";
}
.project .casebox .bd h2 {
  font-size: 0.44rem;
  line-height: 0.6rem;font-weight:bold;
  /*font-family: "pht-SemiBold";*/
  margin: 0.5rem 0;
}
.project .casebox .bd {
  position: absolute;
  font-size: 0.24rem;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
}

.project .casebox p{  /*font-family: "pht-SemiBold";*/ }
.project .casebox .bd .more {
  width: 1.75rem;
  height: 0.57rem;
  border-radius: 0.57rem;
  background: #ffe600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.35rem 0 0.15rem;
  font-size: 0.18rem;
  margin-top: 1.5rem;
  font-family: "pht-SemiBold";
}
.project .casebox .bd .more img {
  width: 0.29rem;
}
.commonscroll {
  margin-top: 0.9rem;
}
.commonscroll ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.06rem;
}
.commonscroll ul li {
  width: 12.5%;
  padding: 0.06rem;
}
.commonscroll ul .pic {
  border-radius: 0.1rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
/**/
.aboutus {
  font-size: 0.16rem;
}
.aboutus .pingpai {
  padding: 1.5rem 0;
  background: url(../images/about_02.jpg) center no-repeat;
  background-size: cover;
}
.aboutus .pingpai .flex {
  align-items: stretch;
}
.aboutus .pingpai .side {
  width: 43%;
}
.aboutus .pingpai .title_common {
  text-align: left;
}
.aboutus .pingpai .flex_item p {
  color: #515357;
  font-size: 0.17rem;
  padding-bottom: 0.3rem;
  line-height: 0.34rem;
}
.aboutus .pingpai .flex_item ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.5rem;
  margin: -0.35rem;
}
.aboutus .pingpai .flex_item ul li {
  width: 50%;
  padding: 0.35rem;
}
.aboutus .pingpai .flex_item ul dl {
  border-top: 1px solid #666;
  padding-top: 0.3rem;
}
.aboutus .pingpai .flex_item ul dt {
  font-size: 0.36rem;
  font-family: "pht-SemiBold";
}
.aboutus .pingpai .flex_item ul dd {
  color: #515357;
  font-size: 0.17rem;
  margin-top: 0.2rem;
}
.aboutus .pingpai .side dt {
  color: #dee5eb;
  font-size: 0.72rem;
  font-family: Alibaba-PuHuiTi-Medium;
  margin-top: 1.5rem;
  text-transform: uppercase;
  line-height: 0.6rem;
  font-weight: bold;
}
.aboutus .pingpai .side dd {
  font-size: 0.22rem;
  margin: 0.15rem 0 0.4rem;
  font-family: "pht-SemiBold";
}
.aboutus .pingpai .side i {
  display: block;
  position: relative;
  border-radius: 50%;
  background: #ffe600;
  border: 5px solid #fff;
  cursor: pointer;
  width: 1.08rem;
  height: 1.08rem;
  animation: video 1s infinite;
  -webkit-animation: video 1s infinite;
}

.aboutus .pingpai .side i::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #333;
  margin-left: 0.02rem;
}
.aboutus .shili {
  position: relative;
}
.aboutus .shili .bg {
  width: 100%;
  height: 9.57rem;
}
.aboutus .shili .box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  color: #fff;
  width: 100%;
}
.aboutus .shili .bd {
  display: flex;
  margin-top: 1.5rem;
  align-items: flex-end;
}
.aboutus .shili .bd ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
.aboutus .shili .bd ul dl {
  font-size: 0.18rem;
  font-family: "pht-SemiBold";
}
.aboutus .shili .bd ul dl span {
  font-size: 0.72rem;
  font-weight: bold;
  font-family: Alibaba-PuHuiTi-Medium;
  padding-right: 0.1rem;
}
.aboutus .shili .bd ul dd {
  line-height: 0.28rem;
  margin-top: 0.1rem;
}
.aboutus .shili .bd p {
  font-size: 0.14rem;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  line-height: 0.24rem;
  font-family: Alibaba-PuHuiTi-Medium;
  border-bottom: 1px solid #fff;
}
.aboutus .shili .side,
.aboutus .shili h2 {
  width: 43%;
}
.aboutus .shili .title_common {
  display: flex;
  text-align: left;
  align-items: flex-end;
}
.aboutus .shili .title_common p {
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.36rem;
  margin: 0;
}
.aboutus .shili .more {
  width: 1.75rem;
  height: 0.57rem;
  border-radius: 0.57rem;
  background: #ffe600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.35rem 0 0.15rem;
  font-size: 0.18rem;
  margin-top: 1.5rem;
  font-family: "pht-SemiBold";
}
.aboutus .shili .more img {
  width: 0.29rem;
}
.aboutus .team {
  padding: 1.5rem 0;
  padding-left: 8%;
}
.aboutus .team .title_common {
  text-align: left;
}
.aboutus .team .box {
  position: relative;
  display: flex;
}
.aboutus .team .title_common {
  padding-bottom: 0.8rem;
}
.aboutus .team .box > .pic {
  width: 4.85rem;
  margin-right: 1.75rem;
  border-radius: 0.15rem;
}
.aboutus .team .bd {
  position: relative;
}
.aboutus .team .ft {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 62.5%;
}
.aboutus .team .mySwiper .swiper-slide {
  width: 2.83rem;
}
.aboutus .team .mySwiper dl {
  color: #fff;
  position: absolute;
  z-index: 5;
  left: 0.3rem;
  font-family: "pht-SemiBold";
  bottom: 0.3rem;
}
.aboutus .team .mySwiper dl dd {
  font-family: Alibaba-PuHuiTi-Medium;
}
.aboutus .team .mySwiper .pic {
  border-radius: 0.1rem;
}
.aboutus .team .mySwiper .swiper-slide-thumb-active .pic {
  opacity: 0.7;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
.aboutus .team .mySwiper .pic::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  z-index: 3;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 8)
  );
}
.aboutus .team .mySwiper dl dt {
  font-size: 0.24rem;
  padding-bottom: 0.1rem;
}
.aboutus .team .mySwiper .more {
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  z-index: 5;
  border-radius: 50%;
  position: absolute;
  right: 0.25rem;
  bottom: 0.3rem;
  background: url(../images/about_13.png) center no-repeat #1f61d7;
  background-size: 100% 100%;
}
.aboutus .team .box .flex {
  align-items: stretch;
}
.aboutus .team .box .flex dl {
  width: 30%;
  font-family: "pht-SemiBold";
  font-size: 0.3rem;
}
.aboutus .team .box .flex dl dt {
  font-size: 0.4rem;
  padding-bottom: 0.15rem;
}
.aboutus .team .box ul {
  line-height: 0.36rem;
  font-size: 0.17rem;
  color: #515357;
  margin-top: 0.3rem;
}
.aboutus .team .box h4 {
  font-size: 0.24rem;
  font-weight: bold;
}
.aboutus .team .swiper-button-next,
.aboutus .team .swiper-button-prev,
.products .shili .swiper-button-next,
.products .shili .swiper-button-prev {
  position: relative;
  border-radius: 50%;
  width: 0.48rem;
  top: auto;
  left: auto;
  right: auto;
  transform: translate(0, 0);
  height: 0.48rem;
  border-radius: 50%;
  margin: 0 0 0 0.2rem;
  background: #ffe600;
}
.aboutus .team .swiper-button-next,
.aboutus .team .swiper-button-prev {
  position: absolute;
  right: 8%;
  top: 1.4rem;
}
.aboutus .team .swiper-button-prev {
  margin-right: 0.6rem;
}
.aboutus .team .swiper-button-next:hover,
.aboutus .team .swiper-button-prev:hover,
.products .shili .swiper-button-next:hover,
.products .shili .swiper-button-prev:hover {
  opacity: 0.6;
}
.aboutus .team .swiper-button-next::after,
.aboutus .team .swiper-button-prev::after,
.products .shili .swiper-button-next::after,
.products .shili .swiper-button-prev::after {
  display: none;
}
.aboutus .team .swiper-button-next::before,
.products .shili .swiper-button-next::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
}
.aboutus .team .swiper-button-prev::before,
.products .shili .swiper-button-prev::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 5px solid transparent;
  border-right: 8px solid #fff;
}
.aboutus .stroy {
  padding: 1.1rem 0;
  background: url(../images/about_09.jpg) center no-repeat;
  background-size: cover;
}
.aboutus .stroy .title_common {
  padding-bottom: 1.2rem;
}
.aboutus .stroy .bd b {
  color: #ffe600;
  font-size: 2.3rem;
  display: block;
  font-family: Alibaba-PuHuiTi-Medium;
  text-align: center;
}
.aboutus .stroy .bd ul {
  background: #fff;
  border-radius: 0.15rem;
  max-width: 6.76rem;
  padding: 0.5rem 1.06rem;
  font-size: 0.19rem;
  line-height: 0.4rem;
  color: #515357;
  margin: 0 auto;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.aboutus .stroy .bd ul li {
  padding-left: 0.25rem;
  position: relative;
}
.aboutus .stroy .bd ul li::before {
  content: "";
  background: #86b0fc;
  width: 0.09rem;
  height: 0.09rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top:0.16rem;
}
.aboutus .stroy .ft {
  margin-top: 1.6rem;
  text-align: center;
  font-family: Alibaba-PuHuiTi-Medium;
  font-size: 0.24rem;
  position: relative;
  font-weight: bold;
}
.aboutus .stroy .ft::before {
  content: "";
  border-bottom: 1px solid #bdc3cb;
  position: absolute;
  left: 0;
  bottom: 0.41rem;
  width: 100%;
}
.aboutus .stroy .ft .swiper-slide-thumb-active {
  color: #1f61d7;
}
.aboutus .stroy .ft .swiper-slide-thumb-active i {
  border-color: #1f61d7;
}
.aboutus .stroy .ft .swiper-slide-thumb-active i::after {
  background: #1f61d7;
}
.aboutus .stroy .ft .swiper-slide-thumb-active i::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  display: block;
  border: 1px solid #c5def5;
  transform: translate(-50%, -50%);
}
.aboutus .stroy .ft i {
  display: block;
  margin: 0.3rem auto;
  position: relative;
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 50%;
  background: #fff;
  border: 0.04rem solid #bdc3cb;
}
.aboutus .stroy .ft i::after {
  content: "";
  width: 0.07rem;
  border-radius: 50%;
  background: #bdc3cb;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
  height: 0.07rem;
}
.aboutus .stroy .swiper-button-next,
.aboutus .stroy .swiper-button-prev {
  border-radius: 50%;
  width: 0.57rem;
  height: 0.57rem;
  margin-top: -0.15rem;
  border: 1px solid #d6dadf;
  color: #333;
  background: #fff;
}
.aboutus .stroy .swiper-button-next::after,
.aboutus .stroy .swiper-button-prev::after {
  font-size: 0.16rem;
}
.aboutus .stroy .swiper-button-next:hover,
.aboutus .stroy .swiper-button-prev:hover {
  background: #ffe600;
  border-color: #ffe600;
}
.aboutus .honor {
  padding: 1.2rem 0;
}

.aboutus .honor .title_common {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.aboutus .honor .tab {
  display: flex;
}

.aboutus .honor .tab li {
  cursor: pointer;
  width: 1.57rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.22rem;
  margin-left: 0.25rem;
  font-family: "pht-SemiBold";
  height: 0.62rem;
  border: 1px solid #ffe600;
  border-radius: 0.62rem;
}

.aboutus .honor .tab li.on {
  background: #ffe600;
}

.aboutus .honor .tabcontent {
  padding: 0.9rem;
  margin-top: 0.8rem;
  border-radius: 0.2rem;
  font-size: 0.18rem;
  line-height: 0.44rem;
  background: url(../images/about_12.jpg) center no-repeat;
  background-size: cover;
}

.aboutus .honor .tabcontent li {
  position: relative;
  padding-left: 0.4rem;
}

.aboutus .honor .tabcontent li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.06rem;
  background: #c2c8cd;
  height: 0.06rem;
  border-radius: 50%;
}

.aboutus .honor .tabcontent li.cur:before {
  left: 0;
  width: 0.2rem;
  height: 0.05rem;
  border-radius: 0.05rem;
  background: #ffe600;
}

.aboutus .honor .tabcontent li.cur {
  font-weight: bold;
  color: #2159be;
  font-size: 0.2rem;
}

.aboutus .honor .pic {
  border: 3px solid #e8ddba;
  width: 4.8rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);

}

.aboutus .honor .pic p {
  display: none;
}

.aboutus .honor .pic p:first-child {
  display: block;
}
.aboutus .person {
  padding-bottom: 1.2rem;
}
/**/
.products {
  font-size: 0.16rem;
}
.products .shili {
  padding: 1.0rem 0;
}
.products .shili .title_common p {
  font-size: 0.17rem;
}
.products .shili .title_common a {
  color: #2159be;
  text-decoration: underline;
  cursor: auto;
}
.products .shili .mySwiper {
  text-align: center;
}
.products .shili .mySwiper .swiper-slide {
  color: #515357;
  border-radius: 0.05rem;
  line-height: 0.35rem;
  background: #f1f0e9;
  font-size: 0.13rem;
}
.products .shili .mySwiper .swiper-slide-thumb-active {
  background: #ffe600;
  font-weight: bold;
}
.products .shili .bd {
  padding-right: 8%;
  margin-top: 0.9rem;
  border-top: 1px solid #eee;
  position: relative;
  border-bottom: 1px solid #eee;
}
.products .shili .bd .swiper-button-next,
.products .shili .bd .swiper-button-prev {
  position: absolute;
  right: 8%;
  top: 0.7rem;
}
.products .shili .bd .swiper-button-prev {
  margin-right: 0.7rem;
}
.products .shili .bd .swiper-slide > .flex > .flex_item + .flex_item {
  padding-left: 1.3rem;
}
.products .shili .bd .pic img {
  height: 8.69rem;
}
.products .shili .bd p {
  line-height: 0.32rem;
  color: #515357;
  margin-top: 0.3rem;
}
.products .shili .bd ul {
  width: 3.65rem;
}
.products .shili .bd ul li {
  line-height: 0.32rem;
  position: relative;
  padding-left: 0.27rem;
  color: #515357;
}
.products .shili .bd ul li p {
    margin-top:0;
}
    
.products .shili .bd ul li::before {
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.14rem;
  background: #95b4ed;
}
.products .shili .bd dt {
  font-family: "pht-SemiBold";
  font-size: 0.28rem;
}
.products .shili .bd dd {
  font-size: 0.18rem;
  margin-top: 0.1rem;
  color: #515357;
  font-family: "pht-SemiBold";
}
.products .shili .bd h4 {
  font-size: 0.24rem;
  padding-bottom: 0.15rem;
  font-family: "pht-SemiBold";
}
.products .shili .bd h2 {
  font-size: 0.38rem;
  font-family: "pht-SemiBold";
}
.products .shili .bd .jianjie {
  display: flex;
  padding-bottom: 0.5rem;
  margin-top: 0.65rem;
  justify-content: space-between;
}
.products .shili .bd .jianjie img {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.2rem;
}
.products .jiazhi {
  padding-bottom: 1.3rem;
}
.products .jiazhi h2{ font-size:0.6rem;}
.products .jiazhi h2 span{ font-size:0.4rem;}
.products .jiazhi .videopic dt span{ font-family:"pht-Light"}

.products .jiazhi .title_common {
  text-align: left;
  padding-bottom: 0.5rem;
}
.products .jiazhi .bd .pic {
  border-radius: 0.2rem;
}
.products .jiazhi .bd .pic dl {
  color: #fff;
  position: absolute;
  left: 0.85rem;
  top: 0.8rem;
  font-size: 0.4rem;
  font-family: "pht-Light";
}
.products .jiazhi .bd .pic dl dt {
  font-family: "pht-SemiBold";
}
.products .jiazhi .bd .pic i {
  display: block;
  width: 0.95rem;
  height: 0.95rem;
  cursor: pointer;
  margin-top: 0.5rem;
  animation: video 1s infinite;
  -webkit-animation: video 1s infinite;
  background: url(../images/pro_02.png) center no-repeat;
  background-size: 100% 100%;
}
.products .jiazhi .bd .flex_item + .flex_item {
  margin-left: 1.6rem;
}
.products .jiazhi .bd p {
  color: #515357;
  margin-top: 0.3rem;
  line-height: 0.32rem;
}
.products .jiazhi .ft ul {
  display: flex;
  margin-top: 1rem;
  justify-content: space-between;
}
.products .jiazhi .ft ul li {
  width: 19%;
}
.products .jiazhi .ft dt {
  margin-top: 0.4rem;
  font-size: 0.24rem;
  font-family:"pht-SemiBold";
}
.products .jiazhi .ft img {
  width: 0.85rem;
}
.products .jiazhi .ft dd {
  color: #515357;
  line-height: 0.32rem;
  margin-top: 0.25rem;
}
.support {
  background: url(../images/pro_28.jpg) top center no-repeat;
  background-size: 100% auto;
}
.support .hd {
  padding: 1.9rem 0;
  color: #fff;
}
.support .hd p {
  color: #fff;
}
.support .bd .container {
  width: 92%;
  padding: 1.2rem 4%;
  background: #fff;
}
.support .bd h3 {
  font-size: 0.4rem;
  font-family: "pht-SemiBold";
}
.support .bd .flex {
  align-items: stretch;
}
.support .bd .flex ul li {
  display: flex;
  margin-top: 0.6rem;
}
.support .bd .flex ul li img {
  width: 0.52rem;
  height: 0.52rem;
  margin-right: 0.5rem;
}
.support .bd .flex ul li dt {
  font-size: 0.24rem;
  font-family: "pht-SemiBold";
}
.support .bd .flex ul li dd {
  color: #515357;
  margin-top: 0.2rem;
  line-height: 0.3rem;
}
.support .bd .en {
  color: #ffe600;
  font-size: 0.92rem;
  padding-bottom: 2.4rem;
  font-family: Alibaba-PuHuiTi-Medium;
  text-transform: uppercase;
  line-height: 0.76rem;
  font-weight: bold;
}
.support .bd ol {
  padding-top: 0.3rem;
  max-width: 5.55rem;
}
.support .bd ol li {
  position: relative;
  margin-top: 0.3rem;
  padding-left: 0.33rem;
  color: #515357;
  line-height: 0.32rem;
}
.support .bd ol li::before {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  border: 4px solid #639bff;
  position: absolute;
  left: 0;
  top: 0.07rem;
}
.support .ft {
  background: #f4f8fb;
  padding: 1.2rem 0;
}
.support .ft .title_common {
  text-align: left;
}
.support .ft .title_common p {
  line-height: 0.36rem;
  margin-top: 0.4rem;
}
.support .ft .box {
  background: #fff;
  border-radius: 0.15rem;
  width: 55%;
  padding: 0.36rem;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.support .ft .box .input {
  width: 100%;
  font-size: 0.16rem;
  height: 0.53rem;
  padding: 0 0.2rem;
  border-radius: 0.5rem;
  border: 1px solid #eee;
}
.support .ft .box .flex_item + .flex_item {
  padding-left: 0.12rem;
}
.support .ft .box .btn {
  height: 0.53rem;
  border-radius: 0.5rem;
  width: 0.86rem;
  position: relative;
  background: #ffe600;
  margin-left: 0.2rem;
}
.support .ft .box .btn img {
  width: 0.22rem;
  position: relative;
  z-index: 6;
}
.support .ft .box .flex + .flex {
  margin-top: 0.2rem;
}
/**/
.homepage {
  font-size: 0.16rem;
}
.homepage .banner img {
  width: 100%;
  height: 100vh;
}
.homepage .banner .bd {
  color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.homepage .banner h2 {
  font-size: 0.7rem;
  line-height:1rem;
  padding-bottom: 1rem;
  font-family: "pht-SemiBold";
}
.homepage .banner .bd i {
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  margin-right: 0.25rem;
  position: relative;
  background: #ffe600;
  display: block;
}
.homepage .banner .bd i:hover {
  transform: rotate(360deg);
}
.homepage .banner .bd i::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #333;
  margin-left: 0.02rem;
}
.homepage .banner .bd dt {
  font-family: "pht-SemiBold";
  padding-bottom: 0.1rem;
}
.homepage .banner .bd dd {
  font-family: Alibaba-PuHuiTi-Medium;
}
.homepage .banner {
  position: relative;
}
.homepage .banner .ft {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: Alibaba-PuHuiTi-Medium;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  width: 50%;
  background: #fff;
  line-height: 1rem;
  padding: 0 1rem 0 8%;
}
.homepage .banner .swiper-pagination {
  position: static;
  margin: 0;
  text-align: left;
  color: #73767b;
  font-size: 0.18rem;
  width: auto;
}
.homepage .banner .ft .down {
  color: #9ca0a6;
  display: block;
  line-height: 0.23rem;
  margin-right: 0.15rem;
  font-family: "Alibaba-PuHuiTi-Medium";
  cursor: auto;
}
.homepage .banner .ft i {
  display: block;
  width: 0.18rem;
  height: 0.23rem;
  animation: down 1s infinite;
  -webkit-animation: down 1s infinite;
  background: url(../images/home_11.png) right center no-repeat;
  background-size: 0.18rem 0.23rem;
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes down /* Safari 与 Chrome */ {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.05rem);
  }
  100% {
    transform: translateY(0);
  }
}
.homepage .banner .ft .swiper-pagination-current {
  color: #2159be;
}
.homepage .banner .swiper-button-next,
.homepage .banner .swiper-button-prev {
  color: #fff;
  width: 0.52rem;
  border-radius: 50%;
  left: auto;
  right: 8%;
  height: 0.52rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  top: auto;
  bottom: 0.5rem;
}
.homepage .banner .swiper-button-prev {
  margin-right: 0.65rem;
}
.homepage .banner .swiper-button-next::after,
.homepage .banner .swiper-button-prev::after {
  font-size: 0.12rem;
}
.homepage .product {
  height: 9.1rem;
  display: flex;
  align-items: center;
  background: url(../images/bg_02.jpg) center no-repeat;
  background-size: cover;
}
.homepage .product .title_common {
  text-align: left;
}
.homepage .product h3 {
  font-size: 0.35rem;
  line-height: 0.54rem;
  padding: 0.7rem 0 0.9rem;
  font-family: "pht-rgl";
}
.homepage .product .more {
  width: 1.75rem;
  height: 0.57rem;
  border-radius: 0.57rem;
  background: #ffe600;
  display: flex;
  color: #000;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.35rem 0 0.15rem;
  font-size: 0.18rem;
  font-family: "pht-SemiBold";
}

.homepage .product .more img {
  width: 0.29rem;
}
.homepage .product .more img,
.homepage .fangan .more img,
.homepage .casebox .ft .more img,
.project .casebox .bd .more img,
.aboutus .shili .more img {
  z-index: 5;
  position: relative;
}
.homepage .product .more::before,
.homepage .fangan .more::before,
.homepage .casebox .ft .more::before,
.project .casebox .bd .more::before,
.aboutus .shili .more::before,
.homepage .suport .btn::before,
.support .ft .box .btn::before,
.contact .message .ft button::before {
  content: "";
  border: 2px solid #ffe600;
  background: #fff;
  border-radius: 0.57rem;
  box-sizing: border-box;
  z-index: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s;
}
.homepage .product .more:hover::before,
.homepage .fangan .more:hover::before,
.homepage .casebox .ft .more:hover::before,
.project .casebox .bd .more:hover::before,
.aboutus .shili .more:hover::before,
.homepage .suport .btn:hover:before,
.support .ft .box .btn:hover:before,
.contact .message .ft button:hover:before {
  width: 100%;
  opacity: 1;
}
.homepage .product .more,
.homepage .fangan .more,
.homepage .casebox .ft .more,
.project .casebox .bd .more,
.aboutus .shili .more {
  color: #000;
  position: relative;
}
.homepage .product .more span,
.homepage .fangan .more span,
.homepage .casebox .ft .more span,
.project .casebox .bd .more span,
.aboutus .shili .more span {
  position: relative;
}

@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);
  }
}
.homepage .person {
  padding-top: 1.2rem;
}
.homepage .title_common span {
  color: #2159be;
  font-size: 0.22rem;
  display: block;
  font-family: "pht-SemiBold";
  padding-bottom: 0.15rem;
}

.homepage .fangan {
  position: relative;
}
.homepage .fangan .mySwiper2 img {
  width: 100%;
}
.homepage .fangan .ft {
  position: absolute;
  z-index: 6;
  display: flex;
  justify-content: flex-end;
  padding-right: 8%;
  font-family: "pht-SemiBold";
  font-size: 0.22rem;
  width: 100%;
  color: #b5cae9;
  border-bottom: 1px solid #577ab8;
  right: 0;
  bottom: 1.1rem;
}
.homepage .fangan .ft .mySwiper {
  margin: 0 0 -0.2rem 0;
  padding-bottom: 0.2rem;
  width: 4.6rem;
}
.homepage .fangan .ft .mySwiper .swiper-slide {
  padding-bottom: 0.35rem;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}
.homepage .fangan .ft .swiper-slide-thumb-active {
  color: #fff;
  font-size: 0.36rem;
}
.homepage .fangan .ft .swiper-slide-thumb-active::after {
  content: "";
  width: 0.1rem;
  display: block;
  height: 0.1rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: -0.05rem;
  transform: translate(-50%, 0);
  left: 50%;
}
.homepage .fangan .ft .swiper-slide-thumb-active::before {
  content: "";
  width: 0.24rem;
  display: block;
  height: 0.24rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  bottom: -0.12rem;
  transform: translate(-50%, 0);
  left: 50%;
}
.homepage .fangan .bd {
  position: absolute;
  z-index: 7;
  color: #fff;
  top: 0;
  padding-top: 1.5rem;
  width: 100%;
  left: 0;
}
.homepage .fangan .title_common {
  text-align: left;
}
.homepage .fangan .title_common span {
  color: #fff;
}
.homepage .fangan .en {
  text-align: right;
  font-size: 0.44rem;
  font-family: Alibaba-PuHuiTi-Medium;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 0.42rem;
}
.homepage .fangan p {
  font-size: 0.2rem;
  margin: 0.7rem 0 1rem;
  line-height: 0.4rem;
  max-width: 6.87rem;
    font-family: "pht-rgl";
    text-align: justify;
}
.homepage .fangan .more {
  width: 1.75rem;
  height: 0.57rem;
  border-radius: 0.57rem;
  background: #ffe600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.35rem 0 0.15rem;
  font-size: 0.18rem;
  font-family: "pht-SemiBold";
}
.homepage .fangan .more img {
  width: 0.29rem;
}
.homepage .casebox {
  padding: 1.2rem 0;
  background: #f4f8fb;
}
.homepage .casebox .mySwiper {
  color: #8b8e93;
  font-size: 0.22rem;
 /* font-family: "pht-SemiBold";*/
  /*width: 7.88rem;*/
  margin: 0.5rem auto;
}
.hd .swiper-wrapper{
    /*justify-content: center;*/
}
.homepage .casebox .mySwiper .swiper-slide::after {
  content: "";
  width: 1.15rem;
  height: 0.21rem;
  position: absolute;
  right: -1.25rem;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/home_33.png) center no-repeat;
  background-size: 100% 100%;
}
.homepage .casebox .mySwiper .swiper-slide {
  width: 2rem;
  cursor: pointer;
  padding: 0.2rem 0;
  text-align: center;
  border-bottom: 2px solid transparent;
  margin-right: 1.5rem;
}
.homepage .casebox .mySwiper .swiper-slide:last-child:after{
    display: none;
}
.homepage .casebox .mySwiper .swiper-slide-thumb-active {
  color: #2159be;
  border-bottom: 2px solid #2159be;
}
.homepage .casebox .mySwiper .swiper-slide:last-child {
  margin: 0;
}
.homepage .casebox .mySwiper2 .swiper-slide {
  width: 9.9rem;
  opacity: 0.5;
}
.homepage .casebox .mySwiper2 .swiper-slide-active {
  opacity: 1;
}
.homepage .casebox .mySwiper2 .box {
  position: absolute;
  background: #fff;
  left: 0.8rem;
  top: 50%;
  transition: all 0.5s;
  height: 3.2rem;
  margin-top: -1.65rem;
  padding: 0.45rem;
  transform: translateY(150%);
  width: 4.16rem;
  border-radius: 0.15rem;
  /*font-family: "pht-SemiBold";*/
}
.homepage .casebox .mySwiper2 .swiper-slide-active .box {
  transform: translateY(0);
}
.homepage .casebox .mySwiper2 .box::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  right: 100%;
  height: calc(100% - 0.2rem);
  width: 0.1rem;
  border-radius: 0.2rem 0 0 0.2rem;
  background-color: #fff;
  opacity: 0.3;
}
.homepage .casebox .mySwiper2 dt {
  font-size: 0.18rem;
  color: #73767c;
}
.homepage .casebox .mySwiper2 dd {
  font-size: 0.21rem;
  line-height: 0.34rem;
  height: 1.5rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  margin-top: 0.15rem;
}
.homepage .casebox .mySwiper2 .box img {
  width: 2rem;
}
.homepage .casebox .mySwiper2 .swiper-slide .pic {
  border-radius: 0.2rem;
}
.homepage .casebox .ft {
  padding-top: 0.7rem;
}
.homepage .casebox .ft .more {
  width: 1.75rem;
  height: 0.57rem;
  border-radius: 0.57rem;
  background: #ffe600;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 0.35rem 0 0.15rem;
  font-size: 0.18rem;
  font-family: "pht-SemiBold";
}
.homepage .casebox .ft .more img {
  width: 0.29rem;
}
.homepage .casebox .swiper-button-next,
.homepage .casebox .swiper-button-prev {
  width: 0.52rem;
  height: 0.52rem;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 50%;
  color: #333;
}
.homepage .casebox .swiper-button-next::after,
.homepage .casebox .swiper-button-prev::after {
  font-size: 0.16rem;
}
.homepage .casebox .swiper-button-next {
  right: 50%;
  margin-right: -5.85rem;
}
.homepage .casebox .swiper-button-prev {
  left: 50%;
  margin-left: -5.85rem;
}

.homepage .suport {
  background: url(../images/home_57.jpg) center no-repeat;
  background-size: cover;
  padding: 1.1rem 0;
  margin-top: 1.1rem;
}


.homepage .suport .title_common {
  text-align: left;
  padding-bottom: 0.3rem;
}
.homepage .suport .title_common p {
  margin-top: 0.25rem;
}
.homepage .suport .title_common h2 {
  font-size: 0.42rem;
}
.homepage .suport .input {
  width: 100%;
  font-size: 0.16rem;
  height: 0.53rem;
  padding: 0 0.2rem;
  border-radius: 0.5rem;
  border: 1px solid #eee;
}
.homepage .suport .flex_item + .flex_item {
  padding-left: 0.12rem;
}
.homepage .suport .flex {
  margin-top: 0.2rem;
}
.homepage .suport .btn {
  height: 0.53rem;
  border-radius: 0.5rem;
  width: 0.86rem;
  position: relative;
  background: #ffe600;
  margin-left: 0.2rem;
}
.homepage .suport .btn img {
  width: 0.23rem;
  position: relative;
  z-index: 6;
}
.homepage .suport .box {
  width:8rem;
  background: #fff;
  padding: 0.55rem 0.6rem;
  max-width: 100%;
  border-radius: 0.2rem;
}
/********************************/
.circleProgress_wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
.right {
  right: 0;
}
.left {
  left: 0;
}
.circleProgress {
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(45deg);
}
.rightcircle {
  border-top: 2px solid green;
  border-right: 2px solid green;
  right: 0;
  z-index: 9;
  -webkit-animation: circleProgressLoad_right 5s linear infinite;
}
.leftcircle {
  border-bottom: 1px solid green;
  border-left: 1px solid green;
  left: 0;
  z-index: 9;
  -webkit-animation: circleProgressLoad_left 5s linear infinite;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(45deg);
  }
  50% {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(225deg);
  }
  100% {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0% {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(45deg);
  }
  50% {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
  }
  100% {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(225deg);
  }
}

.homepage .casebox .circleProgress {
  border: 2px solid #1b61df;
}
.homepage .casebox .leftcircle {
  border-bottom: 2px solid #1b61df;
  border-left: 2px solid #1b61df;
  left: 0;
  -webkit-animation: circleProgressLoad_left1 5s linear infinite;
}
.homepage .casebox .rightcircle {
  border-top: 2px solid #1b61df;
  border-right: 2px solid #1b61df;
  right: 0;
  -webkit-animation: circleProgressLoad_right1 5s linear infinite;
}
@-webkit-keyframes circleProgressLoad_left1 {
  0% {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(45deg);
  }
  50% {
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-top: 2px solid #1b61df;
    border-right: 2px solid #1b61df;
    -webkit-transform: rotate(45deg);
  }
  100% {
    border-top: 2px solid #1b61df;
    border-right: 2px solid #1b61df;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    -webkit-transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_right1 {
  0% {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(45deg);
  }
  50% {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-left: 2px solid #1b61df;
    border-bottom: 2px solid #1b61df;
    -webkit-transform: rotate(225deg);
  }
  100% {
    border-left: 2px solid #1b61df;
    border-bottom: 2px solid #1b61df;
    -webkit-transform: rotate(225deg);
  }
}
.picMarquee-left {
  overflow: hidden;
  position: relative;
  margin-bottom:0.4rem;
}

.picMarquee-left .bd ul {
  overflow: hidden;
  width: 50000px;
  zoom: 1;
}
.picMarquee-left .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.homepage .person .mySwiper {
  height: 2.4rem;
  padding-bottom: 0.3rem;
  margin-top: 0.2rem;
}
.homepage .person .swiper-pagination {
  bottom: 0;
}
.homepage .person .swiper-slide {
  height: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.homepage .person .swiper-pagination-bullet-active {
  background: #ffe600;
}
.videopic {
  position: relative;
  border-radius: 0.2rem;
  height: 4.31rem;
  background: url(../images/pro_10.jpg) center no-repeat;
  background-size: 100% 100%;
}



.videopic dl {
  color: #fff;
  position: absolute;
  left: 0.85rem;
  top: 0.85rem;
  font-family: "pht-Light";
}
.videopic dt {
  font-size: 0.36rem;
  font-family: "pht-SemiBold";
  line-height: 0.44rem;
  margin-bottom: 0.65rem;
}
.videopic dt span{  font-family: "pht-Light";}
.videopic dd {
  cursor: pointer;
  width: 0.95rem;
  transition: all 0.5s;
  background: url(../images/pro_02.png) center no-repeat;
  background-size: cover;
  height: 0.95rem;
  animation: video 1s infinite;
  -webkit-animation: video 1s infinite; /* Safari and Chrome */
}

.homepage .banner .swiper-pagination-bullet{
    width: auto;
    height: auto;
    opacity: 1;
    background: none;
}
.swiper-pagination-bullet-active{
    color: #2159be;
}

.homepage .banner .swiper-pagination span:after{
    display: inline-block;
    content:"/";
    margin-left: 7px;
}
.homepage .banner .swiper-pagination span:last-child:after{
    content: "";
}



.inabout-video{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.incon-playerbtn{*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    background-color: red;*/
/*    position: relative;*/
/*    z-index: 20;*/
/*}*/


.aboutus .shili:after{
    content:"";
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(12,16,37,0.45);
    z-index: 1;
}
.aboutus .shili .box{
    z-index: 2;
}


.app-project-side-box {
  clear: both;
}

.app-project-side-box .panel {
  clear: both;
  padding: 0.3rem 0;
  position: relative;
}
.app-project-side-box .panel:nth-child(1){
    /*padding-top:0;*/
    padding:0.3rem 0.45rem;
    background-color: #ffe600;
    border-radius: 0.2rem;
    font-size: 0.18rem;
    font-weight: bold;
    color: #303338;
    margin-left: -0.45rem;
    margin-right: -0.45rem;
    
}
.app-project-side-box .panel:nth-child(1) .named  span:before{
    display: none;
}
.app-project-side-box .panel span img{
    margin-right: 0.16rem;
}
.app-project-side-box .panel .named {
  display: flex;
 /* justify-content: space-between;*/
  font-size: 0.18rem;
}

.app-project-side-box .panel .named span {
  /*color: #555;*/ color: #303338;
  font-weight: bold;
}
.app-project-side-box .panel .named span:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.04rem;
    height: 0.2rem;
    background-color: #ffe600;
    margin-right: 0.18rem;
}
.app-project-side-box .panel .named .label {
 /*  color: #303338;
 font-weight: 600;*/ color: #333;
}

.app-project-side-box .panel + .panel:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #eeeeea;
}

.app-project-side-box .panel .scene {
  clear: both;
  margin-top: 0.25rem;
}

.app-project-side-box .panel .scene .col {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 2.6;
}

.app-project-side-box .panel .scene .col a {
  display: block;
  position: relative;
  padding-left: 0.24rem;
  /*font-size: 0.17rem;*/font-size: 0.15rem;
  color: #8a8d93;
  transition: color 0.3s, font-weight 0.3s;
}

.app-project-side-box .panel .scene .col a:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #ffe600;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.app-project-side-box .panel .scene .col a:link, .app-project-side-box .panel .scene .col a:visited {
  color: #8a8d93;
}

.app-project-side-box .panel .scene .col a:hover, .app-project-side-box .panel .scene .col a:active {
  color: #303338;
  font-weight: bold;
}

.app-project-side-box .panel .customs {
  clear: both;
  margin-top: 0.25rem;
}

.app-project-side-box .panel .customs .row {
  margin: -0.06rem;
  display: flex;
  flex-flow: row wrap;
}

.app-project-side-box .panel .customs .row .col {
  flex-basis: 50%;
  padding: 0.06rem;
}

.app-project-side-box .panel .customs .row .col a {
  /*display: block;*/
  position: relative;
  height: 100%;
  border: 1px #E5E5E5 solid;
  border-radius: 5px;
  /*padding: 0.2rem 0.3rem;*/
  padding: 0.025rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  cursor: auto;
}

.app-project-side-box .panel .customs .row .col a img {
  max-width: 100%;
  /*max-height: 100%;*/
}

.app-project-side-box .panel .customs .row .col a:hover {
  margin-top: -5px;
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
}

.case-video-box {
  clear: both;
  margin-bottom: 0.3rem;
 /*min-height: 3rem;*/
  /*background-color: #d7dbe2;*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  background-color: #000;
}

.case-video-box p {
  font-size: 0.36rem !important;
  color: #b9bec6;
  font-weight: 600;
  margin: 0 !important;
  padding: 0;
}

.video-player-popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 201;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  text-align: center;
}

.video-player-popup:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.video-player-popup .video-player {
  width: 94%;
  height: 5.4rem;
  width: 9.6rem;
  margin-top: 0;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-player-popup .close {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 10px;
  background-color: #ffe600;
  border-radius: 50%;
  line-height: 0.4rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;

    position: absolute;
    top: -0.6rem;
    right: 0;
}

.video-player-popup .close:hover {
  transform: rotate(180deg);
}

table tr td{
    height: 0.4rem;
    padding:0.05rem;
}


.projectitem .two li h3 img{
    display: none;
}
.banner_info i {
  width: 0.7rem;
  height: 0.7rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 50%;
  margin-right: 0.25rem;
  position: relative;
  background: #ffe600;
  display: block;
}
.banner_info i:hover {
  transform: rotate(360deg);
}
.banner_info i::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #333;
  margin-left: 0.02rem;
}
.banner_info .conplayer-btn {
    padding-top: 0.8rem;
    /*display: none;*/
}
.banner_info .conplayer-btn .cn {
  font-family: "pht-SemiBold";
  padding-bottom: 0.1rem;
  font-size: 0.2rem;
}
.banner_info .conplayer-btn .en {
  font-family: Alibaba-PuHuiTi-Medium;
  font-size: 0.2rem;
}
/*.mfsy{*/
/*    display: none;*/
/*}*/
.mfsy a{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.05rem 0.2rem;
    font-size: 0.16rem;
    margin-right: 0.5rem;
}
.header:hover .mfsy a, .header.on .mfsy a, .header.header_info .mfsy a{
    color: #2159be;
    border-color: #2159be;
}
.dz:hover{
    text-decoration: underline;
}
.banner .conplayer-btn{
    display: none;
}
.ft .swiper-wrapper{
    /*justify-content: flex-end;*/
}
.shili-swiper {
  display: none;
}
.ft .swiper-wrapper .swiper-slide{
    
    cursor: pointer;
}

.casebox .hd .swiper-wrapper{
    justify-content: center;
}
