@media screen and (min-width:1101px) {
    /* 头部导航开始 */
    .header {
        width: 100%;
        /* background: #fff; */
        height: 90px;
        line-height: 72px;
        width: 100%;
        top: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        position: absolute;
        z-index: 333;
    }
    .header-fixed {
        position: fixed;
        z-index: 999;
        height: 90px;
        line-height: 70px;
        transition: .4s;
        border-bottom: 1px solid #eee;
        background: #fff;
    }
    .header .container {
        width: 94%;
        max-width: 1750px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
    }
    .header .tel {
        display: flex;
        align-items: center;
        line-height: 20px;
    }
    .header .tel .left {
        line-height: 20px;
        font-size: 15px;
        color: #666;
        margin-right: 15px;
    }
    .header .tel .right {
        font-size: 28px;
        color: #00a0e9;
    }
    .head-logo {
        width: 25%;
        /* margin-top: 12px; */
    }
    .head-nav .nav-list .nav-item {
        margin-right: 35px;
    }
    .head-nav .nav-list .nav-item:last-of-type {
        margin-right: 0;
    }
    .head-nav .nav-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 12px;
    }
    .head-nav .nav-list .nav-item a {
        display: block;
        color: #333;
        position: relative;
        font-size: 16px;
    }
    .head-nav .nav-list .nav-item a.active {
        color: #007aff;
    }
    .head-nav .nav-list .nav-item a.active::after {
        width: 90%;
    }
    .head-nav .nav-list .nav-item:hover>a::after {
        width: 90%;
    }
    .mbnav {
        display: none;
    }
    .head-nav .nav-list .nav-item>a::after {
        content: "";
        height: 2px;
        background: #007aff;
        position: absolute;
        bottom: 8px;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .page-head .head-nav .nav-list .nav-item a {
        color: #fff;
    }
    .page-head .head-nav .nav-list .nav-item>a::after {
        background: #fff;
    }
    .header-fixed .head-nav .nav-list .nav-item a {
        color: #666;
    }
    .page-head.header-fixed .logo {
        display: block
    }
    .page-head.header-fixed .head-nav .nav-list .nav-item>a::after {
        background: #007aff;
    }
    .page-head.header-fixed .logos {
        display: none
    }
    .page-head .logo {
        display: none
    }
    /* 头部导航结束 */
    /* 首页轮播图开始 */
    .index-banner {
        position: relative;
    }
    .index-banner .banner-text {
        position: absolute;
        text-align: center;
        top: 40%;
        display: none;
        width: 100%;
    }
    .index-banner .banner-text h6 {
        color: #444;
        font-size: 40px;
        font-weight: bold;
    }
    .index-banner .banner-text p {
        color: #888;
        font-size: 16px;
        margin: auto;
        width: 1000px;
        margin-top: 18px;
        line-height: 26px;
    }
    .index-banner .swiper-container-banner .swiper-wrapper {
        height: 800px;
    }
    .index-banner .swiper-container-banner .swiper-wrapper .swiper-slide {
        height: 800px;
    }
    .index-banner .swiper-pagination {
        bottom: 30px !important
    }
    .index-banner .swiper-container .swiper-wrapper .swiper-slide img {
        display: none;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
        width: 20px;
        height: 8px;
        background-color: #fff !important;
        opacity: 1;
        border-radius: 20px !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 35px;
        background-color: #fb4848;
    }
    /* 首页轮播图结束 */
    /* 业务领域开始 */
    .page-business {
        width: 100%;
        margin-top: 100px;
    }
    .page-business .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
        overflow: hidden;
    }
    .business {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .business .business-item {
        width: 23.5%;
    }
    .business .business-item .img {
        overflow: hidden;
    }
    .business .business-item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .business .business-item:hover .img img {
        transition: all 0.6s;
        transform: scale(1.1);
        width: 100%;
        height: 100%;
    }
    .business .business-item:hover .business-text h2 {
        color: #2c91ff;
    }
    .business .business-item .business-text {
        margin-top: 18px;
        text-align: center;
    }
    .business .business-item .business-text h2 {
        font-size: 20px;
        font-weight: bold;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .business .business-item .business-text p {
        width: 95%;
        margin: auto;
        margin-top: 12px;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        color: #666;
        min-height: 80px;
    }
    .business .business-item .business-text .more {
        background: #007aff;
        width: 120px;
        height: 38px;
        display: block;
        display: block;
        text-align: center;
        color: #fff;
        line-height: 38px;
        border-radius: 5px;
        margin: auto;
        margin-top: 20px;
    }
    /* 公用标题 */
    .page-title {
        text-align: center;
    }
    .page-title h3 {
        font-size: 16px;
        color: #999;
        text-transform: uppercase;
    }
    .page-title p {
        /* margin-top: -20px; */
        font-size: 30px;
        color: #333;
        font-weight: bold;
    }
    .page-title p span {
        font-size: 30px;
        font-weight: bold;
        color: #2c91ff;
    }
    .page-Company-title {
        text-align: center;
    }
    .page-Company-title h3 {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
    }
    .page-Company-title p {
        /* margin-top: -20px; */
        font-size: 30px;
        color: #fff;
        font-weight: bold;
    }
    .page-Company-title p span {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
    }
    /* 公用标题结束 */
    /* 业务领域结束 */
    /* 防水服务开始 */
    .page-service {
        width: 100%;
    }
    .page-service.mobi-book {
        display: none;
    }
    .page-service .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 80px 0 100px;
        box-sizing: border-box;
        overflow: hidden;
        margin-top: 25px;
    }
    .container .service {
        margin-top: 50px;
    }
    .container .service .book {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 4%;
        background: #f8f8f8;
        border-radius: 30px;
        background: #f8f8f8;
    }
    .container .service .book .book-auto {
        width: 66%;
        position: relative;
    }
    .container .service .book .book-pic {
        width: 30%;
    }
    .container .service .book .book-pic h5 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .container .service .book .book-pic h5 em {
        color: #fc7a1f;
        font-size: 22px;
    }
    .container .service .book .book-pic .book-list {
        overflow: hidden;
        height: 135px;
        margin-top: 3%
    }
    .container .service .book .book-pic .book-list ul {
        display: flex;
        flex-wrap: wrap;
        height: 200px !important;
    }
    .container .service .book .book-pic .book-list ul li {
        color: #848484;
        font-size: 14px;
        line-height: 26px;
        text-align: left;
        padding-left: 10px;
        width: 100%;
    }
    .container .service .book .book-auto .book-top .top-title {
        color: #333;
        font-size: 26px;
    }
    .container .service .book .book-auto .book-top .note {
        font-size: 16px;
        color: #444;
        margin-top: 10px;
    }
    .container .service .book .book-auto .book-top .top-title span {
        font-size: 25px;
        color: #017bff;
        margin-left: 20px;
    }
    .container .service .book .book-auto .book-main {
        margin-top: 30px;
    }
    .container .service .book .book-auto .book-main ul {
        display: block;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 76%;
    }
    .container .service .book .book-auto .book-main ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 2%;
        width: 48%;
    }
    .container .service .book .book-auto .book-main ul li:last-child {
        display: none;
    }
    .container .service .book .book-auto .book-main ul li label {
        width: 30%;
        font-size: 14px;
        color: #666;
    }
    .container .service .book .book-auto .book-main ul li select {
        padding: 8px 12px;
        border: 1px #ededed solid;
        width: 100%;
        height: 40px;
    }
    .container .service .book .book-auto .book-main ul li .submit {
        background: #007aff;
        color: #fff;
        outline: 0;
        border: none;
        width: 49%
    }
    .container .service .book .book-auto .book-main .submit-s {
        position: absolute;
        right: 0;
        top: 40px;
        width: 155px;
        height: 154px;
        background: url(../images/begin.gif) no-repeat;
        border: none;
    }
    .container .service .book .book-auto .book-main ul li .reset {
        outline: 0;
        border: none;
        width: 49%;
        height: 40px;
        color: #666;
    }
    .container .service .service-text {
        overflow: hidden;
    }
    .container .service .service-text h2 {
        font-size: 30px;
        line-height: 40px;
        color: #333;
        font-weight: bold;
    }
    .container .service .service-text p {
        line-height: 30px;
        color: #666;
        overflow: auto;
        padding-right: 10px;
        margin-top: 12px;
        font-size: 15px;
    }
    .container .service .service-text .buttom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 25px;
        text-align: center;
        width: 100%;
    }
    .container .service .service-text .buttom .buttom-item {
        margin-bottom: 1%;
        color: #666;
        font-size: 15px;
        width: 15.66%;
    }
    .container .service .service-text .buttom .buttom-item .icon {
        margin: 0 auto;
        display: block;
        width: 100%;
        position: relative;
    }
    .container .service .service-text .buttom .buttom-item .icon a span {
        position: relative;
        top: 40%;
        transform: translateY(-50%);
        color: #fff;
        margin-left: 0;
    }
    .container .service .service-text .buttom .buttom-item .icon img {
        width: 100%;
        position: relative;
        /* top: 50%;
		transform: translateY(-50%); */
    }
    .container .service .service-text .buttom .buttom-item .icon a {
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 100%;
        height: 100%;
    }
    /* 防水服务结束 */
    /* 工程案例开始 */
    .page-engineering {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 60px;
    }
    .page-engineering .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .engineering {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .engineering .engineering-item {
        width: 24%;
        margin-bottom: 40px;
    }
    .engineering .engineering-item:last-child {
        display: none;
    }
    .engineering .engineering-item .img {
        overflow: hidden;
    }
    .engineering .engineering-item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .engineering .engineering-item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .engineering .engineering-item .engineering-text {
        margin-top: 18px;
        box-sizing: border-box;
    }
    .engineering .engineering-item .engineering-text h2 {
        font-size: 16px;
        color: #333;
        font-weight: bold;
    }
    .engineering .engineering-item .engineering-text ul {
        margin-top: 12px;
        display: flex;
        flex-wrap: wrap;
    }
    .engineering .engineering-item .engineering-text ul li {
        padding: 2px 8px;
        font-size: 13px;
        line-height: 30px;
        background-color: #f8f8f8;
        text-align: center;
        color: #666;
        margin-bottom: 12px;
        margin-right: 12px;
        border-radius: 1px;
    }
    /* 工程案例结束 */
    /* 工程文字 */
    .text-case .text-main .item-data {
        background-color: #f2f2f2;
        padding: 14px 0;
    }
    .text-case .text-main ul {
        display: flex;
        padding: 0 20px;
    }
    .text-case .text-main li {
        display: inline-block;
        text-align: left;
        font-size: 16px;
        color: #474747;
        width: 25%;
    }
    .text-case .text-main .item-data .type {
        text-align: center;
        width: 25%;
    }
    .text-case .text-main .item-data .size {
        text-align: center;
        width: 16.6%;
    }
    .text-case .text-main .item-data .money {
        text-align: center;
        width: 16.6%;
    }
    .text-case .text-main .item-data .date {
        text-align: right;
        width: 16.6%;
    }
    .text-case .text-main .data-tabs {
        height: 400px;
        overflow: auto;
        margin-bottom: 100px;
    }
    .text-case .text-main .data-tabs .row-ul {
        border-bottom: 1px #eee solid;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .text-case .text-main .data-tabs .row-ul li {
        font-size: 14px;
        color: #666;
        padding: 16px 0;
        width: 16.6%;
        text-align: center;
    }
    .text-case .text-main .data-tabs .row-ul li span {
        display: none;
    }
    .text-case .text-main .data-tabs .row-ul li:first-child {
        width: 25%;
        text-align: left;
    }
    .text-case .text-main .data-tabs .row-ul li:nth-child(2) {
        width: 25%;
        text-align: center;
    }
    .text-case .text-main .data-tabs .row-ul li:last-child {
        text-align: right;
        width: 16.6%;
    }
    .text-case .text-main .data-tabs .row-ul:hover {
        background-color: #f8f8f8;
    }
    /* 公司简介开始 */
    .page-Company {
        overflow: hidden;
        background: url(../images/about_bg.jpg) top center no-repeat;
        /* margin-top: 100px; */
    }
    .page-Company .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
        padding-top: 30px;
        box-sizing: border-box;
    }
    .page-Company .container .Company {
        text-align: center;
        margin-top: 45px;
    }
    .page-Company .container .Company .info-title .name {
        font-size: 24px;
        font-weight: bold;
        line-height: 40px;
    }
    .page-Company .container .Company .info-title p {
        color: #999;
    }
    .page-Company .container .Company .info-title .line {
        display: block;
        width: 70px;
        height: 2px;
        margin: 10px auto 15px;
        background-color: #007aff;
    }
    .page-Company .container .Company .info-txt {
        line-height: 30px;
        color: #fff;
        overflow: auto;
        font-size: 15px;
        padding: 30px 0px 52px 0px;
        box-sizing: border-box;
        width: 92%;
        margin: 0 auto;
        max-width: 1280px;
    }
    .page-Company .container .Company .more-align {
        text-align: center;
        margin-bottom: 70px;
    }
    .page-Company .container .Company .more-align .more-btn {
        display: inline-block;
    }
    .page-Company .container .Company .more-align .more-btn a {
        width: 185px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        display: block;
        color: #fff;
        background-color: #007aff;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        border-radius: 50px;
        position: relative;
    }
    .index-advantage {
        width: 100%;
        max-width: 1400px;
        background: #fff;
        box-shadow: 0 8px 25px rgb(61 60 60 / 10%);
        margin: 0 auto;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        margin-bottom: 43px;
        border-radius: 2px;
        margin-top: 80px;
        display: none;
    }
    .index-advantage li {
        padding: 30px;
        box-sizing: border-box;
        width: 33%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-advantage li:hover {
        background: #007aff;
        color: #fff;
    }
    .index-advantage li:hover p {
        color: #ffff;
    }
    .index-advantage li.selected {
        background: #007aff;
        color: #fff;
    }
    .index-advantage li.selected p {
        color: #fff;
    }
    .index-advantage li .img {
        width: 20%;
        margin: 0 auto;
        min-width: 50px;
    }
    .index-advantage li .img .ico-on {
        display: none;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-advantage li.selected .img .ico-on {
        display: block;
    }
    .index-advantage li.selected .img .ico {
        display: none;
    }
    .index-advantage li:hover .img .ico-on {
        display: block;
    }
    .index-advantage li:hover .img .ico {
        display: none;
    }
    .index-advantage li h2 {
        text-align: center;
        margin-top: 12px;
        font-size: 18px;
    }
    .index-advantage li h2 span {
        font-size: 18px;
    }
    .index-advantage li p {
        margin-top: 12px;
        text-align: center;
        font-size: 13px;
        color: #888;
        line-height: 20px;
    }
    /* 公司简介结束 */
    .index-honor {
        margin-top: 100px;
        overflow: hidden;
        /* background: url(../images/ABUIABACGAAgg6yf9QUogOfZ1gIwgA845Qg.jpg) bottom center no-repeat; */
        /* padding: 80px 0 */
    }
    .index-honor .container {
        width: 96%;
        max-width: 1400px;
        margin: auto;
        overflow: hidden;
    }
    .index-honor .container ul {
        margin-top: 60px;
    }
    .index-honor .container ul li {
        width: 23%;
    }
    .index-honor .container ul li p {
        text-align: center;
        height: 38px;
        font-size: 14px;
        line-height: 38px;
    }
    .index-manship {
        background: #f8f8f8;
        padding: 80px 0;
        margin-top: 80px;
    }
    .index-manship .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    .index-manship .container .manship-list {
        display: flex;
        overflow: hidden;
        justify-content: space-between;
        margin-top: 60px;
    }
    .index-manship .container .manship-list .item {
        width: 23%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #fff;
        padding: 3% 2%;
        text-align: center;
        border-radius: 10px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-manship .container .manship-list .item.selected {
        background: #4b81ff;
    }
    .index-manship .container .manship-list .item.selected .text h5 {
        color: #fff;
    }
    .index-manship .container .manship-list .item.selected .text p {
        color: #fff;
    }
    .index-manship .container .manship-list .item.selected .text .number {
        background: #fff;
        color: #4b81ff;
    }
    .index-manship .container .manship-list .item .text .number {
        width: 80px;
        height: 80px;
        background: #4b81ff;
        font-size: 22px;
        line-height: 80px;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        margin: auto;
        margin-bottom: 30px;
    }
    .index-manship .container .manship-list .item .text h5 {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .index-manship .container .manship-list .item .text p {
        color: #777;
        line-height: 22px;
    }
    .index-servepk {
        margin-top: 80px;
    }
    .index-servepk .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
        padding-top: 30px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }
    .index-servepk .container .vs {
        width: 90px;
        height: 90px;
        position: absolute;
        top: 13px;
        left: 49.5%;
        margin-left: -30px;
        border-radius: 50%;
        background: #ffab43;
        color: #fff;
        line-height: 90px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        z-index: 99;
    }
    .index-servepk .servepk-main {
        display: flex;
        justify-content: space-between;
    }
    .index-servepk .servepk-main .way_l {
        width: 50%;
        position: relative;
    }
    .index-servepk .servepk-main .way_r {
        width: 50%;
        position: relative;
    }
    .index-servepk .servepk-main .way_l .hr {
        width: 100%;
        height: 2px;
        background: #4a81ff;
        display: none;
    }
    .index-servepk .servepk-main .way_r .hr {
        width: 100%;
        height: 2px;
        display: none;
        background: #b1b6c1;
    }
    .index-servepk .servepk-main .vs {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -30px;
        border-radius: 50%;
        background: #e84e56;
        color: #fff;
        line-height: 70px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
    }
    .index-servepk .servepk-main .way_tit {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        background: #4a81ff;
        height: 65px;
        line-height: 65px;
        color: #fff;
        display: block;
    }
    .index-servepk .servepk-main .way_r .way_tit {
        background: #9eaac6;
        width: 100%;
    }
    .index-servepk .servepk-main .way_l .way_tit {
        width: 100%;
    }
    .index-servepk .servepk-main li {
        height: 50px;
        text-align: left;
        margin-bottom: 10px;
        font-size: 16px;
        color: #333333;
        line-height: 50px;
    }
    .index-servepk .servepk-main .way_l ul {
        display: block;
        width: 99%;
    }
    .index-servepk .servepk-main .way_r ul {
        display: block;
        width: 99%;
        float: right;
    }
    .index-servepk .servepk-main ul {
        margin-top: 25px !important;
    }
    .index-servepk .servepk-main li span {
        width: 120px;
        color: #ffffff;
        font-size: 18px;
        text-align: center;
        display: inline-block;
        background: #4b81ff;
        border-radius: 6px;
        float: right;
    }
    .index-servepk .servepk-main .way_r ul li span {
        float: left;
        background: #9eaac6;
    }
    .index-servepk .servepk-main .way_l li {
        background: #f8f8f8;
        text-align: center;
        border-radius: 6px;
        overflow: hidden;
    }
    .index-servepk .servepk-main .way_r li {
        background: #f7f8f8;
        text-align: center;
    }
    .index-evaluate {
        margin-top: 100px;
    }
    .index-evaluate .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    .index-evaluate .container .eva-list {
        display: flex;
        margin-top: 60px;
        border-radius: 8px;
        overflow: hidden;
    }
    .index-evaluate .container .eva-item {
        width: 20%;
        height: 400px;
        background: #f3f6ff;
        padding: 26px;
        position: relative;
    }
    .index-evaluate .container .eva-item:nth-child(2n) {
        background: #fff;
    }
    .index-evaluate .container .eva-item .eva_yh {
        position: absolute;
        left: 30px;
        top: 30px;
    }
    .index-evaluate .container .eva-item .eva_yhs {
        position: absolute;
        bottom: 30px;
        right: 30px;
    }
    .index-evaluate .container .eva-item .eva-cont .eva-title {
        font-size: 18px;
        text-align: center;
        margin-top: 36px;
        color: #000;
    }
    .index-evaluate .container .eva-item .eva-cont .top-avatar {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }
    .index-evaluate .container .eva-item .eva-cont .top-avatar .avatar {
        margin-right: 5px;
    }
    .index-evaluate .container .eva-item .eva-cont .top-avatar .user-name h4 {
        font-size: 16px;
        color: #000;
    }
    .index-evaluate .container .eva-item .eva-cont p {
        font-size: 14px;
        line-height: 22px;
        color: #666;
    }
    /* 合作伙伴开始 */
    .page-cooperation {
        width: 100%;
        padding-top: 50px;
    }
    .page-cooperation .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
        padding: 60px 0;
        box-sizing: border-box;
    }
    .page-cooperation .container .tempWrap {
        margin-top: 60px;
    }
    .page-cooperation .container .tempWrap ul {
        display: flex;
        flex-wrap: wrap;
    }
    .page-cooperation .container .tempWrap ul li {
        width: 14%;
        margin: 0px 2% 2.5% 0;
    }
    .page-cooperation .container .tempWrap ul li:nth-child(6n) {
        margin-right: 0%;
    }
    .page-cooperation .container .tempWrap ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee
    }
    .page-cooperation .container .tempWrap ul p {
        text-align: center;
        margin-top: 12px;
        color: #666;
        font-size: 14px;
    }
    /* 合作伙伴结束 */
    /* 底部开始 */
    .footer1 {
        text-align: left;
        color: #fff;
        padding: 90px 0 60px;
        background: #222;
    }
    .footer1-content {
        width: 100%;
        max-width: 1450px;
        padding: 0 50px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-7 {
        width: 58%;
    }
    .footer1-content .row .row>div {
        text-align: center;
    }
    .footer1-content .row {
        margin: 0 -15px;
        display: flex;
        /* flex-wrap: wrap; */
    }
    .footer1-content .row .col-md-2 {
        width: 16.666667%;
    }
    .footer1-content .col-md-3 {
        width: 30%
    }
    .footer1-content .titleBox {
        border-right: 2px solid #fff;
    }
    .footer1-content .noBorder {
        border: 0;
    }
    .footer1-content .titleBox .title {
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }
    .footer1-content .titleBox .title a {
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }
    .pages {
        clear: both;
        margin: 20px auto 20px auto;
        padding-top: 30px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        border-top: 5px solid #f4f5f6;
    }
    .pages ul li {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 6px 15px;
        margin: 0 1px;
        line-height: 24px;
        background: #fff;
        color: #999;
        border-radius: 2px
    }
    .pages ul li:hover {
        background: #0056f9;
        color: #fff;
        border: 1px solid #0056f9
    }
    .pages ul li:hover a {
        color: #fff;
    }
    .footer1-content .textBox li,
    .footer1-content .textBox p {
        padding: 2px 0;
        line-height: 24px;
    }
    .footer1-content .textBox li a {
        color: #eaeaea;
    }
    .footer1-content .textBox li a:hover {
        color: #014b94;
    }
    .footer1-content .textBox .fwrx {
        font-size: 18px;
        color: #fff;
    }
    .footer1-content .textBox .dianhua {
        font-size: 35px;
        line-height: 52px;
        color: #007aff;
    }
    .footer1-content .imgBox img {
        width: 133px;
    }
    .footer2 {
        padding: 20px 0;
        background: #222222;
        border-top: 1px solid #323232;
    }
    .footer2-content {
        text-align: center;
        line-height: 24px;
    }
    .footer2-content p,
    .footer2-content a {
        font-size: 14px;
        color: #eaeaea;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .footer2-content a:hover {
        color: #014b94;
    }
    #tool {
        display: none;
    }
    /* 底部结束 */
    /* 案例展示开始 */
    .page-banner {
        height: 355px;
        position: relative;
    }
    .page-banner img {
        display: none;
    }
    .page-banner .layi {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 50%;
    }
    .page-banner .layi h3 {
        font-size: 25px;
        color: #fff;
        text-shadow: 0 0 3px rgb(0 0 0 / 15%);
        margin-bottom: 6px;
        font-weight: bold;
    }
    .page-case {
        width: 100%;
        margin-top: 100px;
    }
    .page-case .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .case {
        display: flex;
        /* justify-content:space-between; */
        flex-wrap: wrap;
    }
    .container .case .case-item {
        width: 23.5%;
        text-align: center;
        margin: 0 2% 2.5% 0;
    }
    .container .case .case-item:nth-child(4n) {
        margin-right: 0%;
    }
    .container .case .case-item .case-text h2 {
        margin-top: 30px;
        font-size: 16px;
        color: rgb(78, 78, 78);
    }
    .container .case .case-item .case-text {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .case .case-item a {
        display: block;
        overflow: hidden;
    }
    .container .case .case-item .img {
        overflow: hidden;
        position: relative;
    }
    .container .case .case-item .img img {
        display: block;
        overflow: hidden;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .case .case-item .img img:hover {
        width: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .case-wenzi {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        line-height: 100%;
        bottom: 0;
        left: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
        display: none
    }
    .case-wenzi .wenzi {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 29%;
    }
    .container .case .case-item:hover .case-wenzi {
        opacity: 1;
        height: 100%;
    }
    .container .case .case-item:hover .case-text {}
    /* 案例展示结束 */
    /* 案例展示内容 */
    .case-list {
        width: 100%;
        margin: 100px 0;
    }
    .case-list .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .list-content {
        display: flex;
        justify-content: space-between;
    }
    .list-content .left {
        width: 48%;
    }
    .list-content .left img {
        width: 100%;
        height: 100%;
        margin-bottom: 12px;
    }
    .list-content .right {
        width: 48%;
    }
    .list-content .right h2 {
        font-size: 22px;
        color: #333;
        padding: 10px 0 32px;
        border-bottom: #e5e5e5 1px solid;
        margin-bottom: 30px;
    }
    .list-content .right .case-project {
        font-size: 14px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .list-content .right .case-content {
        font-size: 11px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .swiper-container {
        width: 100%;
    }
    /* 案例展示内容 */
    /* 新闻动态列表开始 */
    .page-news {
        width: 100%;
        margin-top: 100px;
    }
    .page-news .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .news .news-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #f3f3f3;
        margin-bottom: 20px;
        transition: all .5s;
        padding: 20px;
        box-sizing: border-box;
    }
    .container .news .news-item .news-item-content {
        display: flex;
        align-items: stretch;
    }
    .container .news .news-item:hover {
        box-shadow: 0 0 10px 0px #eee;
        background: #f9f9f9;
    }
    .container .news .news-item .news-item-content .img {
        width: 20%;
    }
    .container .news .news-item .news-item-content .img img {
        width: 100%;
        height: 100%;
    }
    .container .news .news-item .news-item-content .news-text {
        width: 60%;
        margin-left: 26px;
    }
    .container .news .news-item .news-item-content .news-text h2 {
        font-size: 20px;
        padding: 15px 0px 15px 0px;
        box-sizing: border-box;
        color: #333;
    }
    .container .news .news-item .news-text p {
        color: #999;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        overflow: hidden;
    }
    .container .news .news-item .time {
        width: 18%;
        text-align: center;
        padding: 20px 0 17px 30px;
        border-left: 1px solid #eee;
        font-size: 18px;
        color: #999;
    }
    .container .news .news-item .time .day {
        font-size: 40px;
        line-height: 45px;
        display: block;
        color: #007aff;
    }
    .container .news .news-item .time .year {
        font-size: 16px;
        color: #999;
    }
    .container .pglist {
        text-align: center;
        margin-bottom: 100px;
        padding: 30px 0 15px;
        box-sizing: border-box;
        width: 100%;
    }
    .container .pglist a {
        color: #666;
        padding: 7px 12px;
        margin: 0 3px;
        background: #fff;
        border: 1px solid #edebeb;
        font-size: 14px;
    }
    .container .pglist a.current {
        background-color: #007aff;
        color: #fff;
    }
    .container .pglist a:hover {
        background-color: #007aff;
        color: #fff;
    }
    /* 新闻列表结束 */
    /* 新闻列表内页开始 */
    .news-list {
        width: 100%;
        margin: 100px 0px;
    }
    .news-list .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .news-content {
        display: flex;
        justify-content: space-between;
    }
    .container .news-content .news-left {
        width: 65%;
    }
    .container .news-content .news-left h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .container .news-content .news-left .time {
        font-size: 15px;
        margin: 12px 0px;
        color: #999;
    }
    .container .news-content .news-left .content {
        color: #7a7a7a;
        margin-top: 30px;
    }
    .container .news-content .news-left .content p {
        line-height: 30px;
        font-size: 15px;
    }
    .container .news-content .news-right {
        width: 25%;
    }
    .container .news-content .news-right h2 {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .news-content .news-right .news-right-item {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .news-content .news-right .news-right-item .a_text {
        display: block;
        width: 65%
    }
    .news-content .news-right .news-right-item .img {
        width: 30%;
        margin-right: 5%;
    }
    .news-content .news-right .news-right-item .img img {
        width: 100%;
        height: 100%;
    }
    .news-content .news-right .news-right-item .text h3 {
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }
    .news-content .news-right .news-right-item .text .data {
        color: #7a7a7a;
        margin-top: 12px;
    }
    .news-buttom {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .news-buttom .left {
        width: 40%;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        border: 1px solid #cecece;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .news-buttom .right {
        width: 40%;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        border: 1px solid #cecece;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .news-buttom a {
        font-size: 14px;
        display: block;
        padding: 0 6%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .news-buttom a:hover {
        background: #007aff;
        color: #fff;
    }
    /* 新闻列表内页结束 */
    /* 公司简介开始 */
    .page-profile {
        width: 100%;
        margin-top: 20px;
    }
    .page-profile .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
        overflow: hidden;
    }
    .container ul {
        display: flex;
    }
    .pagination-honor {
        text-align: center;
        margin-top: 30px;
    }
    .page-profile .container ul li {
        display: block;
        margin-left: 12px;
    }
    .container ul li a {
        color: #333;
    }
    .container ul li a span {
        margin-left: 22px;
        color: #333;
    }
    .container .profile h2 {
        text-align: center;
        font-size: 26px;
        height: 50px;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
        margin-top: 80px;
    }
    .container .profile h2 span {
        font-size: 26px;
        color: #333;
        font-weight: bold;
    }
    .container .profile .strings {
        width: 70px;
        height: 2px;
        background: #666;
        margin: 0 auto;
    }
    .container .profile .introduce {
        width: 100%;
        height: 500px;
        background: #f8f8f8;
        position: relative;
        overflow: hidden;
        margin-bottom: 80px;
        margin-top: 60px;
    }
    .container .profile .introduce .wow-right {
        position: absolute;
        top: 50px;
        right: 40px;
        background: #fff;
        width: 60%;
        height: 400px;
    }
    .container .profile .introduce .wow-right h3 {
        font-size: 24px;
        width: 100%;
        overflow: hidden;
        color: #007aff;
        margin-bottom: 20px;
        padding: 60px 60px 0;
    }
    .container .profile .introduce .wow-right .specific_desc {
        font-size: 14px;
        line-height: 30px;
        color: #666;
        width: 100%;
        padding-right: 20px;
        margin-top: 20px;
    }
    .container .profile .introduce .wow-right .specific_desc .desc_content {
        max-height: 237px;
        padding: 0px 40px 0px 60px;
        overflow: auto;
    }
    .container .profile .introduce .wow-right .specific_desc p {
        text-indent: 25px;
    }
    .profile .enterprise {
        /* width: 1200px; */
        display: flex;
        justify-content: space-between;
        margin: 60px auto 30px auto;
        /* overflow: hidden; */
    }
    .profile .enterprise .enterprise-item .img img {
        width: 100%;
        height: 100%;
    }
    .profile .enterprise .enterprise-item {
        width: 32%;
    }
    .profile .enterprise .enterprise-item:nth-child(2) {
        background: #007aff;
        padding: 35px;
    }
    .profile .enterprise .enterprise-item .enterprise-text h3 {
        margin-top: 6%;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .profile .enterprise .enterprise-item .enterprise-text p {
        margin-top: 15px;
        font-size: 16px;
        color: #fff;
        line-height: 32px;
        text-align: center;
    }
    .profile .personnel {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 60px 0px 100px 0px;
    }
    .profile .personnel .personnel-item {
        width: 24%;
        margin-bottom: 2%;
    }
    .profile .personnel .personnel-item .img {
        overflow: hidden;
    }
    .profile .personnel .personnel-item .img img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .profile .personnel .personnel-item .desk {
        font-size: 16px;
        color: #666;
        text-align: center;
        margin-top: 16px;
    }
    /* 公司简介结束 */
    /* 应用领域开始 */
    .page-field {
        width: 100%;
        background-color: #f8f8f8;
        padding: 20px;
    }
    .page-field .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .profile .field {
        width: 100%;
        background: #ffffff;
        position: relative;
        overflow: hidden;
        margin-bottom: 80px;
        margin-top: 60px;
        padding: 30px;
        box-sizing: border-box;
    }
    .container .profile .field .wow-left {
        width: 45%;
    }
    .container .profile .field .wow-right {
        position: absolute;
        top: 0px;
        right: 40px;
        background: #ffffff;
        padding: 2%;
        width: 50%;
        height: 400px;
        overflow: hidden;
    }
    .container .profile .field .wow-right h3 {
        font-size: 24px;
        width: 100%;
        overflow: hidden;
        color: #007aff;
        margin: 3% 0;
    }
    .container .profile .field .wow-right h3 span {
        font-size: 24px;
        width: 100%;
        overflow: hidden;
        color: #0a0a0a;
        margin-bottom: 20px;
    }
    .container .profile .field .wow-right .specific_desc {
        font-size: 14px;
        line-height: 30px;
        color: #666;
        width: 100%;
        overflow: hidden;
        margin-top: 20px;
    }
    .container .profile .field .wow-right .demand ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .container .profile .field .wow-right .demand ul li {
        width: 32%;
        margin-top: 15px;
    }
    .container .profile .field .wow-right .demand ul li select,
    input {
        padding: 0px 12px;
        border: 1px #ededed solid;
        width: 100%;
        height: 40px;
    }
    .container .profile .field .wow-right .demand ul li .submit {
        background: #007aff;
        color: #fff;
        line-height: normal;
    }
    .container .profile .field .wow-right .specific_desc p {
        text-indent: 25px;
    }
    .container .field-mian {
        width: 100%;
        padding: 40px 0px;
        box-sizing: border-box;
    }
    .container .field-mian .field-title h3 {
        text-align: center;
        font-size: 30px;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #333;
        font-weight: bold;
    }
    .container .field-mian .field-title h3 span {
        text-align: center;
        font-size: 30px;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
    }
    .container .field-mian .field-title .strings {
        width: 70px;
        height: 2px;
        background: #C0C0C0;
        margin: 12px auto 0 auto;
    }
    .container .field-mian .mian {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
    }
    .container .field-mian .mian .mian-item {
        text-align: center;
        width: 20%;
        font-size: 16px;
        background-color: #fff;
        margin-right: 1%;
        padding: 30px;
    }
    .container .field-mian .mian .mian-item:last-child {
        margin-right: 0;
    }
    .container .field-mian .mian .mian-item.active {
        background: #007aff;
        color: #fff;
    }
    .container .field-mian .mian .mian-item:hover {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        background: #007aff;
        color: #fff;
    }
    .container .field-mian .mian .mian-item:hover p {
        color: #fff;
    }
    .container .field-mian .mian .mian-item h5 {
        font-size: 18px;
        margin-top: 15px;
        display: block;
    }
    .container .field-mian .mian .mian-item p {
        margin-top: 12px;
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }
    .container .field-mian .mian .mian-item .img {
        margin: 0 auto;
        display: block;
        width: 106px;
        height: 104px;
        border: 1px #eee solid;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: 10px;
        padding: 10px;
    }
    .container .field-mian .mian .mian-item .img img {
        width: 120px;
        height: 55px;
        margin-top: 12px;
    }
    .container .field-mian .mian .mian-item .img .ico-on {
        opacity: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .field-mian .mian .mian-item .img .ico {
        opacity: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .field-mian .mian .mian-item:hover .img {
        border: 1px solid #fff;
    }
    .container .field-mian .mian .mian-item:hover .img .ico {
        opacity: 0
    }
    .container .field-mian .mian .mian-item:hover .img .ico-on {
        opacity: 1;
        margin-top: -70px;
    }
    .page-field .container .page-Related {
        margin: 60px 0px;
        padding: 40px;
        box-sizing: border-box;
    }
    .page-field .container .page-Related .field-title {
        text-align: center;
    }
    .page-field .container .page-Related .field-title h3 {
        text-align: center;
        font-size: 30px;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
    }
    .page-field .container .page-Related .field-title h3 span {
        text-align: center;
        font-size: 30px;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #333;
        font-weight: bold;
    }
    .page-field .container .page-Related .field-title .strings {
        width: 70px;
        height: 2px;
        background: #C0C0C0;
        margin: 12px auto 0 auto;
    }
    .page-field .container .page-Related .Related {
        display: flex;
        justify-content: flex-start;
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .page-field .container .page-Related .Related .Related-tiem {
        width: 23%;
        background-color: #fff;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-right: 2%;
    }
    .page-field .container .page-Related .Related .Related-tiem:nth-child(4n) {
        margin-right: 0;
    }
    .Related .Related-tiem .img {
        overflow: hidden;
    }
    .Related .Related-tiem .img img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .Related .Related-tiem .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.2);
    }
    .Related .Related-tiem .Related-text {
        margin-top: 12px;
    }
    .Related .Related-tiem .Related-text h2 {
        font-size: 16px;
        font-weight: bold;
        color: #555;
        text-align: center;
        margin: 16px 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .Related .Related-tiem:hover .Related-text h2 {
        color: #007aff
    }
    .Related .Related-tiem .Related-text p {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }
    /* 应用领域结束 */
    /* 联系我们开始 */
    .page-contact {
        width: 100%;
    }
    .page-contact .container {
        width: 94%;
        max-width: 1400px;
        margin: 60px auto;
    }
    .page-contact .container .contact {
        display: flex;
        justify-content: space-between;
    }
    .page-contact .container .contact .map {
        width: 48%;
    }
    .page-contact .container .contact .map img {
        max-width: none;
    }
    .page-contact .container .contact .map .center {
        min-width: 255px;
    }
    .page-contact .container .contact .map .bottom {
        min-height: 25px;
    }
    .page-contact .container .contact .text {
        width: 48%;
    }
    .page-contact .container .contact .text h2 {
        margin-bottom: 30px;
        color: #323232;
        font-size: 20px;
        line-height: 44px;
    }
    .page-contact .container .contact .text p {
        font-size: 16px;
        color: #666;
        line-height: 44px;
    }
    .contact .text .text-email {
        display: flex;
        align-items: center;
    }
    .contact .text .text-email i {
        display: block;
        width: 23px;
        height: 23px;
        margin-right: 12px;
    }
    .contact .text .text-email i img {
        width: 100%;
        height: 100%;
    }
    .contact .text .code-pic {
        margin-top: 20px;
    }
    .contact .text .code-pic ul {
        width: 280px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact .text .code-pic ul li {
        width: 48%;
        overflow: hidden;
        text-align: center;
    }
    .contact .text .code-pic ul li span {
        font-size: 14px;
        color: #666;
    }
    /* 留言开始 */
    #about2 {
        margin: 60px 0px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .form-control {
        display: block;
        width: 31%;
        height: 51px;
        padding: 6px 0;
        font-size: 14px;
        line-height: 1.57142857;
        color: #76838f;
        background-color: #fff;
        background-image: none;
        border: 1px solid #dedede;
        text-indent: 15px;
        float: left;
        margin-right: 24px;
    }
    textarea.form-control {
        height: auto;
        width: 96%;
        margin-top: 12px;
        margin-bottom: 32px;
    }
    .btn-lg {
        padding: 10px 18px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 4px;
    }
    .btn-block {
        display: block;
        width: 28%;
        color: #fff;
    }
    .btn-primary {
        background-color: #007aff;
        border-color: #007aff;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border: 0;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    /* 留言结束 */
    /* 联系我们结束 */
}

@media screen and (min-width:1101px) and (max-width:1271px) {
    .header .container {
        width: 98%;
    }
    .head-nav .nav-list .nav-item {
        margin-right: 20px;
    }
    .index-advantage li h2 span {
        display: none;
    }
}

@media screen and (min-width:320px) and (max-width:767px) {
    /* 头部导航开始 */
    .header {
        width: 100%;
        background: #fff;
        height: 65px;
        line-height: 65px;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        z-index: 333;
    }
    .header-fixed {
        position: fixed;
        z-index: 999;
        height: 65px;
        line-height: 65px;
        transition: .4s;
        border-bottom: 1px solid #eee;
        background: #fff;
    }
    .header .container {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        position: relative;
        margin: 0 auto;
    }
    .head-logo {
        width: 70%;
        margin-left: 2%;
    }
    .header .tel {
        display: none;
    }
    .mbnav {
        position: absolute;
        top: 0;
        right: .289855rem;
    }
    .mbnav img {
        width: .57971rem;
    }
    .head-nav {
        display: none;
        position: relative;
        z-index: 999;
        background: #fff;
        line-height: 1.207729rem;
        padding: .3rem 0;
        border-top: 1px solid #eee;
    }
    .head-nav .nav-list .nav-item {
        width: 92%;
        text-align: left;
        padding: 0 3%;
        margin: auto;
        border-bottom: 1px solid #eee;
    }
    .head-nav .nav-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .head-nav .nav-list .nav-item a {
        display: block;
        color: #666;
        position: relative;
        font-size: .362319rem;
        background: url(../images/jiantou.png) no-repeat right;
    }
    .head-nav .nav-list .nav-item a.active {
        color: #007aff;
    }
    .head-nav .nav-list .nav-item a.active::after {
        width: 90%;
    }
    .head-nav .nav-list .nav-item:hover>a::after {
        width: 90%;
    }
    .page-head .head-nav .nav-list .nav-item a {
        /* color:#fff; */
        color: #383535;
    }
    .page-head .head-nav .nav-list .nav-item>a::after {
        background: #fff;
    }
    .header-fixed .head-nav .nav-list .nav-item a {
        color: #666;
    }
    .page-head.header-fixed .logo {
        display: block
    }
    .page-head.header-fixed .head-nav .nav-list .nav-item>a::after {
        background: #007aff;
    }
    .page-head .logos {
        display: none
    }
    /* 头部导航结束 */
    /* 首页轮播图开始 */
    .index-banner {
        position: relative;
    }
    .swiper-container-banner {
        width: 100% !important;
    }
    .index-banner .banner-text {
        position: absolute;
        text-align: center;
        top: 40%;
        display: none;
        width: 100%;
    }
    .index-banner .banner-text h6 {
        color: #444;
        font-size: 40px;
        font-weight: bold;
    }
    .index-banner .banner-text p {
        color: #888;
        font-size: 16px;
        margin: auto;
        width: 1000px;
        margin-top: 18px;
        line-height: 26px;
    }
    /* .index-banner .swiper-container-banner .swiper-wrapper{
	    height: 800px;
	} */
    /* .index-banner .swiper-container-banner .swiper-wrapper .swiper-slide{
		height:800px;
	} */
    .index-banner .swiper-pagination {
        bottom: .120773rem !important
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
        width: .362319rem;
        height: .144928rem;
        background-color: #fff !important;
        opacity: 1;
        border-radius: 20px !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: .628019rem;
        background-color: #fb4848;
    }
    .index-banner .swiper-container .swiper-wrapper .swiper-slide {
        background: none !important;
    }
    .index-banner .swiper-container .swiper-wrapper .swiper-slide img {
        display: block;
    }
    /* 首页轮播图结束 */
    /* 业务领域开始 */
    .page-business {
        width: 100%;
        margin-top: .845411rem;
    }
    .page-business .container {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    .business {
        margin-top: .724638rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .business .business-item {
        width: 48.5%;
        margin-bottom: 1rem;
    }
    .business .business-item .img {
        overflow: hidden;
    }
    .business .business-item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .business .business-item:hover .img img {
        transition: all 0.6s;
        transform: scale(1.1);
        width: 100%;
        height: 100%;
    }
    .business .business-item:hover .business-text h2 {
        color: #2c91ff;
    }
    .business .business-item .business-text {
        margin-top: 18px;
        text-align: center;
    }
    .business .business-item .business-text h2 {
        font-size: 0.435rem;
        font-weight: bold;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .business .business-item .business-text p {
        width: 95%;
        margin: auto;
        margin-top: 0.32rem;
        font-size: 0.32rem;
        font-weight: 500;
        line-height: 20px;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .business .business-item .business-text .more {
        background: #007aff;
        width: 2.415459rem;
        height: .772947rem;
        display: block;
        display: block;
        text-align: center;
        color: #fff;
        line-height: .772947rem;
        border-radius: 5px;
        margin: auto;
        margin-top: .241546rem;
        font-size: 0.338164rem;
    }
    /* 公用标题 */
    .page-title {
        text-align: center;
    }
    .page-title h3 {
        font-size: .338164rem;
        color: #999;
        text-transform: uppercase;
    }
    .page-title p {
        /* margin-top: -20px; */
        font-size: 0.55rem;
        color: #333;
        font-weight: bold;
    }
    .page-title p span {
        font-size: 0.55rem;
        font-weight: bold;
        color: #2c91ff;
    }
    .page-Company-title {
        text-align: center;
    }
    .page-Company-title h3 {
        font-size: .338164rem;
        color: #fff;
        text-transform: uppercase;
    }
    .page-Company-title p {
        /* margin-top: -20px; */
        font-size: 0.5rem;
        color: #fff;
        font-weight: bold;
    }
    .page-Company-title p span {
        font-size: 0.5rem;
        font-weight: bold;
        color: #fff;
    }
    /* 公用标题结束 */
    /* 业务领域结束 */
    /* 防水服务开始 */
    .page-service {
        width: 100%;
    }
    .page-service.pc-book {
        display: none;
    }
    .page-service .container {
        width: 96%;
        margin: 0 auto;
        padding: .845411rem 0 1.449275rem;
        box-sizing: border-box;
        overflow: hidden;
    }
    .container .service {
        margin-top: .724638rem;
    }
    .container .service .book {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 2%;
    }
    .container .service .book .book-auto {
        width: 100%;
    }
    .container .service .book .book-pic {
        width: 100%;
        margin-top: .362319rem;
    }
    .container .service .book .book-pic h5 {
        font-size: .386473rem;
    }
    .container .service .book .book-pic .book-list {
        overflow: hidden;
        height: 135px;
        margin-top: 3%
    }
    .container .service .book .book-pic .book-list ul {
        display: flex;
        flex-wrap: wrap;
        height: 200px !important;
    }
    .container .service .book .book-pic .book-list ul li {
        color: #848484;
        font-size: .35rem;
        line-height: 0.65rem;
        text-align: left;
        width: 100%;
    }
    .container .service .book .book-auto .book-top .top-title {
        color: #333;
        font-size: 0.515rem;
    }
    .container .service .book .book-auto .book-top .note {
        font-size: 0.4rem;
        color: #444;
        margin-top: 10px;
    }
    .container .service .book .book-auto .book-top .top-title span {
        font-size: 0.5rem;
        color: #017bff;
        margin-left: 0.1rem;
    }
    .container .service .book .book-auto .book-main {
        margin-top: 30px;
    }
    .container .service .book .book-auto .book-main ul {
        display: block;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .service .book .book-auto .book-main ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4%;
        width: 100%;
    }
    .container .service .book .book-auto .book-main ul li label {
        width: 32%;
        font-size: 0.37333rem;
        color: #666;
    }
    .container .service .book .book-auto .book-main ul li label em {
        font-size: 0.338164rem;
    }
    .container .service .book .book-auto .book-main ul li select {
        padding: 8px 12px;
        border: 1px #ededed solid;
        width: 100%;
        height: 40px;
        font-size: 0.338164rem;
    }
    .container .service .book .book-auto .book-main ul li .submit {
        background: #007aff;
        color: #fff;
        outline: 0;
        border: none;
        width: 49%
    }
    .container .service .book .book-auto .book-main .submit-s {
        display: none;
    }
    .container .service .book .book-auto .book-main ul li .reset {
        outline: 0;
        border: none;
        width: 49%;
        height: 40px;
        color: #666;
    }
    .container .service .service-text {
        overflow: hidden;
    }
    .container .service .service-text h2 {
        font-size: 0.5rem;
        line-height: 40px;
        color: #333;
        font-weight: bold;
    }
    .container .service .service-text p {
        line-height: 30px;
        color: #666;
        overflow: auto;
        padding-right: 10px;
        margin-top: 12px;
        font-size: 15px;
    }
    .container .service .service-text .buttom {
        display: flex;
        justify-content: space-around;
        margin-bottom: 25px;
        text-align: center;
        width: 100%;
        display: none;
    }
    .container .service .service-text .buttom .buttom-item {
        margin: 50px 0;
        color: #666;
        font-size: 15px;
        width: 12%;
    }
    .container .service .service-text .buttom .buttom-item .icon {
        margin: 0 auto;
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: 10px;
        padding: 10px;
        background: #017bff;
    }
    .container .service .service-text .buttom .buttom-item:hover .icon {
        transform: rotate(360deg);
        transition: all ease 600ms;
    }
    .container .service .service-text .buttom .buttom-item .icon img {
        width: 64%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    /* 防水服务结束 */
    /* 工程案例开始 */
    .page-engineering {
        width: 100%;
        margin-top: 1.207729rem;
        /* margin-bottom: 1.207729rem; */
    }
    .page-engineering .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .engineering {
        margin-top: .724638rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .engineering .engineering-item {
        width: 32%;
        margin-bottom: 20px;
    }
    .engineering .engineering-item .img {
        overflow: hidden;
    }
    .engineering .engineering-item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .engineering .engineering-item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .engineering .engineering-item .engineering-text {
        margin-top: .289855rem;
        box-sizing: border-box;
    }
    .engineering .engineering-item .engineering-text h2 {
        font-size: .338164rem;
        color: #333;
    }
    .engineering .engineering-item .engineering-text ul {
        margin-top: 12px;
        display: none;
        flex-wrap: wrap;
    }
    .engineering .engineering-item .engineering-text ul li {
        padding: 2px 8px;
        font-size: 13px;
        line-height: 30px;
        background-color: #f8f8f8;
        text-align: center;
        color: #666;
        margin-bottom: 12px;
        margin-right: 12px;
        border-radius: 1px;
    }
    /* 工程案例结束 */
    /* 工程文字 */
    .text-case .text-main .item-data {
        background-color: #f2f2f2;
        padding: 14px 0;
        display: none;
    }
    .text-case .text-main ul {
        display: block;
        line-height: .603865rem;
        padding-bottom: .483092rem;
        margin-bottom: .483092rem;
    }
    .text-case .text-main .data-tabs {
        height: 400px;
        overflow: auto;
        margin-bottom: : ;
        ;
    }
    .text-case .text-main .data-tabs .row-ul {
        border-bottom: 1px #eee solid;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .text-case .text-main .data-tabs .row-ul li:first-child {
        font-size: .386473rem;
        color: #000;
        margin-bottom: .241546rem;
    }
    .text-case .text-main .data-tabs .row-ul li {
        font-size: .338164rem;
        color: #666;
        width: 100%;
        text-align: left;
    }
    .text-case .text-main .data-tabs .row-ul li span {
        font-size: .338164rem;
    }
    /* 公司简介开始 */
    .page-Company {
        overflow: hidden;
        background: url(../images/about_bg.jpg) top center no-repeat;
    }
    .page-Company .container {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    .page-Company .container .Company {
        text-align: center;
        margin-top: 45px;
    }
    .page-Company .container .Company .info-title .name {
        font-size: 24px;
        font-weight: bold;
        line-height: 40px;
    }
    .page-Company .container .Company .info-title p {
        color: #999;
    }
    .page-Company .container .Company .info-title .line {
        display: block;
        width: 70px;
        height: 2px;
        margin: 10px auto 15px;
        background-color: #007aff;
    }
    .page-Company .container .Company .info-txt {
        line-height: .724638rem;
        color: #fff;
        overflow: auto;
        font-size: 15px;
        padding: .724638rem 0px 0px 0px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }
    .page-Company .container .Company .info-txt .company-table {
        display: none;
    }
    .page-Company .container .Company .info-txt p {
        font-size: 0.338164rem;
        line-height: 0.66rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .page-Company .container .Company .more-align {
        text-align: center;
        margin: 0.6rem 0 1rem 0;
    }
    .page-Company .container .Company .more-align .more-btn {
        display: inline-block;
    }
    .page-Company .container .Company .more-align .more-btn a {
        width: 4rem;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        display: block;
        color: #fff;
        background-color: #007aff;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        border-radius: 50px;
        position: relative;
        font-size: 0.338164rem;
    }
    .index-advantage {
        width: 100%;
        background: url(../images/ABUIABACGAAgg6yf9QUogOfZ1gIwgA845Qg.jpg) bottom center no-repeat;
        margin: 0 auto;
        padding: .362319rem;
        box-sizing: border-box;
        display: flex;
        margin-bottom: 1.038647rem;
        border-radius: 2px;
        padding-top: .845411rem;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .index-advantage li {
        margin-bottom: .483092rem;
        padding: .2657rem;
        box-sizing: border-box;
        width: 50%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-advantage li:last-child {
        display: none;
    }
    .index-advantage li .img {
        width: 35%;
        margin: 0 auto;
    }
    .index-advantage li .img .ico-on {
        display: none;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-advantage li.selected .img .ico-on {
        display: none;
    }
    .index-advantage li.selected .img .ico {
        display: block;
    }
    .index-advantage li:hover .img .ico-on {
        display: none;
    }
    .index-advantage li:hover .img .ico {
        display: block;
    }
    .index-advantage li h2 {
        text-align: center;
        margin-top: .386473rem;
        font-size: .434783rem;
        color: #222;
    }
    .index-advantage li h2 span {
        display: none;
    }
    .index-advantage li p {
        margin-top: 12px;
        text-align: center;
        font-size: .31rem;
        ;
        color: #888;
        line-height: 20px;
    }
    /* 公司简介结束 */
    .index-honor {
        margin-top: .845411rem;
        overflow: hidden;
        padding: 1.3rem 0;
        padding-top: 0;
    }
    .index-honor .container {
        width: 96%;
        margin: auto;
        overflow: hidden;
    }
    .index-honor .container ul {
        margin-top: .724638rem;
    }
    .index-honor .container ul li {
        width: 23%;
    }
    .index-honor .container ul li p {
        text-align: center;
        height: 1.014493rem;
        font-size: .35rem;
        line-height: 1.014493rem;
        color: #666;
    }
    .index-manship {
        background: #f8f8f8;
        padding: 80px 0;
        margin-top: 80px;
        display: none;
    }
    .index-manship .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
    }
    .index-manship .container .manship-list {
        display: flex;
        overflow: hidden;
        justify-content: space-between;
        margin-top: 60px;
        flex-wrap: wrap;
    }
    .index-manship .container .manship-list .item {
        width: 48%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #fff;
        padding: 3% 2%;
        text-align: center;
        border-radius: 10px;
        margin-bottom: .5rem;
    }
    .index-manship .container .manship-list .item .text .number {
        width: 80px;
        height: 80px;
        background: #4b81ff;
        font-size: 22px;
        line-height: 80px;
        border-radius: 50px;
        text-align: center;
        color: #fff;
        margin: auto;
        margin-bottom: 30px;
    }
    .index-manship .container .manship-list .item .text h5 {
        margin-bottom: 12px;
        font-size: 18px;
    }
    .index-manship .container .manship-list .item .text p {
        color: #777;
        line-height: .5rem;
        font-size: .31401rem;
    }
    .index-servepk {
        margin-top: .724638rem;
    }
    .index-servepk .container {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative
    }
    .index-servepk .container .vs {
        width: 90px;
        height: 90px;
        position: absolute;
        top: -18px;
        left: 49.5%;
        margin-left: -30px;
        border-radius: 50%;
        background: #017bff;
        color: #fff;
        line-height: 90px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        z-index: 99;
        display: none;
    }
    .index-servepk .servepk-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-servepk .servepk-main .way_l {
        width: 50%;
        position: relative;
    }
    .index-servepk .servepk-main .way_r {
        width: 50%;
        position: relative;
    }
    .index-servepk .servepk-main .way_l .hr {
        width: 100%;
        height: 2px;
        background: #4a81ff;
        display: none;
    }
    .index-servepk .servepk-main .way_r .hr {
        width: 100%;
        height: 2px;
        background: #b1b6c1;
        display: none;
    }
    .index-servepk .servepk-main .vs {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -30px;
        border-radius: 50%;
        background: #e84e56;
        color: #fff;
        line-height: 70px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
    }
    .index-servepk .servepk-main .way_tit {
        font-size: .415rem;
        font-weight: bold;
        background: #4a81ff;
        color: #fff;
        padding: 5% 10%;
        text-align: center;
    }
    .index-servepk .servepk-main .way_r .way_tit {
        width: 100%;
        background: #00aef3;
    }
    .index-servepk .servepk-main .way_l .way_tit {
        width: 100%;
    }
    .index-servepk .servepk-main li {
        height: 1.111111rem;
        text-align: center;
        margin-bottom: .2rem;
        font-size: .31401rem;
        color: #333333;
        line-height: 1.111111rem;
    }
    .index-servepk .servepk-main .way_l ul {
        display: block;
        width: 100%;
        margin: auto
    }
    .index-servepk .servepk-main .way_r ul {
        display: block;
        width: 100%;
        margin: auto
    }
    .index-servepk .servepk-main li span {
        display: none;
    }
    .index-servepk .servepk-main .way_l li {
        background: #f8f8f8;
    }
    .index-servepk .servepk-main .way_r li {
        background: #ececec;
    }
    .index-evaluate {
        display: none;
    }
    /* 合作伙伴开始 */
    .page-cooperation {
        width: 100%;
        padding-top: 1.207729rem;
    }
    .page-cooperation .container {
        width: 96%;
        margin: 0 auto;
        /*  padding: 60px 0; */
        box-sizing: border-box;
    }
    .page-cooperation .container .tempWrap {
        margin-top: .724638rem;
    }
    .page-cooperation .container .tempWrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .page-cooperation .container .tempWrap ul li {
        width: 32%;
        margin-bottom: 0.5rem;
    }
    .page-cooperation .container .tempWrap ul li:nth-child(6n) {
        margin-right: 0%;
    }
    .page-cooperation .container .tempWrap ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee
    }
    .page-cooperation .container .tempWrap ul p {
        text-align: center;
        margin-top: .289855rem;
        color: #666;
        font-size: .338164rem;
    }
    /* 合作伙伴结束 */
    /* 底部开始 */
    .footer1 {
        text-align: left;
        color: #fff;
        padding: 90px 0 60px;
        background: #222;
        display: none;
    }
    .footer1-content {
        width: 100%;
        max-width: 1450px;
        padding: 0 50px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-7 {
        width: 58%;
    }
    .footer1-content .row .row>div {
        text-align: center;
    }
    .footer1-content .row {
        margin: 0 -15px;
        display: flex;
        /* flex-wrap: wrap; */
    }
    .footer1-content .row .col-md-2 {
        width: 16.666667%;
    }
    .footer1-content .col-md-3 {
        width: 30%
    }
    .footer1-content .titleBox {
        border-right: 2px solid #fff;
    }
    .footer1-content .noBorder {
        border: 0;
    }
    .footer1-content .titleBox .title {
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }
    .pages {
        clear: both;
        margin: 20px auto 20px auto;
        padding-top: 30px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        border-top: 5px solid #f4f5f6;
    }
    .pages ul li {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 6px 15px;
        margin: 0 1px;
        line-height: 24px;
        background: #fff;
        color: #999;
        border-radius: 2px
    }
    .pages ul li:hover {
        background: #0056f9;
        color: #fff;
        border: 1px solid #0056f9
    }
    .pages ul li:hover a {
        color: #fff;
    }
    .footer1-content .textBox li,
    .footer1-content .textBox p {
        padding: 2px 0;
        line-height: 24px;
    }
    .footer1-content .textBox li a {
        color: #eaeaea;
    }
    .footer1-content .textBox li a:hover {
        color: #014b94;
    }
    .footer1-content .textBox .fwrx {
        font-size: 18px;
        color: #fff;
    }
    .footer1-content .textBox .dianhua {
        font-size: 35px;
        line-height: 52px;
        color: #007aff;
    }
    .footer1-content .imgBox img {
        width: 133px;
    }
    .footer2 {
        padding: 20px 0;
        background: #222222;
        border-top: 1px solid #323232;
        padding-bottom: 1.8rem;
    }
    .footer2-content {
        text-align: center;
        line-height: .531401rem;
        padding: 0 4%;
    }
    .footer2-content p,
    .footer2-content a {
        font-size: .32rem;
        color: #eaeaea;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .footer2-content a:hover {
        color: #014b94;
    }
    /*底部固定工具条*/
    #nb_invite_wrap {
        display: none !important;
    }
    #tool {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 900;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    ul.toollist {
        position: fixed;
        z-index: 900;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        height: 1.3rem;
    }
    .toollist li {
        float: left;
        width: auto;
        height: 100%;
        width: 25%;
        position: static !important;
        margin: 0;
        border-radius: 0 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-sizing: border-box;
        box-shadow: none !important;
        background: none;
    }
    .toollist li a {
        font-size: .483092rem;
        line-height: .700483rem;
        text-align: center;
        display: block;
        text-decoration: none;
        padding-top: .048309rem;
        position: relative;
    }
    .toollist li a img {
        width: .57971rem;
        height: .57971rem;
    }
    .toollist li a p {
        margin: 1px 0 1px 0;
        font-size: .338164rem;
        display: block !important;
        line-height: .434783rem;
        text-align: center;
    }
    /*绿色主题*/
    .toollist {
        background: #007aff;
    }
    .toollist li {}
    .toollist li:last-child {
        border-right: none
    }
    .toollist li a {
        color: #fff;
    }
    /* 底部结束 */
    /* 案例展示开始 */
    .page-banner {
        position: relative;
    }
    .mobi-banenr {
        display: none;
    }
    .page-banner .layi {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 46%;
    }
    .page-banner .layi h3 {
        font-size: .483092rem;
        color: #fff;
        text-shadow: 0 0 3px rgb(0 0 0 / 15%);
        font-weight: bold;
    }
    .page-case {
        width: 100%;
        margin-top: 1.111111rem;
    }
    .page-case .container {
        width: 96%;
        /* max-width: 1400px; */
        margin: 0 auto;
    }
    .container .case {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .case .case-item {
        width: 48.5%;
        text-align: left;
        margin-bottom: .483092rem;
    }
    .container .case .case-item:nth-child(4n) {
        margin-right: 0%;
    }
    .container .case .case-item .case-text h2 {
        margin-top: .289855rem;
        font-size: .338164rem;
        color: rgb(78, 78, 78);
    }
    .container .case .case-item .case-text {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .case .case-item a {
        display: block;
        overflow: hidden;
    }
    .container .case .case-item .img {
        overflow: hidden;
        position: relative;
    }
    .container .case .case-item .img img {
        display: block;
        overflow: hidden;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .case .case-item .img img:hover {
        width: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .case-wenzi {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        line-height: 100%;
        bottom: 0;
        left: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
        display: none
    }
    .case-wenzi .wenzi {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 29%;
    }
    .container .case .case-item:hover .case-wenzi {
        opacity: 1;
        height: 100%;
    }
    .container .case .case-item:hover .case-text {}
    /* 案例展示结束 */
    /* 案例展示内容 */
    .case-list {
        width: 100%;
        margin: .289855rem 0;
    }
    .case-list .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .list-content {
        /* display: flex;
	    justify-content: space-between; */
    }
    .list-content .left {
        width: 100%;
    }
    .list-content .left img {
        width: 100%;
        height: 100%;
        margin-bottom: 12px;
    }
    .list-content .right {
        width: 100%;
        line-height: .483092rem;
    }
    .list-content .right h2 {
        font-size: .483092rem;
        color: #333;
        padding: .241546rem 0 .362319rem;
        border-bottom: #e5e5e5 1px solid;
        margin-bottom: .241546rem;
    }
    .list-content .right .case-project {
        font-size: 14px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .list-content .right .case-project p {
        font-size: 0.338164rem;
        line-height: .676329rem;
    }
    .list-content .right .case-content {
        line-height: .676329rem;
        color: #6d6d6d;
        margin-bottom: 1.207729rem;
    }
    .list-content .right .case-content p {
        font-size: 0.338164rem;
    }
    .swiper-container {
        width: 100%;
    }
    /* 案例展示内容 */
    /* 新闻动态列表开始 */
    .page-news {
        width: 100%;
        margin-top: 0.797101rem;
    }
    .page-news .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .news .news-item {
        border-bottom: 1px solid #eee;
        margin-bottom: .193237rem;
        transition: all .5s;
        padding: .169082rem;
        box-sizing: border-box;
    }
    .container .news .news-item .news-item-content {
        display: flex;
        align-items: stretch;
    }
    .container .news .news-item .news-item-content .img {
        width: 30%;
    }
    .container .news .news-item .news-item-content .img img {
        width: 100%;
    }
    .container .news .news-item .news-item-content .news-text {
        width: 70%;
        margin-left: 5%;
    }
    .container .news .news-item .news-item-content .news-text h2 {
        font-size: 0.386473rem;
        box-sizing: border-box;
        color: #333;
    }
    .container .news .news-item .news-text p {
        color: #999;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        overflow: hidden;
        font-size: 0.338164rem;
        display: none;
    }
    .container .news .news-item .time {
        width: 18%;
        text-align: center;
        padding: 20px 0 17px 0px;
        border-left: 1px solid #eee;
        font-size: 18px;
        color: #999;
        display: none;
    }
    .container .news .news-item .time .day {
        font-size: 40px;
        line-height: 45px;
        display: block;
        color: #007aff;
        width: 1.787439rem;
    }
    .container .news .news-item .time .year {
        font-size: 16px;
        color: #999;
    }
    .container .pglist {
        text-align: center;
        margin-bottom: 1.449275rem;
        box-sizing: border-box;
        width: 100%;
    }
    .container .pglist a {
        color: #666;
        padding: .169082rem .217391rem;
        background: #fff;
        border: 1px solid #edebeb;
        font-size: .338164rem;
    }
    .container .pglist a.current {
        background-color: #007aff;
        color: #fff;
    }
    .container .pglist a:hover {
        background-color: #007aff;
        color: #fff;
    }
    /* 新闻列表结束 */
    /* 新闻列表内页开始 */
    .news-list {
        width: 100%;
        margin: .845411rem 0px;
    }
    .news-list .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .news-content {
        /* display: flex;
	    justify-content: space-between; */
    }
    .container .news-content .news-left {
        width: 100%;
    }
    .container .news-content .news-left h2 {
        font-size: 0.48rem;
        font-weight: bold;
    }
    .container .news-content .news-left .time {
        font-size: .338164rem;
        margin: 12px 0px;
        color: #999;
    }
    .container .news-content .news-left .content {
        color: #7a7a7a;
        margin-top: 30px;
    }
    .container .news-content .news-left .content p {
        line-height: .676329rem;
        font-size: .338164rem;
    }
    .container .news-content .news-right {
        width: 25%;
        display: none;
    }
    .container .news-content .news-right h2 {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .news-content .news-right .news-right-item {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .news-content .news-right .news-right-item .a_text {
        display: block;
        width: 65%
    }
    .news-content .news-right .news-right-item .img {
        width: 30%;
        margin-right: 5%;
    }
    .news-content .news-right .news-right-item .img img {
        width: 100%;
        height: 100%;
    }
    .news-content .news-right .news-right-item .text h3 {
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }
    .news-content .news-right .news-right-item .text .data {
        color: #7a7a7a;
        margin-top: 12px;
    }
    .news-buttom {
        width: 90%;
        margin: auto;
        margin-top: .603865rem;
    }
    .news-buttom .left {
        width: 100%;
        height: 1.111111rem;
        line-height: 1.111111rem;
        border-radius: 30px;
        border: 1px solid #cecece;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .news-buttom .right {
        width: 100%;
        height: 1.111111rem;
        line-height: 1.111111rem;
        border-radius: 30px;
        border: 1px solid #cecece;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-top: .241546rem;
    }
    .news-buttom a {
        font-size: 14px;
        display: block;
        padding: 0 6%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .news-buttom a:hover {
        background: #007aff;
        color: #fff;
    }
    /* 新闻列表内页结束 */
    /* 公司简介开始 */
    .page-profile {
        width: 100%;
    }
    .page-profile .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
        overflow: hidden;
    }
    .container ul {
        display: flex;
    }
    .pagination-honor {
        text-align: center;
        line-height: .531401rem;
    }
    .page-profile .container ul li {
        display: block;
        margin-left: 12px;
    }
    .container ul li a {
        color: #333;
    }
    .container ul li a span {
        margin-left: 22px;
        color: #333;
    }
    .container .profile h2 {
        text-align: center;
        font-size: .531401rem;
        height: 1rem;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
        margin-top: 1.4rem;
    }
    .container .profile h2 span {
        font-size: .531401rem;
        color: #333;
        font-weight: bold;
    }
    .container .profile .strings {
        width: 1.328502rem;
        height: 2px;
        background: #dedede;
        margin: 0 auto;
    }
    .container .profile .introduce {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 1.449275rem;
    }
    .container .profile .introduce .wow-left {
        display: none;
    }
    .container .profile .introduce .wow-right {}
    .container .profile .introduce .wow-right h3 {
        font-size: 0.483091rem;
        width: 100%;
        overflow: hidden;
        color: #007aff;
        margin-bottom: 20px;
        padding: 60px 14px 0;
        box-sizing: border-box;
        display: none;
    }
    .container .profile .introduce .wow-right .specific_desc {
        font-size: .338164rem;
        line-height: .724638rem;
        color: #666;
        width: 100%;
        margin-top: .483092rem;
    }
    .container .profile .introduce .wow-right .specific_desc .desc_content {}
    .container .profile .introduce .wow-right .specific_desc p {
        text-indent: 25px;
        font-size: .338164rem;
        ;
    }
    .profile .enterprise {
        /* width: 1200px; */
        display: flex;
        justify-content: space-between;
        margin: 1.207729rem auto .724638rem auto;
        flex-wrap: wrap;
        /* overflow: hidden; */
    }
    .profile .enterprise .enterprise-item .img img {
        width: 100%;
        height: 100%;
    }
    .profile .enterprise .enterprise-item {
        width: 100%;
    }
    .profile .enterprise .enterprise-item:nth-child(2) {
        background: #007aff;
        padding: 0.7rem .5rem;
        margin: 0.289855rem auto;
    }
    .profile .enterprise .enterprise-item .enterprise-text h3 {
        font-size: .43em;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .profile .enterprise .enterprise-item .enterprise-text p {
        margin-top: .289855rem;
        font-size: .338164rem;
        color: #fff;
        line-height: .628019rem;
        text-align: center;
    }
    .profile .personnel {
        display: flex;
        justify-content: space-between;
        margin: .724638rem 0px 53px 0px;
        flex-wrap: wrap;
    }
    .profile .personnel .personnel-item {
        width: 48.5%;
        margin-bottom: 0.289855rem;
    }
    .profile .personnel .personnel-item .img {
        overflow: hidden;
    }
    .profile .personnel .personnel-item .img img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .profile .personnel .personnel-item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .profile .personnel .personnel-item .desk {
        font-size: .338164rem;
        color: #666;
        text-align: center;
        margin-top: .338164rem;
    }
    /* 公司简介结束 */
    /* 应用领域开始 */
    .page-field {
        width: 100%;
        background-color: #f8f8f8;
        /* padding: 20px; */
    }
    .page-field .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .profile {
        padding-top: .483092rem;
    }
    .container .profile .field {
        width: 100%;
        background: #ffffff;
        position: relative;
        box-sizing: border-box;
    }
    .container .profile .field .wow-left {
        width: 100%;
        padding: .362319rem;
    }
    .container .profile .field .wow-right {
        position: absolute;
        top: 92%;
        right: 0px;
        background: #ffffff;
        padding: 2%;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .container .profile .field .wow-right h3 {
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        color: #007aff;
        margin-top: 0.5rem;
    }
    .container .profile .field .wow-right h3 span {
        font-size: 24px;
        width: 100%;
        overflow: hidden;
        color: #0a0a0a;
        margin-bottom: 20px;
    }
    .container .profile .field .wow-right .specific_desc {
        font-size: .338164rem;
        line-height: .628019rem;
        color: #666;
        width: 100%;
        overflow: hidden;
        margin-top: .241546rem;
    }
    .container .profile .field .wow-right .demand ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .container .profile .field .wow-right .demand ul li {
        width: 100%;
        margin-top: .362319rem;
    }
    .container .profile .field .wow-right .demand ul li select,
    input {
        padding: 8px 12px;
        border: 1px #ededed solid;
        width: 100%;
        height: 40px;
    }
    .container .profile .field .wow-right .demand ul li .submit {
        background: #007aff;
        color: #fff;
        line-height: normal;
    }
    .container .profile .field .wow-right .specific_desc p {
        font-size: 0.338164rem;
    }
    .container .field-mian {
        width: 100%;
        padding: 8.21256rem 0px 0px 0px;
        box-sizing: border-box;
    }
    .container .field-mian .field-title h3 {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #333;
        font-weight: bold;
    }
    .container .field-mian .field-title h3 span {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
    }
    .container .field-mian .field-title .strings {
        width: 70px;
        height: 2px;
        background: #C0C0C0;
        margin: 12px auto 0 auto;
    }
    .container .field-mian .mian {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .field-mian .mian .mian-item {
        text-align: center;
        width: 48%;
        font-size: 16px;
        background-color: #fff;
        margin-right: 1%;
        padding: 0.289855rem;
        margin-bottom: 0.289855rem;
    }
    .container .field-mian .mian .mian-item:last-child {
        margin-right: 0;
    }
    .container .field-mian .mian .mian-item.active {
        background: #007aff;
        color: #fff;
    }
    .container .field-mian .mian .mian-item:hover {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        background: #007aff;
        color: #fff;
    }
    .container .field-mian .mian .mian-item:hover p {
        color: #fff;
    }
    .container .field-mian .mian .mian-item h5 {
        font-size: 16px;
        margin-top: .362319rem;
        display: block;
    }
    .container .field-mian .mian .mian-item p {
        margin-top: .289855rem;
        font-size: .289855rem;
        line-height: .483092rem;
        color: #666;
    }
    .container .field-mian .mian .mian-item .img {
        margin: 0 auto;
        display: block;
        width: 2.294686rem;
        height: 2.294686rem;
        border: 1px #eee solid;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: .241546rem;
        padding: .241546rem;
    }
    .container .field-mian .mian .mian-item .img img {
        width: 2.536232rem;
        height: 1.014493rem;
        margin-top: .362319rem;
    }
    .container .field-mian .mian .mian-item .img .ico-on {
        display: none;
    }
    .container .field-mian .mian .mian-item .img .ico {
        opacity: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .field-mian .mian .mian-item:hover .img {
        border: 1px solid #fff;
    }
    .container .field-mian .mian .mian-item:hover .img .ico {
        opacity: 0
    }
    .container .field-mian .mian .mian-item:hover .img .ico-on {
        opacity: 1;
        margin-top: -2.729468rem;
    }
    .page-field .container .page-Related {
        margin: 0.748792rem 0px 0px 0px;
        /* padding: 40px;
	    box-sizing: border-box;	 */
    }
    .page-field .container .page-Related .field-title {
        text-align: center;
    }
    .page-field .container .page-Related .field-title h3 {
        text-align: center;
        font-size: .531401rem;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
    }
    .page-field .container .page-Related .field-title h3 span {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #333;
        font-weight: bold;
    }
    .page-field .container .page-Related .field-title .strings {
        width: 1.328502rem;
        height: 2px;
        background: #C0C0C0;
        margin: 12px auto 0 auto;
    }
    .page-field .container .page-Related .Related {
        display: flex;
        justify-content: space-between;
        margin-top: .845411rem;
        flex-wrap: wrap;
    }
    .page-field .container .page-Related .Related .Related-tiem {
        width: 48%;
        background-color: #fff;
        box-sizing: border-box;
        margin-bottom: .531401rem;
    }
    .page-field .container .page-Related .Related .Related-tiem:nth-child(4n) {
        margin-right: 0;
    }
    .Related .Related-tiem .img {
        overflow: hidden;
    }
    .Related .Related-tiem .img img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .Related .Related-tiem .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.2);
    }
    .Related .Related-tiem .Related-text {
        margin-top: 12px;
    }
    .Related .Related-tiem .Related-text h2 {
        font-size: .338164rem;
        color: #555;
        text-align: center;
        margin: .120773rem 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .Related .Related-tiem:hover .Related-text h2 {
        color: #007aff
    }
    .Related .Related-tiem .Related-text p {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }
    /* 应用领域结束 */
    /* 联系我们开始 */
    .page-contact {
        width: 100%;
    }
    .page-contact .container {
        width: 94%;
        max-width: 1400px;
        margin: .845411rem auto;
    }
    .page-contact .container .contact {
        /* display: flex;
	    justify-content: space-between; */
    }
    .page-contact .container .contact .BMap_mask {
        height: 300px !important;
    }
    .page-contact .container .contact #dituContent {
        height: 300px !important;
    }
    .page-contact .container .contact .map {
        width: 100%;
        display: none;
    }
    .page-contact .container .contact .map img {
        max-width: none;
    }
    .page-contact .container .contact .map .center {
        min-width: 255px;
    }
    .page-contact .container .contact .map .bottom {
        min-height: 25px;
    }
    .page-contact .container .contact .text {
        width: 100%;
        line-height: .434783rem;
    }
    .page-contact .container .contact .text h2 {
        /* margin-bottom: 30px; */
        color: #323232;
        font-size: .434783rem;
        line-height: 1.014493rem;
        margin-top: 0.289855rem;
    }
    .page-contact .container .contact .text p {
        font-size: .338164rem;
        color: #666;
        line-height: 1.014493rem;
    }
    .contact .text .text-email {
        display: flex;
        /* align-items: center; */
        line-height: 1.014493rem;
    }
    .contact .text .text-email i {
        display: block;
        width: .555556rem;
        height: .555556rem;
        margin-right: 12px;
    }
    .contact .text .text-email i img {
        width: 100%;
        height: 100%;
    }
    .contact .text .code-pic {
        margin-top: .483092rem;
    }
    .contact .text .code-pic ul {
        width: 6.763285rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact .text .code-pic ul li {
        width: 48%;
        overflow: hidden;
        text-align: center;
    }
    .contact .text .code-pic ul li span {
        font-size: .338164rem;
        color: #666;
    }
    /* 留言开始 */
    #about2 {
        margin: 1.449275rem 0px;
    }
    .form-group {
        margin-bottom: .483092rem;
    }
    .form-control {
        display: block;
        /* width: 31%; */
        height: 1.014493rem;
        padding: 0;
        font-size: .338164rem;
        line-height: 1.57142857;
        color: #76838f;
        background-color: #fff;
        background-image: none;
        border: 1px solid #dedede;
        text-indent: .362319rem;
        float: left;
        margin-right: .57971rem;
        margin-bottom: 0.289855rem;
    }
    textarea.form-control {
        height: auto;
        width: 100%;
        margin-top: .120773rem;
        margin-bottom: .772947rem;
        padding: .144928rem 0;
    }
    .btn-lg {
        padding: 10px 18px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 4px;
    }
    .btn-block {
        display: block;
        width: 28%;
        color: #fff;
    }
    .btn-primary {
        background-color: #007aff;
        border-color: #007aff;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border: 0;
        margin: 0 auto;
        height: 1.014493rem;
        line-height: 1.014493rem;
        padding: 0;
        width: 95%;
        font-size: .386473rem;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    /* 头部导航开始 */
    .header {
        width: 100%;
        background: #fff;
        height: 1.3rem;
        line-height: 1.3rem;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        z-index: 333;
    }
    .header-fixed {
        position: fixed;
        z-index: 999;
        height: 1.3rem;
        line-height: 1.3rem;
        transition: .4s;
        border-bottom: 1px solid #eee;
        background: #fff;
    }
    .header .container {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        position: relative;
        margin: 0 auto;
    }
    .head-logo {
        width: 70%;
        max-width: 290px;
        margin-left: 2%;
    }
    .mbnav {
        position: absolute;
        top: 0;
        right: .289855rem;
    }
    .mbnav img {
        width: .57971rem;
    }
    .head-nav {
        display: none;
        position: relative;
        z-index: 999;
        background: #fff;
        line-height: 1.207729rem;
        padding: .3rem 0;
        border-top: 1px solid #eee;
    }
    .head-nav .nav-list .nav-item {
        width: 92%;
        text-align: left;
        padding: 0 3%;
        margin: auto;
        border-bottom: 1px solid #eee;
    }
    .head-nav .nav-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .head-nav .nav-list .nav-item a {
        display: block;
        color: #666;
        position: relative;
        font-size: .362319rem;
        background: url(../images/jiantou.png) no-repeat right;
    }
    .head-nav .nav-list .nav-item a.active {
        color: #007aff;
    }
    .head-nav .nav-list .nav-item a.active::after {
        width: 90%;
    }
    .head-nav .nav-list .nav-item:hover>a::after {
        width: 90%;
    }
    .page-head .head-nav .nav-list .nav-item a {
        /* color:#fff; */
        color: #383535;
    }
    .page-head .head-nav .nav-list .nav-item>a::after {
        background: #fff;
    }
    .header-fixed .head-nav .nav-list .nav-item a {
        color: #666;
    }
    .page-head.header-fixed .logo {
        display: block
    }
    .page-head.header-fixed .head-nav .nav-list .nav-item>a::after {
        background: #007aff;
    }
    .page-head .logos {
        display: none
    }
    /* 头部导航结束 */
    /* 首页轮播图开始 */
    .index-banner {
        position: relative;
    }
    .swiper-container-banner {
        width: 100% !important;
    }
    .index-banner .banner-text {
        position: absolute;
        text-align: center;
        top: 40%;
        display: none;
        width: 100%;
    }
    .index-banner .banner-text h6 {
        color: #444;
        font-size: 40px;
        font-weight: bold;
    }
    .index-banner .banner-text p {
        color: #888;
        font-size: 16px;
        margin: auto;
        width: 1000px;
        margin-top: 18px;
        line-height: 26px;
    }
    /* .index-banner .swiper-container-banner .swiper-wrapper{
	    height: 800px;
	} */
    /* .index-banner .swiper-container-banner .swiper-wrapper .swiper-slide{
		height:800px;
	} */
    .index-banner .swiper-pagination {
        bottom: .120773rem !important
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
        width: .362319rem;
        height: .144928rem;
        background-color: #fff !important;
        opacity: 1;
        border-radius: 20px !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: .628019rem;
        background-color: #fb4848;
    }
    .index-banner .swiper-container .swiper-wrapper .swiper-slide {
        background: none !important;
    }
    .index-banner .swiper-container .swiper-wrapper .swiper-slide img {
        display: block;
    }
    /* 首页轮播图结束 */
    /* 业务领域开始 */
    .page-business {
        width: 100%;
        margin-top: .845411rem;
    }
    .page-business .container {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    .business {
        margin-top: .724638rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .business .business-item {
        width: 48.5%;
        margin-bottom: 1rem;
    }
    .business .business-item .img {
        overflow: hidden;
    }
    .business .business-item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .business .business-item:hover .img img {
        transition: all 0.6s;
        transform: scale(1.1);
        width: 100%;
        height: 100%;
    }
    .business .business-item:hover .business-text h2 {
        color: #2c91ff;
    }
    .business .business-item .business-text {
        margin-top: 18px;
        text-align: center;
    }
    .business .business-item .business-text h2 {
        font-size: 0.435rem;
        font-weight: bold;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .business .business-item .business-text p {
        width: 95%;
        margin: auto;
        margin-top: 0.32rem;
        font-size: 0.32rem;
        font-weight: 500;
        line-height: .483092rem;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .business .business-item .business-text .more {
        background: #007aff;
        width: 2.415459rem;
        height: .772947rem;
        display: block;
        display: block;
        text-align: center;
        color: #fff;
        line-height: .772947rem;
        border-radius: 5px;
        margin: auto;
        margin-top: .241546rem;
        font-size: 0.338164rem;
    }
    /* 公用标题 */
    .page-title {
        text-align: center;
    }
    .page-title h3 {
        font-size: .338164rem;
        color: #999;
        text-transform: uppercase;
    }
    .page-title p {
        /* margin-top: -20px; */
        font-size: 0.55rem;
        color: #333;
        font-weight: bold;
    }
    .page-title p span {
        font-size: 0.55rem;
        font-weight: bold;
        color: #2c91ff;
    }
    .page-Company-title {
        text-align: center;
    }
    .page-Company-title h3 {
        font-size: .338164rem;
        color: #fff;
        text-transform: uppercase;
    }
    .page-Company-title p {
        /* margin-top: -20px; */
        font-size: 0.5rem;
        color: #fff;
        font-weight: bold;
    }
    .page-Company-title p span {
        font-size: 0.5rem;
        font-weight: bold;
        color: #fff;
    }
    /* 公用标题结束 */
    /* 业务领域结束 */
    /* 防水服务开始 */
    .page-service {
        width: 100%;
    }
    .pc-book {
        display: none;
    }
    .page-service .container {
        width: 96%;
        margin: 0 auto;
        padding: .845411rem 0 1.449275rem;
        box-sizing: border-box;
        overflow: hidden;
    }
    .container .service {
        margin-top: .724638rem;
    }
    .container .service .book {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 4%;
    }
    .container .service .book .book-auto {
        width: 100%;
    }
    .container .service .book .book-pic {
        width: 100%;
        margin-top: .362319rem;
    }
    .container .service .book .book-pic h5 {
        font-size: .386473rem;
    }
    .container .service .book .book-pic .book-list {
        overflow: hidden;
        height: 200px;
        margin-top: 3%
    }
    .container .service .book .book-pic .book-list ul {
        display: flex;
        flex-wrap: wrap;
        height: 200px !important;
    }
    .container .service .book .book-pic .book-list ul li {
        color: #848484;
        font-size: .35rem;
        line-height: 0.69333rem;
        text-align: left;
        padding-left: 10px;
        width: 100%;
    }
    .container .service .book .book-auto .book-top .top-title {
        color: #333;
        font-size: 0.56rem;
    }
    .container .service .book .book-auto .book-top .note {
        font-size: 16px;
        color: #444;
        margin-top: 10px;
    }
    .container .service .book .book-auto .book-top .top-title span {
        font-size: 0.52rem;
        color: #017bff;
        margin-left: 0.1rem;
    }
    .container .service .book .book-auto .book-main {
        margin-top: 30px;
    }
    .container .service .book .book-auto .book-main ul {
        display: block;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .service .book .book-auto .book-main ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4%;
        width: 100%;
    }
    .container .service .book .book-auto .book-main ul li label {
        width: 32%;
        font-size: 0.37333rem;
        color: #666;
    }
    .container .service .book .book-auto .book-main ul li label em {
        font-size: 0.338164rem;
    }
    .container .service .book .book-auto .book-main ul li select {
        padding: 8px 12px;
        border: 1px #ededed solid;
        width: 100%;
        height: .869565rem;
        font-size: 0.338164rem;
    }
    .container .service .book .book-auto .book-main ul li input {
        height: .869565rem;
    }
    .container .service .book .book-auto .book-main ul li .submit {
        background: #007aff;
        color: #fff;
        outline: 0;
        border: none;
        height: .869565rem;
        width: 49%
    }
    .container .service .book .book-auto .book-main ul li .reset {
        outline: 0;
        border: none;
        width: 49%;
        height: .869565rem;
        color: #666;
    }
    .container .service .service-text {
        overflow: hidden;
    }
    .container .service .service-text h2 {
        font-size: 0.5rem;
        line-height: 40px;
        color: #333;
        font-weight: bold;
    }
    .container .service .service-text p {
        line-height: 30px;
        color: #666;
        overflow: auto;
        padding-right: 10px;
        margin-top: 12px;
        font-size: 15px;
    }
    .container .service .service-text .buttom {
        display: flex;
        justify-content: space-around;
        margin-bottom: 25px;
        text-align: center;
        width: 100%;
        display: none;
    }
    .container .service .service-text .buttom .buttom-item {
        margin: 50px 0;
        color: #666;
        font-size: 15px;
        width: 12%;
    }
    .container .service .service-text .buttom .buttom-item .icon {
        margin: 0 auto;
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: 10px;
        padding: 10px;
        background: #017bff;
    }
    .container .service .service-text .buttom .buttom-item:hover .icon {
        transform: rotate(360deg);
        transition: all ease 600ms;
    }
    .container .service .service-text .buttom .buttom-item .icon img {
        width: 64%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    /* 防水服务结束 */
    /* 工程案例开始 */
    .page-engineering {
        width: 100%;
        margin-top: 1.207729rem;
        margin-bottom: 1.207729rem;
    }
    .page-engineering .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .engineering {
        margin-top: .724638rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .engineering .engineering-item {
        width: 32%;
        margin-bottom: 20px;
    }
    .engineering .engineering-item .img {
        overflow: hidden;
    }
    .engineering .engineering-item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .engineering .engineering-item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .engineering .engineering-item .engineering-text {
        margin-top: .289855rem;
        box-sizing: border-box;
    }
    .engineering .engineering-item .engineering-text h2 {
        font-size: .338164rem;
        color: #333;
    }
    .engineering .engineering-item .engineering-text ul {
        margin-top: 12px;
        display: none;
        flex-wrap: wrap;
    }
    .engineering .engineering-item .engineering-text ul li {
        padding: 2px 8px;
        font-size: 13px;
        line-height: 30px;
        background-color: #f8f8f8;
        text-align: center;
        color: #666;
        margin-bottom: 12px;
        margin-right: 12px;
        border-radius: 1px;
    }
    /* 工程案例结束 */
    /* 工程文字 */
    .text-case .text-main .item-data {
        background-color: #f2f2f2;
        padding: 14px 0;
        display: none;
    }
    .text-case .text-main ul {
        display: block;
        line-height: .603865rem;
        padding-bottom: .483092rem;
        margin-bottom: .483092rem;
    }
    .text-case .text-main .data-tabs {
        height: 400px;
        overflow: auto;
        margin-bottom: : ;
        ;
    }
    .text-case .text-main .data-tabs .row-ul {
        border-bottom: 1px #eee solid;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .text-case .text-main .data-tabs .row-ul li:first-child {
        font-size: .386473rem;
        color: #000;
        margin-bottom: .241546rem;
    }
    .text-case .text-main .data-tabs .row-ul li {
        font-size: .338164rem;
        color: #666;
        width: 100%;
        text-align: left;
    }
    .text-case .text-main .data-tabs .row-ul li span {
        font-size: .338164rem;
    }
    /* 公司简介开始 */
    .page-Company {
        overflow: hidden;
        background: url(../images/about_bg.jpg) top center no-repeat;
    }
    .page-Company .container {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    .page-Company .container .Company {
        text-align: center;
        margin-top: 45px;
    }
    .page-Company .container .Company .info-title .name {
        font-size: 24px;
        font-weight: bold;
        line-height: 40px;
    }
    .page-Company .container .Company .info-title p {
        color: #999;
    }
    .page-Company .container .Company .info-title .line {
        display: block;
        width: 70px;
        height: 2px;
        margin: 10px auto 15px;
        background-color: #007aff;
    }
    .page-Company .container .Company .info-txt {
        line-height: .724638rem;
        color: #fff;
        overflow: auto;
        font-size: 15px;
        padding: .724638rem 0px 0px 0px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }
    .page-Company .container .Company .info-txt p {
        font-size: 0.338164rem;
        line-height: 0.66rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .page-Company .container .Company .more-align {
        text-align: center;
        margin: 0.6rem 0 1rem 0;
    }
    .page-Company .container .Company .more-align .more-btn {
        display: inline-block;
    }
    .page-Company .container .Company .more-align .more-btn a {
        width: 4rem;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        display: block;
        color: #fff;
        background-color: #007aff;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        border-radius: 50px;
        position: relative;
        font-size: 0.338164rem;
    }
    .index-advantage {
        width: 100%;
        background: #fff;
        margin: 0 auto;
        padding: .362319rem;
        box-sizing: border-box;
        display: flex;
        margin-bottom: 1.038647rem;
        border-radius: 2px;
        margin-top: .845411rem;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .index-advantage li {
        margin-bottom: .483092rem;
        padding: .2657rem;
        box-sizing: border-box;
        width: 50%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-advantage li:last-child {
        display: none;
    }
    .index-advantage li .img {
        width: 35%;
        max-width: 1.3rem;
        margin: 0 auto;
    }
    .index-advantage li .img .ico-on {
        display: none;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-advantage li.selected .img .ico-on {
        display: none;
    }
    .index-advantage li.selected .img .ico {
        display: block;
    }
    .index-advantage li:hover .img .ico-on {
        display: none;
    }
    .index-advantage li:hover .img .ico {
        display: block;
    }
    .index-advantage li h2 {
        text-align: center;
        margin-top: .386473rem;
        font-size: .434783rem;
        color: #222;
    }
    .index-advantage li h2 span {
        display: none;
    }
    .index-advantage li p {
        margin-top: 12px;
        text-align: center;
        font-size: .31rem;
        color: #888;
        line-height: .483092rem;
    }
    /* 公司简介结束 */
    .index-honor {
        margin-top: .845411rem;
        overflow: hidden;
        background: url(../images/ABUIABACGAAgg6yf9QUogOfZ1gIwgA845Qg.jpg) bottom center no-repeat;
        padding: 1rem 0;
    }
    .index-honor .container {
        width: 96%;
        margin: auto;
        overflow: hidden;
    }
    .index-honor .container ul {
        margin-top: .724638rem;
    }
    .index-honor .container ul li {
        width: 23%;
    }
    .index-honor .container ul li p {
        text-align: center;
        height: 1.014493rem;
        font-size: .35rem;
        line-height: 1.014493rem;
        color: #666;
    }
    .index-manship {
        display: none;
    }
    .index-servepk {
        margin-top: .724638rem;
    }
    .index-servepk .container {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative
    }
    .index-servepk .container .vs {
        width: 90px;
        height: 90px;
        position: absolute;
        top: -18px;
        left: 49.5%;
        margin-left: -30px;
        border-radius: 50%;
        background: #017bff;
        color: #fff;
        line-height: 90px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        z-index: 99;
        display: none;
    }
    .index-servepk .servepk-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-servepk .servepk-main .way_l {
        width: 50%;
        position: relative;
    }
    .index-servepk .servepk-main .way_r {
        width: 50%;
        position: relative;
    }
    .index-servepk .servepk-main .way_l .hr {
        width: 100%;
        height: 2px;
        background: #4a81ff;
        display: none;
    }
    .index-servepk .servepk-main .way_r .hr {
        width: 100%;
        height: 2px;
        background: #b1b6c1;
        display: none;
    }
    .index-servepk .servepk-main .vs {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -30px;
        border-radius: 50%;
        background: #e84e56;
        color: #fff;
        line-height: 70px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
    }
    .index-servepk .servepk-main .way_tit {
        font-size: .415rem;
        font-weight: bold;
        background: #4a81ff;
        color: #fff;
        padding: 5% 10%;
        text-align: center;
    }
    .index-servepk .servepk-main .way_r .way_tit {
        width: 100%;
        background: #00aef3;
    }
    .index-servepk .servepk-main .way_l .way_tit {
        width: 100%;
    }
    .index-servepk .servepk-main li {
        height: 1.111111rem;
        text-align: center;
        margin-bottom: .2rem;
        font-size: .31401rem;
        color: #333333;
        line-height: 1.111111rem;
    }
    .index-servepk .servepk-main .way_l ul {
        display: block;
        width: 100%;
        margin: auto
    }
    .index-servepk .servepk-main .way_r ul {
        display: block;
        width: 100%;
        margin: auto
    }
    .index-servepk .servepk-main li span {
        display: none;
    }
    .index-servepk .servepk-main .way_l li {
        background: #f8f8f8;
    }
    .index-servepk .servepk-main .way_r li {
        background: #ececec;
    }
    .index-evaluate {
        display: none;
    }
    /* 合作伙伴开始 */
    .page-cooperation {
        width: 100%;
        padding-top: 1.207729rem;
    }
    .page-cooperation .container {
        width: 96%;
        margin: 0 auto;
        /*  padding: 60px 0; */
        box-sizing: border-box;
    }
    .page-cooperation .container .tempWrap {
        margin-top: .724638rem;
    }
    .page-cooperation .container .tempWrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .page-cooperation .container .tempWrap ul li {
        width: 32%;
        margin-bottom: 0.5rem;
    }
    .page-cooperation .container .tempWrap ul li:nth-child(6n) {
        margin-right: 0%;
    }
    .page-cooperation .container .tempWrap ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee
    }
    .page-cooperation .container .tempWrap ul p {
        text-align: center;
        margin-top: .289855rem;
        color: #666;
        font-size: .338164rem;
    }
    /* 合作伙伴结束 */
    /* 底部开始 */
    .footer1 {
        text-align: left;
        color: #fff;
        padding: 90px 0 60px;
        background: #222;
        display: none;
    }
    .footer1-content {
        width: 100%;
        max-width: 1450px;
        padding: 0 50px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-7 {
        width: 58%;
    }
    .footer1-content .row .row>div {
        text-align: center;
    }
    .footer1-content .row {
        margin: 0 -15px;
        display: flex;
        /* flex-wrap: wrap; */
    }
    .footer1-content .row .col-md-2 {
        width: 16.666667%;
    }
    .footer1-content .col-md-3 {
        width: 30%
    }
    .footer1-content .titleBox {
        border-right: 2px solid #fff;
    }
    .footer1-content .noBorder {
        border: 0;
    }
    .footer1-content .titleBox .title {
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }
    .pages {
        clear: both;
        margin: 20px auto 20px auto;
        padding-top: 30px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        border-top: 5px solid #f4f5f6;
    }
    .pages ul li {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 6px 15px;
        margin: 0 1px;
        line-height: 24px;
        background: #fff;
        color: #999;
        border-radius: 2px
    }
    .pages ul li:hover {
        background: #0056f9;
        color: #fff;
        border: 1px solid #0056f9
    }
    .pages ul li:hover a {
        color: #fff;
    }
    .footer1-content .textBox li,
    .footer1-content .textBox p {
        padding: 2px 0;
        line-height: 24px;
    }
    .footer1-content .textBox li a {
        color: #eaeaea;
    }
    .footer1-content .textBox li a:hover {
        color: #014b94;
    }
    .footer1-content .textBox .fwrx {
        font-size: 18px;
        color: #fff;
    }
    .footer1-content .textBox .dianhua {
        font-size: 35px;
        line-height: 52px;
        color: #007aff;
    }
    .footer1-content .imgBox img {
        width: 133px;
    }
    .footer2 {
        padding: 20px 0;
        background: #222222;
        border-top: 1px solid #323232;
        padding-bottom: 1.8rem;
    }
    .footer2-content {
        text-align: center;
        line-height: .531401rem;
        padding: 0 4%;
    }
    .footer2-content p,
    .footer2-content a {
        font-size: .32rem;
        color: #eaeaea;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .footer2-content a:hover {
        color: #014b94;
    }
    /*底部固定工具条*/
    #tool {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 900;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    ul.toollist {
        position: fixed;
        z-index: 900;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        height: 1.3rem;
    }
    .toollist li {
        float: left;
        width: auto;
        height: 100%;
        width: 25%;
        position: static !important;
        margin: 0;
        border-radius: 0 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-sizing: border-box;
        box-shadow: none !important;
        background: none;
    }
    .toollist li a {
        font-size: .483092rem;
        line-height: .700483rem;
        text-align: center;
        display: block;
        text-decoration: none;
        padding-top: .048309rem;
        position: relative;
    }
    .toollist li a img {
        width: .57971rem;
        height: .57971rem;
    }
    .toollist li a p {
        margin: 1px 0 1px 0;
        font-size: .338164rem;
        display: block !important;
        line-height: .434783rem;
        text-align: center;
    }
    /*绿色主题*/
    .toollist {
        background: #007aff;
    }
    .toollist li {}
    .toollist li:last-child {
        border-right: none
    }
    .toollist li a {
        color: #fff;
    }
    /* 底部结束 */
    /* 案例展示开始 */
    .page-banner {
        position: relative;
    }
    .mobi-banenr {
        display: none;
    }
    .page-banner .layi {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 46%;
    }
    .page-banner .layi h3 {
        font-size: .483092rem;
        color: #fff;
        text-shadow: 0 0 3px rgb(0 0 0 / 15%);
        font-weight: bold;
    }
    .page-case {
        width: 100%;
        margin-top: 1.111111rem;
    }
    .page-case .container {
        width: 96%;
        /* max-width: 1400px; */
        margin: 0 auto;
    }
    .container .case {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .case .case-item {
        width: 48.5%;
        text-align: left;
        margin-bottom: .483092rem;
    }
    .container .case .case-item:nth-child(4n) {
        margin-right: 0%;
    }
    .container .case .case-item .case-text h2 {
        margin-top: .289855rem;
        font-size: .338164rem;
        color: rgb(78, 78, 78);
    }
    .container .case .case-item .case-text {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .case .case-item a {
        display: block;
        overflow: hidden;
    }
    .container .case .case-item .img {
        overflow: hidden;
        position: relative;
    }
    .container .case .case-item .img img {
        display: block;
        overflow: hidden;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .case .case-item .img img:hover {
        width: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .case-wenzi {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        line-height: 100%;
        bottom: 0;
        left: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
        display: none
    }
    .case-wenzi .wenzi {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 29%;
    }
    .container .case .case-item:hover .case-wenzi {
        opacity: 1;
        height: 100%;
    }
    .container .case .case-item:hover .case-text {}
    /* 案例展示结束 */
    /* 案例展示内容 */
    .case-list {
        width: 100%;
        margin: .289855rem 0;
    }
    .case-list .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .list-content {
        /* display: flex;
	    justify-content: space-between; */
    }
    .list-content .left {
        width: 100%;
    }
    .list-content .left img {
        width: 100%;
        height: 100%;
        margin-bottom: 12px;
    }
    .list-content .right {
        width: 100%;
        line-height: .483092rem;
    }
    .list-content .right h2 {
        font-size: .483092rem;
        color: #333;
        padding: .241546rem 0 .362319rem;
        border-bottom: #e5e5e5 1px solid;
        margin-bottom: .241546rem;
    }
    .list-content .right .case-project {
        font-size: 14px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .list-content .right .case-project p {
        font-size: 0.338164rem;
        line-height: .676329rem;
    }
    .list-content .right .case-content {
        line-height: .676329rem;
        color: #6d6d6d;
        margin-bottom: 1.207729rem;
    }
    .list-content .right .case-content p {
        font-size: 0.338164rem;
    }
    .swiper-container {
        width: 100%;
    }
    /* 案例展示内容 */
    /* 新闻动态列表开始 */
    .page-news {
        width: 100%;
        margin-top: 0.797101rem;
    }
    .page-news .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .news .news-item {
        border-bottom: 1px solid #eee;
        margin-bottom: .193237rem;
        transition: all .5s;
        padding: .169082rem;
        box-sizing: border-box;
    }
    .container .news .news-item .news-item-content {
        display: flex;
        align-items: stretch;
    }
    .container .news .news-item .news-item-content .img {
        width: 30%;
    }
    .container .news .news-item .news-item-content .img img {
        width: 100%;
    }
    .container .news .news-item .news-item-content .news-text {
        width: 70%;
        margin-left: 5%;
    }
    .container .news .news-item .news-item-content .news-text h2 {
        font-size: 0.386473rem;
        box-sizing: border-box;
        color: #333;
    }
    .container .news .news-item .news-text p {
        color: #999;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        overflow: hidden;
        font-size: 0.338164rem;
        display: none;
    }
    .container .news .news-item .time {
        width: 18%;
        text-align: center;
        padding: 20px 0 17px 0px;
        border-left: 1px solid #eee;
        font-size: 18px;
        color: #999;
        display: none;
    }
    .container .news .news-item .time .day {
        font-size: 40px;
        line-height: 45px;
        display: block;
        color: #007aff;
        width: 1.787439rem;
    }
    .container .news .news-item .time .year {
        font-size: 16px;
        color: #999;
    }
    .container .pglist {
        text-align: center;
        margin-bottom: 1.449275rem;
        box-sizing: border-box;
        width: 100%;
    }
    .container .pglist a {
        color: #666;
        padding: .169082rem .217391rem;
        background: #fff;
        border: 1px solid #edebeb;
        font-size: .338164rem;
    }
    .container .pglist a.current {
        background-color: #007aff;
        color: #fff;
    }
    .container .pglist a:hover {
        background-color: #007aff;
        color: #fff;
    }
    /* 新闻列表结束 */
    /* 新闻列表内页开始 */
    .news-list {
        width: 100%;
        margin: .845411rem 0px;
    }
    .news-list .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .news-content {
        /* display: flex;
	    justify-content: space-between; */
    }
    .container .news-content .news-left {
        width: 100%;
    }
    .container .news-content .news-left h2 {
        font-size: 0.48rem;
        font-weight: bold;
    }
    .container .news-content .news-left .time {
        font-size: .338164rem;
        margin: 12px 0px;
        color: #999;
    }
    .container .news-content .news-left .content {
        color: #7a7a7a;
        margin-top: 30px;
        font-size: .338164rem;
        line-height: .6rem;
    }
    .container .news-content .news-left .content p {
        line-height: .676329rem;
        font-size: .338164rem;
    }
    .container .news-content .news-right {
        width: 25%;
        display: none;
    }
    .container .news-content .news-right h2 {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .news-content .news-right .news-right-item {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .news-content .news-right .news-right-item .a_text {
        display: block;
        width: 65%
    }
    .news-content .news-right .news-right-item .img {
        width: 30%;
        margin-right: 5%;
    }
    .news-content .news-right .news-right-item .img img {
        width: 100%;
        height: 100%;
    }
    .news-content .news-right .news-right-item .text h3 {
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }
    .news-content .news-right .news-right-item .text .data {
        color: #7a7a7a;
        margin-top: 12px;
    }
    .news-buttom {
        width: 90%;
        margin: auto;
        margin-top: .603865rem;
    }
    .news-buttom .left {
        width: 100%;
        height: 1.111111rem;
        line-height: 1.111111rem;
        border-radius: 30px;
        border: 1px solid #cecece;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .news-buttom .right {
        width: 100%;
        height: 1.111111rem;
        line-height: 1.111111rem;
        border-radius: 30px;
        border: 1px solid #cecece;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-top: .241546rem;
    }
    .news-buttom a {
        font-size: .338164rem;
        display: block;
        padding: 0 6%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .news-buttom a:hover {
        background: #007aff;
        color: #fff;
    }
    /* 新闻列表内页结束 */
    /* 公司简介开始 */
    .page-profile {
        width: 100%;
    }
    .page-profile .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
        overflow: hidden;
    }
    .container ul {
        display: flex;
    }
    .pagination-honor {
        text-align: center;
        line-height: .531401rem;
    }
    .page-profile .container ul li {
        display: block;
        margin-left: 12px;
    }
    .container ul li a {
        color: #333;
    }
    .container ul li a span {
        margin-left: 22px;
        color: #333;
    }
    .container .profile h2 {
        text-align: center;
        font-size: .531401rem;
        height: 1rem;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
        margin-top: 1.4rem;
    }
    .container .profile h2 span {
        font-size: .531401rem;
        color: #333;
        font-weight: bold;
    }
    .container .profile .strings {
        width: 1.328502rem;
        height: 2px;
        background: #dedede;
        margin: 0 auto;
    }
    .container .profile .introduce {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 1.449275rem;
    }
    .container .profile .introduce .wow-left {
        display: none;
    }
    .container .profile .introduce .wow-right {}
    .container .profile .introduce .wow-right h3 {
        font-size: 0.483091rem;
        width: 100%;
        overflow: hidden;
        color: #007aff;
        margin-bottom: 20px;
        padding: 60px 14px 0;
        box-sizing: border-box;
        display: none;
    }
    .container .profile .introduce .wow-right .specific_desc {
        font-size: .338164rem;
        line-height: .724638rem;
        color: #666;
        width: 100%;
        margin-top: .483092rem;
    }
    .container .profile .introduce .wow-right .specific_desc .desc_content {}
    .container .profile .introduce .wow-right .specific_desc p {
        text-indent: 25px;
        font-size: .338164rem;
        ;
    }
    .profile .enterprise {
        /* width: 1200px; */
        display: flex;
        justify-content: space-between;
        margin: 1.207729rem auto .724638rem auto;
        flex-wrap: wrap;
        /* overflow: hidden; */
    }
    .profile .enterprise .enterprise-item .img img {
        width: 100%;
        height: 100%;
    }
    .profile .enterprise .enterprise-item {
        width: 100%;
    }
    .profile .enterprise .enterprise-item:nth-child(2) {
        background: #007aff;
        padding: 0.7rem .5rem;
        margin: 0.289855rem auto;
    }
    .profile .enterprise .enterprise-item .enterprise-text h3 {
        font-size: .43em;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .profile .enterprise .enterprise-item .enterprise-text p {
        margin-top: .289855rem;
        font-size: .338164rem;
        color: #fff;
        line-height: .628019rem;
        text-align: center;
    }
    .profile .personnel {
        display: flex;
        justify-content: space-between;
        margin: .724638rem 0px 53px 0px;
        flex-wrap: wrap;
    }
    .profile .personnel .personnel-item {
        width: 48.5%;
        margin-bottom: 0.289855rem;
    }
    .profile .personnel .personnel-item .img {
        overflow: hidden;
    }
    .profile .personnel .personnel-item .img img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .profile .personnel .personnel-item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .profile .personnel .personnel-item .desk {
        font-size: .338164rem;
        color: #666;
        text-align: center;
        margin-top: .338164rem;
    }
    /* 公司简介结束 */
    /* 应用领域开始 */
    .page-field {
        width: 100%;
        background-color: #f8f8f8;
        /* padding: 20px; */
    }
    .page-field .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .profile {
        padding-top: .483092rem;
    }
    .container .profile .field {
        width: 100%;
        background: #ffffff;
        position: relative;
        box-sizing: border-box;
    }
    .container .profile .field .wow-left {
        width: 100%;
        padding: .362319rem;
    }
    .container .profile .field .wow-right {
        background: #ffffff;
        padding: 3%;
        width: 100%;
        overflow: hidden;
    }
    .container .profile .field .wow-right h3 {
        font-size: .434783rem;
        width: 100%;
        overflow: hidden;
        color: #007aff;
        margin-top: 0.5rem;
    }
    .container .profile .field .wow-right h3 span {
        font-size: 24px;
        width: 100%;
        overflow: hidden;
        color: #0a0a0a;
        margin-bottom: 20px;
    }
    .container .profile .field .wow-right .specific_desc {
        font-size: .338164rem;
        line-height: .628019rem;
        color: #666;
        width: 100%;
        overflow: hidden;
        margin-top: .241546rem;
    }
    .container .profile .field .wow-right .demand ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .container .profile .field .wow-right .demand ul li {
        width: 100%;
        margin-top: .362319rem;
    }
    .container .profile .field .wow-right .demand ul li select,
    input {
        padding: 8px 12px;
        border: 1px #ededed solid;
        width: 100%;
        height: .966184rem;
    }
    .container .profile .field .wow-right .demand ul li .submit {
        background: #007aff;
        color: #fff;
        line-height: normal;
        border: none;
    }
    .container .profile .field .wow-right .specific_desc p {
        font-size: 0.338164rem;
    }
    .container .field-mian {
        width: 100%;
        padding: 1.21256rem 0px 0px 0px;
        box-sizing: border-box;
    }
    .container .field-mian .field-title h3 {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #333;
        font-weight: bold;
    }
    .container .field-mian .field-title h3 span {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
    }
    .container .field-mian .field-title .strings {
        width: 70px;
        height: 2px;
        background: #C0C0C0;
        margin: 12px auto 0 auto;
    }
    .container .field-mian .mian {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .field-mian .mian .mian-item {
        text-align: center;
        width: 48%;
        font-size: 16px;
        background-color: #fff;
        margin-right: 1%;
        padding: 0.289855rem;
        margin-bottom: 0.289855rem;
    }
    .container .field-mian .mian .mian-item:last-child {
        margin-right: 0;
    }
    .container .field-mian .mian .mian-item.active {
        background: #007aff;
        color: #fff;
    }
    .container .field-mian .mian .mian-item:hover {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        background: #007aff;
        color: #fff;
    }
    .container .field-mian .mian .mian-item:hover p {
        color: #fff;
    }
    .container .field-mian .mian .mian-item h5 {
        font-size: .386473rem;
        margin-top: .362319rem;
        display: block;
    }
    .container .field-mian .mian .mian-item p {
        margin-top: .289855rem;
        font-size: .289855rem;
        line-height: .483092rem;
        color: #666;
    }
    .container .field-mian .mian .mian-item .img {
        margin: 0 auto;
        display: block;
        width: 2.294686rem;
        height: 2.294686rem;
        border: 1px #eee solid;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: .241546rem;
        padding: .241546rem;
    }
    .container .field-mian .mian .mian-item .img img {
        width: 2.536232rem;
        height: 1.014493rem;
        margin-top: .362319rem;
    }
    .container .field-mian .mian .mian-item .img .ico-on {
        display: none;
    }
    .container .field-mian .mian .mian-item .img .ico {
        opacity: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .field-mian .mian .mian-item:hover .img {
        border: 1px solid #fff;
    }
    .container .field-mian .mian .mian-item:hover .img .ico {
        opacity: 0
    }
    .container .field-mian .mian .mian-item:hover .img .ico-on {
        opacity: 1;
        margin-top: -2.729468rem;
    }
    .page-field .container .page-Related {
        margin: 0.748792rem 0px 0px 0px;
        /* padding: 40px;
	    box-sizing: border-box;	 */
    }
    .page-field .container .page-Related .field-title {
        text-align: center;
    }
    .page-field .container .page-Related .field-title h3 {
        text-align: center;
        font-size: .531401rem;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
    }
    .page-field .container .page-Related .field-title h3 span {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #333;
        font-weight: bold;
    }
    .page-field .container .page-Related .field-title .strings {
        width: 1.328502rem;
        height: 2px;
        background: #C0C0C0;
        margin: 12px auto 0 auto;
    }
    .page-field .container .page-Related .Related {
        display: flex;
        justify-content: space-between;
        margin-top: .845411rem;
        flex-wrap: wrap;
    }
    .page-field .container .page-Related .Related .Related-tiem {
        width: 48%;
        background-color: #fff;
        box-sizing: border-box;
        margin-bottom: .531401rem;
    }
    .page-field .container .page-Related .Related .Related-tiem:nth-child(4n) {
        margin-right: 0;
    }
    .Related .Related-tiem .img {
        overflow: hidden;
    }
    .Related .Related-tiem .img img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .Related .Related-tiem .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.2);
    }
    .Related .Related-tiem .Related-text {
        margin-top: 12px;
    }
    .Related .Related-tiem .Related-text h2 {
        font-size: .338164rem;
        color: #555;
        text-align: center;
        margin: .120773rem 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .Related .Related-tiem:hover .Related-text h2 {
        color: #007aff
    }
    .Related .Related-tiem .Related-text p {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }
    /* 应用领域结束 */
    /* 联系我们开始 */
    .page-contact {
        width: 100%;
    }
    .page-contact .container {
        width: 94%;
        max-width: 1400px;
        margin: .845411rem auto;
    }
    .page-contact .container .contact {
        /* display: flex;
	    justify-content: space-between; */
    }
    .page-contact .container .contact .BMap_mask {
        height: 300px !important;
    }
    .page-contact .container .contact #dituContent {
        height: 300px !important;
    }
    .page-contact .container .contact .map {
        width: 100%;
        display: none;
    }
    .page-contact .container .contact .map img {
        max-width: none;
    }
    .page-contact .container .contact .map .center {
        min-width: 255px;
    }
    .page-contact .container .contact .map .bottom {
        min-height: 25px;
    }
    .page-contact .container .contact .text {
        width: 100%;
        line-height: .434783rem;
    }
    .page-contact .container .contact .text h2 {
        /* margin-bottom: 30px; */
        color: #323232;
        font-size: .434783rem;
        line-height: 1.014493rem;
        margin-top: 0.289855rem;
    }
    .page-contact .container .contact .text p {
        font-size: .338164rem;
        color: #666;
        line-height: 1.014493rem;
    }
    .contact .text .text-email {
        display: flex;
        /* align-items: center; */
        line-height: 1.014493rem;
    }
    .contact .text .text-email i {
        display: block;
        width: .555556rem;
        height: .555556rem;
        margin-right: 12px;
    }
    .contact .text .text-email i img {
        width: 100%;
        height: 100%;
    }
    .contact .text .code-pic {
        margin-top: .483092rem;
    }
    .contact .text .code-pic ul {
        width: 6.763285rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact .text .code-pic ul li {
        width: 48%;
        overflow: hidden;
        text-align: center;
    }
    .contact .text .code-pic ul li span {
        font-size: .338164rem;
        color: #666;
    }
    /* 留言开始 */
    #about2 {
        margin: 1.449275rem 0px;
    }
    .form-group {
        margin-bottom: .483092rem;
    }
    .form-control {
        display: block;
        /* width: 31%; */
        height: 1.014493rem;
        padding: 0;
        font-size: .338164rem;
        line-height: 1.57142857;
        color: #76838f;
        background-color: #fff;
        background-image: none;
        border: 1px solid #dedede;
        text-indent: .362319rem;
        float: left;
        margin-right: .57971rem;
        margin-bottom: 0.289855rem;
    }
    textarea.form-control {
        height: auto;
        width: 100%;
        margin-top: .120773rem;
        margin-bottom: .772947rem;
        padding: .144928rem 0;
    }
    .btn-lg {
        padding: 10px 18px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 4px;
    }
    .btn-block {
        display: block;
        width: 28%;
        color: #fff;
    }
    .btn-primary {
        background-color: #007aff;
        border-color: #007aff;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border: 0;
        margin: 0 auto;
        height: 1.014493rem;
        line-height: 1.014493rem;
        padding: 0;
        width: 95%;
        font-size: .386473rem;
    }
    /* 留言结束 */
    /* 联系我们结束 */
}

@media screen and (min-width:1024px) and (max-width:1100px) {
    /* 头部导航开始 */
    .header {
        width: 100%;
        background: #fff;
        height: 1.3rem;
        line-height: 1.3rem;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        z-index: 333;
    }
    .header-fixed {
        position: fixed;
        z-index: 999;
        height: 1.3rem;
        line-height: 1.3rem;
        transition: .4s;
        border-bottom: 1px solid #eee;
        background: #fff;
    }
    .header .container {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        position: relative;
        margin: 0 auto;
    }
    .head-logo {
        width: 70%;
        max-width: 290px;
        margin-left: 2%;
    }
    .mbnav {
        position: absolute;
        top: 0;
        right: .289855rem;
    }
    .mbnav img {
        width: .57971rem;
    }
    .head-nav {
        display: none;
        position: relative;
        z-index: 999;
        background: #fff;
        line-height: 1.207729rem;
        padding: .3rem 0;
        border-top: 1px solid #eee;
    }
    .head-nav .nav-list .nav-item {
        width: 92%;
        text-align: left;
        padding: 0 3%;
        margin: auto;
        border-bottom: 1px solid #eee;
    }
    .head-nav .nav-list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .head-nav .nav-list .nav-item a {
        display: block;
        color: #666;
        position: relative;
        font-size: .362319rem;
        background: url(../images/jiantou.png) no-repeat right;
    }
    .head-nav .nav-list .nav-item a.active {
        color: #007aff;
    }
    .head-nav .nav-list .nav-item a.active::after {
        width: 90%;
    }
    .head-nav .nav-list .nav-item:hover>a::after {
        width: 90%;
    }
    .page-head .head-nav .nav-list .nav-item a {
        /* color:#fff; */
        color: #383535;
    }
    .page-head .head-nav .nav-list .nav-item>a::after {
        background: #fff;
    }
    .header-fixed .head-nav .nav-list .nav-item a {
        color: #666;
    }
    .page-head.header-fixed .logo {
        display: block
    }
    .page-head.header-fixed .head-nav .nav-list .nav-item>a::after {
        background: #007aff;
    }
    .page-head .logos {
        display: none
    }
    /* 头部导航结束 */
    /* 首页轮播图开始 */
    .index-banner {
        position: relative;
    }
    .swiper-container-banner {
        width: 100% !important;
    }
    .index-banner .banner-text {
        position: absolute;
        text-align: center;
        top: 40%;
        display: none;
        width: 100%;
    }
    .index-banner .banner-text h6 {
        color: #444;
        font-size: 40px;
        font-weight: bold;
    }
    .index-banner .banner-text p {
        color: #888;
        font-size: 16px;
        margin: auto;
        width: 1000px;
        margin-top: 18px;
        line-height: 26px;
    }
    /* .index-banner .swiper-container-banner .swiper-wrapper{
	    height: 800px;
	} */
    /* .index-banner .swiper-container-banner .swiper-wrapper .swiper-slide{
		height:800px;
	} */
    .index-banner .swiper-pagination {
        bottom: .120773rem !important
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet {
        width: .362319rem;
        height: .144928rem;
        background-color: #fff !important;
        opacity: 1;
        border-radius: 20px !important;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: .628019rem;
        background-color: #fb4848;
    }
    .index-banner .swiper-container .swiper-wrapper .swiper-slide {
        background: none !important;
    }
    .index-banner .swiper-container .swiper-wrapper .swiper-slide img {
        display: block;
    }
    /* 首页轮播图结束 */
    /* 业务领域开始 */
    .page-business {
        width: 100%;
        margin-top: .845411rem;
    }
    .page-business .container {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    .business {
        margin-top: .724638rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .business .business-item {
        width: 48.5%;
        margin-bottom: 1rem;
    }
    .business .business-item .img {
        overflow: hidden;
    }
    .business .business-item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .business .business-item:hover .img img {
        transition: all 0.6s;
        transform: scale(1.1);
        width: 100%;
        height: 100%;
    }
    .business .business-item:hover .business-text h2 {
        color: #2c91ff;
    }
    .business .business-item .business-text {
        margin-top: 18px;
        text-align: center;
    }
    .business .business-item .business-text h2 {
        font-size: 0.435rem;
        font-weight: bold;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .business .business-item .business-text p {
        width: 95%;
        margin: auto;
        margin-top: 0.32rem;
        font-size: 0.32rem;
        font-weight: 500;
        line-height: .483092rem;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .business .business-item .business-text .more {
        background: #007aff;
        width: 2.415459rem;
        height: .772947rem;
        display: block;
        display: block;
        text-align: center;
        color: #fff;
        line-height: .772947rem;
        border-radius: 5px;
        margin: auto;
        margin-top: .241546rem;
        font-size: 0.338164rem;
    }
    /* 公用标题 */
    .page-title {
        text-align: center;
    }
    .page-title h3 {
        font-size: .338164rem;
        color: #999;
        text-transform: uppercase;
    }
    .page-title p {
        /* margin-top: -20px; */
        font-size: 0.55rem;
        color: #333;
        font-weight: bold;
    }
    .page-title p span {
        font-size: 0.55rem;
        font-weight: bold;
        color: #2c91ff;
    }
    .page-Company-title {
        text-align: center;
    }
    .page-Company-title h3 {
        font-size: .338164rem;
        color: #fff;
        text-transform: uppercase;
    }
    .page-Company-title p {
        /* margin-top: -20px; */
        font-size: 0.5rem;
        color: #fff;
        font-weight: bold;
    }
    .page-Company-title p span {
        font-size: 0.5rem;
        font-weight: bold;
        color: #fff;
    }
    /* 公用标题结束 */
    /* 业务领域结束 */
    /* 防水服务开始 */
    .page-service {
        width: 100%;
    }
    .pc-book {
        display: none;
    }
    .container .service .book .book-pic h5 {
        font-size: .386473rem;
    }
    .page-service .container {
        width: 96%;
        margin: 0 auto;
        padding: .845411rem 0 1.449275rem;
        box-sizing: border-box;
        overflow: hidden;
    }
    .container .service {
        margin-top: .724638rem;
    }
    .container .service .book {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        padding: 0 4%;
    }
    .container .service .book .book-auto {
        width: 100%;
    }
    .container .service .book .book-pic {
        width: 100%;
        margin-top: .362319rem;
    }
    .container .service .book .book-pic .book-list {
        overflow: hidden;
        height: 200px;
        margin-top: 3%
    }
    .container .service .book .book-pic .book-list ul {
        display: flex;
        flex-wrap: wrap;
        height: 200px !important;
    }
    .container .service .book .book-pic .book-list ul li {
        color: #848484;
        font-size: .35rem;
        line-height: 0.69333rem;
        text-align: left;
        padding-left: 10px;
        width: 100%;
    }
    .container .service .book .book-auto .book-top .top-title {
        color: #333;
        font-size: 0.56rem;
    }
    .container .service .book .book-auto .book-top .note {
        font-size: 16px;
        color: #444;
        margin-top: 10px;
    }
    .container .service .book .book-auto .book-top .top-title span {
        font-size: 0.52rem;
        color: #017bff;
        margin-left: 0.1rem;
    }
    .container .service .book .book-auto .book-main {
        margin-top: 30px;
    }
    .container .service .book .book-auto .book-main ul {
        display: block;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .service .book .book-auto .book-main ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4%;
        width: 100%;
    }
    .container .service .book .book-auto .book-main ul li label {
        width: 32%;
        font-size: 0.37333rem;
        color: #666;
    }
    .container .service .book .book-auto .book-main ul li label em {
        font-size: 0.338164rem;
    }
    .container .service .book .book-auto .book-main ul li select {
        padding: 8px 12px;
        border: 1px #ededed solid;
        width: 100%;
        height: .869565rem;
        font-size: 0.338164rem;
    }
    .container .service .book .book-auto .book-main ul li input {
        height: .869565rem;
    }
    .container .service .book .book-auto .book-main ul li .submit {
        background: #007aff;
        color: #fff;
        outline: 0;
        border: none;
        height: .869565rem;
        width: 49%
    }
    .container .service .book .book-auto .book-main ul li .reset {
        outline: 0;
        border: none;
        width: 49%;
        height: .869565rem;
        color: #666;
    }
    .container .service .service-text {
        overflow: hidden;
    }
    .container .service .service-text h2 {
        font-size: 0.5rem;
        line-height: 40px;
        color: #333;
        font-weight: bold;
    }
    .container .service .service-text p {
        line-height: 30px;
        color: #666;
        overflow: auto;
        padding-right: 10px;
        margin-top: 12px;
        font-size: 15px;
    }
    .container .service .service-text .buttom {
        display: flex;
        justify-content: space-around;
        margin-bottom: 25px;
        text-align: center;
        width: 100%;
        display: none;
    }
    .container .service .service-text .buttom .buttom-item {
        margin: 50px 0;
        color: #666;
        font-size: 15px;
        width: 12%;
    }
    .container .service .service-text .buttom .buttom-item .icon {
        margin: 0 auto;
        display: block;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: 10px;
        padding: 10px;
        background: #017bff;
    }
    .container .service .service-text .buttom .buttom-item:hover .icon {
        transform: rotate(360deg);
        transition: all ease 600ms;
    }
    .container .service .service-text .buttom .buttom-item .icon img {
        width: 64%;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    /* 防水服务结束 */
    /* 工程案例开始 */
    .page-engineering {
        width: 100%;
        margin-top: 1.207729rem;
        margin-bottom: 1.207729rem;
    }
    .page-engineering .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .engineering {
        margin-top: .724638rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .engineering .engineering-item {
        width: 32%;
        margin-bottom: 20px;
    }
    .engineering .engineering-item .img {
        overflow: hidden;
    }
    .engineering .engineering-item .img img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .engineering .engineering-item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .engineering .engineering-item .engineering-text {
        margin-top: .289855rem;
        box-sizing: border-box;
    }
    .engineering .engineering-item .engineering-text h2 {
        font-size: .338164rem;
        color: #333;
    }
    .engineering .engineering-item .engineering-text ul {
        margin-top: 12px;
        display: none;
        flex-wrap: wrap;
    }
    .engineering .engineering-item .engineering-text ul li {
        padding: 2px 8px;
        font-size: 13px;
        line-height: 30px;
        background-color: #f8f8f8;
        text-align: center;
        color: #666;
        margin-bottom: 12px;
        margin-right: 12px;
        border-radius: 1px;
    }
    /* 工程案例结束 */
    /* 工程文字 */
    .text-case .text-main .item-data {
        background-color: #f2f2f2;
        padding: 14px 0;
        display: none;
    }
    .text-case .text-main ul {
        display: block;
        line-height: .603865rem;
        padding-bottom: .483092rem;
        margin-bottom: .483092rem;
    }
    .text-case .text-main .data-tabs {
        height: 400px;
        overflow: auto;
        margin-bottom: : ;
        ;
    }
    .text-case .text-main .data-tabs .row-ul {
        border-bottom: 1px #eee solid;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }
    .text-case .text-main .data-tabs .row-ul li:first-child {
        font-size: .386473rem;
        color: #000;
        margin-bottom: .241546rem;
    }
    .text-case .text-main .data-tabs .row-ul li {
        font-size: .338164rem;
        color: #666;
        width: 100%;
        text-align: left;
    }
    .text-case .text-main .data-tabs .row-ul li span {
        font-size: .338164rem;
    }
    /* 公司简介开始 */
    .page-Company {
        overflow: hidden;
        background: url(../images/about_bg.jpg) top center no-repeat;
    }
    .page-Company .container {
        width: 96%;
        margin: 0 auto;
        overflow: hidden;
    }
    .page-Company .container .Company {
        text-align: center;
        margin-top: 45px;
    }
    .page-Company .container .Company .info-title .name {
        font-size: 24px;
        font-weight: bold;
        line-height: 40px;
    }
    .page-Company .container .Company .info-title p {
        color: #999;
    }
    .page-Company .container .Company .info-title .line {
        display: block;
        width: 70px;
        height: 2px;
        margin: 10px auto 15px;
        background-color: #007aff;
    }
    .page-Company .container .Company .info-txt {
        line-height: .724638rem;
        color: #fff;
        overflow: auto;
        font-size: 15px;
        padding: .724638rem 0px 0px 0px;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }
    .page-Company .container .Company .info-txt p {
        font-size: 0.338164rem;
        line-height: 0.66rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .page-Company .container .Company .more-align {
        text-align: center;
        margin: 0.6rem 0 1rem 0;
    }
    .page-Company .container .Company .more-align .more-btn {
        display: inline-block;
    }
    .page-Company .container .Company .more-align .more-btn a {
        width: 4rem;
        height: 1rem;
        line-height: 1rem;
        text-align: center;
        display: block;
        color: #fff;
        background-color: #007aff;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        border-radius: 50px;
        position: relative;
        font-size: 0.338164rem;
    }
    .index-advantage {
        width: 100%;
        background: #fff;
        margin: 0 auto;
        padding: .362319rem;
        box-sizing: border-box;
        display: flex;
        margin-bottom: 1.038647rem;
        border-radius: 2px;
        margin-top: .845411rem;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .index-advantage li {
        margin-bottom: .483092rem;
        padding: .2657rem;
        box-sizing: border-box;
        width: 50%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-advantage li:last-child {
        display: none;
    }
    .index-advantage li .img {
        width: 35%;
        max-width: 1.3rem;
        margin: 0 auto;
    }
    .index-advantage li .img .ico-on {
        display: none;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .index-advantage li.selected .img .ico-on {
        display: none;
    }
    .index-advantage li.selected .img .ico {
        display: block;
    }
    .index-advantage li:hover .img .ico-on {
        display: none;
    }
    .index-advantage li:hover .img .ico {
        display: block;
    }
    .index-advantage li h2 {
        text-align: center;
        margin-top: .386473rem;
        font-size: .434783rem;
        color: #222;
    }
    .index-advantage li h2 span {
        display: none;
    }
    .index-advantage li p {
        margin-top: 12px;
        text-align: center;
        font-size: .31rem;
        color: #888;
        line-height: .483092rem;
    }
    /* 公司简介结束 */
    .index-honor {
        margin-top: .845411rem;
        overflow: hidden;
        background: url(../images/ABUIABACGAAgg6yf9QUogOfZ1gIwgA845Qg.jpg) bottom center no-repeat;
        padding: 1rem 0;
    }
    .index-honor .container {
        width: 96%;
        margin: auto;
        overflow: hidden;
    }
    .index-honor .container ul {
        margin-top: .724638rem;
    }
    .index-honor .container ul li {
        width: 23%;
    }
    .index-honor .container ul li p {
        text-align: center;
        height: 1.014493rem;
        font-size: .35rem;
        line-height: 1.014493rem;
        color: #666;
    }
    .index-servepk {
        margin-top: .724638rem;
    }
    .index-manship {
        display: none;
    }
    .index-servepk .container {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative
    }
    .index-servepk .container .vs {
        width: 90px;
        height: 90px;
        position: absolute;
        top: -18px;
        left: 49.5%;
        margin-left: -30px;
        border-radius: 50%;
        background: #017bff;
        color: #fff;
        line-height: 90px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
        z-index: 99;
        display: none;
    }
    .index-servepk .servepk-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index-servepk .servepk-main .way_l {
        width: 50%;
        position: relative;
    }
    .index-servepk .servepk-main .way_r {
        width: 50%;
        position: relative;
    }
    .index-servepk .servepk-main .way_l .hr {
        width: 100%;
        height: 2px;
        background: #4a81ff;
        display: none;
    }
    .index-servepk .servepk-main .way_r .hr {
        width: 100%;
        height: 2px;
        background: #b1b6c1;
        display: none;
    }
    .index-servepk .servepk-main .vs {
        width: 70px;
        height: 70px;
        position: absolute;
        top: 20px;
        left: 50%;
        margin-left: -30px;
        border-radius: 50%;
        background: #e84e56;
        color: #fff;
        line-height: 70px;
        text-align: center;
        font-size: 26px;
        font-weight: bold;
    }
    .index-servepk .servepk-main .way_tit {
        font-size: .415rem;
        font-weight: bold;
        background: #4a81ff;
        color: #fff;
        padding: 5% 10%;
        text-align: center;
    }
    .index-servepk .servepk-main .way_r .way_tit {
        width: 100%;
        background: #00aef3;
    }
    .index-servepk .servepk-main .way_l .way_tit {
        width: 100%;
    }
    .index-servepk .servepk-main li {
        height: 1.111111rem;
        text-align: center;
        margin-bottom: .2rem;
        font-size: .31401rem;
        color: #333333;
        line-height: 1.111111rem;
    }
    .index-servepk .servepk-main .way_l ul {
        display: block;
        width: 100%;
        margin: auto
    }
    .index-servepk .servepk-main .way_r ul {
        display: block;
        width: 100%;
        margin: auto
    }
    .index-servepk .servepk-main li span {
        display: none;
    }
    .index-servepk .servepk-main .way_l li {
        background: #f8f8f8;
    }
    .index-servepk .servepk-main .way_r li {
        background: #ececec;
    }
    .index-evaluate {
        display: none;
    }
    /* 合作伙伴开始 */
    .page-cooperation {
        width: 100%;
        padding-top: 1.207729rem;
    }
    .page-cooperation .container {
        width: 96%;
        margin: 0 auto;
        /*  padding: 60px 0; */
        box-sizing: border-box;
    }
    .page-cooperation .container .tempWrap {
        margin-top: .724638rem;
    }
    .page-cooperation .container .tempWrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .page-cooperation .container .tempWrap ul li {
        width: 23%;
        margin-bottom: 0.5rem;
    }
    .page-cooperation .container .tempWrap ul li:nth-child(6n) {
        margin-right: 0%;
    }
    .page-cooperation .container .tempWrap ul li img {
        display: block;
        width: 100%;
        border: 1px solid #eee
    }
    .page-cooperation .container .tempWrap ul p {
        text-align: center;
        margin-top: .289855rem;
        color: #666;
        font-size: .338164rem;
    }
    /* 合作伙伴结束 */
    /* 底部开始 */
    .footer1 {
        text-align: left;
        color: #fff;
        padding: 90px 0 60px;
        background: #222;
        display: none;
    }
    .footer1-content {
        width: 100%;
        max-width: 1450px;
        padding: 0 50px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-md-7 {
        width: 58%;
    }
    .footer1-content .row .row>div {
        text-align: center;
    }
    .footer1-content .row {
        margin: 0 -15px;
        display: flex;
        /* flex-wrap: wrap; */
    }
    .footer1-content .row .col-md-2 {
        width: 16.666667%;
    }
    .footer1-content .col-md-3 {
        width: 30%
    }
    .footer1-content .titleBox {
        border-right: 2px solid #fff;
    }
    .footer1-content .noBorder {
        border: 0;
    }
    .footer1-content .titleBox .title {
        margin-bottom: 40px;
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
    }
    .pages {
        clear: both;
        margin: 20px auto 20px auto;
        padding-top: 30px;
        overflow: hidden;
        text-align: center;
        font-size: 14px;
        border-top: 5px solid #f4f5f6;
    }
    .pages ul li {
        display: inline-block;
        border: 1px solid #ccc;
        padding: 6px 15px;
        margin: 0 1px;
        line-height: 24px;
        background: #fff;
        color: #999;
        border-radius: 2px
    }
    .pages ul li:hover {
        background: #0056f9;
        color: #fff;
        border: 1px solid #0056f9
    }
    .pages ul li:hover a {
        color: #fff;
    }
    .footer1-content .textBox li,
    .footer1-content .textBox p {
        padding: 2px 0;
        line-height: 24px;
    }
    .footer1-content .textBox li a {
        color: #eaeaea;
    }
    .footer1-content .textBox li a:hover {
        color: #014b94;
    }
    .footer1-content .textBox .fwrx {
        font-size: 18px;
        color: #fff;
    }
    .footer1-content .textBox .dianhua {
        font-size: 35px;
        line-height: 52px;
        color: #007aff;
    }
    .footer1-content .imgBox img {
        width: 133px;
    }
    .footer2 {
        padding: 20px 0;
        background: #222222;
        border-top: 1px solid #323232;
        padding-bottom: 1.8rem;
    }
    .footer2-content {
        text-align: center;
        line-height: .531401rem;
        padding: 0 4%;
    }
    .footer2-content p,
    .footer2-content a {
        font-size: .32rem;
        color: #eaeaea;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .footer2-content a:hover {
        color: #014b94;
    }
    /*底部固定工具条*/
    #tool {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 900;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    ul.toollist {
        position: fixed;
        z-index: 900;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        height: 1.3rem;
    }
    .toollist li {
        float: left;
        width: auto;
        height: 100%;
        width: 25%;
        position: static !important;
        margin: 0;
        border-radius: 0 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-sizing: border-box;
        box-shadow: none !important;
        background: none;
    }
    .toollist li a {
        font-size: .483092rem;
        line-height: .700483rem;
        text-align: center;
        display: block;
        text-decoration: none;
        padding-top: .048309rem;
        position: relative;
    }
    .toollist li a img {
        width: .57971rem;
        height: .57971rem;
    }
    .toollist li a p {
        margin: 1px 0 1px 0;
        font-size: .338164rem;
        display: block !important;
        line-height: .434783rem;
        text-align: center;
    }
    /*绿色主题*/
    .toollist {
        background: #007aff;
    }
    .toollist li {}
    .toollist li:last-child {
        border-right: none
    }
    .toollist li a {
        color: #fff;
    }
    /* 底部结束 */
    /* 案例展示开始 */
    .page-banner {
        position: relative;
    }
    .mobi-banenr {
        display: none;
    }
    .page-banner .layi {
        position: absolute;
        text-align: center;
        width: 100%;
        top: 46%;
    }
    .page-banner .layi h3 {
        font-size: .483092rem;
        color: #fff;
        text-shadow: 0 0 3px rgb(0 0 0 / 15%);
        font-weight: bold;
    }
    .page-case {
        width: 100%;
        margin-top: 1.111111rem;
    }
    .page-case .container {
        width: 96%;
        /* max-width: 1400px; */
        margin: 0 auto;
    }
    .container .case {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .case .case-item {
        width: 48.5%;
        text-align: left;
        margin-bottom: .483092rem;
    }
    .container .case .case-item:nth-child(4n) {
        margin-right: 0%;
    }
    .container .case .case-item .case-text h2 {
        margin-top: .289855rem;
        font-size: .338164rem;
        color: rgb(78, 78, 78);
    }
    .container .case .case-item .case-text {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .case .case-item a {
        display: block;
        overflow: hidden;
    }
    .container .case .case-item .img {
        overflow: hidden;
        position: relative;
    }
    .container .case .case-item .img img {
        display: block;
        overflow: hidden;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .case .case-item .img img:hover {
        width: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .case-wenzi {
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        line-height: 100%;
        bottom: 0;
        left: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        opacity: 0;
        display: none
    }
    .case-wenzi .wenzi {
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 29%;
    }
    .container .case .case-item:hover .case-wenzi {
        opacity: 1;
        height: 100%;
    }
    .container .case .case-item:hover .case-text {}
    /* 案例展示结束 */
    /* 案例展示内容 */
    .case-list {
        width: 100%;
        margin: .289855rem 0;
    }
    .case-list .container {
        width: 96%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .list-content {
        /* display: flex;
	    justify-content: space-between; */
    }
    .list-content .left {
        width: 100%;
    }
    .list-content .left img {
        width: 100%;
        height: 100%;
        margin-bottom: 12px;
    }
    .list-content .right {
        width: 100%;
        line-height: .483092rem;
    }
    .list-content .right h2 {
        font-size: .483092rem;
        color: #333;
        padding: .241546rem 0 .362319rem;
        border-bottom: #e5e5e5 1px solid;
        margin-bottom: .241546rem;
    }
    .list-content .right .case-project {
        font-size: 14px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .list-content .right .case-project p {
        font-size: 0.338164rem;
        line-height: .676329rem;
    }
    .list-content .right .case-content {
        line-height: .676329rem;
        color: #6d6d6d;
        margin-bottom: 1.207729rem;
    }
    .list-content .right .case-content p {
        font-size: 0.338164rem;
    }
    .swiper-container {
        width: 100%;
    }
    /* 案例展示内容 */
    /* 新闻动态列表开始 */
    .page-news {
        width: 100%;
        margin-top: 0.797101rem;
    }
    .page-news .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .news .news-item {
        border-bottom: 1px solid #eee;
        margin-bottom: .193237rem;
        transition: all .5s;
        padding: .169082rem;
        box-sizing: border-box;
    }
    .container .news .news-item .news-item-content {
        display: flex;
        align-items: stretch;
    }
    .container .news .news-item .news-item-content .img {
        width: 30%;
    }
    .container .news .news-item .news-item-content .img img {
        width: 100%;
    }
    .container .news .news-item .news-item-content .news-text {
        width: 70%;
        margin-left: 5%;
    }
    .container .news .news-item .news-item-content .news-text h2 {
        font-size: 0.386473rem;
        box-sizing: border-box;
        color: #333;
    }
    .container .news .news-item .news-text p {
        color: #999;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        overflow: hidden;
        font-size: 0.338164rem;
        display: none;
    }
    .container .news .news-item .time {
        width: 18%;
        text-align: center;
        padding: 20px 0 17px 0px;
        border-left: 1px solid #eee;
        font-size: 18px;
        color: #999;
        display: none;
    }
    .container .news .news-item .time .day {
        font-size: 40px;
        line-height: 45px;
        display: block;
        color: #007aff;
        width: 1.787439rem;
    }
    .container .news .news-item .time .year {
        font-size: 16px;
        color: #999;
    }
    .container .pglist {
        text-align: center;
        margin-bottom: 1.449275rem;
        box-sizing: border-box;
        width: 100%;
    }
    .container .pglist a {
        color: #666;
        padding: .169082rem .217391rem;
        background: #fff;
        border: 1px solid #edebeb;
        font-size: .338164rem;
    }
    .container .pglist a.current {
        background-color: #007aff;
        color: #fff;
    }
    .container .pglist a:hover {
        background-color: #007aff;
        color: #fff;
    }
    /* 新闻列表结束 */
    /* 新闻列表内页开始 */
    .news-list {
        width: 100%;
        margin: .845411rem 0px;
    }
    .news-list .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .news-content {
        /* display: flex;
	    justify-content: space-between; */
    }
    .container .news-content .news-left {
        width: 100%;
    }
    .container .news-content .news-left h2 {
        font-size: 0.48rem;
        font-weight: bold;
    }
    .container .news-content .news-left .time {
        font-size: .338164rem;
        margin: 12px 0px;
        color: #999;
    }
    .container .news-content .news-left .content {
        color: #7a7a7a;
        margin-top: 30px;
        font-size: .338164rem;
        line-height: .6rem;
    }
    .container .news-content .news-left .content p {
        line-height: .676329rem;
        font-size: .338164rem;
    }
    .container .news-content .news-right {
        width: 25%;
        display: none;
    }
    .container .news-content .news-right h2 {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .news-content .news-right .news-right-item {
        display: flex;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    .news-content .news-right .news-right-item .a_text {
        display: block;
        width: 65%
    }
    .news-content .news-right .news-right-item .img {
        width: 30%;
        margin-right: 5%;
    }
    .news-content .news-right .news-right-item .img img {
        width: 100%;
        height: 100%;
    }
    .news-content .news-right .news-right-item .text h3 {
        color: #4a4a4a;
        font-size: 16px;
        font-weight: 600;
        line-height: 22px;
    }
    .news-content .news-right .news-right-item .text .data {
        color: #7a7a7a;
        margin-top: 12px;
    }
    .news-buttom {
        width: 90%;
        margin: auto;
        margin-top: .603865rem;
    }
    .news-buttom .left {
        width: 100%;
        height: 1.111111rem;
        line-height: 1.111111rem;
        border-radius: 30px;
        border: 1px solid #cecece;
        text-align: center;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .news-buttom .right {
        width: 100%;
        height: 1.111111rem;
        line-height: 1.111111rem;
        border-radius: 30px;
        border: 1px solid #cecece;
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        margin-top: .241546rem;
    }
    .news-buttom a {
        font-size: .338164rem;
        display: block;
        padding: 0 6%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .news-buttom a:hover {
        background: #007aff;
        color: #fff;
    }
    /* 新闻列表内页结束 */
    /* 公司简介开始 */
    .page-profile {
        width: 100%;
    }
    .page-profile .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
        overflow: hidden;
    }
    .container ul {
        display: flex;
    }
    .pagination-honor {
        text-align: center;
        line-height: .531401rem;
    }
    .page-profile .container ul li {
        display: block;
        margin-left: 12px;
    }
    .container ul li a {
        color: #333;
    }
    .container ul li a span {
        margin-left: 22px;
        color: #333;
    }
    .container .profile h2 {
        text-align: center;
        font-size: .531401rem;
        height: 1rem;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
        margin-top: 1.4rem;
    }
    .container .profile h2 span {
        font-size: .531401rem;
        color: #333;
        font-weight: bold;
    }
    .container .profile .strings {
        width: 1.328502rem;
        height: 2px;
        background: #dedede;
        margin: 0 auto;
    }
    .container .profile .introduce {
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 1.449275rem;
    }
    .container .profile .introduce .wow-left {
        display: none;
    }
    .container .profile .introduce .wow-right {}
    .container .profile .introduce .wow-right h3 {
        font-size: 0.483091rem;
        width: 100%;
        overflow: hidden;
        color: #007aff;
        margin-bottom: 20px;
        padding: 60px 14px 0;
        box-sizing: border-box;
        display: none;
    }
    .container .profile .introduce .wow-right .specific_desc {
        font-size: .338164rem;
        line-height: .724638rem;
        color: #666;
        width: 100%;
        margin-top: .483092rem;
    }
    .container .profile .introduce .wow-right .specific_desc .desc_content {}
    .container .profile .introduce .wow-right .specific_desc p {
        text-indent: 25px;
        font-size: .338164rem;
        ;
    }
    .profile .enterprise {
        /* width: 1200px; */
        display: flex;
        justify-content: space-between;
        margin: 1.207729rem auto .724638rem auto;
        flex-wrap: wrap;
        /* overflow: hidden; */
    }
    .profile .enterprise .enterprise-item .img img {
        width: 100%;
        height: 100%;
    }
    .profile .enterprise .enterprise-item {
        width: 100%;
    }
    .profile .enterprise .enterprise-item:nth-child(2) {
        background: #007aff;
        padding: 0.7rem .5rem;
        margin: 0.289855rem auto;
    }
    .profile .enterprise .enterprise-item .enterprise-text h3 {
        font-size: .43rem;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }
    .profile .enterprise .enterprise-item .enterprise-text p {
        margin-top: .289855rem;
        font-size: .338164rem;
        color: #fff;
        line-height: .628019rem;
        text-align: center;
    }
    .profile .personnel {
        display: flex;
        justify-content: space-between;
        margin: .724638rem 0px 53px 0px;
        flex-wrap: wrap;
    }
    .profile .personnel .personnel-item {
        width: 48.5%;
        margin-bottom: 0.289855rem;
    }
    .profile .personnel .personnel-item .img {
        overflow: hidden;
    }
    .profile .personnel .personnel-item .img img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .profile .personnel .personnel-item .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.1);
    }
    .profile .personnel .personnel-item .desk {
        font-size: .338164rem;
        color: #666;
        text-align: center;
        margin-top: .338164rem;
    }
    /* 公司简介结束 */
    /* 应用领域开始 */
    .page-field {
        width: 100%;
        background-color: #f8f8f8;
        /* padding: 20px; */
    }
    .page-field .container {
        width: 94%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .container .profile {
        padding-top: .483092rem;
    }
    .container .profile .field {
        width: 100%;
        background: #ffffff;
        position: relative;
        box-sizing: border-box;
    }
    .container .profile .field .wow-left {
        width: 100%;
        padding: .362319rem;
    }
    .container .profile .field .wow-right {
        background: #ffffff;
        padding: 3%;
        width: 100%;
        overflow: hidden;
    }
    .container .profile .field .wow-right h3 {
        font-size: .434783rem;
        width: 100%;
        overflow: hidden;
        color: #007aff;
        margin-bottom: 0.5rem;
    }
    .container .profile .field .wow-right h3 span {
        font-size: 24px;
        width: 100%;
        overflow: hidden;
        color: #0a0a0a;
        margin-bottom: 20px;
    }
    .container .profile .field .wow-right .specific_desc {
        font-size: .338164rem;
        line-height: .628019rem;
        color: #666;
        width: 100%;
        overflow: hidden;
        margin-top: .241546rem;
    }
    .container .profile .field .wow-right .demand ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .container .profile .field .wow-right .demand ul li {
        width: 100%;
        margin-top: .362319rem;
    }
    .container .profile .field .wow-right .demand ul li select,
    input {
        padding: 8px 12px;
        border: 1px #ededed solid;
        width: 100%;
        height: .966184rem;
    }
    .container .profile .field .wow-right .demand ul li .submit {
        background: #007aff;
        color: #fff;
        line-height: normal;
        border: none;
    }
    .container .profile .field .wow-right .specific_desc p {
        font-size: 0.338164rem;
    }
    .container .field-mian {
        width: 100%;
        padding: 1.21256rem 0px 0px 0px;
        box-sizing: border-box;
    }
    .container .field-mian .field-title h3 {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #333;
        font-weight: bold;
    }
    .container .field-mian .field-title h3 span {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
    }
    .container .field-mian .field-title .strings {
        width: 70px;
        height: 2px;
        background: #C0C0C0;
        margin: 12px auto 0 auto;
    }
    .container .field-mian .mian {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .container .field-mian .mian .mian-item {
        text-align: center;
        width: 48%;
        font-size: 16px;
        background-color: #fff;
        margin-right: 1%;
        padding: 0.289855rem;
        margin-bottom: 0.289855rem;
    }
    .container .field-mian .mian .mian-item:last-child {
        margin-right: 0;
    }
    .container .field-mian .mian .mian-item.active {
        background: #007aff;
        color: #fff;
    }
    .container .field-mian .mian .mian-item:hover {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        background: #007aff;
        color: #fff;
    }
    .container .field-mian .mian .mian-item:hover p {
        color: #fff;
    }
    .container .field-mian .mian .mian-item h5 {
        font-size: .386473rem;
        margin-top: .362319rem;
        display: block;
    }
    .container .field-mian .mian .mian-item p {
        margin-top: .289855rem;
        font-size: .289855rem;
        line-height: .483092rem;
        color: #666;
    }
    .container .field-mian .mian .mian-item .img {
        margin: 0 auto;
        display: block;
        width: 2.294686rem;
        height: 2.294686rem;
        border: 1px #eee solid;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: .241546rem;
        padding: .241546rem;
    }
    .container .field-mian .mian .mian-item .img img {
        width: 2.536232rem;
        height: 1.014493rem;
        margin-top: .362319rem;
    }
    .container .field-mian .mian .mian-item .img .ico-on {
        display: none;
    }
    .container .field-mian .mian .mian-item .img .ico {
        opacity: 1;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .container .field-mian .mian .mian-item:hover .img {
        border: 1px solid #fff;
    }
    .container .field-mian .mian .mian-item:hover .img .ico {
        opacity: 0
    }
    .container .field-mian .mian .mian-item:hover .img .ico-on {
        opacity: 1;
        margin-top: -2.729468rem;
    }
    .page-field .container .page-Related {
        margin: 0.748792rem 0px 0px 0px;
        /* padding: 40px;
	    box-sizing: border-box;	 */
    }
    .page-field .container .page-Related .field-title {
        text-align: center;
    }
    .page-field .container .page-Related .field-title h3 {
        text-align: center;
        font-size: .531401rem;
        overflow: hidden;
        width: 100%;
        color: #007aff;
        font-weight: bold;
    }
    .page-field .container .page-Related .field-title h3 span {
        text-align: center;
        font-size: 0.5rem;
        height: 40px;
        overflow: hidden;
        width: 100%;
        color: #333;
        font-weight: bold;
    }
    .page-field .container .page-Related .field-title .strings {
        width: 1.328502rem;
        height: 2px;
        background: #C0C0C0;
        margin: 12px auto 0 auto;
    }
    .page-field .container .page-Related .Related {
        display: flex;
        justify-content: space-between;
        margin-top: .845411rem;
        flex-wrap: wrap;
    }
    .page-field .container .page-Related .Related .Related-tiem {
        width: 48%;
        background-color: #fff;
        box-sizing: border-box;
        margin-bottom: .531401rem;
    }
    .page-field .container .page-Related .Related .Related-tiem:nth-child(4n) {
        margin-right: 0;
    }
    .Related .Related-tiem .img {
        overflow: hidden;
    }
    .Related .Related-tiem .img img {
        overflow: hidden;
        width: 100%;
        height: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .Related .Related-tiem .img img:hover {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
        transform: scale(1.2);
    }
    .Related .Related-tiem .Related-text {
        margin-top: 12px;
    }
    .Related .Related-tiem .Related-text h2 {
        font-size: .338164rem;
        color: #555;
        text-align: center;
        margin: .120773rem 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .Related .Related-tiem:hover .Related-text h2 {
        color: #007aff
    }
    .Related .Related-tiem .Related-text p {
        margin-top: 12px;
        font-size: 14px;
        font-weight: 500;
        color: #666;
    }
    /* 应用领域结束 */
    /* 联系我们开始 */
    .page-contact {
        width: 100%;
    }
    .page-contact .container {
        width: 94%;
        max-width: 1400px;
        margin: .845411rem auto;
    }
    .page-contact .container .contact {
        /* display: flex;
	    justify-content: space-between; */
    }
    .page-contact .container .contact .BMap_mask {
        height: 300px !important;
    }
    .page-contact .container .contact #dituContent {
        height: 300px !important;
    }
    .page-contact .container .contact .map {
        width: 100%;
        display: none;
    }
    .page-contact .container .contact .map img {
        max-width: none;
    }
    .page-contact .container .contact .map .center {
        min-width: 255px;
    }
    .page-contact .container .contact .map .bottom {
        min-height: 25px;
    }
    .page-contact .container .contact .text {
        width: 100%;
        line-height: .434783rem;
    }
    .page-contact .container .contact .text h2 {
        /* margin-bottom: 30px; */
        color: #323232;
        font-size: .434783rem;
        line-height: 1.014493rem;
        margin-top: 0.289855rem;
    }
    .page-contact .container .contact .text p {
        font-size: .338164rem;
        color: #666;
        line-height: 1.014493rem;
    }
    .contact .text .text-email {
        display: flex;
        /* align-items: center; */
        line-height: 1.014493rem;
    }
    .contact .text .text-email i {
        display: block;
        width: .555556rem;
        height: .555556rem;
        margin-right: 12px;
    }
    .contact .text .text-email i img {
        width: 100%;
        height: 100%;
    }
    .contact .text .code-pic {
        margin-top: .483092rem;
    }
    .contact .text .code-pic ul {
        width: 6.763285rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact .text .code-pic ul li {
        width: 48%;
        overflow: hidden;
        text-align: center;
    }
    .contact .text .code-pic ul li span {
        font-size: .338164rem;
        color: #666;
    }
    /* 留言开始 */
    #about2 {
        margin: 1.449275rem 0px;
    }
    .form-group {
        margin-bottom: .483092rem;
    }
    .form-control {
        display: block;
        /* width: 31%; */
        height: 1.014493rem;
        padding: 0;
        font-size: .338164rem;
        line-height: 1.57142857;
        color: #76838f;
        background-color: #fff;
        background-image: none;
        border: 1px solid #dedede;
        text-indent: .362319rem;
        float: left;
        margin-right: .57971rem;
        margin-bottom: 0.289855rem;
    }
    textarea.form-control {
        height: auto;
        width: 100%;
        margin-top: .120773rem;
        margin-bottom: .772947rem;
        padding: .144928rem 0;
    }
    .btn-lg {
        padding: 10px 18px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 4px;
    }
    .btn-block {
        display: block;
        width: 28%;
        color: #fff;
    }
    .btn-primary {
        background-color: #007aff;
        border-color: #007aff;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        border: 0;
        margin: 0 auto;
        height: 1.014493rem;
        line-height: 1.014493rem;
        padding: 0;
        width: 95%;
        font-size: .386473rem;
    }
    /* 留言结束 */
    /* 联系我们结束 */
}

@media screen and (min-width:1101px) and (max-width:1344px) {
    .head-nav .nav-list .nav-item {
        margin-right: 26px;
    }
    .head-nav .nav-list .nav-item a {
        font-size: 15px;
    }
    .header .tel .left {
        font-size: 12px;
        margin-right: 10px;
    }
    .header .tel .right {
        font-size: 20px;
        color: #00a0e9;
    }
}

@media screen and (min-width:1344px) and (max-width:1489px) {
    .head-nav .nav-list .nav-item {
        margin-right: 26px;
    }
    .head-nav .nav-list .nav-item a {
        font-size: 16px;
    }
    .header .tel .right {
        font-size: 22px;
    }
}