/* body {
    overflow-x: hidden;
} */
.guding {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
    background: #faaa10;
    padding: 5px 5px 5px 10px;
}

.guding img {
    float: left;
    width: 38px;
    height: 38px;
    margin-right: 10px;
    transform: translate(0,5px);
}
.guding .tell {
    float: right;
}
.guding .tell p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}


.banner {
    position: relative;
    width: 100%;
    height: 100vh;
}
/* banner轮播图 */
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    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;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }

.banner .wenan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 36px;
}
.banner .wenan span {
    font-size: 46px;
    font-weight: bold;
    color: #faaa10;
}
.banner .wenan1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner .wenan1 p {
    color: #fff;
    font-size: 48px;
}
.banner .wenan1 span {
    color: #fff;
    font-size: 24px;
}
@media screen and (max-width: 767px) {
    .banner {
        height: 350px;
    }
    .banner .swiper-pagination {
        display: none;
    }
    .banner .wenan4 p {
        font-size: 32px;
    }
    .banner .wenan4 span {
        font-size: 20px;
    }
}
/* banner轮播图 */




/* 关于我们 */
.aboutus {
    position: relative;
    /* height: 100vh; */
}
.aboutus .contain {
    padding-bottom: 100px;
}
.aboutus .title p {
    width: 30%;
    transform: translate(62px,40px);
    -o-transform: translate(62px,40px);
    -ms-transform: translate(62px,40px);
    -moz-transform: translate(62px,40px);
    -webkit-transform: translate(62px,40px);
    color: #fff;
    font-size: 24px;
}
.aboutus .title span {
    color: #faaa10;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
}
.aboutus .title em {
    color: #999999;
    font-size: 30px;
    font-style: normal;
}
.aboutus .title .line {
    width: 680px;
    height: 1px;
    background: #474747;
    transform: translate(203px,-59px);
    -o-transform: translate(203px,-59px);
    -ms-transform: translate(203px,-59px);
    -moz-transform: translate(203px,-59px);
    -webkit-transform: translate(203px,-59px);
}
.aboutus .introduce {
    width: 500px;
    color: #fff;
    font-size: 14px;
    line-height: 2.2em;
    margin-top: 85px;
}
.aboutus .imgbox {
    position: absolute;
    top: 215px;
    right: 0;
    width: 600px;
}
.aboutus .imgbox img {
    display: block;
    width: 100%;
}
.aboutus .imgbox .more {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 185px;
    height: 72px;
    overflow: hidden;
}
.aboutus .imgbox .more img {
    display: block;
    width: 100%;
    transition: all 0.8s;
}
.aboutus .imgbox .more img:last-child {
    position: absolute;
    top: 0;
    left: -100%;
}
.aboutus .imgbox .more:hover img{
    transform: translate(100%,0);
    transition: all 0.8s;
}
.aboutus .block {
    position: absolute;
    top: 100px;
    right: 0;
    width: 38.59375vw;
    height: 400px;
    background: #2b2b2b;
}
/* 关于我们 */

/* 服务领域 */
.service {
    text-align: center;
    /* height: 100vh; */
    background: url(../images/1920-15141.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
}
.service .title {
    text-align: right;
}
.service .title p {
    width: 30%;
    margin-left: auto;
    transform: translate(-83px,40px);
    color: #fff;
    font-size: 24px;
}
.service .title span {
    color: #faaa10;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
}
.service .title em {
    color: #999999;
    font-size: 30px;
    font-style: normal;
}
.service .title .line {
    width: 680px;
    height: 1px;
    background: #cccccc;
    transform: translate(203px,-59px);
    -o-transform: translate(203px,-59px);
    -ms-transform: translate(203px,-59px);
    -moz-transform: translate(203px,-59px);
    -webkit-transform: translate(203px,-59px);
}
.service .project {
    margin-top: 70px;
}
.service .project li {
    float: left;
    position: relative;
    width: 220px;
    height: 440px;
    overflow: hidden;
    margin: 0 5px;
}
.service .project li:first-child {
    margin-left: 10px;
}
.service .project li:hover .mask {
    opacity: 1;
    transition: all 0.8s;
}
.service .project li:hover img {
    transform: scale(1.1);
    transition: all 1s;
}
.service .project li img {
    width: 100%;
    min-height: 100%;
    transition: all 1s;
}
.service .project li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(250, 170, 16,.6);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 440px;
    opacity: 0;
    transition: all 0.8s;
}
.service .project .six {
    display: none;
}
.service .view {
    display: block;
    width: 190px;
    height: 50px;
    border: 1px solid #faaa10;
    border-radius: 4px;
    color: #faaa10;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    transition: all 1s;
}
.service .view:hover {
    color: #fff;
    background: #faaa10;
    transition: all 1s;
}
/* 服务领域 */

