* {
    font-family: STHeiti;
}
html,
body {
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-size: 62.5%;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #fafafa;
}

ul,
li,
ol {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0px !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important
}

.cl {
    zoom: 1;
}

.cl::after {
    content: "";
    clear: both;
    display: block;
    line-height: 0;
    visibility: hidden;
}

.txt-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.txt-line5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pb50 {
    padding-bottom: 50px;
}

.com-tit {
    padding: 50px 0;
}

.com-tit p {
    font-size: 16px;
    line-height: 1.5em;
    color: #999;
}

.tran4ms {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.w1000 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}


/* s=head */

.head-main {
    /*padding: 12px 0px;*/
    display: flex;
    align-items: center;
    padding: 8px 0;
}

    .head-main .col-md-2 {
        padding:0;
    }
    .head-main .col-lg-2 {
        padding:0;
    } 
.head-main .col-md-2 img{
    max-width:100%;
}


.head-logo {
    font-size: 1.6rem;
}

.head-logo p {
    display: none;
}

.head-list {
    display: flex;
    justify-content: flex-end;
}

.head-list li {
    margin-left: 36px;
}

.head-list li a,
.head-list li a::before {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.head-list li a {
    font-size: 1.8rem;
    padding: 0px 0px 8px;
    position: relative;
}

.head-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #f30303;
}

.head-list li a.active::before,
.head-list li a:hover::before {
    width: 100%;
}

.head-list li a.active,
.head-list li a:hover {
    color: #f30303;
}

.head-tel span {
    font-size: 2.8rem;
    color: #f30303;
}

.head-tel i {
    font-size: 3.4rem;
    margin-right: 10px;
    color: #666;
}

.mb-menuicon {
    font-size: 3.2rem;
}


/* banner */

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: none;
}

.swiper-button-prev i,
.swiper-button-next i {
    font-size: 4.2rem;
    color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    border-radius: 0;
    background: rgba(255, 255, 255, .5);
}

.index-banner .swiper-slide img {
    max-width: 100%;
}

.index-banner .swiper-button {
    display: none;
}


/* s=service-list */

.service-wrap {
    background: #eff4f5;
    padding-bottom: 50px;
}

.service-list li a {
    /* width: 320px;*/
    height: 220px;
    flex-direction: column;
    font-size: 1.8rem;
    padding: 0 10px;
}

.service-list li a:hover {
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
}

.service-list li a p {
    color: #969696;
    text-align: center;
}


/* index-case */

.index-case {
    padding-bottom: 50px;
}

.case-item {
    margin-bottom: 30px;
}

.case-item-main {
    display: block;
    cursor: pointer;
}

.case-item-main:hover {
    box-shadow: 0px 7px 17px 3px #ccc
}

.case-itemimg {
    height: 200px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: block;
    overflow: hidden;
}

.case-itemimg img {
    width: 100%;
}

.case-itemimg .mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    flex-flow: column;
}

.case-itemimg .mask span {
    color: #fff;
    font-size: 1.6rem;
}

.case-itemimg .mask i {
    display: block;
    width: 100px;
    height: 1px;
    background: #fff;
    margin: 4px 0;
    transition: all .5s;
}

.case-item-main:hover .mask {
    opacity: 1;
}

.case-item-main:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.case-item-main:hover .mask i {
    width: 20px;
}

.case-itemtxt {
    border: 1px solid #f2f2f2;
    padding: 12px 12px 0 12px;
    font-size: 1.4rem;
    border-top-width: 0;
}

.case-itemlink {
    padding: 12px 0;
    border-top: 1px solid #f2f2f2;
    margin-top: 30px;
    display: block;
}

.case-itemlink i {
    position: relative;
    left: -30px;
}

.case-item-main:hover .case-itemlink i {
    left: 0px;
    color: #f30303;
}


/* s=service-process */

.service-process {
    background: #eff4f5;
}

.service-process-cont {
    font-size: 1.8rem;
    color: #969696;
}

.service-process-cont .top {
    float: none;
}

.service-process-cont .tit {
    font-size: 3.0rem;
    color: #504f60;
    display: inline
}

.service-process-cont .intro {
    display: inline;
}

.service-process-cont li {
    margin: 40px 0;
}

.service-prort li:last-child {
    position: relative;
    margin-top: 100px;
}


/* s=index-news */

