﻿.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.header {
    width: 100%;
    height: 64px;
    position: fixed;
    z-index: 999;
    background: rgba(255,255,255,.1);
}

    .header .headercontainner {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        align-items: center;
    }

.flexRow {
    display: flex;
    flex-direction: row;
}

.header .headercontainner .header-logo {
    width: 334px;
    height: 50px;
}

.header .headercontainner .navList {
    height: 100%;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

    .header .headercontainner .navList .navList-item {
        font-size: 16px;
        padding: 0 16px;
        align-items: center;
        justify-content: center;
        position: relative;
        height: 36px;
        line-height: 36px;
        color: #fff;
    }

    .header .headercontainner .navList .activeChose {
        background: rgba(255,255,255,0.2);
        border-radius: 6px;
    }

.headSwiper {
    width: 100%;
    height: 750px;
    position: relative;
    background: url(/pccss/template/images/aboutbg1.jpg) center center no-repeat;
    background-size: 100% 100%;
}

    .headSwiper .imgPos {
        width: 1200px;
        height: 750px;
        position: absolute;
        z-index: 10;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

        .headSwiper .imgPos img {
            position: absolute;
            top: 300px;
            display: block;
        }

.mainWapper {
    margin: 0 auto;
    overflow: hidden;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.aboutIndustry {
    margin-top: 88px;
    justify-content: space-between;
}

    .aboutIndustry .aboutIndustry-left {
        font-size: 48px;
        margin-top: 26px;
    }

.chartText {
    font-size: 28px;
    align-items: center;
    position: relative;
}

.home-line {
    height: 4px;
    background: #cf0019;
    margin-left: 10px;
    display: none;
}

.aboutIndustry .aboutIndustry-left .home-line {
    flex: 1;
}

.englishText {
    font-family: english;
    font-size: 16px;
    margin-top: 10px;
    color: #343434;
    text-indent: 4px;
}

.aboutIndustry .aboutIndustry-right {
    line-height: 32px;
    width: 722px;
    padding-top: 26px;
}

    .aboutIndustry .aboutIndustry-right .right-bottom-Text {
        font-size: 16px;
        color: #555;
    }

.chartText span {
    font-size: 40px;
    color: #333333;
    font-weight: 500;
}

.infoContanner {
    min-height: 500px;
    margin-top: 56px;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .infoContanner .infoContanner-item {
        width: 589px;
        height: 290px;
        margin-bottom: 22px;
        position: relative;
    }

.el-image {
    display: inline-block;
}

.ab_position {
    position: absolute;
}

.el-image__error, .el-image__inner, .el-image__placeholder {
    width: 100%;
    height: 100%;
}

.el-image__inner {
    vertical-align: top;
}

.infoContanner .infoContanner-item .textWarpper {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    align-items: center;
    justify-content: center;
}

    .infoContanner .infoContanner-item .textWarpper .itemTitle {
        font-size: 40px;
        font-weight: 500;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 33px;
    }

    .infoContanner .infoContanner-item .textWarpper .subTitle {
        text-align: center;
        font-size: 16px;
        color: #fff;
        line-height: 30px;
    }

.infoContanner .infoContanner-long {
    width: 1200px;
    height: 290px;
    margin-bottom: 22px;
    position: relative;
}

.service {
    width: 100%;
    height: 630px;
    background: url("/pccss/template/images/servivelistbg.png") center center no-repeat;
    background-size: 100% 100%;
}

.servicead {
    width: 1200px;
    margin: 0 auto;
}

.leftbt {
    width: 330px;
    color: #fff;
    float: left;
}

    .leftbt h4 {
        font-size: 40px;
        color: #fff;
        margin-top: 260px;
        margin-bottom: 20px;
    }

    .leftbt p {
        font-size: 22px;
        color: #fff;
        margin-bottom: 30px;
    }

    .leftbt span {
        border-bottom: 4px solid #fff;
        width: 50px;
        display: block;
    }

.servicead .rightlist {
    width: 802px;
    float: right;
    margin-top: 175px;
}

    .servicead .rightlist img {
        width: 100%;
    }

.businessactivity {
    width: 1200px;
    margin: 0 auto;
    padding-top: 127px;
    padding-bottom: 150px;
}

    .businessactivity .news {
        height: 360px;
        margin-top: 85px;
    }

    .businessactivity .imgleft {
        width: 590px;
        height: 360px;
        float: left;
    }

        .businessactivity .imgleft img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .businessactivity .newslist {
        float: right;
        width: 562px;
    }

.newslist li {
    margin-top: 24px;
    margin-bottom: 21px;
}

    .newslist li h4 {
        height: 24px;
        line-height: 24px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .newslist li h4 a {
            font-size: 22px;
            color: #333333;
        }

    .newslist li p {
        height: 64px;
        overflow: hidden;
        line-height: 32px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

        .newslist li p a {
            color: #333333;
            font-size: 17px;
        }

    .newslist li .lookmore {
        height: 24px;
        line-height: 24px;
    }

        .newslist li .lookmore span {
            display: block;
            float: left;
            color: #999;
            font-size: 14px;
        }

        .newslist li .lookmore a {
            display: block;
            float: right;
            color: #999;
            font-size: 14px;
        }

.linkuscommon {
    width: 100%;
    height: 300px;
    background: url(/pccss/template/images/linkuscommonbg.png) center center no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

    .linkuscommon h4 {
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 50px;
        color: #fff;
        font-weight: 600;
    }

    .linkuscommon p {
        font-size: 18px;
        margin-top: 38px;
        margin-bottom: 56px;
        color: #fff;
        text-align: center;
    }

    .linkuscommon a {
        display: block;
        margin: 0 auto;
        width: 260px;
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 22px;
        color: #323232;
        border-radius: 10px;
        background: #fff;
    }

.helpfoot {
    width: 100%;
    height: 300px;
    background: #333333;
}

.foottop {
    width: 1200px;
    margin: 0 auto;
    height: 28px;
    padding-top: 28px;
}

    .foottop ul {
        float: left;
    }

    .foottop p {
        float: right;
        color: #fff;
        font-size: 12px;
    }

    .foottop li {
        float: left;
        width: 96px;
        height: 20px;
        border-right: 1px solid #484848;
        line-height: 20px;
        text-align: center;
    }

        .foottop li:last-child {
            border: none;
        }

        .foottop li a {
            color: #fff;
            font-size: 12px;
        }

.helpfoot .line {
    border-top: 1px solid #484848;
    width: 100%;
}

.footbottom {
    width: 1200px;
    margin: 0 auto;
}

    .footbottom p {
        height: 14px;
        line-height: 14px;
        color: #6e7a8a;
        font-size: 14px;
        margin-bottom: 22px;
    }

    .footbottom .footleft {
        float: left;
        width: 330px;
        padding-top: 31px;
    }

    .footbottom .footmiddle {
        float: left;
        width: 347px;
        padding-top: 31px;
    }

    .footbottom .footright {
        float: left;
        width: 396px;
        padding-top: 31px;
    }

    .footbottom .ercode {
        float: right;
        width: 120px;
        height: 150px;
        background: #2d333f;
        margin-top: 31px;
    }

        .footbottom .ercode img {
            width: 110px;
            height: 110px;
            margin: 5px;
            display: block;
        }

        .footbottom .ercode p {
            display: block;
            color: #fff;
            font-size: 14px;
            margin-top: 10px;
            text-align: center;
        }

.companyswiper {
    background: url(/pccss/template/images/companyswiper.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.objective {
    width: 1200px;
    margin: 70px auto 0;
}

    .objective img {
        width: 100%;
    }

.right-top-Text {
    font-size: 28px;
}

.infoContanner .infoContanner-item.width388 {
    width: 388px;
    height: 388px;
}

.infoContanner .infoContanner-item.width794 {
    width: 794px;
    height: 388px;
}

.infoContanner .height380 {
    height: 380px;
}

.companydtswiper {
    background: url(/pccss/template/images/companydtswiper.png) center center no-repeat;
    background-size: 100% 100%;
}

.textlineright {
    justify-content: flex-end;
}

    .textlineright .chartText span {
        font-size: 40px;
        color: #333333;
        font-weight: 600;
        width: 100%;
        text-align: right;
    }

.dtzxmain {
    margin-top: 85px;
}

.dtzxlist {
    float: left;
    width: 810px;
    margin-bottom: 90px;
}

    .dtzxlist dl {
        width: 810px;
        height: 600px;
        background: #fff;
        margin-bottom: 50px;
    }

    .dtzxlist dt {
        width: 810px;
        height: 360px;
    }

    .dtzxlist dl a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .dtzxlist dl img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .dtzxlist dd {
        padding-left: 40px;
        padding-right: 40px;
    }

        .dtzxlist dd h4 {
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 41px;
            margin-bottom: 22px;
        }

            .dtzxlist dd h4 a {
                display: block;
                color: #333333;
                font-size: 28px;
            }

        .dtzxlist dd p {
            line-height: 38px;
            height: 80px;
            overflow: hidden;
        }

            .dtzxlist dd p a {
                color: #666666;
                font-size: 17px;
            }

        .dtzxlist dd .lookmore {
            height: 16px;
            line-height: 16px;
            margin-top: 13px;
        }

            .dtzxlist dd .lookmore a {
                display: block;
                float: left;
                color: #999999;
                font-size: 14px;
                width: 300px;
            }

            .dtzxlist dd .lookmore span {
                display: block;
                float: right;
                color: #999999;
                font-size: 14px;
            }

.rightnav {
    width: 200px;
    text-align: center;
    height: 602px;
    float: right;
}

    .rightnav a {
        display: block;
        width: 200px;
        height: 200px;
        background: #fff;
        border-bottom: 1px solid #f5f4ef;
        line-height: 200px;
        color: #333333;
        font-size: 27px;
    }

        .rightnav a:last-child {
            border: none;
        }

        .rightnav a.select {
            background: #e43a3a;
            color: #fff;
        }

.fuswiper {
    background: url(/pccss/template/images/fuswiper.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.fwservice {
    background: url(/pccss/template/images/fwservice.png) center center no-repeat;
    background-size: 100% 100%;
    padding-top: 180px;
    height: 450px;
    margin-top: 88px;
}

    .fwservice img {
        width: 1000px;
        margin: 0 auto;
        display: block;
    }

.productText span {
    display: block;
}

.productText b {
    display: block;
    font-size: 19px;
    color: #343434;
    margin-top: 25px;
    margin-bottom: 30px;
}

.productText .home-line {
    height: 4px;
    background: #333;
    margin-left: 0px;
    display: block;
    width: 50px;
}

.producp {
    margin-top: 26px;
}

.height590 .infoContanner-item {
    height: 590px;
}

.resumeswiper {
    background: url(/pccss/template/images/resumeswiper.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.resume .infoContanner-item {
    width: 285px;
    height: 285px;
}

    .resume .infoContanner-item .textWarpper .itemTitle {
        font-size: 26px;
        margin-top: 50px;
    }

.resume1200 {
    width: 100%;
    height: 1049px;
    background: url('/pccss/template/images/companydtswiper.png') top center no-repeat;
    background-size: 100% 998px;
    padding-top: 100px;
}

    .resume1200 .chartText span {
        color: #fff;
    }

    .resume1200 .englishText {
        color: #fff;
        margin-top: 16px;
    }

    .resume1200 .aboutIndustry-right .right-bottom-Text {
        color: #fff;
        font-size: 28px;
        line-height: 38px;
    }

    .resume1200 .aboutIndustry {
        margin-top: 0;
    }

.infoContanner .width703 {
    width: 703px;
    height: 480px;
}

.infoContanner .width480 {
    width: 480px;
    height: 480px;
}

.aboutIndustry .aboutIndustry-right .resumetext {
    font-size: 28px;
    line-height: 34px;
}

.resumewelfare {
    width: 100%;
    height: 550px;
    margin-top: 100px;
}

    .resumewelfare img {
        display: block;
        width: 100%;
        height: 100%;
    }

.flexColumn {
    display: flex;
    flex-direction: column;
}

.storyList {
    height: 627px;
    margin-top: 56px;
    justify-content: space-between;
    margin-bottom: 100px;
}

    .storyList .storyListItem {
        width: 388px;
        height: 100%;
        background: #fff;
        align-items: center;
        position: relative;
        box-shadow: 0px 0px 5px #ccc;
        border-radius: 6px;
    }

.el-image {
    display: inline-block;
}

.el-image__inner {
    vertical-align: top;
}

.storyList .storyListItem .articleTitle {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 36px;
}

.storyList .storyListItem .author {
    font-size: 16px;
    margin-bottom: 10px;
}

.storyList .storyListItem .articledetail {
    font-size: 16px;
    color: #555;
    width: 292px;
    line-height: 28px;
    text-align: justify !important;
}

.linkusswiper {
    background: url(/pccss/template/images/linkusswiper.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.linkus1 {
    width: 1126px;
    margin: 130px auto;
    height: 380px;
}

    .linkus1 .linkus1left {
        float: left;
        width: 380px;
        height: 380px;
    }

        .linkus1 .linkus1left img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .linkus1 .linkus1right {
        width: 620px;
        height: 380px;
        float: right;
    }

.linkus1right h4 {
    font-size: 32px;
    color: #333333;
    height: 34px;
    line-height: 34px;
    padding-top: 17px;
}

.linkus1right p {
    font-size: 22px;
    height: 22px;
    line-height: 22px;
    color: #999999;
    margin-top: 30px;
    margin-bottom: 37px;
}

.linkus1right h5 {
    height: 4px;
    background: #e6393b;
    width: 50px;
}

.linkus1right div {
    margin-top: 48px;
}

    .linkus1right div span {
        display: inline-block;
        width: 106px;
        font-size: 22px;
        color: #333;
        text-align: justify;
        text-align-last: justify;
    }

    .linkus1right div b {
        display: inline-block;
        font-size: 22px;
        color: #333;
        font-weight: 500;
    }

#container {
    overflow: hidden;
    width: 100%;
    height: 500px;
    margin: 0;
    font-family: "微软雅黑";
}

.linkusindustry {
    margin-top: 70px;
}

    .linkusindustry .chartText span {
        font-size: 30px;
        margin-bottom: 30px;
    }

.martop20 {
    margin-top: 20px;
}

.linkusindustry .englishText {
    margin-bottom: 30px;
    font-size: 22px;
    color: #333;
}

    .linkusindustry .englishText span {
        display: inline-block;
        width: 106px;
        font-size: 22px;
        color: #333;
        text-align: justify;
        text-align-last: justify;
    }

.linkusline {
    width: 100%;
    height: 1px;
    background: #ededed;
    margin-top: 43px;
    margin-bottom: -36px;
}

.jobList {
    margin-top: 88px;
    margin-bottom: 128px;
}

    .jobList .jobList-right {
        width: 701px;
        padding-left: 27px;
        border-left: 1px solid #e0e0e0;
        margin-left: 60px;
    }

        .jobList .jobList-right .jobList-right-title {
            font-size: 40px;
            color: #000;
            margin-left: 22px;
            font-weight: 700;
        }

        .jobList .jobList-right .jobWapper {
            margin-top: 32px;
        }

            .jobList .jobList-right .jobWapper .jobWapperItem {
                padding: 32px;
                border-bottom: 1px solid #f1f1f1;
                margin-bottom: 5px;
            }

                .jobList .jobList-right .jobWapper .jobWapperItem .jobName {
                    font-size: 24px;
                    margin-bottom: 16px;
                    font-weight: 700;
                }

                .jobList .jobList-right .jobWapper .jobWapperItem .sz {
                    font-size: 20px;
                    color: #555;
                    margin-bottom: 16px;
                }

                .jobList .jobList-right .jobWapper .jobWapperItem .jobDetail {
                    font-size: 16px;
                    color: #c2c2c2;
                    height: 37px;
                    overflow: hidden;
                }

                    .jobList .jobList-right .jobWapper .jobWapperItem .jobDetail p {
                        margin-bottom: 5px;
                    }

                .jobList .jobList-right .jobWapper .jobWapperItem:hover {
                    cursor: pointer;
                    box-shadow: 0 2px 14px 0 rgba(0,0,0,.07);
                }

.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    display: none;
}

.el-dialog, .el-pager li {
    background: #FFF;
    -webkit-box-sizing: border-box;
}

.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
    box-sizing: border-box;
    width: 50%;
}

.el-dialog__header {
    padding: 20px 20px 10px;
}

.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}

.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}

    .el-dialog__headerbtn .el-dialog__close {
        color: #909399;
        width: 20px;
        height: 20px;
        background: url(/pccss/template/images/chacha3.png) center center no-repeat;
        background-size: 100% 100%;
        display: block;
    }

.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}

.el-dialog__body {
    padding: 30px 45px;
}

.el-dialog .jobtitle {
    font-size: 44px;
    color: #000;
    font-weight: 700;
}

.el-dialog .jobadress {
    font-size: 20px;
    color: #555;
    margin-top: 16px;
}

.el-dialog .jobDetail {
    font-size: 24px;
    color: #000;
    margin-top: 48px;
}

.el-dialog .listinfo {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}

    .el-dialog .listinfo li {
        line-height: 28px;
    }

.el-dialog .jobDetail {
    font-size: 24px;
    color: #000;
    margin-top: 48px;
}

.el-dialog .listinfo {
    font-size: 16px;
    color: #555;
    margin-top: 15px;
}

    .el-dialog .listinfo li {
        line-height: 28px;
    }

.el-dialog .email {
    line-height: 50px;
    font-size: 20px;
    margin-top: 10px;
}

.cz {
    font-size: 14px;
    text-align: right;
    color: #999;
}

.jobneed {
    height: 30px;
    font-size: 16px;
    color: #666;
}

.jobtitle {
    font-size: 30px;
    color: #000;
    margin-left: 22px;
    font-weight: 500;
    margin-top: 20px;
}

.hideneed {
    display: none;
    margin-top: 5px;
}

.twopicbox li a {
    display: block;
    width: 100%;
    height: 100%;
}

.jtdetail {
    width: 1200px;
    margin: 0 auto;
}

    .jtdetail h4 {
        font-size: 30px;
        color: #333;
        padding-top: 30px;
        padding-bottom: 20px;
        line-height: 40px;
    }

    .jtdetail p {
        font-size: 20px;
        color: #666;
        line-height: 32px;
        margin-bottom: 20px;
    }

        .jtdetail p img {
            width: 100%;
        }

.footerTop {
    height: 270px;
}

    .footerTop .left {
        width: 660px;
    }

.touFang {
    height: 88px;
    border-bottom: 1px solid #484848;
}

    .touFang p {
        background: url('/pccss/template/images/tf_icon.png') no-repeat left center;
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 18px;
        padding-left: 36px;
        margin-top: 32px;
    }

        .touFang p em {
            font-size: 18px;
            font-family: Arial;
        }

    .touFang .p1 {
        margin-right: 72px;
    }

.footerTop .zhaoShang {
    padding-bottom: 12px;
}

    .footerTop .zhaoShang .p1 {
        height: 80px;
        line-height: 80px;
        font-size: 15px;
    }

        .footerTop .zhaoShang .p1 a {
            color: #ededed;
            margin-right: 30px;
        }

    .footerTop .zhaoShang .p2 {
        color: #7d7d7d;
        font-size: 12px;
        margin-bottom: 12px;
    }

        .footerTop .zhaoShang .p2 .icp {
            width: 106px;
            height: 36px;
            border: 2px solid #7d7d7d;
        }

        .footerTop .zhaoShang .p2 .bianH {
            width: 120px;
            padding-left: 15px;
            height: 36px;
            border: 2px solid #7d7d7d;
            margin-left: 10px;
        }

        .footerTop .zhaoShang .p2 span {
            line-height: 16px;
            margin-top: 2px;
        }

        .footerTop .zhaoShang .p2 a {
            float: left;
            display: block;
            width: 25px;
            height: 28px;
            margin: 4px 8px 0 10px;
        }

.footerTop .right {
    width: 400px;
    height: 190px;
    background: #f0f0f0;
    margin-right: 0px;
    margin-top: 40px;
}

    .footerTop .right .app {
        height: 65px;
        line-height: 70px;
        overflow: hidden;
        color: #454545;
        font-weight: bold;
        font-size: 17px;
        text-align: center;
    }

    .footerTop .right dl {
        float: left;
        width: 90px;
        margin-left: 34px;
    }

        .footerTop .right dl dt {
            width: 90px;
            height: 90px;
        }

        .footerTop .right dl dd {
            margin-top: 4px;
            font-size: 12px;
            color: #000;
            text-align: center;
        }

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.public_footer .fb {
    min-height: 247px;
    overflow: hidden;
    background: #000;
    min-width: 1180px;
}

    .public_footer .fb .main {
        width: 1160px;
        height: 247px;
        overflow: hidden;
        margin: 0 auto;
        background: url("/pccss/template/images/footer_b.jpg") no-repeat;
    }

        .public_footer .fb .main .menu {
            width: 1160px;
            padding-top: 18px;
            overflow: hidden;
        }

            .public_footer .fb .main .menu dt {
                width: 348px;
                height: 50px;
                float: left;
                overflow: hidden;
                line-height: 53px;
            }

            .public_footer .fb .main .menu dd {
                width: 786px;
                height: 50px;
                float: left;
                overflow: hidden;
                padding-top: 8px;
                margin-left: 20px;
                line-height: 25px;
				display: -webkit-box;
    display: -webkit-flex;
    display: flex
;
            }

                .public_footer .fb .main .menu dd a {
                    font-size: 16px;
                    color: #ddd;
                    margin: 0;
    display: inline;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
                }

                    .public_footer .fb .main .menu dd a:hover {
                        color: #c0292a;
                    }

        .public_footer .fb .main .address {
            width: 1168px;
            overflow: hidden;
            padding-top: 24px;
        }

            .public_footer .fb .main .address p {
                width: 370px;
                overflow: hidden;
                float: left;
                color: #999;
                font-size: 14px;
                line-height: 30px;
            }

                .public_footer .fb .main .address p.p2 {
                    width: 410px;
                }

                .public_footer .fb .main .address p a {
                    color: #999;
                    display: block;
                }


/*�ײ�end*/
.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

.focuskey {
    padding-left: 25px;
    background: url(/pccss/template/images/bqgre.png) left center no-repeat;
    margin-bottom: 15px;
}

    .focuskey a {
        display: inline-block;
        margin-right: 5px;
        color: #ff3333 !important;
        font-size: 14px;
    }

.rzadone1 {
    padding-top: 135px;
    padding-bottom: 135px;
}

.rztit .rzt1 {
    font-size: 40px;
    color: #b53b2c;
    font-weight: 600;
    letter-spacing: 2px;
}

.rztit .rzp {
    font-size: 20px;
    color: #cd877f;
    letter-spacing: 1px;
    margin-top: 25px;
    padding-top: 29px;
}

.rztit p {
    color: #333333;
    font-size: 19px;
    line-height: 46px;
    margin-top: 40px;
}

.rztit .line {
    width: 100%;
    height: 10px;
    background: url(/pccss/template/images/rzline.png) left center no-repeat;
    background-size: 100%;
    margin-top: 55px;
}

.rzadone1 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 80px;
    justify-content: space-between;
}

.rzadone1 li {
    width: 330px;
}

    .rzadone1 li span {
        width: 180px;
        display: block;
        height: 54px;
        line-height: 54px;
        text-align: center;
        background: #4c4847;
        color: #fff;
        font-size: 28px;
    }

    .rzadone1 li p {
        font-size: 20px;
        line-height: 40px;
        color: #333333;
        padding-top: 30px;
    }

.rzadone2box {
    width: 100%;
    padding-top: 125px;
    padding-bottom: 125px;
    position: relative;
    background: url(/pccss/template/images/rzadone2box.jpg) center center no-repeat;
    background-size: 100% 100%;
}

    .rzadone2box .rztit .rzt1 {
        color: #fff;
    }

    .rzadone2box .rztit .rzp {
        color: #fff;
    }

    .rzadone2box .rztit p {
        color: #fff;
    }

    .rzadone2box ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        margin-top: 80px;
        justify-content: space-between;
    }

    .rzadone2box li {
        width: 380px;
        height: 300px;
        border-radius: 12px;
        background: url(/pccss/template/images/rzadone21.png) center 44px no-repeat #fff;
    }

        .rzadone2box li span {
            display: block;
            padding-top: 150px;
            text-align: center;
            color: #333333;
            font-size: 24px;
        }

        .rzadone2box li p {
            color: #666666;
            font-size: 19px;
            text-align: center;
            line-height: 36px;
            padding-left: 40px;
            padding-right: 40px;
            padding-top: 15px;
        }

        .rzadone2box li.rc2 {
            background: url(/pccss/template/images/rzadone22.png) center 44px no-repeat #fff;
        }

        .rzadone2box li.rc3 {
            background: url(/pccss/template/images/rzadone23.png) center 44px no-repeat #fff;
        }

.rzadone3 {
    width: 100%;
    padding-top: 100px;
    margin-bottom: 100px;
    background: url(/pccss/template/images/rzadone3.jpg) right bottom no-repeat #fff;
}

    .rzadone3 .rztit .rzt1 {
        color: #333333;
    }

    .rzadone3 .rztit .rzp {
        color: #333333;
    }

    .rzadone3 .rztit p {
        color: #333333;
        width: 700px;
        font-size: 16px;
    }

    .rzadone3 .rztit .rzt2 {
        color: #333;
        font-size: 28px;
        margin-top: 60px;
    }

.rzlinkuscommon {
    width: 100%;
    height: 400px;
    background: url(/pccss/template/images/rzlinkuscommonbg.jpg) center center no-repeat;
    background-size: 100% 100%;
    padding-top: 100px;
}

    .rzlinkuscommon .sendemail {
        width: 1100px;
        height: 110px;
        border: 3px solid rgba(255,255,255,0.5);
        background: rgba(51,51,51,0.8);
        margin: 0 auto;
        padding-top: 30px;
    }

.sendemail .titemail {
    color: #fefefe;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
}

.sendemail .emailtip {
    color: #fff;
    font-size: 19px;
    text-align: center;
    margin-top: 30px;
}

.newslist li div.chfour {
    height: 24px;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.linkuscommon div.chfour {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}

.leftbt div.chfour {
    font-size: 40px;
    color: #fff;
    margin-top: 260px;
    margin-bottom: 20px;
}

.dtzxlist dd .chfour {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 41px;
    margin-bottom: 22px;
}

    .dtzxlist dd .chfour a {
        display: block;
        color: #333333;
        font-size: 28px;
    }

.linkus1right .chfour {
    font-size: 32px;
    color: #333333;
    height: 34px;
    line-height: 34px;
    padding-top: 17px;
}

.linkus1right .chfive {
    height: 4px;
    background: #e6393b;
    width: 50px;
}

.fotlogo {
    height: 48px;
    width: 135px;
    background: url(/pccss/template/images/footerlogo.png) center center no-repeat;
    background-size: 100% 100%;
    text-indent: -1000px;
    display: block;
}

.newslist li .chfour a {
    font-size: 22px;
    color: #333333;
}

.pinPai_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .pinPai_nav li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: auto !important;
        float: none !important;
    }

.ptggswiper {
    background: url(/pccss/template/images/pingtaigg.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.ptggmain {
    width: 1200px;
    margin: 30px auto 0;
    background: #fff;
}

    .ptggmain .ptleft {
        width: 860px;
        float: left;
    }

    .ptggmain .ggone {
        margin-top: 30px;
    }

        .ptggmain .ggone .ggtit {
            font-weight: 600;
            font-size: 28px;
            line-height: 40px;
            margin-bottom: 20px;
        }

        .ptggmain .ggone p {
            font-size: 16px;
            color: #333;
            line-height: 30px;
            margin-bottom: 15px;
        }

    .ptggmain .ptright {
        width: 300px;
        float: right;
        margin-top: 38px;
    }

        .ptggmain .ptright .orone {
            box-shadow: 0 0 4px #eee;
            border-radius: 8px;
            width: 350px;
        }

        .ptggmain .ptright .mltit {
            height: 70px;
            line-height: 70px;
            padding-left: 30px;
            padding-right: 30px;
            background: #f6f6f6;
        }

    .ptggmain .mltit span {
        float: left;
        color: #333;
        font-size: 22px;
        height: 70px;
        line-height: 70px;
    }

    .ptggmain .mltit i {
        float: right;
        color: #333;
        font-size: 20px;
        height: 70px;
        line-height: 70px;
    }

    .ptggmain .ptright ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ptggmain .ptright li {
        padding-left: 30px;
        color: #333;
        font-size: 17px;
        line-height: 39px;
        cursor: pointer;
    }

        .ptggmain .ptright li.cur {
            color: #de2626;
        }

.fixed_top {
    position: fixed !important;
}

.serivceswiper {
    background: url(/pccss/template/images/serivceswiper.jpg) center center no-repeat;
    background-size: 100% 100%;
}

.servicebox {
    padding-bottom: 40px;
}

    .servicebox .servicetit {
        font-weight: 600;
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .servicebox p {
        font-size: 16px;
        color: #333;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .servicebox .chfive {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
        font-weight: 600;
    }
