/* CSS Document */

/* 当前位置样式 */
.location {
    padding: 10px 0;
}

    .location .title {
        padding-left: 20px;
        position: relative;
    }

    .location i.btn {
        width: 12px;
        height: 16px;
        background: url("../imgeas/icon/icon_location.png")/*tpa=http://c009.web7.35demo.cn/imgeas/icon/icon_location.png*/ left center no-repeat;
        margin-left: 5px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
    }

    .location span {
        font-size: 12px;
        line-height: 36px;
        color: #757575;
    }

        .location span a {
            font-size: 12px;
            line-height: 36px;
            color: #757575;
        }

/* 标题及二级导航 */
.master {
    background: #f2f2f2;
    margin-bottom: 50px;
}

    .master .title {
    }

        .master .title h3 {
            font-size: 20px;
            line-height: 26px;
            color: #858585;
            padding: 10px;
            font-weight: 400;
            text-transform: uppercase;
        }

            .master .title h3 span {
                display: block;
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                color: #464646;
            }

    .master .main {
    }

        .master .main a {
            font-size: 12px;
            line-height: 68px;
            color: #464646;
            padding: 0 15px;
            border-top: 2px solid #f2f2f2;
            display: block;
        }

        .master .main li.selected a {
            border-top: 2px solid #8f283c;
            background: #fff;
        }

        .master .main li:hover a {
            border-top: 2px solid #8f283c;
            background: #fff;
        }

        .master .main .btn-m {
            display: none;
        }

/* 内页详情 */
.datail {
}

    .datail .detail_Pic {
    }

        .datail .detail_Pic img {
            max-width: 100%;
        }

    .datail .detail_Intro {
    }

        .datail .detail_Intro p {
            font-size: 12px;
            line-height: 36px;
            color: #474747;
        }

        .datail .detail_Intro div {
            font-size: 12px;
            line-height: 36px;
            color: #474747;
        }

/* 公司概况 */
.detailProfile {
    margin-bottom: 100px;
}

    .detailProfile .left {
        width: 50%;
    }

    .detailProfile .right {
        width: 50%;
    }

    .detailProfile .detail_Intro {
        margin-top: 70px;
    }

/* 组织架构 */
.detailOrganization {
    margin-bottom: 50px;
}

    .detailOrganization .detail_Pic {
        text-align: center;
        margin: 0 auto;
    }

        .detailOrganization .detail_Pic img {
            margin: 0 auto;
        }

            .detailOrganization .detail_Pic img.organization_m {
                display: none;
            }

/* 企业成员 */
.detailMember {
    margin-bottom: 100px;
}

    .detailMember h1 {
        font-size: 14px;
        line-height: 30px;
        color: #626262;
        text-align: center;
        margin-bottom: 30px;
    }

    .detailMember .detail_Intro {
        margin-right: -35px;
    }

        .detailMember .detail_Intro li {
            float: left;
            width: 25%;
        }

        .detailMember .detail_Intro .item {
            margin-right: 35px;
        }

        .detailMember .detail_Intro li:last-of-type .item {
        }

        .detailMember .detail_Intro .item .title {
            background: #f1f1f1;
            padding: 25px;
            text-align: center;
        }

            .detailMember .detail_Intro .item .title h3 {
                font-size: 14px;
                color: #626262;
                line-height: 26px;
            }

            .detailMember .detail_Intro .item .title h4 {
                font-size: 12px;
                color: #626262;
                line-height: 20px;
                font-weight: 100;
            }

        .detailMember .detail_Intro .item .intro {
            border-top: 1px solid #ccc;
            margin-top: 20px;
        }