.index-news {
    background: url(../images/bg-map.jpg) no-repeat;
    background-size: 100% 100%;
}

.index-news .com-tit {
    padding-bottom: 0px;
}

.news-box {
    margin-left: -8px;
}

.news-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around
}

.news-item-top {
    background: url(../images/n-img-02.png) no-repeat bottom center;
    height: 84px;
    line-height: 30px;
    padding-top:20px;
    text-align: center;
    /* color: #d0a267; */
    /*color: #f30303;*/
    font-size: 18px;
    margin-bottom: 28px;
}

.news-item .date {
    background: #eaeaea;
    width: 142px;
    height: 68px;
    border-radius: 5px;
    padding: 5px 0px;
    text-align: center;
    color: #ffffff;
    line-height: 22px;
    transition: all .7s;
}

.news-item .date span.day {
    height: 37px;
    line-height: 1;
    font-size: 34px;
    font-weight: bold;
    display: block;
}

.news-item .date span.year-month {
    font-size: 1.4rem;
}

.news-item:hover .date {
    background: #f30303;
}

.news-item:hover .infor {
    color: #f30303;
}

.news-item .infor {
    width: 480px;
    padding-left: 12px;
}

    .news-item .infor h4 {
        margin-top: 0px;
        margin-bottom: 6px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.news-item .infor p {
    font-size: 1.4rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-btn {
    width: 136px;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    text-align: center;
    display: block;
    color: #999999;
    font-size: 14px;
    border: 1px solid #eaeaea;
    margin: 0 auto;
}


/* s=index-linkus */

.index-linkus {
    background: #eff4f5;
    font-size: 1.4rem;
    padding: 40px 0;
}

.index-linkus h1 {
    padding-bottom: 30px;
}
    .index-linkus h1 span {
        color:red;
    }

.index-linkus input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border: 0;
    font-size: 1.5rem;
    margin-bottom: 15px;
    outline: 0;
}

.footer {
    color: #555;
}

.footer-link {
    position: relative;
}

.footer-top {
    padding: 32px 0 18px 0;
}

.footer-link-txt {
    padding-left: 60px;
    line-height: 1.8;
}

.footer-link-txt p:nth-child(1) {
    font-size: 1.8rem;
}

.footer-link-txt p:nth-child(2) {
    font-size: 2.8rem;
    font-weight:bold;
    color:red;
}

.footer-link-txt p:nth-child(n+3) {
    font-size: 1.4rem;
}

.footer-menu li a {
    color: #555;
    font-size: 1.4rem;
    line-height: 1.8;
}

.footer-menu ul li:nth-child(1) a {
    font-size: 1.6rem;
    font-weight: bold;
}

.footer-copyright {
    font-size: 1.4rem;
    line-height: 1.8;
    padding-bottom: 12px;
}


/* .link-lf p {
    font-size: 1.4rem;
    height: 40px;
    line-height: 40px;
    color: #666;
}

.link-lf p span {
    margin-right: 12px;
}

.link-gzh {
    border: 1px solid #ddd;
    text-align: center;
    float: right;
    padding: 15px;
}

.link-gzh p {
    margin-top: 10px;
} */


/* linkus */

.link-row {
    background: #0098c5;
}

.link-cont {
    padding: 50px 30px 30px 50px;
    color: #fff;
    font-size: 1.6rem;
}

.link-cont1 {
    border-bottom: 1px solid #22a9d1;
    padding-bottom: 24px;
}

.link-cont2 {
    padding-top: 14px;
}

.link-cont2 p {
    line-height: 40px;
}

.link-cont2 p span {
    margin-right: 10px;
    font-size: 2.2rem;
}

.link-map {
    height: 450px;
}

.aboutpage {
    position: relative;
    /* height: 380px; */
    color: #fff;
    flex-direction: column;
    overflow: hidden;
}

.aboutpage img {
    max-width: 100%;
}


/* .aboutpage p {
    font-size: 1.8rem;
}

.aboutpage img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
} */

.about-lf {
    position: relative !important;
}

.about-lfimg {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.about-table tr td {
    width: 25%;
}

.about-table tr td img {
    width: 100%;
}

.about-table td b {
    font-size: 3.0rem;
    color: #0098c5;
    font-weight: normal;
    padding-left: 19%;
    padding-right: 13%;
    margin-bottom: 4%;
    display: block;
}

.about-table td p {
    font-size: 1.4rem;
    padding-left: 19%;
    padding-right: 13%;
}

.about-table td .txt-wrap {
    height: 160px;
    width: 80%;
    font-size: 1.4rem;
    margin-left: 10%;
    padding-right: 4%;
}

@media screen and (min-width:1600px) {
    .about-table td .txt-wrap {
        height: 260px;
    }
}

.about-titbg {
    text-align: center;
    background: url(../images/8nian-tibg.jpg) repeat-x;
}

.about-tittxt p {
    font-size: 1.6rem;
}

.mb-aboutus {
    background: url(../images/about-intrbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.mb-aboutus-top {
    overflow: hidden;
    padding: 20px 25px;
}

.mb-aboutus-top span {
    width: 88px;
    display: block;
}

.mb-aboutus-top span img {
    max-width: 100%;
}

.mb-aboutus-art {
    height: 220px;
    color: #fff;
    background: rgba(255, 255, 255, .88);
    box-sizing: border-box;
    font-size: 1.4rem;
    color: #444;
    padding: 20px;
    overflow-y:scroll;
}

.mb-aboutus-artmain {
    height: 180px;
}

.vam li {
    width: 50%;
    float: left;
}

.vam li img {
    width: 100%;
}

.value-art {
    padding: 12px;
    font-size: 1.2rem;
}

.value-art h5 {
    margin-top: 0;
    font-size: 1.6rem;
    color: #0098c5;
}

.value-art p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 1.4rem;
}

.experience-top {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 10px;
}

.experience-top img {
    width: 100%;
}

.experience-top p {
    font-size: 1.4rem;
    line-height: 2.0;
}

.experience ul li {
    width: 50%;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.experience ul li:nth-child(1),
.experience ul li:nth-child(4) {
    background: #ececec;
}

.experience ul li:nth-child(2),
.experience ul li:nth-child(3) {
    background: #eaf3f5;
}

.experience ul li p {
    font-size: 1.4rem;
}

.experience ul li p.tit {
    font-size: 1.6rem;
    margin-top: 6px;
    color: #0098c5;
}

.experience ul li img {
    width: 33%;
}

.shape-wrap {
    flex-direction: column;
    border-left: 1px solid #cee0e5;
    margin: 60px 0;
}

.shape-wrap:last-child {
    border-right: 1px solid #cee0e5;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .shape-wrap {
        border: 0;
    }
    .shape-wrap:last-child {
        border-right: 0;
    }
}

.shape {
    /* width: 202px;
    height: 202px; */
    position: relative;
    text-align: center;
    color: #fff;
}

.shape .num {
    position: absolute;
}

.shape h3 {
    position: absolute;
    top: 126px;
    width: 202px;
    text-align: center;
}

.shap h4 {
    color: #333;
}

.ser-comtit {
    text-align: center;
    padding: 50px 0;
}

.our-seritem-wrap {
    display: flex;
}

.our-seritem {
    width: 25%;
    text-align: center;
    padding: 0 15px;
}

.our-seritem h3 {
    height: 76px;
    line-height: 36px;
}

.our-seritem-num {
    position: relative;
    margin: 20px 0;
}

.our-seritem-num02 {
    /* width: 90px; */
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -45px;
    height: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 1.1);
    width: 90px;
    display: block;
}

.our-seritem-num02-1 {
    background: url(../images/4da01_2.png) top center no-repeat;
}

.our-seritem-num02-2 {
    background: url(../images/4da02_2.png) top center no-repeat;
}

.our-seritem-num02-3 {
    background: url(../images/4da03_2.png) top center no-repeat;
}

.our-seritem-num02-4 {
    background: url(../images/4da04_2.png) top center no-repeat;
}

.our-seritem-num02-5 {
    background: url(../images/4da05_2.png) top center no-repeat;
}

.our-seritem:hover .our-seritem-num02 {
    height: 62px;
}

.our-seritem-info {
    font-size: 1.6rem;
    line-height: 1.8;
}

.service-flow {
    background: url(../images/flcbg.jpg) no-repeat;
}

.service-flowimg {
    display: block;
    margin: 0 auto;
}

.servier-system {
    background: #efefef;
}

.service-syetem-cont {
    display: block;
    width: 1260px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}

.service-system-item {
    position: absolute;
    width: 250px;
}

.service-system-item h3 {
    text-align: center;
}

.ser-sysitem1 {
    top: 80px;
    left: 110px;
}

.ser-sysitem2 {
    top: 80px;
    left: 930px;
}

.ser-sysitem3 {
    top: 315px;
    left: 110px;
}

.ser-sysitem4 {
    top: 315px;
    left: 930px;
}

.ser-sysitem5 {
    top: 547px;
    left: 110px;
}

.ser-sysitem6 {
    top: 547px;
    left: 930px;
}

.case-tit {
    border-left: 2px solid #0098c5;
    padding-left: 14px;
    margin: 60px 0;
}

.case-tit small {
    margin-left: 30px;
}

.category {
    font-size: 1.6rem;
    display: flex;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 30px;
    padding-bottom: 18px;
    margin-bottom: 60px;
}

.category div:first-child {
    width: 120px;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
}

.category-list a {
    display: block;
    margin: 0 12px 12px;
}

.category-list a.active,
.category-list a:hover {
    color: #0098c5;
}

.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination a {
    display: block;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin: 8px;
    text-align: center;
    font-size: 1.4rem;
    color: #999;
    padding: 8px 14px;
}

.pagination a.active,
.pagination a:hover {
    background: #0098c5;
    color: #fff;
}

.pagination-jump {
    margin-left: 30px;
    color: #999;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

.page-jump {
    margin: 0 5px;
    height: 36px;
    line-height: 36px;
    width: 36px;
    border: 1px solid #e3e3e3;
    text-align: center;
    border-radius: 5px;
    outline: 0;
}

.news-category {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0px;
}

.news-category a {
    display: block;
    border: 1px solid #ddd;
    width: 120px;
    height: 40px;
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    margin: 8px 10px;
    font-size: 1.6rem;
}

.news-category a.active,
.news-category a:hover {
    background: #0098c5;
    color: #fff;
    border-color: #0098c5;
}

.case-itemtxt-date {
    width: 26%;
    float: left;
    border-right: 1px solid #e5e5e5;
    height: 70px;
}

.case-itemtxt-date .day {
    font-size: 52px;
    color: #6d6d6d !important;
    line-height: 45px;
}

.case-itemtxt-detail {
    float: left;
    padding-left: 12px;
    width: 74%;
}


/* 
.case-itemtxt-cont {
    display: flex;
    flex-wrap: nowrap;
} */

.order-row {
    background: #f4f4f4;
}

.order-row h1 {
    margin-top: 140px;
}

.order-row p {
    margin-top: 40px;
    font-size: 1.4rem;
}

.detail-tit {
    margin: 40px 0;
}

.detail-tit p {
    font-size: 1.4rem;
    color: #666;
}

.detail-tit p span {
    margin: 0 15px;
}

.detail-tit p span i {
    margin-right: 6px;
}

.detail-txt {
    font-size: 1.4rem;
}

.detail-txt p {
    margin: 1em 0;
}

.detail-txt img {
    display: block;
    margin: 12px auto;
    max-width: 100%;
}


/* .detail-imgshow {
    margin: 60px auto 0;
    background: url(../images/mac.png) center top no-repeat;
    background-size: contain;
    padding-top: 39px;
    height: 772px;
    width: 1028px;
    position: relative;
}

.detail-imgshow .swiper-container {
    width: 947px;
    height: 535px;
    overflow: hidden;
    margin: auto;
} */

.detail-page {
    margin: 40px 0;
    border-top: 2px solid #ddd;
    padding-top: 20px;
}

.detail-page p {
    font-size: 1.4rem;
    margin-bottom: 20px;
    display: flex;
}

.detail-page p span {
    white-space: nowrap;
}

.bottom-nav {
    height: 60px;
}

.bottom-nav ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 888;
    background: #fff;
    border-top: 1px solid #eee;
}

.bottom-nav ul li a span {
    font-size: 2.4rem;
}

.bottom-nav ul li a div {
    font-size: 1.4rem;
}

.bottom-nav ul li.active a {
    color: #f30303;
}

.mb-menu {
    position: absolute;
    left: 0;
    top: 63px;
    background: #fafafa;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 30px;
    display: none;
    text-align: center;
}

.mb-menu ul li {
    border-bottom: 1px solid #eee;
    line-height: 2.8;
}

.mb-menu ul li a {
    font-size: 1.6rem;
}


/* side-bar */

.side-pannel {
    position: fixed;
    right: 0px;
    z-index: 99999;
}

.side-bar {
    border: 1px solid #E7E7E7;
    border-bottom: none;
    bottom: 300px;
    background: #fff
}

.side-bar a {
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #E7E7E7;
    color: #676767;
    text-align: center;
    padding: 6px 8px;
}

.side-bar a s {
    display: block;
    font-size: 3.0rem;
    text-decoration: none;
}

.side-bar a:hover {
    /* background: #DFFFED */
    background: #f30303;
    color: #fff;
    text-decoration: none;
}

.side-bar a.qr,
.side-bar a.tel {
    position: relative;
}

.side-bar a.qr i {
    position: absolute;
    right: 130%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    box-shadow:0 2px 4px rgba(0,0,0,0.25);
    z-index:998;
}

    .side-bar a.qr i:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -20px;
        transform:translateY(-50%);
        top: 50%;
        z-index: 999;

    }
    /*.side-bar a.qr::before,
.side-bar a.tel::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -22px;
    top: 15px;
    display: none;
    z-index: 999;
}*/
    .side-bar a.qr:hover i,
    .side-bar a.qr:hover::before,
    .side-bar a.tel:hover::before,
    .side-bar a.tel:hover .tel-wrap {
        display: block
    }

.tel-wrap {
    position: absolute;
    right: 130%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 20px;
    width: 180px;
    box-shadow: 0 1px 5px #ddd;
    z-index: 994;
    display: block;
}

    .tel-wrap:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        position: absolute;
        right: -20px;
        transform: translateY(-50%);
        top: 50%;
        z-index: 999;
    }
    /*.tel-top {
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
}*/
    .tel-toplf span {
        font-size: 3.2rem;
        color: #666;
    }