/* 为什么选择我们 */
.chooseus {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}
.chooseus .contain {
    padding-bottom: 180px;
}
.chooseus .title p {
    width: 30%;
    min-width: 180px;
    transform: translate(66px,40px);
    -o-transform: translate(66px,40px);
    -ms-transform: translate(66px,40px);
    -moz-transform: translate(66px,40px);
    -webkit-transform: translate(66px,40px);
    color: #fff;
    font-size: 24px;
}
.chooseus .title span {
    color: #faaa10;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
}
.chooseus .title em {
    color: #999999;
    font-size: 30px;
    font-style: normal;
}
.chooseus .title .line {
    width: 680px;
    height: 1px;
    background: #474747;
    transform: translate(267px,-59px);
    -o-transform: translate(267px,-59px);
    -ms-transform: translate(267px,-59px);
    -moz-transform: translate(267px,-59px);
    -webkit-transform: translate(267px,-59px);
}
.chooseus .cir {
    width: 24.2708vw;
    height: 24.2708vw;
    position: relative;
    margin: 0 auto;
    margin-top: 13.54vw;
    /* position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%); */
}
.chooseus .cir img {
    width: 100%;
    animation-name: xuanzhuan;
    animation-duration: 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    -o-animation-name: xuanzhuan;
    -o-animation-duration: 8s;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-play-state: running;
    -moz-animation-name: xuanzhuan;
    -moz-animation-duration: 8s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-play-state: running;
    -webkit-animation-name: xuanzhuan;
    -webkit-animation-duration: 8s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
}
@keyframes xuanzhuan {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
.chooseus .round1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 4.1667vw;
    height: 4.1667vw;
    border-radius: 50%;
    color: #faaa10;
    font-size: 2.0833vw;
    line-height: 4.1667vw;
    text-align: center;
    background: #fff;
}
.chooseus .round2 {
    position: absolute;
    top: 21.6738%;
    left: -2.75%;
    width: 4.1667vw;
    height: 4.1667vw;
    border-radius: 50%;
    color: #faaa10;
    font-size: 2.0833vw;
    line-height: 4.1667vw;
    text-align: center;
    background: #fff;
}
.chooseus .round5 {
    position: absolute;
    top: 21.6738%;
    left: 87.5%;
    width: 4.1667vw;
    height: 4.1667vw;
    border-radius: 50%;
    color: #faaa10;
    font-size: 2.0833vw;
    line-height: 4.1667vw;
    text-align: center;
    background: #fff;
}
.chooseus .round3 {
    position: absolute;
    top: 77.6738%;
    left: 7.15%;
    width: 4.1667vw;
    height: 4.1667vw;
    border-radius: 50%;
    color: #faaa10;
    font-size: 2.0833vw;
    line-height: 4.1667vw;
    text-align: center;
    background: #fff;
}
.chooseus .round4 {
    position: absolute;
    top: 77.6738%;
    left: 75.85%;
    width: 4.1667vw;
    height: 4.1667vw;
    border-radius: 50%;
    color: #faaa10;
    font-size: 2.0833vw;
    line-height: 4.1667vw;
    text-align: center;
    background: #fff;
}
.chooseus .cir .wenzibox {
    width: 90%;
    color: #fff;
    text-align: center;
}
.chooseus .cir .wenzibox p {
    color: #faaa10;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 10px;
}
.chooseus .cir .wenzibox span {
    font-size: 14px;
}
.cir .wenzi1 {
    position: absolute;
    top: -40%;
    left: 4.72%;
    text-align: center;
}
.cir .wenzi2 {
    position: absolute;
    top: 13%;
    left: -110%;
    text-align: right;
}
.cir .wenzi3 {
    position: absolute;
    top: 94.42%;
    left: -96.35%;
    text-align: right;
}
.cir .wenzi4 {
    position: absolute;
    top: 94.42%;
    right: -95.7%;
}
.cir .wenzi5 {
    position: absolute;
    top: 13%;
    right: -111%;
}
/* 为什么选择我们 */