/* 企业荣誉 */
.detailEnterprise {
    margin: 0 -20px;
    margin-bottom: 50px;
}

    .detailEnterprise li {
        float: left;
        width: 14%;
    }

    .detailEnterprise .item {
        text-align: center;
        padding: 30px 20px;
    }

        .detailEnterprise .item .pic {
            height: 180px;
        }

            .detailEnterprise .item .pic img {
                margin: 0 auto;
            }

        .detailEnterprise .item .Popupbg {
            background-image: url("../imgeas/icon/bg-col.png")/*tpa=http://c009.web7.35demo.cn/imgeas/icon/bg-col.png*/;         
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            z-index: 99;
            display: none;
        }

        .detailEnterprise .item .Popup {
            position: fixed;
            left: 48%;
            top: 48%;
            padding: 5px;
            border-radius: 5px;
            background: #fff;
            z-index: 99998;
            display: none;
        }

        .detailEnterprise .item h3 {
            font-size: 12px;
            color: #242424;
            line-height: 20px;
            text-align: center;
            font-weight: 400;
        }

.detailDevelopment {
    background: url("../imgeas/img/development_bg.jpg")/*tpa=http://c009.web7.35demo.cn/imgeas/img/development_bg.jpg*/ no-repeat center center;
    height: 470px;
}

    .detailDevelopment .datail_intro {
        border-bottom: 1px solid #ccc;
        padding-top: 100px;
    }

    .detailDevelopment .main .Intro {
        float: left;
        border-left: 1px solid #ccc;
        padding: 0 15px;
        position: relative;
        bottom: 0;
        margin: 0 20px;
    }

        .detailDevelopment .main .Intro p {
            position: relative;
            margin-top: -10px;
            font-size: 12px;
            color: #434343;
            line-height: 20px;
        }

        .detailDevelopment .main .Intro .Round {
            width: 10px;
            height: 10px;
            border: 2px solid #333;
            border-radius: 50%;
            position: absolute;
            left: -8px;
            top: -5px;
            background: #f1f1f1;
        }

    .detailDevelopment .main .Intro1 {
        height: 140px;
    }

    .detailDevelopment .main .Intro2 {
        height: 80px;
    }

    .detailDevelopment .main .Intro3 {
        height: 130px;
    }

    .detailDevelopment .main .Intro4 {
        height: 210px;
    }

    .detailDevelopment .main .Intro5 {
        height: 150px;
    }






/*集团报刊头部*/
#header.Newspaper {
    height: auto;
    position: relative;
}

.Newspaper {
}

    .Newspaper .main {
    }

#header.Newspaper .main .leftlogo {
    width: 50%;
}

#header.Newspaper .main .leftTitle {
    width: 50%;
}

.Newspaper .main .btn-m {
    display: none;
}

.Newspaper .main .Title {
    padding: 10px 0;
}

    .Newspaper .main .Title h3 {
        font-size: 24px;
        color: #414141;
        line-height: 30px;
        display: inline-block;
        position: relative;
    }

        .Newspaper .main .Title h3 span {
            display: block;
            font-size: 30px;
            line-height: 36px;
            color: #b7b7b7;
            position: absolute;
            left: 100%;
            text-transform: uppercase;
            font-weight: 400;
            width: 360px;
        }

.NewspaperNav {
    display: block;
    background: #8f283c;
    width: 100%;
    display: block;
    padding: 10px 0;
}

    .NewspaperNav .right {
        float: right;
        width: 50%;
    }

        .NewspaperNav .right .right {
            width: 35%;
        }

    .NewspaperNav input {
        font: 12px;
        line-height: 26px;
        outline: none;
        border: none;
        margin-right: 10px;
    }

        .NewspaperNav input.bottom {
            background: #fff;
            color: #8f283c;
            padding: 0 5px;
            cursor: pointer;
        }

    .NewspaperNav .right {
    }

    .NewspaperNav li a {
        font-size: 12px;
        line-height: 20px;
        color: #fff;
        padding: 0 12px;
        border-right: 1px solid #fff;
    }

    .NewspaperNav li:last-child a {
        border: none;
        padding-right: 0;
    }

/*集团报刊首页*/
#Newspaper-Group {
    margin: 60px 0 100px 0;
}

