@media screen and (min-width:1200px) {
    .page-banner {
        height: 345px;
        width: 100%;
        background: url(../images/page_banner.jpg) center center no-repeat;
        text-align: center;
        display: none;
    }
    .page-banner .container {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-banner .container h3 {
        font-size: 28px;
        color: #fff;
    }
    .page-banner .container p {
        color: #fff;
        font-size: 16px;
        margin-top: 8px;
    }
    .page-service .container {
        max-width: 1460px;
    }
    .page-service .service-list {
        padding: 60px 0;
    }
    .page-service .service-list .main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-service .service-list .main .item {
        width: 18.5%;
        text-align: left;
        margin-bottom: 2.5%;
        background: #f8f8f8;
        padding: 1%;
        align-items: center;
        padding: 3%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        top: 0px;
        position: relative;
        border-radius: 2px;
    }
    .page-service .service-list .main .item:hover {
        top: -10px;
    }
    .page-service .service-list .main .item.selected {
        background: #e62022;
    }
    .page-service .service-list .main .item.selected .text h5 {
        color: #fff;
    }
    .page-service .service-list .main .item.selected .icon {
        border: #fff solid 3px;
    }
    .page-service .service-list .main .item.selected .icon img {
        filter: grayscale(100%) brightness(900%);
    }
    .page-service .service-list .main .item.selected .text p {
        color: #fff;
    }
    .page-service .service-list .main .item .icon {
        margin: auto;
        display: block;
        width: 86px;
        height: 86px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: 10px;
        padding: 10px;
        border: #e62022 solid 3px;
        text-align: center;
    }
    .page-service .service-list .main .item .text {
        width: 100%;
        text-align: center;
    }
    .page-service .service-list .main .item .text h5 {
        font-size: 18px;
        display: block;
        margin-top: 20px;
    }
    .page-service .service-list .main .item .text p {
        margin-top: 9px;
        font-size: 14px;
        line-height: 20px;
        color: #666;
    }
    .page-service .service-list .main .item .icon img {
        max-height: 42px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-service .book {
        padding: 60px 0;
        background: #f8f8f8;
    }
    .page-service .book .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        padding: 1%;
    }
    .page-service .book .container .pic {
        width: 67%;
        position: relative;
        min-height: 478px;
    }
    .page-service .book .container .text {
        width: 32%;
        padding: 3%;
    }
    .page-service .book .container .text h3 {
        font-size: 30px;
        line-height: 36px;
        color: #333;
        font-weight: bold;
    }
    .page-service .book .container .text p {
        font-size: 18px;
        color: #666;
        text-align: left;
        margin-top: 10px;
    }
    .page-service .book .container .text form {}
    .page-service .book .container .text form select {
        width: 100%;
        height: 50px;
        line-height: 50px;
        float: left;
        font-size: 16px;
        color: #999999;
        text-align: left;
        margin: 20px 0 0 0;
        padding: 0 16px;
        border: 0;
        background-color: #f9f9f9;
    }
    .page-service .book .container .text form input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        float: left;
        font-size: 16px;
        color: #999999;
        text-align: left;
        margin: 20px 0 0 0;
        padding: 0 16px;
        border: 0;
        background-color: #f9f9f9;
    }
    .page-service .book .container .text form .fastener {
        display: flex;
        clear: both;
    }
    .page-service .book .container .text form .fastener .submit {
        width: 40%;
        float: left;
        height: 50px;
        line-height: 50px;
        background-color: #e62022;
        border: 0;
        color: #fff;
        font-size: 15px;
        margin: 20px 0 0 0;
        border-radius: 5px;
        text-align: center;
    }
    .page-service .book .container .text form .fastener a {
        width: 40%;
        float: left;
        height: 50px;
        line-height: 50px;
        border: 0;
        color: #fff;
        font-size: 15px;
        margin: 20px 0 0 0;
        border-radius: 5px;
        background: #777;
        margin-left: 15px;
        text-align: center;
    }
    .page-service .service-case {
        padding: 60px 0;
    }
    .page-service .service-case .index-title h3 {
        color: #e62022;
    }
    .page-service .service-case .index-title p {
        font-size: 16px;
        max-width: 1200px;
        margin-top: 18px;
    }
    .page-service .service-case .container {
        overflow: hidden;
    }
    .page-service .service-case .pic {
        overflow: hidden;
    }
    .page-service .service-case .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .service-case .item:hover .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-service .service-case .item:hover .text {
        background: #e62022;
    }
    .page-service .service-case .item:hover h4 {
        color: #fff;
    }
    .page-service .service-case .item .text {
        text-align: center;
        background: #f8f8f8;
        overflow: hidden;
        padding-bottom: 20px;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .service-case .item h4 {
        font-size: 16px;
        text-align: center;
        margin: 18px 0 0px 0px;
        color: #666;
    }
    .page-service .service-case .item p {
        display: none;
        font-size: 14px;
        color: #666;
    }
    .page-case {
        padding: 60px 0;
    }
    .page-case .case-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-case .case-list .item {
        width: 24%;
        margin-right: 1.32%;
        text-align: center;
        margin-bottom: 3%;
    }
    .page-case .case-list .item:nth-child(4n) {
        margin-right: 0;
    }
    .page-case .case-list .item .pic {
        overflow: hidden;
    }
    .page-case .case-list .item .pic img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-list .item:hover .pic img {
        transform: scale(1.1);
    }
    .page-case .case-list .item h3 {
        margin-top: 18px;
        font-size: 16px;
        color: rgb(78, 78, 78);
    }
    .page-honor .case-list .item {
        width: 18%;
    }
    .page-honor .case-list .item:hover .pic img {
        transform: scale(1);
    }
    .pagin {
        text-align: center;
        margin-top: 30px;
    }
    .pagin a {
        display: inline-block;
        color: #666;
        padding: 9px 14px;
        text-align: center;
        margin: 0 2px;
        font-size: 14px;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        background: #f6f6f6;
    }
    .pagin a:hover {
        background: #e62022;
        color: #fff;
    }
    .pagin a.current {
        background: #e62022;
        color: #fff;
    }
    .page-case-content {
        padding: 60px 0;
    }
    .page-case-content .container {
        max-width: 1460px;
    }
    .page-case-content .content-main {
        display: flex;
        justify-content: space-between;
    }
    .page-case-content .content-main .pic {
        width: 48%;
    }
    .page-case-content .content-main .text {
        width: 48%;
    }
    .page-case-content .content-main .text h2 {
        font-size: 22px;
        color: #333;
        padding: 10px 0 32px;
        border-bottom: #e5e5e5 1px solid;
        margin-bottom: 30px;
    }
    .page-case-content .content-main .text .case-project {
        font-size: 14px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .page-case-content .content-main .text .case-content {
        font-size: 11px;
        line-height: 35px;
        color: #6d6d6d;
    }
    .page-about {
        padding: 60px 0;
    }
    .page-about .about-main .main-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .page-about .about-main .main-content .pic {
        width: 44%;
    }
    .page-about .about-main .main-content .text {
        width: 56%;
        padding-left: 4%;
    }
    .page-about .about-main .main-content .text h3 {
        font-size: 28px;
        font-weight: bold;
        margin-top: 10px;
        color: #444;
        position: relative;
        line-height: 50px;
    }
    .page-about .about-main .main-content .text h4 {
        font-size: 28px;
        color: #444;
        font-weight: bold;
        margin-bottom: 26px;
    }
    .page-about .about-main .main-content .text h3::after {
        /* content: ''; */
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #fff;
    }
    .page-about .about-main .main-content .text p {
        color: #5f5f5f;
        font-size: 15px;
        margin-bottom: 15px;
        line-height: 27px;
    }
    .page-about .about-main .about-date {
        margin-top: 20px;
    }
    .page-about .about-main .about-date .module_ul {
        height: 150px;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .page-about .about-main .about-date li {
        width: 25%;
        background-color: #fff;
        box-sizing: border-box;
        display: inline-block;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
        position: relative;
    }
    .page-about .about-main .about-date li::after {
        /* content: ""; */
        position: absolute;
        height: 60px;
        width: 1px;
        background: #eee;
        right: 0;
    }
    .page-about .about-main .about-date li:last-child:after {
        display: none;
    }
    .page-about .about-main .about-date li .number .counterDX {
        font-size: 42px;
        color: #e62022;
    }
    .page-about .about-main .about-date li:nth-child(1) .number .unit {
        font-size: 16px;
        font-weight: lighter;
    }
    .page-about .about-main .about-date li .number .unit {
        font-size: 16px;
        color: #666;
        vertical-align: super;
        margin-left: 5px;
    }
    .page-about .about-main .about-date .number {
        margin-top: -5px;
    }
    .page-about .about-main .about-date .title_p {
        font-size: 14px;
        color: #666;
    }
    .page-about .about-culture {
        padding: 60px 0;
        overflow: hidden;
    }
    .page-about .about-culture .culture-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-about .about-culture .culture-main .item {
        width: 25%;
        cursor: pointer;
    }
    .page-about .about-culture .culture-main .item:nth-child(2n) {
        flex-wrap: wrap-reverse;
    }
    .page-about .about-culture .culture-main .item .text {
        text-align: center;
        height: 50%;
        width: 100%;
        background: #f8f8f8;
        box-shadow: 4px 10px 30px 0px rgba(234, 237, 245, 0.6);
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-about .about-culture .culture-main .item.selected .text {
        background: #e62022;
    }
    .page-about .about-culture .culture-main .item.selected .text .cont h4 {
        color: #fff;
    }
    .page-about .about-culture .culture-main .item.selected .text .cont p {
        color: #fff;
    }
    .page-about .about-culture .culture-main .item.selected .text .cont h4::after {
        background: #fff;
    }
    .page-about .about-culture .culture-main .item .text .cont {
        width: 74%;
        margin: auto;
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-about .about-culture .culture-main .item .text .cont h4 {
        font-size: 20px;
        padding-bottom: 25px;
        font-weight: bold;
        position: relative;
    }
    .page-about .about-culture .culture-main .item .text .cont h4::after {
        content: '';
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        margin: auto;
        width: 45px;
        height: 2px;
        background: #e62022;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-about .about-culture .culture-main .item .text .cont p {
        color: #666;
        line-height: 22px;
        font-size: 15px;
    }
    .page-about .about-culture .culture-main .item .pic {
        overflow: hidden;
    }
    .page-about .about-culture .culture-main .item .pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-about .about-culture .culture-main .item:hover .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-about .about-team {
        margin-top: 80px;
    }
    .page-about .about-team .team-main {
        overflow: hidden;
    }
    .page-about .about-team .team-main p {
        text-align: center;
        padding-top: 15px;
        font-size: 15px;
    }
    .page-about .index-title h3 {
        font-size: 30px;
    }
    .page-news {
        padding: 60px 0;
    }
    .page-news .news-list {
        max-width: 1400px;
        margin: auto;
    }
    .page-news .news-list .item {
        border-bottom: 1px solid #ddd;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .page-news .news-list .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-news .news-list .item .pic {
        width: 25%;
    }
    .page-news .news-list .item .text {
        width: 71%;
    }
    .page-news .news-list .item .text h4 {
        margin-top: 12px;
    }
    .page-news .news-list .item .text h4 a {
        margin-top: 15px;
        font-size: 22px;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .news-list .item:hover .text h4 a {
        color: #e62022;
    }
    .page-news .news-list .item .text p {
        font-size: 14px;
        color: #666;
        margin-top: 20px;
        line-height: 24px;
    }
    .page-news .news-list .item .time {
        display: flex;
        justify-content: space-between;
        margin-top: 35px;
        color: #666;
    }
    .page-news .news-list .item .time div {
        color: #666;
    }
    .page-news .news-list .item .time a.more {
        width: 130px;
        display: block;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        background: #e62022;
        border-radius: 50px;
    }
    .page-news .news-list .item .time a.more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .page-news .news-list .item .time a.more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .page-news .news-list .item:hover .time a.more span {
        padding-right: 22px;
    }
    .page-news .news-list .item:hover .time a.more span:before {
        right: 0;
        opacity: 1;
    }
    .page-news .news-list .item .pic {
        overflow: hidden;
    }
    .page-news .news-list .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .news-list .item:hover .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-content .container {
        max-width: 1400px;
    }
    .page-news-content {
        padding: 50px 0 100px 0;
        background: #f8f8f8;
    }
    .page-news-content .news-content {
        background: #fff;
        padding: 42px;
    }
    .page-news-content .news-content .top-title {
        margin-bottom: 30px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }
    .page-news-content .news-content .top-title h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .page-news-content .news-content .top-title p {
        font-size: 14px;
        color: #777;
        margin-top: 10px;
    }
    .page-news-content .news-content .content {
        padding: 10px;
    }
    .page-news-content .news-content .content p {
        font-size: 14px;
        color: #666;
        margin-bottom: 12px;
        line-height: 24px;
    }
    .page-contact {
        padding: 60px 0;
    }
    .page-contact .contact-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        overflow: hidden;
        /* background: #12b46d; */
    }
    .page-contact .contact-content .contact-main h3 {
        font-size: 30px;
        color: #e62022;
        font-weight: bold;
        margin-bottom: 25px;
    }
    .page-contact .contact-content .contact-main h6 {
        font-size: 22px;
        font-weight: bold;
        line-height: 54px;
        display: inline-block;
        margin: 0;
        padding: 0 24px;
        color: #12b56d;
        border: 1px dashed #12b56d;
        margin: 30px 0;
    }
    .page-contact .contact-content .contact-main h6 span {
        font-size: 32px;
    }
    .page-contact .contact-content .contact-main p {
        font-size: 15px;
        color: #444;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }
    .page-contact .contact-content .contact-main {
        width: 49%;
        padding: 0px 4%;
    }
    .page-contact .contact-content .contact-main p:before {
        margin-right: 10px;
        font-size: 18px;
        color: #e62022;
    }
    .page-contact .contact-content .contact-main .erweima {
        display: flex;
        align-items: flex-end;
        margin-top: 40px;
    }
    .page-contact .contact-content .contact-main .erweima .pic {
        max-width: 120px;
    }
    .page-contact .contact-content .contact-main .erweima .note {
        margin-left: 20px;
    }
    .page-contact .contact-content .contact-main .erweima .note p {
        margin-bottom: 6px;
    }
    .page-contact .contact-content .map img {
        max-width: initial;
    }
    .page-contact .contact-content .map {
        width: 50%;
    }
    .page-contact .contact-content .map .BMap_Marker img {
        max-width: 100%;
    }
    .page-about .about-content {
        /* max-width: 1600px; */
        margin: auto;
    }
}

@media screen and (min-width:320px) and (max-width:1199px) {
    .page-banner {
        height: 345px;
        width: 100%;
        background: url(../images/page_banner.jpg) center center no-repeat;
        text-align: center;
        display: none;
    }
    .page-banner .container {
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-banner .container h3 {
        font-size: 28px;
        color: #fff;
    }
    .page-banner .container p {
        color: #fff;
        font-size: 16px;
        margin-top: 8px;
    }
    .page-service .container {
        max-width: 1460px;
    }
    .page-service .service-list {
        padding: 1.066667rem 0;
    }
    .page-service .service-list .main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-service .service-list .main .item {
        width: 48.5%;
        text-align: left;
        margin-bottom: 2.5%;
        /* background: #e62022; */
        padding: 1%;
        align-items: center;
        padding: 5% 3%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        top: 0px;
        position: relative;
        border-radius: 2px;
        border: 1px solid #eee;
    }
    .page-service .service-list .main .item .icon {
        margin: auto;
        display: block;
        width: 1.76rem;
        height: 1.76rem;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        margin-bottom: .36667rem;
        padding: .266667rem;
        border: #e62022 solid .053333rem;
        text-align: center;
    }
    .page-service .service-list .main .item .text {
        width: 100%;
        text-align: center;
    }
    .page-service .service-list .main .item .text h5 {
        font-size: .426667rem;
        display: block;
        margin-top: .4rem;
        color: #e62022;
        font-weight: bold;
    }
    .page-service .service-list .main .item .text p {
        margin-top: .266667rem;
        line-height: .586667rem;
        color: #666;
    }
    .page-service .service-list .main .item .icon img {
        max-height: 42px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .page-service .book {
        padding: 1.066667rem 0;
        background: #f8f8f8;
    }
    .page-service .book .container {
        padding: 2%;
    }
    .page-service .book .container .pic {
        position: relative;
        height: 4.48rem;
        background-size: 100% !important;
        display: none;
    }
    .page-service .book .container .text {}
    .page-service .book .container .text h3 {
        font-size: .533333rem;
        line-height: .853333rem;
        color: #333;
        font-weight: bold;
    }
    .page-service .book .container .text h3 br {
        display: none;
    }
    .page-service .book .container .text p {
        font-size: .426667rem;
        color: #666;
        text-align: left;
        margin-top: .133333rem;
    }
    .page-service .book .container .text form {
        margin-top: .426667rem;
    }
    .page-service .book .container .text form select {
        width: 100%;
        height: 1.226667rem;
        line-height: 1.226667rem;
        float: left;
        font-size: .346667rem;
        color: #999999;
        text-align: left;
        margin: .32rem 0 0 0;
        padding: 0 .4rem;
        border: 0;
        background-color: #fff;
    }
    .page-service .book .container .text form input {
        width: 100%;
        height: 1.226667rem;
        line-height: 1.226667rem;
        float: left;
        font-size: .346667rem;
        color: #999999;
        text-align: left;
        margin: .32rem 0 0 0;
        padding: 0 .4rem;
        border: 0;
        background-color: #fff;
    }
    .page-service .book .container .text form .fastener {
        display: flex;
        justify-content: center;
        clear: both;
    }
    .page-service .book .container .text form .fastener .submit {
        width: 40%;
        float: left;
        height: 1.226667rem;
        line-height: 1.226667rem;
        background-color: #e62022;
        border: 0;
        color: #fff;
        font-size: .373333rem;
        margin: .533333rem 0 0 0;
        border-radius: .133333rem;
        text-align: center;
    }
    .page-service .book .container .text form .fastener a {
        width: 40%;
        float: left;
        height: 1.226667rem;
        line-height: 1.226667rem;
        border: 0;
        color: #fff;
        font-size: .373333rem;
        margin: .533333rem 0 0 0;
        border-radius: .133333rem;
        background: #777;
        margin-left: .4rem;
        text-align: center;
    }
    .page-service .service-case {
        padding: 1.066667rem 0;
    }
    .page-service .service-case .index-title h3 {
        color: #e62022;
    }
    .page-service .service-case .index-title p {
        margin-top: .426667rem;
    }
    .page-service .service-case .container {
        overflow: hidden;
    }
    .page-service .service-case .pic {
        overflow: hidden;
    }
    .page-service .service-case .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .service-case .item:hover .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-service .service-case .item:hover .text {
        background: #e62022;
    }
    .page-service .service-case .item:hover h4 {
        color: #fff;
    }
    .page-service .service-case .item .text {
        text-align: center;
        overflow: hidden;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-service .service-case .item h4 {
        text-align: center;
        margin: .426667rem 0 0px 0px;
        color: #666;
    }
    .page-service .service-case .item p {
        display: none;
        font-size: 14px;
        color: #666;
    }
    .page-case {
        padding: 1.066667rem 0;
    }
    .page-case .case-list {
        display: flex;
        flex-wrap: wrap;
    }
    .page-case .case-list .item {
        width: 48.5%;
        margin-right: 3%;
        /* text-align: center; */
        margin-bottom: .64rem;
    }
    .page-case .case-list .item:nth-child(2n) {
        margin-right: 0;
    }
    .page-case .case-list .item .pic {
        overflow: hidden;
    }
    .page-case .case-list .item .pic img {
        max-width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-case .case-list .item:hover .pic img {
        transform: scale(1.1);
    }
    .page-case .case-list .item h3 {
        margin-top: .32rem;
        font-size: .373333rem;
        color: rgb(78, 78, 78);
    }
    .page-honor .case-list .item {
        width: 18%;
    }
    .page-honor .case-list .item:hover .pic img {
        transform: scale(1);
    }
    .pagin {
        text-align: center;
        margin-top: .8rem;
    }
    .pagin.ba_f a {
        background: #fff;
    }
    .pagin a {
        display: inline-block;
        color: #666;
        padding: .213333rem .293333rem;
        text-align: center;
        margin: 0 .026667rem;
        font-size: .346667rem;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        background: #f6f6f6;
    }
    .pagin a:hover {
        background: #e62022;
        color: #fff;
    }
    .pagin a.current {
        background: #e62022;
        color: #fff;
    }
    .page-case-content {
        padding: 1.066667rem 0;
    }
    .page-case-content .container {
        max-width: 1460px;
    }
    .page-case-content .content-main {}
    .page-case-content .content-main .pic {}
    .page-case-content .content-main .text {
        margin-top: .4rem;
    }
    .page-case-content .content-main .text h2 {
        font-size: .426667rem;
        color: #333;
        padding: .266667rem 0 .4rem;
        border-bottom: #e5e5e5 1px solid;
        margin-bottom: .4rem;
        font-weight: bold;
    }
    .page-case-content .content-main .text .case-project {
        line-height: .693333rem;
        color: #6d6d6d;
    }
    .page-case-content .content-main .text .case-content {
        line-height: .693333rem;
        color: #6d6d6d;
    }
    .page-about {
        padding: 1.066667rem 0;
    }
    .page-about .about-main .main-content {
        overflow: hidden;
    }
    .page-about .about-main .main-content .pic {
        width: 100%;
    }
    .page-about .about-main .main-content .text {
        width: 100%;
    }
    .page-about .about-main .main-content .text h3 {
        font-size: .533333rem;
        font-weight: bold;
        margin-top: .48rem;
        color: #444;
        position: relative;
        line-height: .853333rem;
    }
    .page-about .about-main .main-content .text h4 {
        font-size: .533333rem;
        color: #444;
        font-weight: bold;
        margin-bottom: .64rem;
    }
    .page-about .about-main .main-content .text h3::after {
        /* content: ''; */
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50px;
        height: 2px;
        background: #fff;
    }
    .page-about .about-main .main-content .text p {
        color: #5f5f5f;
        margin-bottom: .266667rem;
        line-height: .64rem;
    }
    .page-about .about-main .about-date {
        margin-top: 20px;
    }
    .page-about .about-main .about-date .module_ul {
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .page-about .about-main .about-date li {
        width: 50%;
        background-color: #fff;
        box-sizing: border-box;
        display: inline-block;
        display: box;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-align-content: center;
        -moz-align-content: center;
        -ms-align-content: center;
        -o-align-content: center;
        align-content: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
        position: relative;
    }
    .page-about .about-main .about-date li::after {
        /* content: ""; */
        position: absolute;
        height: 60px;
        width: 1px;
        background: #eee;
        right: 0;
    }
    .page-about .about-main .about-date li:last-child:after {
        display: none;
    }
    .page-about .about-main .about-date li .number .counterDX {
        font-size: .96rem;
        color: #e62022;
    }
    .page-about .about-main .about-date li:nth-child(1) .number .unit {
        font-size: 16px;
        font-weight: lighter;
    }
    .page-about .about-main .about-date li .number .unit {
        font-size: 16px;
        color: #666;
        vertical-align: super;
        margin-left: 5px;
    }
    .page-about .about-main .about-date .number {
        line-height: .586667rem !important;
    }
    .page-about .about-main .about-date .title_p {
        line-height: .586667rem !important;
        color: #666;
    }
    .page-about .about-culture {
        padding: 1.066667rem 0;
        overflow: hidden;
    }
    .page-about .about-culture .culture-main {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-about .about-culture .culture-main .item {
        width: 48.5%;
        cursor: pointer;
        margin-bottom: .8rem;
    }
    .page-about .about-culture .culture-main .item:nth-child(2n) {
        flex-wrap: wrap-reverse;
        display: flex;
    }
    .page-about .about-culture .culture-main .item .text {
        text-align: center;
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-about .about-culture .culture-main .item .text .cont {
        margin: auto;
        display: block;
        position: relative;
        margin-top: .533333rem;
    }
    .page-about .about-culture .culture-main .item .text .cont h4 {
        font-size: .426667rem;
        padding-bottom: .586667rem;
        font-weight: bold;
        position: relative;
    }
    .page-about .about-culture .culture-main .item .text .cont h4::after {
        content: '';
        position: absolute;
        bottom: .32rem;
        left: 0;
        right: 0;
        margin: auto;
        width: 1.2rem;
        height: .053333rem;
        background: #e62022;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-about .about-culture .culture-main .item .text .cont p {
        color: #666;
        line-height: .586667rem;
    }
    .page-about .about-culture .culture-main .item .pic {
        overflow: hidden;
    }
    .page-about .about-culture .culture-main .item .pic img {
        width: 100%;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-about .about-culture .culture-main .item:hover .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-about .about-team {
        margin-top: 1.066667rem;
    }
    .page-about .about-team .team-main {
        overflow: hidden;
    }
    .page-about .about-team .team-main p {
        text-align: center;
        padding-top: 15px;
        font-size: 15px;
    }
    .page-about .index-title h3 {
        font-size: .533333rem;
    }
    .page-news {
        padding: 1.066667rem 0;
    }
    .page-news .news-list {
        max-width: 1400px;
        margin: auto;
    }
    .page-news .news-list .item {
        border-bottom: 1px solid #eee;
        padding-bottom: .48rem;
        margin-bottom: .8rem;
    }
    .page-news .news-list .item {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .page-news .news-list .item .pic {
        width: 100%;
    }
    .page-news .news-list .item .text {
        width: 100%;
        margin-top: .266667rem;
    }
    .page-news .news-list .item .text h4 {
        margin-top: .32rem;
    }
    .page-news .news-list .item .text h4 a {
        margin-top: .4rem;
        font-size: .426667rem;
        font-weight: bold;
        color: #333;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .news-list .item:hover .text h4 a {
        color: #e62022;
    }
    .page-news .news-list .item .text p {
        color: #666;
        margin-top: .266667rem;
        line-height: .586667rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .page-news .news-list .item .time {
        display: none;
        justify-content: space-between;
        margin-top: 35px;
        color: #666;
    }
    .page-news .news-list .item .time div {
        color: #666;
    }
    .page-news .news-list .item .time a.more {
        width: 130px;
        display: block;
        height: 42px;
        text-align: center;
        line-height: 42px;
        color: #fff;
        background: #e62022;
        border-radius: 50px;
    }
    .page-news .news-list .item .time a.more span {
        position: relative;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        font-size: 14px;
    }
    .page-news .news-list .item .time a.more span:before {
        font-size: 22px;
        position: absolute;
        right: -24px;
        opacity: 0;
        transition-delay: 0.4s;
        -moz-transition-delay: 0.4s;
        -webkit-transition-delay: 0.4s;
        -o-transition-delay: 0.4s;
        transition: all 0.4s ease;
        color: #fff;
    }
    .page-news .news-list .item:hover .time a.more span {
        padding-right: 22px;
    }
    .page-news .news-list .item:hover .time a.more span:before {
        right: 0;
        opacity: 1;
    }
    .page-news .news-list .item .pic {
        overflow: hidden;
    }
    .page-news .news-list .item .pic img {
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    .page-news .news-list .item:hover .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-content .container {
        max-width: 1400px;
    }
    .page-news-content {
        padding: .666667rem 0 1.066667rem 0;
        background: #f8f8f8;
    }
    .page-news-content .news-content {
        background: #fff;
        padding: .533333rem;
    }
    .page-news-content .news-content .top-title {
        margin-bottom: .666667rem;
        border-bottom: 1px solid #eee;
        padding-bottom: .533333rem;
        margin-top: .266667rem;
    }
    .page-news-content .news-content .top-title h2 {
        font-size: .48rem;
        margin-bottom: .32rem;
        font-weight: bold;
    }
    .page-news-content .news-content .top-title .note {
        color: #777;
    }
    .page-news-content .news-content .top-title p {
        font-size: 14px;
        color: #777;
        margin-top: 10px;
    }
    .page-news-content .news-content .content p {
        color: #666;
        margin-bottom: .32rem;
        line-height: .64rem;
    }
    .page-contact {
        padding: 1.066667rem 0;
    }
    .page-contact .contact-content {
        overflow: hidden;
        /* background: #12b46d; */
    }
    .page-contact .contact-content .contact-main h3 {
        font-size: .533333rem;
        color: #e62022;
        font-weight: bold;
        margin-bottom: .586667rem;
    }
    .page-contact .contact-content .contact-main h6 {
        font-size: 22px;
        font-weight: bold;
        line-height: 54px;
        display: inline-block;
        margin: 0;
        padding: 0 24px;
        color: #12b56d;
        border: 1px dashed #12b56d;
        margin: 30px 0;
    }
    .page-contact .contact-content .contact-main h6 span {
        font-size: 32px;
    }
    .page-contact .contact-content .contact-main p {
        font-size: .373333rem;
        color: #444;
        margin-bottom: .32rem;
        display: flex;
        align-items: center;
        line-height: .586667rem;
    }
    .page-contact .contact-content .contact-main {
        width: 100%;
    }
    .page-contact .contact-content .contact-main p:before {
        margin-right: .266667rem;
        font-size: .48rem;
        color: #e62022;
    }
    .page-contact .contact-content .contact-main .erweima {
        display: flex;
        align-items: flex-end;
        margin-top: .8rem;
    }
    .page-contact .contact-content .contact-main .erweima .pic {
        max-width: 2.666667rem;
    }
    .page-contact .contact-content .contact-main .erweima .note {
        margin-left: .4rem;
    }
    .page-contact .contact-content .contact-main .erweima .note p {
        margin-bottom: .133333rem;
    }
    .page-contact .contact-content .map img {
        max-width: initial;
    }
    .page-contact .contact-content .map {
        width: 100%;
        margin-top: .933333rem;
    }
    .page-contact .contact-content .map #dituContent {
        height: 6.933333rem !important;
    }
    .page-contact .contact-content .map .BMap_Marker img {
        max-width: 100%;
    }
    .page-about .about-content {
        /* max-width: 1600px; */
        margin: auto;
    }
}

@media only screen and (max-width: 1320px) and (min-width:1199px) {
    .page-about .about-main .main-content .text p {
        font-size: 14px;
        line-height: 24px;
    }
    .page-service .book .container .text h3 {
        font-size: 26px;
    }
    .page-service .service-case .item h4 {
        font-size: 15px;
    }
    .page-service .service-case .index-title p {
        font-size: 15px;
    }
    .page-case .case-list .item {
        width: 32%;
        margin-right: 2%;
    }
    .page-case .case-list .item:nth-child(3n) {
        margin-right: 0 !important;
    }
    .page-case .case-list .item:nth-child(4n) {
        margin-right: 2%;
    }
}