/* 公司简介 */

.aboutBox {
    width: 16rem;
    margin: 0.6rem auto 0;
}

.aboutPart1Title {
    font-family: Microsoft YaHei;
    font-size: 0.48rem;
    color: #000000;
}

.aboutPart1Title span {
    font-size: 0.32rem;
}

.aboutBox>p{
     font-family: Microsoft YaHei;
    font-size: 0.16rem;
    color: #333333;
    margin-top: 0.33rem;
    line-height: 0.3rem;
}

.aboutPart1Txt {
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    color: #333333;
    margin-top: 0.33rem;
    line-height: 0.3rem;
}

.aboutNum {
    width: 13.8rem;
    margin: 0.59rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nmNum {
    font-family: oswald-m;
    font-size: 0.58rem;
    color: #e60012;
    line-height: 1em;
    text-align: center;
}

.nmNum span:last-child {
    font-size: 0.5rem;
}

.nmDec {
    font-family: Microsoft YaHei;
    font-size: 0.22rem;
    color: #333333;
    text-align: center;
    margin-top: 0.1rem;
}

.aboutPart1Img {
    width: 100%;
    margin-top: 0.7rem;
}

.aboutPart1Img>img {
    display: block;
}
.aboutVR{
    width: 4.4rem;
    height: 1.2rem;
    margin: 0.6rem auto 0;
}
.aboutVR>img{
    width: 100%;
    height: 100%;
    display: block;
}
.historySwiper {
    width: 16rem;
    margin: 1.07rem auto 0;
    overflow: hidden;
    position: relative;
}

.historySwiper .swiper-slide {
    z-index: 10;
    position: relative;
}

.historyCir {
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #e60012;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    background-color: #F6F6F6;
}

.historyCir::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #e60012;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.historyDate {
    font-family: Arial, Arial;
    font-size: 0.24rem;
    color: #000000;
    margin-top: 0.17rem;
    text-align: center;
    font-weight: 600;
}

.historyImg {
    width: 2.4rem;
    margin: 0.2rem auto 0;
}

.historyImg>img {
    width: 100%;
    display: block;
}

.historyTxt {
    width: 2.4rem;
    margin: 0.2rem auto 0;
    text-align: center;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;
}