.DetailNewspaper {
}

    .DetailNewspaper .left {
        float: left;
        width: 40%;
    }

    .DetailNewspaper .right {
        float: right;
        width: 50%;
    }

    .DetailNewspaper .NewspaperPhoto {
        border: 1px solid #717171;
        margin-right: 10px;
        position: relative;
    }

        .DetailNewspaper .NewspaperPhoto .btn {
            position: absolute;
            right: -40px;
            top: 50%;
            margin-top: -90px;
        }

            .DetailNewspaper .NewspaperPhoto .btn a {
                padding: 10px 14px;
                display: block;
                font-size: 12px;
                line-height: 20px;
                color: #fff;
                width: 40px;
                background: #8f283c;
                box-sizing: border-box;
                margin-bottom: 10px;
            }

.DetailNewspaper {
}

    .DetailNewspaper .right {
    }

        .DetailNewspaper .right .left {
            float: left;
            width: 70%;
        }

        .DetailNewspaper .right .right {
            float: right;
            width: 28%;
        }

    .DetailNewspaper li {
        float: none;
    }

    .DetailNewspaper .News {
        border: 1px solid #717171;
        margin-right: 50px;
    }

        .DetailNewspaper .News h3 {
            background: #8f283c;
            font-size: 14px;
            line-height: 30px;
            color: #fff;
            padding: 5px 20px;
            font-weight: 400;
            border-bottom: 1px solid #717171;
        }

        .DetailNewspaper .News a {
            font-size: 14px;
            line-height: 36px;
            color: #444444;
            border-bottom: 1px solid #ccc;
            display: block;
            padding: 5px 0;
            padding-left: 30px;
            background: url("../imgeas/icon/icon_boult.png")/*tpa=http://c009.web7.35demo.cn/imgeas/icon/icon_boult.png*/ no-repeat 20px center;
        }

    .DetailNewspaper .NewsDirectory {
        border: 1px solid #717171;
    }

        .DetailNewspaper .NewsDirectory h3 {
            background: #8f283c;
            font-size: 14px;
            line-height: 30px;
            color: #fff;
            padding: 5px 20px;
            font-weight: 400;
            border-bottom: 1px solid #717171;
        }

        .DetailNewspaper .NewsDirectory a {
            font-size: 14px;
            line-height: 36px;
            color: #444444;
            display: block;
            padding: 5px 0;
            padding-left: 30px;
            background: url("../imgeas/icon/icon_boult.png")/*tpa=http://c009.web7.35demo.cn/imgeas/icon/icon_boult.png*/ no-repeat 20px center;
        }

    .DetailNewspaper .right li:hover a {
        color: #8f283c;
    }


/*集团报刊展开详情*/
.NewspaperDetail {
    padding: 40px;
    border: 1px solid #717171;
    position: relative;
    box-sizing: border-box;
}

    .NewspaperDetail .Detail_Intro {
        overflow: hidden;
    }

        .NewspaperDetail .Detail_Intro h3 {
            font-size: 14px;
            line-height: 26px;
            color: #444444;
            text-align: center;
            margin-bottom: 20px;
        }

        .NewspaperDetail .Detail_Intro p {
            color: #484848;
            font-size: 12px;
            line-height: 24px;
        }

#NewspaperDetail .left {
    width: 44%;
}

.NewspaperDetail .btn {
}

    .NewspaperDetail .btn a {
        display: block;
        background: #8f283c;
        font-size: 12px;
        line-height: 30px;
        color: #fff;
        padding: 0px 15px;
        position: absolute;
        left: -1px;
    }

    .NewspaperDetail .btn .prev a {
        top: -30px;
    }

    .NewspaperDetail .btn .next a {
        bottom: -30px;
    }