/* 产品中心 */
.product {
    position: relative;
    /* height: 100vh; */
    background: url(../images/gjrm.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}
.product .title {
    text-align: right;
}
.product .title p {
    width: 30%;
    margin-left: auto;
    transform: translate(-95px,40px);
    color: #fff;
    font-size: 24px;
}
.product .title span {
    color: #faaa10;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
}
.product .title em {
    color: #999999;
    font-size: 30px;
    font-style: normal;
}
.product .title .line {
    width: 680px;
    height: 1px;
    background: #ccc;
    transform: translate(203px,-59px);
    -o-transform: translate(203px,-59px);
    -ms-transform: translate(203px,-59px);
    -moz-transform: translate(203px,-59px);
    -webkit-transform: translate(203px,-59px);
}
.product .full {
    margin-top: 50px;
}
.product .full .tit {
    color: #faaa10;
    font-size: 32px;
    margin-bottom: 30px;
}
.product .imgbox {
    float: left;
    position: relative;
    width: 380px;
    height: 240px;
    overflow: hidden;
}
.product .imgbox:nth-child(3n+2) {
    margin: 0 10px;
}
.product .imgbox:nth-child(n+3) {
    margin-bottom: 10px;
}
.product .imgbox img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    min-height: 100%;
    transition: all 0.3s;
}
.product .imgbox img:last-of-type {
    position: absolute;
    left: -50%;
    transition: all 0.3s;
}
.product .imgbox:hover img:first-child {
    left: 100%;
    transition: all 0.3s;
}
.product .imgbox:hover img:last-of-type {
    left: 50%;
    transition: all 0.3s;
}
.product .imgbox p {
    display: none;
}
.product .view {
    display: block;
    width: 190px;
    height: 50px;
    border: 1px solid #faaa10;
    border-radius: 4px;
    color: #faaa10;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    transition: all 1s;
}
.product .view:hover {
    color: #fff;
    background: #faaa10;
    transition: all 1s;
}
/* 产品中心 */

/* 工程案例 */
/* .anli {
    height: 100vh;
} */
.anli .title p {
    width: 30%;
    transform: translate(66px,40px);
    -o-transform: translate(66px,40px);
    -ms-transform: translate(66px,40px);
    -moz-transform: translate(66px,40px);
    -webkit-transform: translate(66px,40px);
    color: #fff;
    font-size: 24px;
}
.anli .title span {
    color: #faaa10;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
}
.anli .title em {
    color: #999999;
    font-size: 30px;
    font-style: normal;
}
.anli .title .line {
    width: 680px;
    height: 1px;
    background: #474747;
    transform: translate(267px,-59px);
    -o-transform: translate(267px,-59px);
    -ms-transform: translate(267px,-59px);
    -moz-transform: translate(267px,-59px);
    -webkit-transform: translate(267px,-59px);
}
.anli .swiper {
    margin-top: 60px;
}
.anli .swiper-wrapper {
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
}
.anli .swiper-slide {
    width: 303px;
  }
  .anli .swiper-slide {
    text-align: center;
    font-size: 18px;
    flex-direction: column;
    /* Center slide text vertically */
    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;
  }

  .anli .swiper-slide a {
      display: block;
      width: 100%;
      /* height: 270px; */
      overflow: hidden;
  }
  .anli .swiper-slide img {
    display: block;
    width: 100%;
    height: 270px;
    object-fit: cover;
  }
  @media screen and (min-width: 1200px) {
    .anli .swiper-slide a {
        max-height: 270px;
    }
    .anli .swiper-slide img {
        height: 270px;
      }
  }
  .anli .swiper-slide .imgtitle {
      color: #fff;
      font-size: 14px;
      margin-top: 8px;
  }
