body {
    background: #f2f5f7;
}

.top {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    border-bottom: 1px solid #e3e5e8;
    text-align: right;
}

    .top .layui-nav, .header .layui-nav {
        display: inline-block;
        background: transparent;
    }

        .top .layui-nav .layui-nav-item {
            line-height: 36px;
        }

.layui-nav .layui-nav-item a {
    color: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}

    .layui-nav .layui-nav-item a:hover {
        color: #000;
        opacity: .5;
        filter: alpha(opacity=50);
    }

.header {
    background: #fff;
    height: 116px;
}

    .header .logo {
        margin-top: 25px;
    }

    .header .layui-nav .layui-nav-item {
        line-height: 116px;
    }

        .header .layui-nav .layui-nav-item a {
            color: #000;
            opacity: .7;
            filter: alpha(opacity=70);
        }

    .header .layui-nav .guidance a {
        color: #ff0000;
    }

    .header .layui-nav .layui-nav-item a:hover {
        opacity: .7;
        filter: alpha(opacity=70);
    }

.container {
    margin-top: 24px;
    font-size: 0;
}

    .container .site-content, .container .site-aside {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: top;
        font-size: 14px;
    }

    .container .site-aside {
        width: 280px;
        background: #fff;
        padding: 20px 0;
    }

        .container .site-aside .site-aside-head {
            width: 100px;
            height: 100px;
            margin: 18px auto;
            cursor: pointer;
            overflow: hidden;
            border-radius: 50%;
            behavior: url(PIE/PIE.htc);
        }

    .container .site-content {
        width: 942px;
        margin-left: 18px;
        padding: 20px;
        background: #fff;
        min-height: 900px;
    }

    .container .site-aside .name {
        display: block;
		height:30px;
		line-height:30px;
    }

    .container .site-aside .site-code {
        width: 180px;
        height: 40px;
        background: url(../Images/Enterprise/ico_identify.png) no-repeat;
        background-size: 100% 100%;
        margin: 20px auto 30px;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }

    .container .site-aside .layui-tree li {
        height: 55px;
        line-height: 55px;
        border-top: 1px solid #e3e5e8;
        text-align: center;
    }

        .container .site-aside .layui-tree li.active {
            border-right: 2px solid #048ed6;
            border-left: 2px solid #048ed6;
        }

        .container .site-aside .layui-tree li a {
            font-size: 14px;
            color: #333;
            height: 55px;
            display: block;
        }

    .container .site-aside .layui-tree .title {
        background: #048ed6;
        color: #fff;
    }

        .container .site-aside .layui-tree .title a {
            height: 55px;
            display: block;
            color: #fff;
        }

.site-content .title .layui-elem-field legend {
    margin-left: 0;
    font-size: 16px;
}

    .site-content .title .layui-elem-field legend a {
        color: #333;
    }

.site-content .content .layui-table th, .site-content .content .layui-table td {
    text-align: center;
}

.container .product .product-icon {
    font-size: 0;
    display: inline-block;
    margin-right: 7px;
}

    .container .product .product-icon:last-child {
        margin-right: 0;
    }

    .container .product .product-icon .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

    .container .product .product-icon .name {
        font-size: 14px;
        color: #666;
        display: inline-block;
        vertical-align: middle;
        padding-left: 3px;
    }

.container .product-info a {
    padding: 0 5px;
    text-decoration: underline;
    white-space: nowrap;
}

.container .product-btn .layui-btn {
    display: block;
    margin: auto;
}

.container .product-btn .replacement {
    margin-bottom: 10px;
    background: #737373;
}

.container .product .update {
    margin-top: 5px;
    display: none;
	cursor:pointer;
}

    .container .product .update span {
        font-size: 12px;
        color: #d78f28;
        padding-right: 1px;
    }

    .container .product .update .update-icon {
        width: 15px;
        height: 15px;
        display: inline-block;
        vertical-align: top;
        background: url(../Images/Enterprise/public.png) no-repeat;
        background-position: 0 -50px;
    }

.certificate-pic {
    width: 464px;
    height: 650px;
    margin: auto;
}

    .certificate-pic img {
        max-width: 100%;
        max-height: 100%;
    }

.test1 {
    color: #666;
    font-size: 16px;
    margin-top: 30px;
}

.test2 {
    font-size: 16px;
    color: #0268c2;
    font-weight: 700;
}

.site-content .content .no-center th, .site-content .content .no-center td {
    text-align: left;
    word-wrap: break-word;
    word-break: break-all;
}

.site-content .content .no-center .layui-unselect {
    border: 0;
}

.site-content .content .no-center tr:hover {
    background: transparent;
}

.no-border {
    border: 0;
}

.site-content .content .no-center .layui-form-item {
    margin-bottom: 0;
}



.upload-btn {
    width: 200px;
    height: 150px;
    position: relative;
    background: #f3f3f3;
    margin-right: 20px;
}