#ListNewspaper {
}

    #ListNewspaper .Listgroup {
        margin: 50px 0 20px;
        margin-right: -75px;
    }

        #ListNewspaper .Listgroup li {
            float: left;
            width: 25%;
        }

        #ListNewspaper .Listgroup .item {
            margin-right: 75px;
            margin-bottom: 40px;
        }

            #ListNewspaper .Listgroup .item .pic {
                border: 1px solid #c2c2c2;
            }

            #ListNewspaper .Listgroup .item h3 {
                text-align: center;
                font-size: 14px;
                line-height: 36px;
                color: #414141;
                font-weight: 400;
            }

    #ListNewspaper .bottom {
        margin-bottom: 50px;
    }

        #ListNewspaper .bottom .sabrosus {
            text-align: center;
        }

            #ListNewspaper .bottom .sabrosus span {
                margin-right: 10px;
                font-size: 12px;
                line-height: 26px;
                color: #727272;
                cursor: pointer;
            }

            #ListNewspaper .bottom .sabrosus a {
                margin-right: 10px;
                font-size: 12px;
                line-height: 26px;
                color: #333;
                display: inline-block;
                padding: 5px;
            }

                #ListNewspaper .bottom .sabrosus a.selected {
                    background: #8f283c;
                    color: #fff;
                }



/*产品服务*/
.detailProduct {
}

    .detailProduct .main {
        margin-bottom: 80px;
    }

        .detailProduct .main .left {
            float: left;
            width: 52%;
        }

        .detailProduct .main .right {
            float: right;
            width: 40%;
        }

        .detailProduct .main .detailPhoto {
            position: relative;
        }

            .detailProduct .main .detailPhoto .pic {
                z-index: 97;
            }

            .detailProduct .main .detailPhoto .btn {
                position: absolute;
                cursor: pointer;
                top: 50%;
                width: 30px;
                height: 30px;
                margin-top: -15px;
                font-size: 20px;
                line-height: 26px;
                color: #fff;
                z-index: 99;
                background: rgba(0,0,0,0.8);
                text-align: center;
                border-radius: 50%;
                padding: 2px;
            }

            .detailProduct .main .detailPhoto .btnleft {
                left: 5px;
            }

            .detailProduct .main .detailPhoto .btnright {
                right: 5px;
            }

        .detailProduct .main .detail_Intro {
            padding-right: 60px;
        }

            .detailProduct .main .detail_Intro h3 {
                font-size: 20px;
                line-height: 36px;
                color: #464646;
                font-weight: 400;
                margin: 20px 0;
                padding: 20px 0;
                border-bottom: 1px solid #a8a8a8;
            }

                .detailProduct .main .detail_Intro h3 span {
                    display: block;
                    font-size: 12px;
                    line-height: 20px;
                    color: #8f8f8f;
                }

            .detailProduct .main .detail_Intro p {
                font-size: 12px;
                color: #464646;
                line-height: 28px;
            }

    .detailProduct .bottom {
        margin-bottom: 100px;
    }

        .detailProduct .bottom .left {
            float: left;
            width: 49%;
        }

        .detailProduct .bottom .right {
            float: right;
            width: 49%;
        }

        .detailProduct .bottom .AddressItro {
            padding: 20px 0;
        }

            .detailProduct .bottom .AddressItro h3 {
                font-size: 18px;
                color: #464646;
                line-height: 30px;
                font-weight: 400;
                padding-left: 15px;
            }

            .detailProduct .bottom .AddressItro p {
                font-size: 12px;
                color: #8f8f8f;
                line-height: 20px;
                padding-left: 15px;
            }

            .detailProduct .bottom .AddressItro a {
                margin: 20px 15px;
                font-size: 12px;
                transition: all 0.5s linear;
                color: #8f283c;
                border: 1px solid #8f283c;
                padding: 5px 10px;
                display: inline-block;
            }

                .detailProduct .bottom .AddressItro a:hover {
                    background: #8f283c;
                    color: #fff;
                }


