@media only screen and (min-width:300px) {
    .page-top {
        margin-top: 40px;
    }
    .page-banner {
        height: 320px;
        text-align: center;
    }
    .page-banner .banner-text {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 465px;
        margin: auto;
        /* height:148px; */
    }
    .page-banner .banner-text::after {
        height: 2px;
        background-color: #f29600;
        position: absolute;
        width: 465px;
        top: 0;
        left: 0;
    }
    .page-banner .banner-text::before {
        height: 2px;
        background-color: #f29600;
        position: absolute;
        width: 465px;
        bottom: 0;
        left: 0;
    }
    .page-banner .banner-text .text-border-left::after {
        width: 2px;
        height: 38%;
        background-color: #f29600;
        position: absolute;
        left: 0;
        top: 0;
    }
    .page-banner .banner-text .text-border-left::before {
        width: 2px;
        height: 38%;
        background-color: #f29600;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .page-banner .banner-text .text-border-right::after {
        width: 2px;
        height: 38%;
        background-color: #f29600;
        position: absolute;
        right: 0;
        top: 0;
    }
    .page-banner .banner-text .text-border-right::before {
        width: 2px;
        height: 38%;
        background-color: #f29600;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .page-banner .banner-text h3 {
        font-size: 32px;
        color: #fff;
        font-weight: bold;
    }
    .page-banner .banner-text h3::after {
        /* content: ""; */
        height: 2px;
        background-color: #f29600;
        position: absolute;
        top: 43px;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 60px;
    }
    .page-banner .banner-text p {
        margin-top: 17px;
        font-size: 15px;
        color: #666;
        display: none;
    }
    .about-content {
        overflow: hidden;
        margin: 80px 0;
    }
    .page-about .about-content .container {
        background: #fff;
    }
    .page-cate {
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #eee;
    }
    .page-cate .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .page-cate .cate a {
        display: inline-block;
        padding: 27px 15px;
        color: #333;
        position: relative;
        font-size: 15px;
    }
    .page-cate a:hover,
    .page-cate a.active {
        color: #f29600;
    }
    .page-cate .here a {
        color: #666;
        font-size: 15px;
    }
    .page-cate .here span {
        margin: 0 10px;
    }
    .container .title {
        text-align: center;
    }
    .container .title h3 {
        color: #37474f;
        font-size: 26px;
        position: relative;
        margin: 15px;
        margin-bottom: 30px;
    }
    .container .title p {
        padding-left: 17px;
        color: #666;
    }
    .ba-f8 {
        background: #f8f8f8;
    }
    .page-about .about-content .container .about-main {
        overflow: hidden;
    }
    .page-about .about-content .container .about-main.flex {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-about .about-content .container .about-main .left {
        width: 48%;
    }
    .page-about .about-content .container .about-main .right {
        width: 48%;
    }
    .page-about .about-content .container .about-main .right h5 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 18px;
        margin-top: 20px;
    }
    .page-about .about-content .container .about-main .right h6 {
        font-size: 20px;
        margin-bottom: 28px;
        color: #f29600;
    }
    .page-about .about-content .container .about-main p {
        color: #666;
        line-height: 24px;
        margin-bottom: 12px;
        font-size: 15px;
    }
    .page-about .culture-content {
        background: url(../images/6ac60a8a971bc5cf6e4896cc74365bce.jpg) center center no-repeat;
        width: 100%;
        padding: 80px 0px;
    }
    .page-about .culture-content .culture-main {
        margin-top: 30px
    }
    .page-about .culture-content .culture-main h6 {
        line-height: 24px;
        font-size: 14px;
        color: #2a333c
    }
    .page-about .culture-content .culture-main ul {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .page-about .culture-content .culture-main ul li {
        width: 31.5%;
        background: #ffffff8c;
        padding: 50px 0px;
        border-radius: 10px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        position: relative;
    }
    .page-about .culture-content .culture-main ul li:hover {
        margin-top: -10px;
        cursor: pointer;
    }
    .page-about .culture-content .culture-main ul li h5 {
        width: 100px;
        height: 100px;
        background: #f29600;
        border-radius: 50px;
        line-height: 100px;
        color: #fff;
        text-align: center;
        font-size: 26px;
        margin: auto;
    }
    .page-about .culture-content .culture-main ul li p {
        width: 80%;
        margin: auto;
        color: #666;
        font-size: 15px;
        margin-top: 15px;
        text-align: center;
        line-height: 22px;
    }
    .page-about .office-content {
        overflow: hidden;
    }
    .page-about .office-content .office-main {
        margin-top: 30px
    }
    .page-about .office-content .office-main h6 {
        line-height: 24px;
        font-size: 15px;
        color: #333
    }
    .page-about .office-content .office-main ul {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .page-about .office-content .office-main ul li {
        width: 31%;
        background: #ffffff8c;
        overflow: hidden;
    }
    .page-about .office-content .office-main ul li img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-about .office-content .office-main ul li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        cursor: pointer;
    }
    /* 荣誉 */
    .page-honor {
        overflow: hidden;
        margin-top: 80px;
    }
    .page-honor .container .honor-list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .page-honor .container .honor-list ul li {
        width: 23.3%;
        margin-right: 2.2%;
        text-align: center;
        margin-bottom: 20px;
    }
    .page-honor .container .honor-list ul li:nth-of-type(4n) {
        margin-right: 0px;
    }
    .page-honor .container .honor-list ul li h5 {
        padding: 5px;
        border: 1px solid #eee;
        overflow: hidden
    }
    .page-honor .container .honor-list ul li h5 img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-honor .container .honor-list ul li:hover h5 img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        cursor: pointer;
    }
    .page-honor .container .honor-list ul li p {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        color: #666;
    }
    /* 合作伙伴 */
    .page-partner {
        overflow: hidden;
        margin-top: 80px;
    }
    .page-partner .container .partner-list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .page-partner .container .partner-list ul li {
        width: 18.24%;
        margin-right: 2.2%;
        text-align: center;
        margin-bottom: 20px;
    }
    .page-partner .container .partner-list ul li:nth-of-type(5n) {
        margin-right: 0px;
    }
    .page-partner .container .partner-list ul li h5 {
        padding: 5px;
        border: 1px solid #eee;
        overflow: hidden
    }
    .page-partner .container .partner-list ul li h5 img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-partner .container .partner-list ul li:hover h5 img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        cursor: pointer;
    }
    .page-partner .container .partner-list ul li p {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        color: #666;
    }
    .page-partner .container .partner-text {
        overflow: hidden;
        margin-top: 18px;
    }
    .page-partner .container .partner-text ul {
        border: 1px solid #eee;
        display: flex;
        flex-wrap: wrap;
    }
    .page-partner .container .partner-text ul li {
        text-align: left;
        padding-left: 40px;
        width: 50%;
        float: left;
        height: 50px;
        line-height: 50px;
        border-top: 1px solid #eee;
        border-right: 1px solid #eee;
        font-size: 15px;
        color: #666;
    }
    .page-partner .container .partner-text ul li:nth-child(1) {
        border-top: none;
    }
    .page-partner .container .partner-text ul li:nth-child(2) {
        border-top: none;
    }
    .page-partner .container .partner-text ul li:nth-child(2n) {
        border-right: none;
    }
    /* 业务领域 */
    .page-service .container .service-list {
        margin-top: 60px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-service .service-main {
        margin: 80px 0;
    }
    .page-service .service-main .container {
        overflow: inherit;
    }
    .page-service .service-main .container .title h3 {
        color: #37474f;
        font-weight: bold;
        font-size: 36px;
        position: relative;
        margin: 15px;
        margin-bottom: 30px;
    }
    .page-service .service-main .container .title p {
        padding-left: 0;
        color: #777;
        font-size: 16px;
        width: 82%;
        margin: auto;
        line-height: 26px;
    }
    .page-service .container .service-list .service-item {
        width: 31.5%;
        position: relative;
        background: #fff;
        box-shadow: 0 1px 50px 0 rgb(11 12 38 / 7%);
        padding: 50px 40px 48px 40px;
        border-radius: 5px;
    }
    .page-service .container .service-list .service-item .top {
        margin-bottom: 25px;
    }
    .page-service .container .service-list .service-item .top h4 {
        font-size: 28px;
        color: #121212;
        margin-bottom: 15px;
    }
    .page-service .container .service-list .service-item .top p {
        color: #777;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 12px;
    }
    .page-service .container .service-list .service-item .label ul {
        display: flex;
        flex-wrap: wrap;
    }
    .page-service .container .service-list .service-item .label ul li {
        width: 31.3%;
        margin-bottom: 8px;
        margin-right: 3%;
        text-transform: capitalize;
        font-weight: 500;
        border: 1px solid #eee;
        padding: 9px 0;
        text-align: center;
        color: #666;
        font-size: 13px;
        cursor: pointer;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .container .service-list .service-item .label ul li:hover {
        background: #f29600;
        color: #fff;
        border: 1px solid #f29600;
    }
    .page-service .container .service-list .service-item .label ul li:nth-child(3n) {
        margin-right: 0;
    }
    .page-service .service-case {
        margin-top: 80px;
    }
    .page-service .service-case .case-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-service .service-case .case-list .item {
        width: 32%;
        margin-right: 2%;
        background: #fff;
        margin-bottom: 30px;
    }
    .page-service .service-case .case-list .item:nth-child(3n) {
        margin-right: 0;
    }
    .page-service .service-case .case-list .item h5 {
        text-align: center;
        padding: 20px 0;
        font-size: 16px;
        color: #666;
    }
    .page-team .team-main {
        overflow: hidden;
        padding: 55px 0;
    }
    .page-team .team-main .container .team-list {
        overflow: hidden;
    }
    .page-team .team-main .container .team-list .team-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 28px;
        position: relative;
        max-width: 100%;
        background: #fff;
        padding: 20px;
    }
    .page-team .team-main .container .team-list .team-item:hover .team-pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page-team .team-main .container .team-list .team-item .team-pic {
        width: 48%;
        margin-right: 20px;
        overflow: hidden;
    }
    .page-team .team-main .container .team-list .team-item .team-pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-team .team-main .container .team-list .team-item .team-text {
        width: 48%;
        margin-top: 10px;
    }
    .page-team .team-main .container .team-list .team-item .team-text h5 a {
        font-size: 20px;
        color: #212121;
        font-weight: bold;
        padding-top: 18px;
        display: block;
    }
    .page-team .team-main .container .team-list .team-item:hover .team-text h5 a {
        color: #f29600;
    }
    .page-team .team-main .container .team-list .team-item .team-text h6 {
        margin-top: 15px;
        height: 28px;
        overflow: hidden;
    }
    .page-team .team-main .container .team-list .team-item .team-text h6 span {
        margin-right: 8px;
        padding: 5px 8px;
        border-radius: 4px;
        font-size: 14px;
        border: #cdcdcd solid 1px;
        color: #666;
        display: inline-block;
    }
    .page-team .team-main .container .team-list .team-item .team-text p {
        color: #666;
        font-size: 14px;
        margin-top: 15px;
        line-height: 22px;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 15px;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li {
        width: 95px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #f29600;
        border-radius: 4px;
        margin-left: 10px;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li:nth-child(1) {
        background: #fff;
        border: 1px solid #f29600;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li:nth-child(1) a {
        color: #f29600;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li:nth-child(1) a:hover {
        background: #f29600;
        color: #fff;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li a {
        display: block;
        color: #fff;
    }
    .page-team .team-main .container .team-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-team .team-main .container .team-content .team-cont-fl {
        width: 48%;
    }
    .page-team .team-main .container .team-content .team-cont-fl h3 span {
        font-size: 15px;
        margin-left: 10px;
        color: #666;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul {
        margin-top: 12px;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul p {
        position: relative;
        font-size: 15px;
        color: #666;
        margin-top: 15px;
        text-indent: 1em;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul p::after {
        content: "";
        height: 6px;
        background-color: #f29600;
        position: absolute;
        bottom: 7px;
        left: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 6px;
        border-radius: 50px;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul li {
        font-size: 15px;
        line-height: 28px;
        color: #333;
        margin-top: 20px;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul li span {
        margin-right: 8px;
        padding: 0px 8px;
        border-radius: 4px;
        font-size: 14px;
        background: #f29600;
        color: #fff;
        display: inline-block;
        margin-bottom: 7px;
    }
    .page-team .team-main .container .team-content .team-cont-fr {
        width: 48%;
    }
    .page-team .team-main .container .team-content .team-cont-fr h3 {
        font-size: 24px;
        margin-bottom: 12px;
        color: #212121;
    }
    .page-team .team-main .container .team-content .team-cont-fr h6 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .page-team .team-main .container .team-content .team-cont-fr ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-indent: 1em;
        margin-bottom: 28px;
    }
    .page-team .team-main .container .team-content .team-cont-fr ul li {
        border-bottom: 1px solid #e9e9e9;
        font-size: 16px;
        padding-bottom: 17px;
        color: #333;
        margin-bottom: 17px;
        width: 48%;
        text-indent: 0.1em;
    }
    .page-team .team-main .container .team-content .team-cont-fr ul li span {
        color: #333;
        font-size: 16px;
    }
    .page-team .team-main .container .team-content .team-cont-fr p {
        color: #2a333c;
        line-height: 24px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    /* 分页按钮 */
    .pagin {
        margin-top: 50px;
        text-align: center;
    }
    .pagin a {
        background: #fff;
        display: inline-block;
        margin: 0 2px;
        padding: 8px 8px;
        color: #999;
        border: 1px #ddd solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .pagin a:hover {
        border: 1px #f29600 solid;
        color: #f29600;
    }
    .pagin a.current {
        background-color: #f29600;
        color: #fff;
    }
    /* 经典案例 */
    .page-case  {
        padding: 50px 0;
    }
    .page-case .container .case-list {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        
        width: 96%;
        margin: auto;
        margin-top: 50px;
    }
    .page-case .container .case-list .item {
        width: 24%;
        margin-right: 1.33%;
    }
    .page-case .container .case-list .item:nth-child(4n){
        margin-right: 0;
    }
    .page-case .container .case-list .item .text{
        background: #fff;
    }
    .page-case .container .case-list .item .text h6{
        padding: 15px 0;
        color: #666;
        font-size: 17px;
        text-align: center;
    }
    .page-case.bsfm .container .case-list .item{
        margin-bottom: 30px;
        border: 1px solid #eee;
    }
    .page-case.bsfm .container .case-list .item .pic{
        padding: 15px;
    }
    .page-bim{
        background: #f8f8f8;
        padding: 60px 0;

    }
    .page-bim .bim-list{
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: auto;
        margin-top: 50px;
    }
    .page-bim .bim-list .item{
        width: 15.834%;
        margin-right: 1%;
        margin-bottom: 1%;
        background: #fff;
        padding: 20px;
        text-align: center;
    }
    .page-bim .bim-list .item:nth-child(6n){
        margin-right: 0;
    }
    .page-bim .bim-list .item img{
        width: 60px;
    }
    .page-bim .bim-list .item p{
        font-size: 15px;
        padding-top: 15px;
    }
    /* 新闻内页 */
    .page-news .container {
        overflow: hidden;
    }
    .page-news .container .news-content {
        overflow: hidden;
        background: #fff;
    }
    .page-news .container .news-content .news-title {}
    .page-news .container .news-content .news-title h2 {
        font-size: 24px;
        font-weight: bold;
    }
    .page-news .container .news-content .news-title .news-date {
        display: flex;
        justify-content: space-between;
        margin: 18px 0px 0px 0px;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }
    .page-news .container .news-content .news-title .news-date .news-time {
        color: #888;
        font-size: 14px;
    }
    .page-news .container .news-content .news-title .news-date .news-share {
        color: #666;
        font-size: 14px;
    }
    .page-news .container .news-content .news-main {
        overflow: hidden;
        padding: 30px 0;
    }
    .page-news .container .news-content .news-main p {
        color: #666;
        font-size: 15px;
        line-height: 25px;
    }
    .page-news .container .news-content .news-main p strong {
        font-weight: bold;
        color: #000;
        font-size: 16px;
    }
    .page-news .container .news-content .news-here {
        overflow: hidden;
        padding: 10px 30px;
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .page-news .container .news-content .news-here ul {
        display: flex;
        justify-content: space-between;
    }
    .page-news .container .news-content .news-here ul li {
        width: 410px;
    }
    .page-news .container .news-content .news-here ul li a {
        display: block;
        border-radius: 50px;
        border: 1px solid #ddd;
        color: #666;
        font-size: 15px;
        line-height: 26px;
        padding: 8px;
        text-indent: 1em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .container .news-content .news-here ul li a:hover {
        color: #f29600;
        border: 1px solid #f29600;
    }
    /* 新闻列表 */
    .page-news .container .news-list .news-time {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
        background: #fff;
        padding: 30px;
    }
    .page-news .container .news-list {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .page-news .container .pagin {
        padding-bottom: 50px;
    }
    .page-news .container .news-list .news-time .time-pic {
        width: 28%;
        overflow: hidden;
    }
    .page-news .container .news-list .news-time .time-pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .container .news-list .news-time:hover .time-pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page-news .container .news-list .news-time .time-cont {
        width: 69%;
    }
    .page-news .container .news-list .news-time .time-cont h5 a {
        display: block;
        margin-top: 12px;
        font-size: 25px;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .container .news-list .news-time:hover .time-cont h5 a {
        color: #f29600;
    }
    .page-news .container .news-list .news-time .time-cont h6 {
        color: #666;
        font-size: 15px;
        margin: 15px 0px;
    }
    .page-news .container .news-list .news-time .time-cont p {
        color: #666;
        font-size: 14px;
        line-height: 22px;
        margin: 12px 0px;
    }
    .page-news .container .news-list .news-time .time-cont span {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        display: block;
        background: #f8f8f8;
        position: relative;
        text-align: center;
        margin-top: 22px;
    }
    .page-news .container .news-list .news-time .time-cont span:after {
        content: "next";
        font-family: swiper-icons;
        font-size: 20px;
        color: #999;
        position: absolute;
        left: 22px;
        top: 13px;
    }
    .page-contact {}
    .page-contact .container .contact-content {
        text-align: center;
        padding: 50px 0;
        display: flex;
        flex-wrap: wrap;
        max-width: 1060px;
        margin: auto;
    }
    .contact-map {
        width: 640px;
    }
    .page-contact .container .contact-content .text {
        background: #f8f8f8;
        text-align: left;
        padding: 2%;
    }
    .page-contact .container .contact-content .text h6 {
        font-size: 16px;
        color: #666;
        margin-bottom: 10px;
    }
    .page-contact .container .contact-content .text p {
        color: #333;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .page-contact .container .contact-content .list-2 {
        display: inline-block;
        width: 24%;
        padding: 0 16px;
        text-align: center;
    }
    .page-contact .container .contact-content .list-2 .list-ico {
        width: 114px;
        height: 114px;
        background: #f29600;
        border-radius: 50%;
        margin: auto;
    }
    .page-contact .container .contact-content .list-2 .list-ico img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-contact .container .contact-content .list-2 h3 {
        font-size: 18px;
        color: #333;
        line-height: 45px;
    }
    .page-contact .container .contact-content .list-2 p {
        font-size: 14px;
        color: #333;
        line-height: 25px;
    }
    /* 在线客服 */
    .suspension {
        width: 46px;
        height: 210px;
        position: fixed;
        right: 30px;
        bottom: 120px;
        z-index: 999;
    }
    .suspension .consult {
        background-image: url(../images/top-icon.png);
        background-repeat: no-repeat;
        background-position: center -1px;
        background-color: #e84f2c;
        display: block;
        position: relative;
        width: 46px;
        height: 46px;
    }
    .suspension .consult .suspension-list {
        position: absolute;
        width: 240px;
        right: -38px;
        top: -230px;
        z-index: 30;
        display: none;
    }
    .suspension-list-content {
        position: absolute;
        width: 240px;
        right: 85px;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    }
    .suspension-list ul {
        margin: 32px 24px;
    }
    .suspension-list ul li {
        position: relative;
        display: list-item;
        width: 100%;
        height: auto;
        padding: 16px 0;
        margin-top: 10px;
        overflow: hidden;
        border-top: 1px solid #f4f4f4;
    }
    .suspension-list ul li:first-child {
        padding-top: 0;
        border-top: none;
    }
    .suspension-list ul .suspension-list-bottom {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .suspension-list-bottom .info-value {
        font-size: 12px;
        font-weight: inherit;
        color: #999;
    }
    .suspension-list ul li:first-child {
        margin-top: 0;
    }
    .service-phone,
    .service-qq,
    .service-proposal {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .service-phone {
        background-image: url(../images/suspend_icon_01.png);
    }
    .service-phone:hover {
        background-image: url(../images/suspend_icon_01_blue.png)
    }
    .service-qq {
        background-image: url(../images/suspend_icon_03.png);
    }
    .service-qq:hover {
        background-image: url(../images/suspend_icon_03_blue.png);
    }
    .service-proposal {
        background-image: url(../images/suspend_icon_02.png);
    }
    .service-proposal:hover {
        background-image: url(../images/suspend_icon_02_blue.png)
    }
    .info-name {
        display: block;
        padding-left: 52px;
        height: 14px;
        font-size: 14px;
        color: #333;
    }
    .info-value {
        display: block;
        padding-left: 52px;
        margin-top: 8px;
        height: 18px;
        font-size: 18px;
        font-weight: 700;
        color: #f29600;
    }
    .suspension a.consult:hover .suspension-list {
        display: inline !important;
    }
    .suspension .cart {
        background-image: url(../images/top-icon.png);
        display: block;
        position: relative;
        width: 46px;
        height: 46px;
        margin-top: 10px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
    }
    .suspension a.cart:hover .pic {
        display: block;
    }
    .suspension .back-top {
        background-image: url(../images/top-icon.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        display: block;
        width: 46px;
        height: 46px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        margin-top: 10px;
    }
    .suspension .cart .pic {
        display: none;
        position: absolute;
        left: -139px;
        top: -120px;
        width: 139px;
        height: 163px;
    }
    .pic-content {
        position: absolute;
        width: 139px;
        height: 139px;
        border: 1px solid #ddd;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
        right: 10px;
        background-size: 139px;
    }
    .hcwl-form .form-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .hcwl-form .form-cont .form-input {
        width: 32%;
    }
    .hcwl-form .form-cont .form-input input {
        color: #76838f;
        border: 1px solid #e4eaec;
        height: 42px;
        width: 100%;
        padding: 6px 14px;
    }
    .hcwl-form .form-textarea textarea {
        border: 1px solid #e4eaec;
        height: 146px;
        width: 100%;
        padding: 6px;
    }
    .hcwl-form .form-input {
        text-align: center;
    }
    .hcwl-form .btn {
        width: 250px;
        margin: 25px auto;
        height: 45px;
        padding: 0;
        font-size: 16px;
        background: #f29600;
        outline: none;
        border: none;
        color: #fff;
    }
}

@media only screen and (max-width: 10px) and (min-width: 20px) {
    .page-banner {
        background-size: 21.866667rem !important;
        width: 100%;
        height: 3.893333rem;
        text-align: center;
    }
    .page-banner .banner-text {
        position: relative;
        top: 45%;
        transform: translateY(-50%, 50%);
    }
    .page-banner .banner-text::after {
        height: 2px;
        background-color: #f29600;
        position: absolute;
        width: 465px;
        top: 0;
        left: 0;
    }
    .page-banner .banner-text::before {
        height: 2px;
        background-color: #f29600;
        position: absolute;
        width: 465px;
        bottom: 0;
        left: 0;
    }
    .page-banner .banner-text .text-border-left::after {
        width: 2px;
        height: 38%;
        background-color: #f29600;
        position: absolute;
        left: 0;
        top: 0;
    }
    .page-banner .banner-text .text-border-left::before {
        width: 2px;
        height: 38%;
        background-color: #f29600;
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .page-banner .banner-text .text-border-right::after {
        width: 2px;
        height: 38%;
        background-color: #f29600;
        position: absolute;
        right: 0;
        top: 0;
    }
    .page-banner .banner-text .text-border-right::before {
        width: 2px;
        background-color: #f29600;
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .page-banner .banner-text h3 {
        font-size: .586667rem;
        color: #fff;
    }
    .page-banner .banner-text h3::after {
        /* content: ""; */
        height: 2px;
        background-color: #f29600;
        position: absolute;
        top: 28px;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 60px;
        ;
    }
    .page-banner .banner-text p {
        margin-top: 18px;
        font-size: 13px;
        color: #666;
        display: none;
    }
    .about-content {
        overflow: hidden;
    }
    .page-top {
        margin-top: 1.066667rem;
    }
    .page-top .service-note. {
        text-align: center;
    }
    .service-main {}
    .page-cate {
        border-bottom: 1px #eee solid;
        text-align: center;
    }
    .page-cate a {
        display: inline-block;
        padding: .48rem 0;
        /* margin: 0px .266667rem; */
        color: #36404a;
        position: relative;
        font-size: .373333rem;
        width: 24%;
    }
    .page-cate a::after {
        content: "";
        position: absolute;
        width: 0;
        height: 2px;
        bottom: 0;
        left: 50%;
        background-color: #f29600;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -ms-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .page-cate a:hover::after,
    .page-cate a.active::after {
        width: 60%;
    }
    .page-cate a:hover,
    .page-cate a.active {
        color: #f29600;
    }
    .page-cate .here {
        display: none;
    }
    .container .title h3 {
        font-size: 16px;
        position: relative;
        font-weight: bold;
        display: none;
    }
    .case-content .container .title h3 {
        display: block;
        text-align: center;
        font-size: .48rem;
        margin-bottom: .666667rem;
    }
    .case-content .container .about-main div {
        margin-bottom: .266667rem;
    }
    .container .title h3::after {
        /* content: ""; */
        height: 37px;
        background-color: #f29600;
        position: absolute;
        top: -1px;
        left: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 4px;
    }
    .container .title p {
        padding-left: 17px;
        color: #666;
    }
    .page-about .about-content .container .about-main {
        overflow: hidden;
    }
    .page-about .about-content .container .about-main p {
        color: #666;
        line-height: .666667rem;
        margin-bottom: .213333rem;
        font-size: .346667rem;
    }
    .page-about .culture-content {
        background: url(../images/6ac60a8a971bc5cf6e4896cc74365bce.jpg) 0 0 repeat;
        width: 100%;
        padding: 25px 0px;
        height: auto;
    }
    .page-about .culture-content .culture-main {
        margin-top: 14px
    }
    .page-about .culture-content .culture-main h6 {
        text-indent: 13px;
        line-height: 25px;
        font-size: 14px;
        color: #333
    }
    .page-about .culture-content .culture-main ul {
        margin-top: 30px;
    }
    .page-about .culture-content .culture-main ul li {
        width: 100%;
        background: #ffffff8c;
        margin-top: 15px;
        padding: 25px 0px;
        border-radius: 10px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        position: relative;
    }
    .page-about .culture-content .culture-main ul li:hover {
        margin-top: -10px;
        cursor: pointer;
    }
    .page-about .culture-content .culture-main ul li h5 {
        width: 80px;
        height: 80px;
        background: #f29600;
        border-radius: 50px;
        line-height: 80px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        margin: auto;
    }
    .page-about .culture-content .culture-main ul li p {
        width: 80%;
        margin: auto;
        color: #666;
        font-size: 14px;
        margin-top: 15px;
        text-align: center;
        line-height: 22px;
    }
    .page-about .office-content {
        overflow: hidden;
    }
    .page-about .office-content .office-main {
        margin-top: 15px
    }
    .page-about .office-content .office-main h6 {
        line-height: 24px;
        font-size: 14px;
        color: #333;
        text-indent: 13px;
    }
    .page-about .office-content .office-main ul {
        margin-top: 30px;
        height: auto;
    }
    .page-about .office-content .office-main ul li {
        width: 48%;
        float: left;
        margin-bottom: 15px;
        background: #ffffff8c;
        overflow: hidden;
    }
    .page-about .office-content .office-main ul li:first-child {
        width: 100%;
    }
    .page-about .office-content .office-main ul li:nth-child(3) {
        float: right;
    }
    .page-about .office-content .office-main ul li img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-about .office-content .office-main ul li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        cursor: pointer;
    }
    /* 荣誉 */
    .page-honor {
        overflow: hidden;
        margin-top: 80px;
    }
    .page-honor .container .honor-list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .page-honor .container .honor-list ul li {
        width: 23.3%;
        margin-right: 2.2%;
        text-align: center;
        margin-bottom: 20px;
    }
    .page-honor .container .honor-list ul li:nth-of-type(4n) {
        margin-right: 0px;
    }
    .page-honor .container .honor-list ul li h5 {
        padding: 5px;
        border: 1px solid #eee;
        overflow: hidden
    }
    .page-honor .container .honor-list ul li h5 img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-honor .container .honor-list ul li:hover h5 img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        cursor: pointer;
    }
    .page-honor .container .honor-list ul li p {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        color: #666;
    }
    /* 合作伙伴 */
    .page-partner {
        overflow: hidden;
    }
    .page-partner .container .partner-list ul {
        display: flex;
        flex-wrap: wrap;
    }
    .page-partner .container .partner-list ul li {
        width: 18.24%;
        margin-right: 2.2%;
        text-align: center;
        margin-bottom: 20px;
    }
    .page-partner .container .partner-list ul li:nth-of-type(5n) {
        margin-right: 0px;
    }
    .page-partner .container .partner-list ul li h5 {
        padding: 5px;
        border: 1px solid #eee;
        overflow: hidden
    }
    .page-partner .container .partner-list ul li h5 img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-partner .container .partner-list ul li:hover h5 img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        cursor: pointer;
    }
    .page-partner .container .partner-list ul li p {
        height: 32px;
        line-height: 32px;
        font-size: 15px;
        color: #666;
    }
    .page-partner .container .partner-text {
        overflow: hidden;
        margin-top: 18px;
    }
    .page-partner .container .partner-text ul {
        border: 1px solid #eee;
        display: flex;
        flex-wrap: wrap;
    }
    .page-partner .container .partner-text ul li {
        width: 100%;
        padding-left: 10px;
        box-sizing: border-box;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
        whitewhite-space: nowrap;
    }
    .page-partner .container .partner-text ul li:nth-child(1) {
        border-top: none;
    }
    .page-partner .container .partner-text ul li:nth-child(2) {
        border-top: none;
    }
    .page-partner .container .partner-text ul li:nth-child(2n) {
        border-right: none;
    }
    /* 业务领域 */
    .page-service .container .service-main .service-note {
        margin: auto;
        color: #666;
        line-height: 28px;
        font-size: 15px;
        width: 100%;
        text-indent: 25px
    }
    .page-service .container .service-main .service-list {
        overflow: hidden;
    }
    .page-service .container .service-main .service-list ul {}
    .page-service .container .service-main .service-list ul li {
        width: 100%;
        text-align: center;
        position: relative;
        padding: 15px;
    }
    .page-service .container .service-main .service-list ul li::after {
        content: "";
        height: 1px;
        background-color: #eee;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .container .service-main .service-list ul li:nth-child(3n)::before {
        display: none
    }
    .page-service .container .service-main .service-list ul li:nth-child(4)::after {
        display: none
    }
    .page-service .container .service-main .service-list ul li:nth-child(5)::after {
        display: none
    }
    .page-service .container .service-main .service-list ul li:nth-child(6)::after {
        display: none
    }
    .page-service .container .service-main .service-list ul li::before {
        display: none;
        content: "";
        height: 100%;
        width: 1px;
        background-color: #eee;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: auto;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .container .service-main .service-list ul li h5 {
        width: 100px;
        height: 100px;
        background: #f29600;
        border-radius: 50px;
        line-height: 100px;
        color: #fff;
        text-align: center;
        font-size: 26px;
        margin: auto;
    }
    .page-service .container .service-main .service-list ul li:hover h5 {
        transform: rotate(360deg);
        transition: all ease 600ms;
    }
    .page-service .container .service-main .service-list ul li h5 img {
        width: 40px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-service .container .service-main .service-list ul li p span {
        display: inline-block;
        border: 1px solid #eee;
        margin: 5px;
        padding: 4px 10px;
        border-radius: 5px;
        background: #fbfbfb;
    }
    .page-service .container .service-main .service-list ul li p span:hover {
        background: #f29600;
        color: #fff;
        cursor: pointer
    }
    .page-service .container .service-main .service-list ul li h6 {
        font-size: 17px;
        color: #333;
        padding: 10px;
        padding-top: 15px;
        font-weight: bold;
    }
    .page-service .service-field .container .title {
        margin: 30px 0;
    }
    .page-service .container .service-main p {
        color: #666;
        line-height: 24px;
        margin-bottom: 12px;
        font-size: 15px;
    }
    .page-service .service-field {
        overflow: hidden;
        margin-top: 50px;
        background: #f8f8f8;
    }
    .page-service .service-field ul {
        display: flex;
        flex-wrap: wrap;
        width: 1300px;
        margin: auto;
        margin-top: 30px;
    }
    .page-service .service-field ul li {
        width: 23%;
        margin-right: 2.5%;
        text-align: center;
        margin-bottom: 20px;
        padding: 12px;
        background: #fff;
    }
    .page-service .service-field ul li:nth-of-type(4n) {
        margin-right: 0;
    }
    .page-service .service-field ul li h5 {
        overflow: hidden;
    }
    .page-service .service-field ul li h5 img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .service-field ul li:hover h5 img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        cursor: pointer;
    }
    .page-service .service-field ul li p {
        font-size: 18px;
        margin: 12px;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .service-field ul li:hover p {
        color: #f29600;
    }
    .page-service .service-field ul li span {
        color: #888;
        line-height: 20px;
    }
    /* 博顿团队 */
    .page-team .team-main {
        overflow: hidden;
        margin-top: .746667rem;
    }
    .page-team .team-main .container .team-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
    }
    .page-team .team-main .container .team-list .team-item {
        margin-bottom: .746667rem;
        position: relative;
        padding-bottom: .4rem;
    }
    .page-team .team-main .container .team-list .team-item:hover::after {
        width: 0;
    }
    .page-team .team-main .container .team-list .team-item:hover::before {
        width: 624px;
        left: 0;
    }
    .page-team .team-main .container .team-list .team-item::after {
        content: "";
        height: 1px;
        background-color: #eee;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 624px;
    }
    .page-team .team-main .container .team-list .team-item::before {
        content: "";
        height: 1px;
        background-color: #f29600;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        width: 0;
    }
    .page-team .team-main .container .team-list .team-item .team-pic {
        width: 100%;
        overflow: hidden;
    }
    .page-team .team-main .container .team-list .team-item .team-pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-team .team-main .container .team-list .team-item .team-text {
        width: 95%;
        margin: auto;
        margin-top: .533333rem;
    }
    .page-team .team-main .container .team-list .team-item .team-text h5 a {
        display: block;
        font-size: .48rem;
        color: #212121;
        font-weight: bold;
    }
    .page-team .team-main .container .team-list .team-item .team-text h6 {
        margin-top: 14px;
        height: 26px;
        overflow: hidden;
    }
    .page-team .team-main .container .team-list .team-item .team-text h6 span {
        margin-right: 2px;
        padding: 6px 4px;
        border-radius: 4px;
        font-size: 12px;
        color: #FFFFFF;
        background: #f29600;
        display: inline-block;
    }
    .page-team .team-main .container .team-list .team-item .team-text p {
        color: #666;
        font-size: .346667rem;
        margin-top: .32rem;
        line-height: .586667rem;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul {
        display: none;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-top: 15px;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li {
        width: 95px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        background: #f29600;
        border-radius: 4px;
        margin-left: 10px;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li:nth-child(1) {
        background: #fff;
        border: 1px solid #f29600;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li:nth-child(1) a {
        color: #f29600;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li:nth-child(1) a:hover {
        background: #f29600;
        color: #fff;
    }
    .page-team .team-main .container .team-list .team-item .team-text ul li a {
        display: block;
        color: #fff;
    }
    .page-team .team-main .container .team-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-team .team-main .container .team-content .team-cont-fl {
        width: 100%;
    }
    .page-team .team-main .container .team-content .team-cont-fl h3 span {
        font-size: 12px;
        margin-left: 7px;
        color: #666;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul {
        margin-top: 12px;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul p {
        position: relative;
        font-size: 14px;
        color: #666;
        margin-top: 8px;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul li {
        font-size: 15px;
        line-height: 28px;
        color: #333;
        margin-top: 20px;
    }
    .page-team .team-main .container .team-content .team-cont-fl ul li span {
        margin-right: 3px;
        padding: 0px 8px;
        border-radius: 4px;
        font-size: 14px;
        background: #f29600;
        color: #fff;
        display: inline-block;
        margin-bottom: 7px;
    }
    .page-team .team-main .container .team-content .team-cont-fr {
        width: 100%;
        margin-top: .746667rem;
    }
    .page-team .team-main .container .team-content .team-cont-fr h3 {
        font-size: .48rem;
        margin-bottom: .346667rem;
        font-weight: bold;
    }
    .page-team .team-main .container .team-content .team-cont-fr h6 {
        font-size: 22px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .page-team .team-main .container .team-content .team-cont-fr ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-indent: 1em;
        margin-bottom: 28px;
    }
    .page-team .team-main .container .team-content .team-cont-fr ul li {
        border-bottom: 1px solid #e9e9e9;
        font-size: 14px;
        padding-bottom: 17px;
        color: #333;
        margin-bottom: 17px;
        width: 48%;
        text-indent: 0.1em;
    }
    .page-team .team-main .container .team-content .team-cont-fr ul li span {
        color: #333;
        font-size: 14px;
    }
    .page-team .team-main .container .team-content .team-cont-fr p {
        color: #666;
        line-height: .64rem;
        margin-bottom: .32rem;
        font-size: .346667rem;
    }
    /* 分页按钮 */
    .pagin {
        margin-top: 20px;
        text-align: center;
    }
    .pagin a {
        display: inline-block;
        margin: 0 1px;
        padding: .16rem;
        color: #999;
        border: 1px #ddd solid;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        font-size: .346667rem;
    }
    .pagin a:hover {
        border: 1px #f29600 solid;
        color: #f29600;
    }
    .pagin a.current {
        background-color: #f29600;
        color: #fff;
    }
    /* 经典案例 */
    .page-case .container .case-list {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-case .container .case-list .case-item {
        width: 100%;
        margin-bottom: .666667rem;
    }
    .page-case .container .case-list .case-item:hover .case-text h5 a {
        color: #f29600;
    }
    .page-case .container .case-list .case-item .case-pic {
        overflow: hidden;
    }
    .page-case .container .case-list .case-item .case-pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .container .case-list .case-item .case-text h5 {
        margin: .533333rem 0px .266667rem 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }
    .page-case .container .case-list .case-item .case-text h5 a {
        font-weight: bold;
        color: #333;
        font-size: .426667rem;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .container .case-list .case-item .case-text p {
        color: #666;
        line-height: .586667rem;
        font-size: .346667rem;
        text-align: center;
    }
    /* 新闻内页 */
    .page-news .container .news-content {
        width: 100%;
        overflow: hidden;
    }
    .page-news .container .news-content .news-title h2 {
        font-size: .48rem;
        text-align: center;
        margin: auto;
        font-weight: bold;
    }
    .page-news .container .news-content .news-title .news-date {
        display: flex;
        justify-content: space-between;
        margin: .266667rem 0px .48rem 0px;
    }
    .page-news .container .news-content .news-title .news-date .news-time {
        display: none;
        color: #666;
        font-size: 1px;
    }
    .page-news .container .news-content .news-title .news-date .news-share {
        color: #666;
        font-size: 12px;
        margin: auto;
    }
    .page-news .container .news-content .news-main {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .page-news .container .news-content .news-main p {
        color: #666;
        font-size: .346667rem;
        line-height: .64rem;
        margin-bottom: .213333rem;
    }
    .page-news .container .news-content .news-main p strong {
        font-weight: bold;
        color: #000;
        font-size: 16px;
    }
    .page-news .container .news-content .news-here {
        overflow: hidden;
        padding: 10px 0px;
        margin-top: 30px;
        display: none;
    }
    .page-news .container .news-content .news-here ul {
        display: flex;
    }
    .page-news .container .news-content .news-here ul li {
        width: 50%;
        margin-left: 5px;
        overflow: hidden;
    }
    .page-news .container .news-content .news-here ul li a {
        display: block;
        border-radius: 50px;
        border: 1px solid #ddd;
        color: #666;
        font-size: 12px;
        line-height: 20px;
        padding: 8px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .container .news-content .news-here ul li a:hover {
        color: #f29600;
        border: 1px solid #f29600;
    }
    /* 新闻列表 */
    .page-news .container .news-list .news-time {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 15px;
        margin-bottom: 25px;
        border-bottom: 1px solid #eee;
    }
    .page-news .container .news-list .news-time .time-pic {
        width: 100%;
        overflow: hidden;
    }
    .page-news .container .news-list .news-time .time-pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .container .news-list .news-time:hover .time-pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .page-news .container .news-list .news-time .time-cont {
        width: 890px;
    }
    .page-news .container .news-list .news-time .time-cont h5 a {
        display: block;
        margin-top: .533333rem;
        font-size: .426667rem;
        color: #333;
        font-weight: bold;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .container .news-list .news-time:hover .time-cont h5 a {
        color: #f29600;
    }
    .page-news .container .news-list .news-time .time-cont h6 {
        display: none;
        color: #444;
        font-size: 20px;
        margin: 12px 0px;
    }
    .page-news .container .news-list .news-time .time-cont p {
        color: #666;
        font-size: .32rem;
        line-height: .533333rem;
        margin: .266667rem 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .page-news .container .news-list .news-time .time-cont span {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        display: block;
        background: #f8f8f8;
        position: relative;
        top: 7px;
        left: 85%;
        margin-top: 15px;
        display: none
    }
    .page-news .container .news-list .news-time .time-cont span:after {
        content: "next";
        font-family: swiper-icons;
        font-size: 20px;
        color: #999;
        position: absolute;
        left: 22px;
        top: 13px;
    }
    .page-contact .container {
        width: 100%;
    }
    .page-contact .container .contact-content {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .contact-map {
        margin: 0 auto;
        margin-top: 30px;
        width: 95%;
        height: 300px;
    }
    .page-contact .container .contact-content .list-2 {
        width: 50%;
        margin-bottom: 15px;
        /* display: inline-block;
		
		padding: 0 16px;
		text-align: center; */
    }
    .page-contact .container .contact-content .list-2 .list-ico {
        width: 70px;
        height: 70px;
        background: #f29600;
        border-radius: 50%;
        margin: auto;
    }
    .page-contact .container .contact-content .list-2 .list-ico img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
    }
    .page-contact .container .contact-content .list-2 h3 {
        font-size: 15px;
        color: #333;
        line-height: 36px;
        font-weight: bold;
    }
    .page-contact .container .contact-content .list-2 p {
        font-size: 14px;
        color: #333;
        line-height: 22px;
    }
    .hckkmap {
        width: 100%;
        height: 300px;
    }
    /* 在线客服 */
    .suspension {
        width: 46px;
        height: 210px;
        position: fixed;
        right: 30px;
        bottom: 60px;
        z-index: 999;
    }
    .suspension .consult {
        background-image: url(../images/top-icon.png);
        background-repeat: no-repeat;
        background-position: center -1px;
        background-color: #f29600;
        display: block;
        position: relative;
        width: 46px;
        height: 46px;
    }
    .suspension .consult .suspension-list {
        position: absolute;
        width: 240px;
        right: -38px;
        top: -230px;
        z-index: 30;
        display: none;
    }
    .suspension-list-content {
        position: absolute;
        width: 240px;
        right: 85px;
        background: #fff;
        border: 1px solid #ddd;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
    }
    .suspension-list ul {
        margin: 32px 24px;
    }
    .suspension-list ul li {
        position: relative;
        display: list-item;
        width: 100%;
        height: auto;
        padding: 16px 0;
        margin-top: 10px;
        overflow: hidden;
        border-top: 1px solid #f4f4f4;
    }
    .suspension-list ul li:first-child {
        padding-top: 0;
        border-top: none;
    }
    .suspension-list ul .suspension-list-bottom {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .suspension-list-bottom .info-value {
        font-size: 12px;
        font-weight: inherit;
        color: #999;
    }
    .suspension-list ul li:first-child {
        margin-top: 0;
    }
    .service-phone,
    .service-qq,
    .service-proposal {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    .service-phone {
        background-image: url(../images/suspend_icon_01.png);
    }
    .service-phone:hover {
        background-image: url(../images/suspend_icon_01_blue.png)
    }
    .service-qq {
        background-image: url(../images/suspend_icon_03.png);
    }
    .service-qq:hover {
        background-image: url(../images/suspend_icon_03_blue.png);
    }
    .service-proposal {
        background-image: url(../images/suspend_icon_02.png);
    }
    .service-proposal:hover {
        background-image: url(../images/suspend_icon_02_blue.png)
    }
    .info-name {
        display: block;
        padding-left: 52px;
        height: 14px;
        font-size: 14px;
        color: #333;
    }
    .info-value {
        display: block;
        padding-left: 52px;
        margin-top: 8px;
        height: 18px;
        font-size: 18px;
        font-weight: 700;
        color: #f29600;
    }
    .suspension a.consult:hover .suspension-list {
        display: inline !important;
    }
    .suspension .cart {
        background-image: url(../images/top-icon.png);
        display: block;
        position: relative;
        width: 46px;
        height: 46px;
        margin-top: 10px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
    }
    .suspension a.cart:hover .pic {
        display: block;
    }
    .suspension .back-top {
        background-image: url(../images/top-icon.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        display: block;
        width: 46px;
        height: 46px;
        border: 1px solid #d2d2d2;
        background-color: #fff;
        -webkit-transition: all 0s ease-in-out;
        -moz-transition: all 0s ease-in-out;
        -o-transition: all 0s ease-in-out;
        transition: all 0s ease-in-out;
        margin-top: 10px;
    }
    .suspension .cart .pic {
        display: none;
        position: absolute;
        left: -139px;
        top: -120px;
        width: 139px;
        height: 163px;
    }
    .pic-content {
        position: absolute;
        width: 139px;
        height: 139px;
        border: 1px solid #ddd;
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
        background: url(../images/erwm.jpg) center no-repeat;
        right: 10px;
        background-size: 139px;
    }
    .hcwl-form .form-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .hcwl-form .form-cont .form-input {
        width: 100%;
        margin-bottom: .266667rem;
    }
    .hcwl-form .form-cont .form-input input {
        color: #76838f;
        border: 1px solid #e4eaec;
        height: 1.066667rem;
        width: 100%;
        padding: .16rem .373333rem;
    }
    .hcwl-form .form-textarea textarea {
        border: 1px solid #e4eaec;
        height: 3.893333rem;
        width: 100%;
        padding: .373333rem;
    }
    .hcwl-form .form-input {
        text-align: center;
    }
    .hcwl-form .btn {
        width: 6.666667rem;
        margin: .666667rem auto;
        height: 1.12rem;
        padding: 0;
        font-size: .4rem;
        background: #f29600;
        outline: none;
        border: none;
        color: #fff;
    }
}