.pageHeaderWrap {
  /* background-image: url(../img/header.png); */
  background: #eaf3fc;
  background-position: center;
  height: 9.2rem;
}
.logoImgWrap {
  width: 100%;
  height: 9.2rem;
  position: absolute;
}
.headerImg1 {
  width: 20.3rem;
  /* height: 8.2rem; */
  position: absolute;
  top: 1.8rem;
  left: 0;
  bottom: 0;
  right: 0rem;
  margin: auto;
  z-index: 2;
  transform: scale(0.9, 0.9);
}

.headerImg {
  width: ;
  transform: scale(0.7, 0.7);
  animation: myfirst 45s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  width: 8rem;
  /* height: 8rem; */
}

.content {
  width: 13.93rem;
  height: 100%;
  margin: 0 auto;
}
@keyframes myfirst {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-359deg);
  }
}
@keyframes rotate {
  /* 0%{
        transform: rotate(0);
      }
    100%{
    	transform:rotate(360deg);
    } */
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.pageHeaderContent {
  /* background: red; */
  overflow: hidden;
  position: relative;
}

.logoWrap {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
}
.logoWrap img {
  /* width: 2rem;
	height: 0.42rem; */
}
.logoWrap span {
  font-size: 0.45rem;
  font-family: Roboto;
  font-weight: bold;
  margin-left: 0.11rem;
  table-layout: fixed;
  word-break: break-all;
  overflow: hidden;
}

.arrowWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  bottom: 0.33rem;
  left: calc(50% - 0.25rem);
}

.arrowWrap .smallPoint {
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  background: #222222;
}

.arrowWrap .bigPoint {
  width: 0.5rem;
  height: 0.5rem;
  background: #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}

.aboutWrapOne {
  height: 6.2rem;
  background: #ffffff;
  overflow: hidden;
}

.aboutContentOne h3 {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 0.36rem;
  font-family: Roboto;
  font-weight: bold;
  color: #333333;
}

.aboutContentOne .paragraph {
  font-size: 0.24rem;
  font-family: Roboto;
  font-weight: bold;
  color: #666666;
  line-height: 0.36rem;
  margin-top: 0.4rem;
}

/*第二个about advance*/
.aboutWrapTwo {
  height: 9.2rem;
  background: url(../img/02.png);
  /* background-size: cover; */
  background-position: center;
  overflow: hidden;
  padding-top: 2.89rem;
}

.aboutWrapTwo h3 {
  text-align: center;
  font-size: 0.36rem;
  font-family: Roboto;
  font-weight: bold;
  color: #333333;
}

.aboutWrapTwo .paragraph {
  font-size: 0.24rem;
  font-family: Roboto;
  font-weight: bold;
  color: #666666;
  line-height: 0.36rem;
  margin-top: 0.4rem;
}

/*ours*/
.oursWrap {
  height: 9.2rem;
  overflow: hidden;
}

.oursContent {
  padding-top: 2.19rem;
}

.tabsHeader {
  display: flex;
}

.tabsHeader .tabsOne {
  width: 30%;
  font-size: 0.24rem;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}

.tabsTwo {
  margin-left: 3%;
}

.tabsOne:hover .noSelected {
  background: #333333;
}

.selected {
  height: 0.14rem;
  width: 0.7rem;
  background: #333333;
  margin-top: 0.19rem;
}

.noSelectedTitle {
  color: #cccccc;
}

.noSelected {
  background: transparent;
}

.tabsContent {
  overflow: hidden;
  margin-top: 0.4rem;
}

.selectWrap {
  position: relative;
  transition: all 0.5s;
  top: 0;
  left: 0;
}

.tabsContent .tabsContentOne {
  width: 13.93rem;
  overflow: hidden;
  float: left;
}

.partnerOne {
  width: 30%;
  height: 1.8rem;
  background: #f5f5f5;
  float: left;
  margin-right: 3.33%;
  margin-bottom: 0.3rem;
  overflow: hidden;
  transition: all 0.5s;
}

/* .partnerOne:hover{
	transform: scale(1.5,1.5);
	position: relative;
} */
.partnerOne img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.partnerOne img:hover {
  transform: scale(1.2, 1.2);
}

/*news*/
.newsWrap {
  height: 9.2rem;
  overflow: hidden;
  background-color: #f9fbfd;
}

.newsContent {
  padding-top: 2.27rem;
}

.newsHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.6rem;
  margin-bottom: 0.49rem;
}