/*公司通告*/
.detailNotice {
    margin-bottom: 100px;
}

    .detailNotice .main {
    }

        .detailNotice .main .left {
            float: left;
            width: 44%;
        }

        .detailNotice .main .right {
            float: right;
            width: 53%;
        }

        .detailNotice .main .ListNews {
        }

            .detailNotice .main .ListNews li {
                float: none;
            }

            .detailNotice .main .ListNews a {
                display: block;
            }

            .detailNotice .main .ListNews .item {
            }

                .detailNotice .main .ListNews .item i {
                    width: 0;
                    height: 0;
                    border-top: 4px solid transparent;
                    border-left: 6px solid #8f283c;
                    border-bottom: 4px solid transparent;
                    display: inline-block;
                    margin-right: 5px;
                }

                .detailNotice .main .ListNews .item h3 {
                    display: inline-block;
                    font-size: 14px;
                    color: #464646;
                    line-height: 32px;
                    font-weight: 400;
                }

                .detailNotice .main .ListNews .item span {
                    display: inline-block;
                    font-size: 12px;
                    color: #464646;
                    line-height: 32px;
                    font-weight: 400;
                    float: right;
                }

                .detailNotice .main .ListNews .item .Dotted_line {
                    margin: 15px 20px;
                    height: 1px;
                    width: 30%;
                    border-bottom: 1px dashed #ccc;
                }

            .detailNotice .main .ListNews a:hover h3 {
                color: #8f283c;
            }

/*公司新闻*/
.detailNews {
}

    .detailNews .NewsList {
    }

        .detailNews .NewsList li {
            float: left;
            width: 25%;
        }

        .detailNews .NewsList .item {
            box-shadow: 0 0 5px #ccc;
            margin: 10px;
        }

            .detailNews .NewsList .item .pic img {
                width: 100%;
            }

            .detailNews .NewsList .item .intro {
                padding: 0 10px 20px 10px;
            }

            .detailNews .NewsList .item h3 {
                font-size: 12px;
                line-height: 22px;
                color: #5c5c5c;
                padding: 5px 0;
                border-bottom: 1px solid #ccc;
                margin-bottom: 10px;
            }

                .detailNews .NewsList .item h3 span {
                    color: #b4b4b4;
                    font-weight: 100;
                }

            .detailNews .NewsList .item p {
                font-size: 12px;
                line-height: 20px;
                color: #b4b4b4;
            }

            .detailNews .NewsList .item .intro p span {
                font-size: 12px;
                line-height: 20px;
                color: #8f283c;
                text-align: right;
            }

            .detailNews .NewsList .item:hover h3 {
                color: #8f283c;
            }

/*新闻详情*/
.detailNews {
    margin: 50px 0;
}

    .detailNews .main {
        position: relative;
    }

    .detailNews h1 {
        font-size: 14px;
        line-height: 26px;
        color: #333;
        font-weight: 500;
        text-align: center;
        margin: 10px 0 30px;
    }

        .detailNews h1 span {
            display: block;
            font-size: 12px;
            line-height: 20px;
            color: #464646;
        }

    .detailNews .share {
        text-align: right;
    }

    .detailNews .datail_Intro {
    }

        .detailNews .datail_Intro p {
            font-size: 12px;
            line-height: 26px;
            color: #464646;
            margin-bottom: 20px;
        }

        .detailNews .datail_Intro div {
            font-size: 12px;
            line-height: 26px;
            color: #464646;
            margin-bottom: 20px;
        }

        .detailNews .datail_Intro img {
            margin: 0 auto;
        }

    .detailNews .main .share {
        position: absolute;
        top: 20px;
        right: 10px;
    }

        .detailNews .main .share a {
            float: right !important;
        }

.bds_more {
    background: url("../imgeas/icon/more.jpg")/*tpa=http://c009.web7.35demo.cn/imgeas/icon/more.jpg*/ no-repeat center center !important;
    background-size: 100%;
}

.bds_tsina {
    background: url("../imgeas/icon/sina.jpg")/*tpa=http://c009.web7.35demo.cn/imgeas/icon/sina.jpg*/ no-repeat center center !important;
}

.bds_weixin {
    background: url("../imgeas/icon/wx.jpg")/*tpa=http://c009.web7.35demo.cn/imgeas/icon/wx.jpg*/ no-repeat center center !important;
}