.layui-pdf {
    margin-top: 15px;
}

    .layui-pdf .txt {
        line-height: 28px;
        vertical-align: middle;
        border-bottom: 1px dashed #ded7d7;
    }

        .layui-pdf .txt:last-child {
            border-bottom: 0;
        }

        .layui-pdf .txt .layui-icon {
            font-size: 24px;
            color: #aaa;
            vertical-align: middle;
            cursor: pointer;
        }

.upload-btn img {
    max-width: 100%;
    max-height: 100%;
}

.upload-btn .file {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.upload-com .test {
    padding-left: 18px;
}

.upload-com {
    width: 177px;
    height: 129px;
    padding: 10px;
    position: relative;
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 19px;
}

    .upload-com .com-pic {
        width: 177px;
        height: 129px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

        .upload-com .com-pic img {
            max-width: 100%;
            max-height: 100%;
        }

    .upload-com .delete {
        position: absolute;
        right: 0px;
        top: 4px;
        font-size: 26px;
        color: #aaa;
        z-index: 10;
        cursor: pointer;
    }

.chedbox {
    border-bottom: 1px solid #e3e5e8;
    margin-bottom: 5px;
}

    .chedbox .dow {
        margin-top: 6px;
        color: #999;
    }

    .chedbox .layui-btn {
        padding: 0 20px;
    }

.submit {
    padding: 50px 0;
}

.chedbox .layui-form-label-icon {
    float: right;
    width: 28px;
    height: 28px;
    background: url(../Images/Enterprise/public.png) no-repeat;
    background-position: -167px -6px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.chedbox .layui-input {
    border: 0;
}

.label {
    color: #999;
}

.submit .layui-unselect span {
    color: #048ed6;
}
/* µÇÂ¼ */
.login {
    padding: 0;
}

.login-logo {
    height: 144px;
}

    .login-logo img {
        margin-top: 44px;
    }

.logo-content {
    width: 100%;
    height: 560px;
    background: url(../Images/Enterprise/banner_bg.jpg) no-repeat;
    background-size: cover;
}

.logo-content-tab {
    width: 384px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 100px;
}

    .logo-content-tab .tab .tab-title {
        height: 60px;
        background: #1457a0;
        font-size: 0;
    }

        .logo-content-tab .tab .tab-title li {
            line-height: 60px;
            width: 100%;
            display: inline-block;
            color: #c7e0fb;
            font-size: 18px;
            text-align: center;
            position: relative;
            cursor: pointer;
        }

            .logo-content-tab .tab .tab-title li span {
                position: absolute;
                right: 10px;
                top: 0;
                content: '|';
                width: 1px;
                height: 20px;
                color: #c7e0fb;
            }

            .logo-content-tab .tab .tab-title li.active {
                color: #fff;
            }

.tab-body {
    background: #fff;
}

    .tab-body .box {
        padding: 40px;
    }

        .tab-body .box .name {
            position: absolute;
            left: 10px;
            top: 11px;
            width: 44px;
            color: #999;
        }

        .tab-body .box .text {
            padding-left: 50px;
        }

        .tab-body .box .name span {
            padding: 0 5px;
            vertical-align: top;
        }

        .tab-body .box .code {
            position: relative;
        }

            .tab-body .box .code img {
                width: 100px;
                height: 38px;
                position: absolute;
                left: 130px;
                top: 0;
                cursor: pointer;
            }

            .tab-body .box .code .change {
                position: absolute;
                top: 10px;
                right: 0;
                color: #1457a0;
                cursor: pointer;
            }

        .tab-body .box .res {
            color: #1457a0;
        }

    .tab-body .pic {
        width: 300px;
        height: 159px;
    }

        .tab-body .pic img {
            max-width: 100%;
            max-height: 100%;
        }

.login .foot {
    margin-top: 54px;
    color: #333;
    text-align: center;
}

    .login .foot p {
        line-height: 28px;
    }

.presention-btn {
    position: absolute;
    top: 470px;
    left: 364px;
}
/* µ×²¿ */
.footer {
    background: #333;
    padding: 40px 0;
}

    .footer .layui-inline {
        display: inline-block;
        width: 48%;
    }

    .footer .text, .footer .text {
        margin-bottom: 15px;
    }

        .footer .text, .footer .text a {
            color: #ccc;
            padding-right: 10px;
        }

    .footer .foot-name {
        text-align: right;
        font-size: 16px;
        color: #fff;
        padding-right: 17px;
    }

    .footer .code-pic {
        float: right;
        vertical-align: top;
        margin-top: 20px;
        width: 160px;
    }

        .footer .code-pic .com {
            margin: auto;
            width: 126px;
            height: 126px;
        }

            .footer .code-pic .com img {
                max-width: 100%;
                max-height: 100%;
            }

        .footer .code-pic .name {
            font-size: 14px;
            color: #ccc;
            text-align: center;
            margin-top: 3px;
        }

    .footer .foot-right {
        border-left: 1px solid #414040;
    }
.footer .text p {
    margin:0 0 10px;
}
/*#Operator p:nth-child(2) {
   padding-left:28px;
}*/

.viewInfo {
    font-size: 14px;
    color: #666;
}

    .viewInfo input {
        color: #333 !important;
    }

    .viewInfo .item {
        margin-bottom: 15px;
    }

        .viewInfo .item .name {
            display: inline-block;
            width: 20%;
            text-align: right;
            margin-right: 15px;
            font-weight: bold;
        }

    .viewInfo .pic {
        width: 148px;
        height: 160px;
        border: 1px solid #eee;
        padding: 10px;
        display: inline-block;
        margin-left: 0;
    }

        .viewInfo .pic img {
            max-width: 100%;
            max-height: 100%;
        }

    .viewInfo .video {
        width: 82%;
    }

    .viewInfo #video-com {
        height: 100%;
        width: 100%;
    }

.upload-video {
    width: 94%;
    height: 200px;
    margin: 10px 0;
}

#upload-video-com {
    width: 100%;
    height: 100%;
}

.site-content .content .basic-info td {
    text-align: left;
}

.site-content .content .basic-info tr:hover {
    background: transparent;
}

.Plaque {
    width: 500px;
}

    .Plaque img {
        max-width: 100%;
        margin: 0 20px 20px 0;
    }

.Upload-pictures {
    width: 200px;
    height: 150px;
    margin-right: 20px;
}

.Upload-pictures-logo {
    width: 200px;
    height: 150px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #eae8e8;
}

    .Upload-pictures-logo img {
        max-width: 100%;
        max-height: 100%;
    }

.code-text {
    padding: 20px 0 20px 52px;
}

.layui-secuity-btn {
    margin-top: 50px;
}

.sendCode {
    width: 130px;
}
/* 2019-2-27 */
.uploadify {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}
.video video, .flowplayer video {
    width: 100%;
    height: 100%;
}
.blogo img {
	max-width:100%;
	max-height:100%;
}
/*2019-3-6*/
.top .layui-nav-bar, .header .layui-nav-bar {
	display: none;
}
/*2019-3-8*/
#showProductImg {
	display:table-cell;
}
#showProductImg .pic {
	width: 130px;
	height: 136px;
	margin-left: 17px;
	margin-bottom: 17px;
}
/*2019-3-11*/
.log .title-bg {
	width: 150px;
}
.header .layui-this::after, .top .layui-this::after {
	background-color: transparent;
}
/*2019-3-14*/
#certificate {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 10000;
	display: none;
	overflow: hidden;
}