.newsHeader span {
  font-size: 0.36rem;
  font-family: Roboto;
  font-weight: bold;
  color: #333333;
}

.newsContentM {
}

.newsContentOne {
  display: flex;
  align-items: center;
  background: #fff;
  height: 1.1rem;
  padding: 0 0.4rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 0.3rem;
}

.newsContentOne:hover {
  box-shadow: 0px 6px 30px 0px rgba(186, 221, 255, 0.31);
}

.newsContentOne:hover .newsArrow {
  display: inherit;
}

.newsTime {
  color: #666666;
  font-size: 0.24rem;
  font-weight: bold;
}

.newsTime span {
  font-size: 0.48rem;
  color: #666666;
  font-weight: bold;
}

.newOneContent {
  width: 80%;
  margin-left: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.24rem;
  font-family: Roboto;
  font-weight: bold;
  color: #666666;
}

.newsArrow {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: #f5f5f5;
  position: absolute;
  right: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.newsArrow img {
  width: 0.15rem;
  height: 0.25rem;
}

/*联系我们*/
.contactUSWrap {
  height: 1.5rem;
  background: #202932;
}

.contactContent {
  display: flex;
  justify-content: space-between;
}

.contactLeft {
  font-size: 0.16rem;
  margin-top: 0.54rem;
  font-family: Roboto;
  font-weight: bold;
  color: #666666;
  line-height: 0.32rem;
}

.contactRight {
  font-size: 0.16rem;
  margin-top: 0.25rem;
  font-family: Roboto;
  font-weight: bold;
  color: #666666;
  line-height: 0.32rem;
  text-align: right;
}

.contactRight h2 {
  margin-bottom: 0.2rem;
}

/*底部*/
.footerWrap {
  height: 0.8rem;
  background: #0e151c;
}

.footerContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerContent p {
  font-size: 0.16rem;
  font-family: Roboto;
  font-weight: bold;
  color: #666666;
}
/*第二种底部*/
.footerWrapTwo {
  background: url(../img/footerBG.png);
  background-size: cover;
  font-size: 0.24rem;
  text-align: center;
  color: #ffff;
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.footerContentTwo .contactUS {
  margin-top: 0.6rem;
  font-weight: bold;
  font-size: 0.36rem !important;
}
.footerContentTwo .contactUS {
  margin: 0.5rem 0 0.3rem 0;
}
.footerContentTwo .contactUSAddress {
  margin: 0.6rem 0 0rem 0;
}
.footerContentTwo .contactUSAddress2 {
  margin-bottom: 0.6rem;
}
/*使用媒体查询区分手机pc*/
@media screen and (max-width: 768px) {
  /* .headerImg1{
		display: none;
	}
	.headerImg{
		display: none;
	} */
  .pageHeaderWrap {
    background-size: cover;
    height: 15rem;
  }
  .logoImgWrap {
    height: 15rem;
  }
  .headerImg {
    margin: auto;
  }

  .content {
    width: 100%;
    padding: 10px;
    /* overflow: auto; */
  }

  .tabsContent .tabsContentOne {
    width: 100vw;
  }

  .aboutContentOne .paragraph {
    line-height: inherit;
  }

  .aboutWrapTwo .paragraph {
    line-height: inherit;
  }

  .contactLeft {
    line-height: inherit;
    margin-top: 0;
  }

  .contactRight {
    line-height: inherit;
    margin-top: 0;
  }

  .aboutWrapOne {
    height: inherit;
  }

  .aboutWrapTwo {
    height: inherit;
  }

  .newsWrap {
    overflow: inherit;
  }

  .newsHeader img {
    width: 0.35rem;
    height: 0.45rem;
  }

  .newsContentOne {
    height: 2rem;
  }

  .contactUSWrap {
    height: 4rem;
  }

  .footerWrap {
    height: 1.6rem;
  }
}