.bds_sqq {
    background: url("../imgeas/icon/qq.jpg")/*tpa=http://c009.web7.35demo.cn/imgeas/icon/qq.jpg*/ no-repeat center center !important;
}

/*发展战略*/
.detailStrategy {
    margin: 50px 0 100px;
}

    .detailStrategy h3 {
        color: #8f283c;
        font-size: 14px;
        line-height: 36px;
    }

    .detailStrategy p {
        font-size: 14px;
        line-height: 36px;
        color: #535353;
    }

/*联系我们*/
.detailContact {
    margin: 50px 0;
}

    .detailContact .left {
        float: left;
        width: 52%;
    }

    .detailContact .right {
        float: right;
        width: 46%;
    }

    .detailContact .intro {
        margin: 100px 0;
    }

        .detailContact .intro h3 {
            font-size: 18px;
            color: #8f283c;
            line-height: 36px;
        }

        .detailContact .intro p {
            font-size: 18px;
            color: #444444;
            line-height: 36px;
        }


/*合作品牌*/
.detailCooperation {
    margin-bottom: 80px;
    margin-right: -20px;
}

    .detailCooperation li {
        float: left;
        width: 14%;
    }

    .detailCooperation .pic {
        padding: 20px;
        border: 1px solid #ccc;
        text-align: center;
        margin-right: 20px;
        margin-bottom: 20px;
    }


/*招聘英才*/
.detailRecruiting {
    margin-bottom: 100px;
}

    .detailRecruiting .title {
        width: 100%;
        box-shadow: 3px 3px 3px #ccc;
    }

        .detailRecruiting .title strong {
            display: inline-block;
            width: 20%;
            text-align: center;
            color: #646464;
            font-size: 12px;
            line-height: 60px;
            float: left;
            position: relative;
        }

    .detailRecruiting .main {
        border: 1px solid #ccc;
    }

    .detailRecruiting .title strong i {
        position: absolute;
        bottom: 50%;
        right: 0px;
        width: 1px;
        height: 20px;
        margin-bottom: -10px;
        background: #ccc;
    }

    .detailRecruiting .box_title {
        padding: 10px 0;
        cursor: pointer;
    }

        .detailRecruiting .box_title span {
            display: inline-block;
            width: 20%;
            text-align: center;
            color: #5f5f5f;
            font-size: 12px;
            line-height: 30px;
        }

    .detailRecruiting .box_intro {
        margin: 0 30px;
        padding: 20px 30px;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
        display: none;
    }

        .detailRecruiting .box_intro p {
            font-size: 12px;
            color: #636363;
            line-height: 20px;
        }

        .detailRecruiting .box_intro a {
            display: inline-block;
            margin: 0 auto;
            text-align: center;
            font-size: 12px;
            color: #fff;
            line-height: 36px;
            background: #8f283c;
            padding: 0 10px;
            width: 80px;
        }

        .detailRecruiting .box_intro .box_btn {
            text-align: center;
            margin: 15px 0 30px;
        }

    .detailRecruiting .box:hover .box_title span {
        color: #8f283c;
    }

    .detailRecruiting .box.selected .box_title span {
        color: #8f283c;
    }

    .detailRecruiting .box.selected .box_intro {
        overflow: hidden;
    }