.anli .view {
    display: block;
    width: 190px;
    height: 50px;
    border: 1px solid #faaa10;
    border-radius: 4px;
    color: #faaa10;
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    margin-top: 80px;
    transition: all 1s;
}
.anli .view:hover {
    color: #fff;
    background: #faaa10;
    transition: all 1s;
}
/* 工程案例 */

/* 新闻中心 */
.news {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    height: 900px;
}
.news .title {
    text-align: right;
}
.news .title p {
    width: 30%;
    margin-left: auto;
    transform: translate(-95px,40px);
    color: #fff;
    font-size: 24px;
}
.news .title span {
    display: inline-block;
    color: #faaa10;
    font-size: 85px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    transform: translate(-68.415%,0px);
}
.news .title em {
    display: inline-block;
    color: #999999;
    font-size: 30px;
    font-style: normal;
    transform: translate(-25.37%,0px);
}
.news .title .line {
    width: 680px;
    height: 1px;
    background: #474747;
    transform: translate(203px,-59px);
    -o-transform: translate(203px,-59px);
    -ms-transform: translate(203px,-59px);
    -moz-transform: translate(203px,-59px);
    -webkit-transform: translate(203px,-59px);
}
.news .imgbox {
    position: relative;
    width: 420px;
    height: 496px;
}
.news .imgbox img {
    display: block;
    width: 100%;
    min-height: 100%;
}
.news .imgbox .more {
    display: block;
    position: absolute;
    bottom: 28px;
    left: 0;
    width: 185px;
    height: 72px;
    overflow: hidden;
}
.news .imgbox .more img {
    display: block;
    width: 100%;
    transition: all 0.8s;
}
.news .imgbox .more img:last-child {
    position: absolute;
    top: 0;
    left: -100%;
}
.news .imgbox .more:hover img{
    transform: translate(100%,0);
    transition: all 0.8s;
}
.news .block {
    position: absolute;
    top: 100px;
    left: 0;
    width: 38.54vw;
    height: 618px;
    background: #2b2b2b;
}
.newscon {
    position: absolute;
    top: 27.87vh;
    right: 0;
}
.news .contbox {
    width: 700px;
    margin: 22px 0;
}
.news .contbox .time {
    float: left;
    width: 60px;
    height: 70px;
    background: #faaa10;
    color: #fff;
    text-align: center;
    margin-left: 30px;
}
.news .contbox .time .day {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 41px;
}
.news .contbox .time .date {
    display: block;
    font-size: 13px;
}
.news .contbox .conts {
    display: block;
    margin-left: 130px;
}
.news .contbox .conts:hover .title {
    color: #faaa10;
    transition: all 1s;
}
.news .contbox .conts .title {
    font-size: 16px;
    text-align: left;
    transition: all 1s;
}
.news .contbox .conts .abstract {
    color: #999999;
    font-size: 14px;
    line-height: 28px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 新闻中心 */

/* 手机底部版权 */
.m-copy {
    display: none;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 6.6667vw;
}
.m-copy p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 150%;
}
.m-copy p:last-child {
    margin-top: 10px;
}
@media screen and (max-width: 1199px) {
    .m-copy {
        display: block;
    }
}
/* 手机底部版权 */