.tel-toprt p {
    font-size: 1.6rem;
    color: #f30303;
    font-weight:600;
}

.tel-toprt h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #666;
}

.tel-toprt {
    text-align: left;
    margin-left: 12px;
}

.tel-bot span {
    font-size: 1.4rem;
    margin-right: 30px;
    color: #666;
}

.mb-gotop-wrap {
    position: fixed;
    right: 4px;
    bottom: 90px;
    width: 46px;
    height: 46px;
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 100%;
    line-height: 46px;
    z-index: 99999999;
}

.mb-gotop-wrap span {
    font-size: 3.2rem;
}

.content-slide {
    padding: 12px;
}

.content-slide h4 {
    font-size: 2.6rem;
    color: #0098c5;
    text-align: center;
}

.content-slide .ser-items-pic {
    width: 80px;
    margin: 20px auto;
}

.content-slide .ser-items-pic img {
    max-width: 100%;
}

.content-slide .ser-items-art {
    font-size: 1.6rem;
    color: #646464;
    display: block;
    margin: 0 auto;
    max-width: 80%;
    text-align: center;
}

.content-slide .ser-items-line {
    display: block;
    height: 20px;
    width: 1px;
    margin: 10px auto 0;
    background: url(../images/v-line.jpg) repeat-y;
}

.caseshow {
    background: url(../images/caseshowbg.png) repeat-x;
    background-size: 100% 100%;
    padding-top: 40px;
}

.caseshow-top {
    max-width: 1000px;
    min-height: 646px;
    margin: 0 auto;
    background: url(../images/caseshow-top.png);
    background-size: 100% 100%;
    padding-top: 30px;
}

.caseshow-left {
    font-size: 1.4rem;
}

.caseshow-content {
    background: #f5f5f6;
    padding: 3% 0px;
}

.caseshow-content img {
    max-width: 100%;
    margin: 10px auto;
}

.caseshow-right {
    height: 160px;
    /* padding: 12px; */
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.caseshow-btn a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: #f30303;
    line-height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    margin-right: 12px;
    margin-top: 20px;
}

.caseshow-imgwrap {
    width: 762px;
    height: 477px;
    overflow: hidden;
    margin: auto;
}

@media screen and (max-width:1000px) {
    .caseshow-imgwrap {
        width: auto;
        max-height: 520px;
    }
}

@media screen and (max-width:768px) {
    .caseshow-imgwrap {
        width: auto;
        max-height: 220px;
    }
}