/*招聘英才--应聘登记表*/
.Resume {
    display: none;
    position: relative;
}

    .Resume .Popupbg {
        width: 100%;
        height: 100%;
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.78);
        z-index: 99997;
    }

    .Resume .Popup {
        position: relative;
    }

    .Resume .Popup {
        position: absolute;
        left: 50%;
        top: -600px;
        margin-left: -480px;
        background: #fff;
        z-index: 99998;
        width: 960px;
    }

        .Resume .Popup .form h3 {
            font-size: 14px;
            line-height: 40px;
            color: #fff;
            background: #8f283c;
            text-align: center;
        }

        .Resume .Popup .form p {
            font-size: 14px;
            line-height: 40px;
            color: #777777;
            padding: 0 30px;
        }

        .Resume .Popup .form .box_row h3 {
            text-align: left;
            font-size: 12px;
            color: #545454;
            line-height: 40px;
            padding: 0 30px;
            background: #f7f0f1;
            margin: 10px 0;
            margin-top: 30px;
        }

        .Resume .Popup .form .form1 {
            margin: 0 30px;
        }

            .Resume .Popup .form .form1 input {
                border: none;
                font-size: 14px;
                line-height: 30px;
                padding: 0 10px;
                color: #777777;
            }

        .Resume .Popup .form .box_row {
        }

        .Resume .Popup .form .row {
            margin: 10px 0;
            padding: 0 30px;
        }

        .Resume .Popup .form .box_row .controls {
            float: left;
            width: 33.33%;
        }

            .Resume .Popup .form .box_row .controls label {
                width: 30%;
                font-size: 12px;
                line-height: 20px;
                color: #000;
                float: left;
            }

            .Resume .Popup .form .box_row .controls input {
                width: 56%;
                float: left;
                font-size: 12px;
                line-height: 20px;
                color: #000;
            }

            .Resume .Popup .form .box_row .controls select {
                width: 57%;
                float: left;
                font-size: 12px;
                line-height: 20px;
                color: #000;
            }

            .Resume .Popup .form .box_row .controls option {
                font-size: 12px;
                line-height: 20px;
                color: #000;
            }

        .Resume .Popup .form .box_row textarea {
            width: 100%;
            min-height: 200px;
        }

        .Resume .Popup .box_btn {
            margin: 0 auto;
            text-align: center;
            margin: 30px;
        }

            .Resume .Popup .box_btn a {
                font-size: 12px;
                line-height: 36px;
                color: #fff;
                background: #8f283c;
                padding: 0 15px;
                display: inline-block;
            }

        .Resume .Popup .close {
            position: absolute;
            right: -40px;
            top: 10px;
            cursor: pointer;
        }








@media(min-width:1200px) {
}

@media(min-width:1024px) {

    .detailDevelopment .main {
        position: relative;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: flex-end;
    }
}

@media(max-width:1200px) {
}

@media(max-width:1024px) {
    #kf {
        display: none;
    }

    .detailProfile .detail_Intro {
        margin-top: 20px;
    }

    .detailMember .detail_Intro {
        margin: 0 -10px;
    }

        .detailMember .detail_Intro li {
            float: left;
            width: 50%;
        }

        .detailMember .detail_Intro .item {
            margin-bottom: 20px;
            margin-right: 0;
            box-sizing: border-box;
            margin: 10px;
            border: 1px solid #ccc;
            padding: 10px;
            box-shadow: 3px 3px 3px #ccc;
        }

    .detailEnterprise li {
        float: left;
        width: 20%;
    }

    .detailDevelopment {
        height: auto;
    }

        .detailDevelopment .main {
            width: 80%;
            margin: 0 auto;
        }

            .detailDevelopment .main .Intro {
                float: none;
            }

    #Company-profile .master .main li:last-child {
        display: none;
    }

    #Organizational-structure .master .main li:last-child {
        display: none;
    }

    #Member-companies .master .main li:last-child {
        display: none;
    }

    #Enterprise-honor .master .main li:last-child {
        display: none;
    }

    #Development-course .master .main li:last-child {
        display: none;
    }

    .detailProduct .bottom .left {
        width: 100%;
    }

        .detailProduct .bottom .left .left {
            width: 49%;
        }

        .detailProduct .bottom .left .right {
            width: 49%;
        }

    .detailProduct .bottom .right {
        width: 100%;
    }

        .detailProduct .bottom .right .left {
            width: 49%;
        }

        .detailProduct .bottom .right .right {
            width: 49%;
        }

    .detailProduct .bottom .Address {
        margin-bottom: 20px;
    }


    .detailProduct .main .right {
        width: 46%;
    }

    .detailProduct .main .detail_Intro {
        padding-right: 0px;
    }

        .detailProduct .main .detail_Intro h3 {
            margin: 10px;
            padding: 10px;
        }

    .datail .detail_Intro p {
        line-height: 26px;
    }

    .detailNotice .main .left {
        float: none;
        width: 100%;
    }

    .detailNotice .main .right {
        float: none;
        width: 100%;
    }

    .detailContact .intro {
        margin: 30px 0;
    }

    .detailCooperation li {
        float: left;
        width: 20%;
    }

    .Resume .Popupbg {
        display: none;
    }

    .Resume .Popup {
        width: auto;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        margin-left: 0;
        margin-top: 50px;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ccc;
    }

    .detailRecruiting .title strong {
        width: 33.33%;
    }

    .detailRecruiting .box_title span {
        width: 33.33%;
    }
}