@media screen and (max-width: 1440px) {
    .cir .wenzi1 {
        top: -50%;
    }
}
@media screen and (max-width: 1199px) {
    .aboutus .contain {
        width: 90%;
    }
    .aboutus .introduce {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }
    .aboutus .imgbox {
        position: relative;
        top: 0;
        right: 0;
        margin: 40px auto 0;
    }
    .aboutus .imgbox .more img:first-child {
        display: none;
    }
    .aboutus .imgbox .more img:last-child {
        position: absolute;
        top: 0;
        left: 0;
    }
    .aboutus .imgbox img {
        display: block;
        width: 100%;
    }
    .aboutus .imgbox .more:hover img{
        transform: translate(0,0);
        transition: none;
    }
    .aboutus .block {
        display: none;
    }
    .service .contain {
        width: 90%;
    }
    .service .project li {
        width: calc((100% - 40px) / 5);
        margin: 0;
    }
    .service .project li {
        margin-right: 10px;
    }
    .service .project li:nth-child(5) {
        margin: 0;
    }
    .service .title .line {
        width: 50%;
        transform: translate(238px,-59px);
        -o-transform: translate(238px,-59px);
        -ms-transform: translate(238px,-59px);
        -moz-transform: translate(238px,-59px);
        -webkit-transform: translate(238px,-59px);
    }
    .service .project li:first-child {
        margin-left: 0;
    }
    .service .project li .mask {
        background: rgb(250, 170, 16,.2);
        opacity: 1;
        transition: none;
    }
    .service .view {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 68px;
    }
    .chooseus .contain {
        width: 90%;
        padding-bottom: 120px;
    }
    .chooseus .cir .wenzibox {
        width: 100%;
    }
    .chooseus .cir .wenzibox p {
        font-size: 20px;
    }
    .chooseus .cir .wenzibox span {
        font-size: 12px;
    }
    .product .contain {
        width: 90%;
    }
    .product .title .line {
        width: 50%;
    }
    .product .imgbox {
        width: calc((100% - 20px) / 3);
        height: 24.77vw;
    }
    .product .view {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 68px;
    }
    .anli .contain {
        width: 95%;
    }
    .anli .view {
        width: 150px;
        height: 40px;
        line-height: 40px;
        margin-top: 68px;
    }
    .news .contain {
        width: 90%;
    }
    .news .imgbox {
        width: 35vw;
        height: 513px;
    }
    .news .newscon {
        width: 60%;
    }
    .news .contbox {
        width: 100%;
    }
    .news .imgbox .more {
        bottom: 0;
    }
    .news .imgbox .more img:first-child {
        display: none;
    }
    .news .imgbox .more img:last-child {
        left: 0;
    }
    .news .imgbox .more:hover img{
        transform: translate(0,0);
        transition: none;
    }
}
@media screen and (max-width: 991px) {
    .aboutus .title .line {
        display: none;
    }
    .service .title .line {
        display: none;
    }
    .chooseus .title .line {
        display: none;
    }
    .product .title .line {
        display: none;
    }
    .anli .title .line {
        display: none;
    }
    .news .title .line {
        display: none;
    }
    .service .contain {
        width: 95%;
    }
    .service .project {
        width: 100%;
    }
    .chooseus .cir .wenzibox span {
        display: none;
    }
    .product .imgbox {
        box-sizing: border-box;
        border: 1px solid #faaa10;
    }
    .product .imgbox:hover img:first-child {
        left: 50%;
    }
    .product .imgbox img {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        min-height: 100%;
        transition: none;
    }
    .product .imgbox img:last-of-type {
        display: none;
    }
    .product .imgbox p {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #faaa10;
        margin: 0 auto;
        padding: 2px 0;
    }
    .news {
        height: 0;
    }
    .news .contain {
        width: 95%;
    }
    .news .newscon {
        position: static;
        width: 100%;
    }
    .news .imgbox {
        display: none;
    }
    .news .imgbox .more {
        display: none;
    }
    .news .block {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .guding {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .banner .wenan {
        font-size: 32px;
    }
    .banner .wenan span {
        font-size: 42px;
    }
    .aboutus .contain {
        padding-top: 0;
        padding-bottom: 40px;
    }
    .aboutus .title p {
        font-size: 20px;
    }
    .aboutus .title em {
        font-size: 26px;
    }
    .chooseus .contain {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .chooseus .title p {
        font-size: 20px;
    }
    .chooseus .title em {
        font-size: 26px;
    }
    .product .title p {
        font-size: 20px;
    }
    .product .title em {
        font-size: 26px;
    }
    .anli .swiper {
        margin-top: 7.8125vw;
    }
    .anli .title p {
        font-size: 20px;
    }
    .anli .title em {
        font-size: 26px;
    }
    .news .title p {
        font-size: 20px;
    }
    .news .title em {
        font-size: 26px;
    }
    .aboutus .introduce {
        width: 100%;
        line-height: 1.8em;
    }
    .aboutus .imgbox {
        width: 100%;
        margin-top: 30px;
    }
    .aboutus .imgbox .more {
        width: 102.77px;
        height: 40px;
    }
    .service .contain {
        padding-top: 0;
        padding-bottom: 60px;
    }
    .service .title {
        text-align: left;
    }
    .service .title p {
        font-size: 20px;
        margin-left: 0;
        margin-right: auto;
        transform: translate(64px,40px);
    }
    .service .title em {
        font-size: 26px;
    }
    .service .project {
        margin-top: 9.1146vw;
    }
    .service .project .six {
        display: block;
    }
    .service .project li {
        height: 45.57vw;
        margin: 0;
    }
    .service .project li:nth-of-type(n-3) {
        width: 33.33%;
    }
    .service .project li .mask {
        background: none;
        font-size: 3.75vw;
        line-height: 45.57vw;
    }
    .service .project li:hover .mask {
        transition: none;
    }
    .service .project li:hover img {
        transform: none;
        transition: none;
    }
    .service .view {
        margin-top: 12vw;
    }
    .chooseus .cir {
        width: 32vw;
        height: 32vw;
        margin-top: 18.54vw;
    }
    .cir .wenzi1 {
        top: -50%;
        left: 0;
    }
    .chooseus .cir .wenzibox p {
        width: 80px;
        font-size: 16px;
        text-align: center;
    }
    /* .cir .wenzi1 {
        top: -60%;
        left: 16%;
    }
    .cir .wenzi2 {
        top: 13%;
        left: -86%;
    }
    .cir .wenzi3 {
        top: 94.42%;
        left: -70%;
    }
    .cir .wenzi4 {
        top: 94.42%;
        right: -102%;
    }
    .cir .wenzi5 {
        top: 13%;
        right: -122%;
    } */
    .product .contain {
        padding-top: 0;
    }
    .product .title {
        text-align: left;
    }
    .product .title p {
        margin-left: 0;
        margin-right: auto;
        transform: translate(64px,40px);
    }
    .product .full {
        margin-top: 6.5189vw;
    }
    .product .imgbox {
        width: calc((100% - 10px) / 2);
        height: 32vw;
        margin-bottom: 10px;
    }
    .product .imgbox:nth-child(3n+2) {
        margin: 0 0;
    }
    .product .imgbox:nth-child(n+3) {
        margin-bottom: 0;
    }
    .product .imgbox:nth-child(even) {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .product .view {
        margin-top: 7vw;
    }
    .anli .contain {
        padding-top: 0;
    }
    .anli .view {
        margin-top: 50px;
    }
    .news .contain {
        padding-bottom: 80px;
    }
    .news .title {
        text-align: left;
    }
    .news .title p {
        margin-left: 0;
        margin-right: auto;
        transform: translate(67px,40px);
    }
    .news .title span {
        transform: translate(0);
    }
    .news .title em {
        transform: translate(0);
    }
    .news .contain {
        padding-top: 0;
    }
    .news .contbox .time {
        margin-left: 10px;
    }
    .news .contbox .conts {
        display: block;
        margin-left: 100px;
    }
    .news .contbox .conts .abstract {
        line-height: 1.5em;
    }
}
@media screen and (max-width: 375px) {
    .chooseus .contain {
        padding-bottom: 70px;
    }
    .chooseus .cir .wenzibox p {
        font-size: 14px;
    }
    .chooseus .cir {
        margin-top: 19vw;
    }
}