.banner {
    width: 600px;
    height: 848px;
    background: #fff;
    padding: 40px 56px;
    margin: 50px auto;
}

.bannerCom {
    width: 600px;
    height: 848px;
    position: relative;
}

.banner .img {
    width: 1000%;
    height: 848px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.banner .img a {
    cursor: default;
}
    
.banner .img img {
    user-select: none;
}
.banner .btn {
    width: 26px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
}

.banner .btn_l {
	left: -39px;
}

.banner .btn_r {
	right: -39px;
}

.b_Test {
    position: absolute;
    left: 0;
    bottom: -29px;
    width: 100%;
    text-align: center;
}

.b_Test p {
	margin-top: 5px;
    font-size:12px;
}

.b_Test a {
	color: #0268c2;
}

#certificate .layui-icon {
    position: absolute;
    right: -48px;
    top: -32px;
    font-size: 28px;
    color: #999;
    cursor: pointer;
}

/* 2019-4-2 */
.unread {
    background: #f50000;
    position: absolute;
    left: 20px;
    top: 3px;
    padding: 0 6px;
    padding-left: 14px;
}

.unread:before {
    position: absolute;
    top: 9px;
    left: 5px;
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

/* 2019-5-13 */
.table-com thead tr:hover {
    background: #f2f2f2 !important;
}
.btn-add {
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.btn-add .img {
    display:inline-block;
}
.date-tab .layui-form-label-icon {
    float: right;
    width: 28px;
    height: 28px;
    background: url(../Images/Enterprise/public.png) no-repeat;
    background-position: -167px -6px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 6px;
    
}
.applyPlu {
    padding: 0 10px 0 0;
    border-bottom: 1px solid #e3e5e8;
}
/*.applyPlu:last-child {
    border-bottom:0;
}*/
.applyPlu span {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
#standard tbody tr td, #inspection tbody tr td, #standardDetail tbody tr td, #inspectionDetail tbody tr td {
    border-top: 0;
}
.j_checkWord {
    width:80%;
    height:34px;
}
.layMes {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:rgba(0,0,0,.7);
    color:#fff;
    z-index:99999999;
    padding:12px 25px;
    border-radius:3px;
    display:none;
}