@media(max-width:768px) {

    .master {
        position: relative;
    }

        .master .main .btn-m {
            width: 40px;
            height: 40px;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -20px;
            display: block;
            cursor: pointer;
            font-size: 40px;
            line-height: 40px;
            color: #8f283c;
            transition: all 0.5s linear;
        }

        .master .main ul {
            position: absolute;
            left: 0;
            top: 70px;
            background: #fff;
            width: 100%;
            display: none;
            z-index: 99;
        }

            .master .main ul li {
                float: none;
            }

    .detailOrganization .detail_Pic img.organization {
        display: none;
    }

    .detailOrganization .detail_Pic img.organization_m {
        display: block;
        margin: 0 auto;
    }

    .detailEnterprise li {
        float: left;
        width: 25%;
    }

    .detailProduct .main .left {
        width: 100%;
    }

    .detailProduct .main .right {
        width: 100%;
    }

    .detailProfile .left {
        width: 100%;
    }

    .detailProfile .right {
        width: 100%;
    }

    .detailNotice .main .ListNews .item .Dotted_line {
        margin: 15px 10px;
        width: 20%;
    }

    .detailNews .main .share {
        position: relative;
        top: 0px;
        right: 10px;
        text-align: right !important;
    }

    .detailNews .NewsList li {
        float: left;
        width: 50%;
    }

    .detailContact .left {
        float: none;
        width: 100%;
    }

    .detailContact .right {
        float: none;
        width: 100%;
    }


    .detailCooperation li {
        float: left;
        width: 25%;
    }

    .detailRecruiting .title strong {
        width: 50%;
    }

    .detailRecruiting .box_title span {
        width: 50%;
    }

    #ListNewspaper .Listgroup li {
        width: 50%;
    }


    .Resume .Popup .form .box_row .controls {
        width: 50%;
    }
}

@media(max-width:480px) {

    .detailNews .NewsList li {
        float: left;
        width: 100%;
    }

    .detailMember .detail_Intro li {
        float: none;
        width: 100%;
    }

    .detailEnterprise li {
        float: left;
        width: 50%;
    }

    .detailProduct .bottom .left {
        width: 100%;
    }

        .detailProduct .bottom .left .left {
            width: 100%;
        }

        .detailProduct .bottom .left .right {
            width: 100%;
        }

    .detailProduct .bottom .right {
        width: 100%;
    }

        .detailProduct .bottom .right .left {
            width: 100%;
        }

        .detailProduct .bottom .right .right {
            width: 100%;
        }

    .detailNotice .main .ListNews a {
        margin: 10px 0;
    }

    .detailNotice .main .ListNews .item .Dotted_line {
        display: none;
    }

    .detailNotice .main .ListNews .item .date {
        display: block;
        float: none;
        text-align: right;
    }

    .detailCooperation li {
        float: left;
        width: 33.33%;
    }


    .detailRecruiting .box.selected .box_intro {
        margin: 0 10px;
        padding: 10px 15px;
    }

    .Resume .Popup .form .row {
        padding: 0 10px;
    }

    .Resume .Popup .form .box_row .controls {
        width: 100%;
    }
}