.historyLine {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.historyLine>img {
    display: block;
}

.historyTxt span {
    color: #e60012;
}

.historyQh {
    display: flex;
    justify-content: center;
    margin-top: 0.4rem;
}

.historyLeft,
.historyRight {
    width: 0.48rem;
    cursor: pointer;
    align-items: center;
}

.historyRight {
    margin-left: 0.12rem;
}

.historyRight>img {
    transform: rotate(180deg);
}

.historyQh img {
    display: block;
}

.swiper-button-disabled img:first-child {
    display: block !important;
}

.swiper-button-disabled img:last-child,
.historyLeft>img:first-child,
.historyRight>img:first-child {
    display: none;
}

.cultureList {
    width: 16rem;
    display: flex;
    justify-content: space-between;
    margin: 0.54rem auto 0;
}

.cultureList>li {
    width: 2.96rem;
    height: 3.64rem;
    background: #FFFFFF;
    border-radius: 0.12rem 0.12rem 0.12rem 0.12rem;
    border: 0.01rem solid #D6D6D6;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.cultureList>li:hover .cultureIcon{
    transform: translateY(-0.2rem);
}

.cultureIcon {
    width: 0.72rem;
    margin-top: 0.9rem;
    transition: 0.6s;
}

.cultureIcon>img {
    display: block;
}

.cultureTitle {
    text-align: center;
    font-size: 0.28rem;
    color: #333333;
    margin-top: 0.17rem;
}

.cultureTxt {
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    width: 2.56rem;
    text-align: center;
}

/* 公司简介结束 */

/* 远卓风采 */

.picList,
.honorList {
    width: 16rem;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
}

.picList>li {
    width: 3.82rem;
    margin-left: 0.24rem;
    margin-bottom: 0.32rem;
}


.picList>li:nth-child(4n+1) {
    margin-left: 0;
}

.picList>li>a {
    flex-direction: column;
}

.picImg {
    overflow: hidden;
}

.picImg>img {
    display: block;
}

.picBottom {
    width: 100%;
    background: #F3F3F3;
    height: 0.8rem;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    /*white-space: nowrap;*/
    overflow: hidden;
    /*align-items: center;*/
    /*justify-content: center;*/
}

.picBottom>p {
    font-family: Microsoft YaHei;
    font-size: 0.16rem;
    color: #333333;
        line-height: 0.3rem;
    /*text-align: center;*/
}
.picBottom>p>strong{
    font-weight: 400;
}


/* 远卓风采结束 */

/* 资质风采 */

.honorList>li {
    width: 3.84rem;
    margin-left: 0.2rem;
    margin-bottom: 0.32rem;
}

.honorList>li:nth-child(4n+1) {
    margin-left: 0;
}

.honorList>li>a {
    flex-direction: column;
}

.honorBox {
    width: 16rem;
    margin: 0 auto;
}

.honorBox>p{
    font-size: 0.16rem !important;
    color: #333333;
    margin-top: 0.3rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

.honorBox>p>span{
    font-size: 0.16rem !important;
}

.honorBox>img {
    display: block;
    width: 8rem;
    margin: 0 auto;
}

.honorTxt {
    font-size: 0.16rem;
    color: #333333;
    margin-top: 0.3rem;
    line-height: 0.3rem;
    text-indent: 2em;
}

/* 资质风采结束 */

/* 联系我们 */

.contactBox {
    width: 16rem;
    height: 5.46rem;
    margin: 0 auto;
    display: flex;
}

.contactLeft {
    width: 6.7rem;
    background-color: #0b318f;
}

.contactLeft>div:last-child {
    margin-bottom: 0;
}

.contactList {
    width: 100%;
    height: 33.333%;
    border-bottom: 0.01rem solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactIcon {
    width: 0.76rem;
    margin-right: 0.2rem;
}

.contactTxt {
    width: 4.3rem;
}

.contactT1 {
    font-size: 0.2rem;
    color: #FFFFFF;
}

.PhoneNum{
    display: flex;
    justify-content: space-between;
}
.contactTxt>p{
    margin-bottom: 0.04rem;
}
.PhoneNum>a{
    font-family: avenir;
    font-size: 0.28rem;
    color: #fff;
}

.contactT1>a{
    color: #fff;
}

.contactMap{
    width: 9.2rem;
    height: 5.48rem;
}


.newImgBox{
    padding-top: 1.6rem;
    height:10.8rem;
    overflow-x: clip;
    position: relative;
}

.newContent{
    width: 16rem;
    margin: 0.4rem auto 0;
}

.newTxt{
    width: 100%;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.42rem;
    color: #000000;
    text-align: center;
    margin:0.5rem auto;
    line-height: normal;
}

.newImg{
    width: 100%;
    height: 4.28rem;
    position: relative;
    margin-top: 0.4rem;
}

.newImg1{
    position: absolute;
    width: 7.61rem;
    height: 4.28rem;
    left: 50%;
    margin-left: -3.805rem;
    top: 4rem;
    z-index: 10;
        /*top: 0px;*/
    /*transform-origin: 50% 0%;*/
}

.newImg1>img{
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
}

.newBorder{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:2rem;
    transition: all 1s;
}

.newBorder.on,
.newBorder.in
{
    opacity: 0;
    transform: translate(-50%, -150%);
}
.newBorder.in{
    transition: all 1.2s;
}

.newBorder>img{

    display: block;
}

.newBorder>div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.p1{
   font-family: Microsoft YaHei;
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    margin-top: 0.1rem;
    line-height: 0.24rem;
    text-shadow: 0.01rem 0.01rem 0.03rem rgba(0, 0, 0, 0.7);
}

.p2{
   font-family: Microsoft YaHei;
    font-size: 0.18rem;
    color: #fff;
    text-align: center;
    line-height: 0.24rem;
    text-shadow: 0.01rem 0.01rem 0.1em rgba(0, 0, 0, 0.7);
}

.p3{
   font-family: Microsoft YaHei;
    font-size: 0.08rem;
    color: #fff;
    text-align: center;
    text-shadow: 0.01rem 0.01rem 0.02rem rgba(0, 0, 0, 0.7);
    line-height: 0.24rem;
}

.newImg2{
    position: absolute;
    left: 0.7rem;
    top: 4.6rem;
    width: 6.05rem;
    height: 3.4rem;
    transform: translateX(200px);
    opacity: 0;
    transition: all 0.6s;
}
.newImg2.active,
.newImg3.active{
    opacity: 1;
    transform: translateX(0);
}
.newImg3{
    position: absolute;
    right: 0.7rem;
    top: 4.6rem;
    width: 6.05rem;
    height: 3.4rem;
    transform: translateX(-200px);
    opacity: 0;
    transition: all 0.6s;
}
.title.mt06{
    margin-top: 0.4rem;
}

.wrap.newmt{
    margin-top: -1.8rem;
}
@media only screen and (max-width: 1024px) {
.newContent{
    width: 100%;
}
.newImg1 {
  width: 90%;
    left: 5%;
    margin-left: 0;

}
.newImgBox{
    overflow: initial;
}
.aboutBox{
    width: 100%;
}
.aboutBox > p > strong > span{
    font-size: 0.45rem !important;
}
.aboutBox > p > span{
    font-size: 0.32rem !important;
}
.aboutBox > p{
    font-size: 0.24rem;
    line-height: 0.45rem;
}
.aboutNum{
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
}
.nmNumWrap{
    float: left;
    width: auto;
    margin: .3rem;
}
.nmDec{
    font-size: 0.24rem;
}
.aboutVR{
    width: 65%;
}
.historySwiper{
    width: 100%;
}
.historyTxt{
    width: 80%;
    font-size: 0.24rem;
    line-height: 0.3rem;
}
.historyImg{
    width: 100%;
}
.cultureList{
    width: 100%;
    display: block;
}
.cultureList > li{
    width: 100%;
    margin-bottom: .3rem;
}
.cultureTxt{
    font-size: 0.24rem;
    width: 50%;
}
.picList, .honorList{
    width: 100%;
}
.picList > li{
    width: 48%;
    margin-right: 4% !important;
    margin-left: 0;
}
.picList > li:nth-child(2n){
    margin-right: 0 !important;
}
.picBottom > p{
    font-size: 0.24rem;
}
.honorList > li{
    width: 48%;
    margin-right: 4% !important;
    margin-left: 0;
}
.honorList > li:nth-child(2n){
    margin-right: 0 !important;
}
.honorList > p{
    font-size: 0.24rem;
}
.honorBox{
  width: 100%;
}
.honorBox > img{
    width: 100%;
}
.honorBox > p > span {
  font-size: 0.24rem !important;
}
.contactBox {
  width: 100%;
  display: block;
  height: auto;
}
.contactLeft{
    width: 100%;
}
.contactTxt {
  width: 65%;
}
.contactT1{
    font-size: 0.24rem;
}
.contactMap{
    width: 100%;
}
}
