﻿* {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body,
button,
input,
select,
textarea {
    font: 1.2rem Microsoft YaHei, Arial, Tahoma, Helvetica, "\5b8b\4f53", sans-serif;
}

ul,
ol {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:focus {
    outline: none;
}

html,
body {
    background-color: #fff;
    margin: 0;
    padding: 0;
}


/*首页*/

.container {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #666;
    background: #fff;
}

.container .top {
    width: 1200px;
    margin: 0 auto;
    height: 120px;
    line-height: 120px;
    position: relative;
}

.container .top p {
    display: inline-block;
    float: left;
    color: #4d4d4d;
}

.container .top div {
    display: inline-block;
    float: right;
    color: #4d4d4d;
}

.container .top div span {
    margin-left: 8px;
}

.container .loginBox {
    padding: 4px 8px;
    background: #CE2516;
    color: #fff;
}

.container .middle {
    background: url(../images/bg.jpg) no-repeat center;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.middle .logoimg {
    margin: 80px auto 48px;
}

.middle .logoimg img {
    display: block;
    margin: 0 auto;
}

.container .middle ul {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.container .middle ul li {
    margin-right: 40px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
}

ul li a:hover {
    color: #CE2516!important;
}

.container .middle ul li a:link,
.container .middle ul li a:visited {
    color: #ccc;
    text-decoration: none;
}

.resultBox .middleBox ul li a:link,
.resultBox .middleBox ul li a:visited {
    color: #999;
    text-decoration: none;
}

.container .middle ul li:last-child {
    margin-right: 0;
}

.container .search-field {
    width: 620px;
    margin: 0 auto;
    height: 54px;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
}

.container input[type="text"] {
    width: 490px;
    font-size: 16px;
    color: #474747;
    border: none;
    outline: none;
    background-color: transparent;
    height: 54px;
    line-height: 54px;
    float: left;
    margin-left: 20px;
}

.container input::-webkit-input-placeholder {
    font-size: 16px;
    color: #474747;
}

.container .search-btn {
    width: 110px;
    height: 54px;
    line-height: 54px;
    position: absolute;
    right: 0;
    background-color: #CE2516;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}

.yzmbg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}

.yzcode {
    width: 360px;
    height: 210px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 999;
    display: none;
}

.yztop {
    background: #579FF9;
    height: 40px;
    line-height: 40px;
    color: #fff;
    padding: 0 30px;
}

.yztop img {
    float: right;
    margin-top: 15px;
    cursor: pointer;
}

.yzcode input {
    outline-style: none;
    border: 1px solid #ccc;
    padding: 0 5px;
    width: 162px;
    height: 36px;
    font-size: 14px;
    margin: 35px 10px 35px 35px;
    color: #666;
}

.yzcode ::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}

.yzcode .btn {
    width: 100px;
    height: 32px;
    background: #3C8BEC;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0 auto;
    cursor: pointer;
}

.codeimg {
    display: inline-block;
}

.codeimg img {
    width: 80px;
    vertical-align: middle;
}


/*结果页*/

.restop {
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #F5F5F5;
}

.res_cx {
    display: inline-block;
    float: right;
}

.res_cx span {
    margin-left: 8px;
}

.res_cx span:first-child {
    padding: 4px 8px;
    background: rgba(248, 248, 248, 1);
    border: 1px solid rgba(200, 201, 204, 1);
}

.middleBox {
    width: 100%;
    height: 136px;
    background-color: #fff;
}

.middleBox ul {
    float: right;
    color: #424242;
    font-size: 14px;
}

.uldiv {
    width: 1200px;
    margin: 0 auto;
}

.middleBox ul li {
    display: inline-block;
    margin-left: 58px;
}

.reslogo {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.resultBox .search-field {
    width: 540px;
    margin: 0 auto;
    height: 42px;
    border-radius: 4px;
    position: relative;
    border: 1px solid rgba(200, 201, 204, 1);
    margin-bottom: 38px;
}

.resultBox .search-field input[type="text"] {
    width: 430px;
    font-size: 14px;
    color: #474747;
    border: none;
    outline: none;
    background-color: transparent;
    height: 40px;
    line-height: 40px;
    float: left;
    margin-left: 20px;
}

.resultBox input::-webkit-input-placeholder {
    font-size: 14px;
    color: #474747;
}

.resultBox .search-btn {
    width: 92px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #CE2516;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.reslogo img {
    display: inline-block;
    margin-top: 32px;
}

.reslogo img:last-child {
    float: right;
    margin-top: 45px;
}

table {
    border: 1px solid #e9e9e9;
    border-collapse: collapse;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666666;
    table-layout: fixed;
}

table td,
.result table th {
    border: 1px solid #e9e9e9;
    padding: 5px;
    height: 54px;
    color: #1A1A1A;
    font-size: 14px;
}

table th {
    border-bottom-width: 2px;
    text-align: center;
    background-color: #CE2516;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 50px;
    border: 1px solid #E6E6E6;
}

table tr {
    background-color: #f7f7f7;
}

#pop {
    padding: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: none;
}

table .wd260 {
    width: 260px;
}

table .wd100 {
    width: 100px;
}

table .wd280 {
    width: 280px;
}

table .wd120 {
    width: 120px;
}

table .wd80 {
    width: 80px;
}

td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

td:hover {
    white-space: normal;
    transition: .3s all;
    box-shadow: 0px 6px 17px #cccccc;
}

td:last-child:hover {
    transition: none;
    box-shadow: none;
    cursor: pointer;
    color: #CE2516;
}


/*资信证书*/

.creditBox {
    width: 1200px;
    background-color: #fff;
    padding: 40px 84px;
    margin: 0 auto;
    margin-top: 18px;
    min-height: 600px;
    margin-bottom: 60px;
}

.creditBox .catop {
    width: 100%;
    height: 350px;
    background: url(../images/xyt.png) no-repeat;
    background-size: 100%;
}

.creditBox .catmiddle {
    position: relative;
    width: 100%;
    height: auto;
    background: url(../images/xym.png)repeat;
    overflow: hidden;
    background-size: 100%;
}

.creditBox .catm_title {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
}

.creditBox .catm_con {
    width: 100%;
    font-size: 14px;
    color: #424242;
    padding-left: 210px;
    margin: 30px 0 10px 0;
}

.catm_con .comname {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    /* min-width: 350px; */
}

.creditBox .comname_eng {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
    /* min-width: 350px; */
}

.creditBox .code {
    position: absolute;
    right: 35%;
    top: 4%;
}

.creditBox #qrcode {
    width: 60px;
    display: inline-block;
    margin-left: 40px;
}

.creditBox .line {
    width: 840px;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.creditBox .catm_con ul {
    margin-top: 20px;
}

.creditBox .catm_con ul p {
    line-height: 40px;
    font-size: 16px;
    color: #CE2516;
    font-weight: bold;
}

.creditBox .catm_con li {
    line-height: 26px;
    color: #1A1A1A;
}

.creditBox .line2 {
    width: 84rem;
    height: 1px;
    background: #ccc;
    position: absolute;
    margin-top: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.creditBox li span:last-child {
    color: #424242;
}

.creditBox .statement {
    margin-top: 80px;
}

.creditBox .statement p {
    line-height: 24px;
    color: #5C5C5C;
    font-size: 12px;
}

.creditBox .catbottom {
    width: 100%;
    height: 153px;
    background: url(../images/xyb.png) no-repeat;
    background-size: 100%;
}

.creditBox .chapter {
    position: absolute;
    bottom: 60px;
    right: 90px;
}

.creditBox .watermark {
    width: 90%;
    height: auto;
    background: url(../images/watermark.png);
    position: relative;
    margin-left: 50px;
    overflow: hidden;
}

.creditBox .watermarkt {
    width: 90%;
    height: 170px;
    background: url(../images/watermark.png);
    position: relative;
    top: 30px;
    left: 50px;
}

.creditBox .watermarkb {
    width: 100%;
    height: 120px;
    background: url(../images/watermark.png);
    position: relative;
    /* bottom: -20px;
    left: 50px; */
}

.creditBox .jyfw {
    width: 440px;
    display: inline-block;
    vertical-align: top;
}


/*企业证书*/

.companyBox {
    width: 1200px;
    background-color: #fff;
    padding: 40px 65px;
    margin: 0 auto;
    margin-top: 18px;
    min-height: 600px;
    margin-bottom: 60px;
}

.companyBox .catop {
    width: 100%;
    /* height: 219px; */
    min-height: 230px;
    background: url(../images/cat.png) no-repeat;
    position: relative;
    background-size: 100% 100%;
}

.companyBox .catmiddle {
    position: relative;
    width: 100%;
    height: auto;
    background: url(../images/cam.png)repeat;
    background-size: 100%;
}

.companyBox .em_title {
    display: inline-block;
    margin: 2% 0 2% 15%;
    width: 50%;
}

.companyBox .catm_title {
    font-size: 34px;
    color: #333;
    font-weight: bold;
    margin: 10% auto 0;
    max-width: 70%;
    text-align: center;
}

.companyBox .catm_con {
    width: 100%;
    font-size: 14px;
    color: #424242;
    padding: 20px 0 10px 165px;
}

.companyBox .comname {
    font-size: 24px;
    color: #333333;
    font-weight: bold;
}

.companyBox .comname_eng {
    font-size: 16px;
    line-height: 26px;
}

.companyBox .code {
    position: absolute;
    right: 40%;
    top: 160px;
}

.companyBox .line {
    width: 840px;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.companyBox .catm_con ul {
    display: inline-block;
    vertical-align: top;
    width: 400px;
}

.companyBox .catm_con ul p {
    line-height: 40px;
    font-size: 16px;
    color: #CE2516;
    font-weight: bold;
}

.companyBox .catm_con li {
    line-height: 28px;
    color: #1A1A1A;
}

.companyBox .line2 {
    width: 840px;
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.creditBox .catm_con li span:first-child,
.companyBox .catm_con li span:first-child {
    color: #888888;
}

.creditBox .catm_con li span:last-child,
.companyBox .catm_con li span:last-child {
    color: #333333;
}

.companyBox .statement {
    color: #5C5C5C;
    position: absolute;
    top: 20px;
    left: 15%;
}

.companyBox .statement p {
    line-height: 24px;
    font-size: 12px;
}

.companyBox .catbottom {
    width: 100%;
    height: 207px;
    background: url(../images/cab.png)no-repeat;
    position: relative;
    background-size: 100%;
}

.companyBox .chapter {
    position: absolute;
    bottom: 90px;
    right: 130px;
}

.companyBox .catmiddle .watermark {
    width: 90%;
    height: 100%;
    background: url(../images/watermark.png);
    position: absolute;
}

.companyBox .catop .watermark {
    width: 100%;
    height: 100%;
    background: url(../images/watermark.png);
    overflow: hidden;
}

.companyBox .catbottom .watermark {
    width: 100%;
    height: 100%;
    background: url(../images/watermark.png);
    position: absolute;
    bottom: 0;
}

.companyBox #qrcode {
    width: 60px;
    display: inline-block;
    margin-left: 100px;
    vertical-align: middle;
}

.companyBox .jyfw,
.business-scope {
    width: 330px;
    display: inline-block;
    vertical-align: top;
}


/*底部*/

.footer {
    padding: 50px 0px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #666;
    font-size: 14px;
}

.footer a:link,
.footer a:visited {
    color: #666;
    text-decoration: none;
}

.footer p:last-child a:link {
    color: #666;
}


/*分页*/

.page {
    width: auto;
    margin: 15px 20px 15px 0;
    height: 30px;
    overflow: hidden;
}

.page li.page_number {
    width: auto;
    border: 0 none;
}

.page li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    color: #555;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    font-family: "微软雅黑", arial, \5b8b\4f53;
    font-size: 1.4rem;
}

.page_hover:hover {
    color: #fff;
    background: #CE2516;
}

.page_hover {
    cursor: pointer;
}

.page li:hover a {
    color: #fff;
}

.page li.page_on {
    background: #CE2516;
    color: #fff;
    border: 1px solid #CE2516;
    cursor: default;
}

.page_left {
    background: url(../images/page_left.png) no-repeat center center;
    cursor: pointer;
}

.page_left:hover {
    background: #CE2516 url(../images/page_left_02.png) no-repeat center center;
}

.page_right {
    background: url(../images/page_right.png) no-repeat center center;
    cursor: pointer;
}

.page_right:hover {
    background: #CE2516 url(../images/page_right_02.png) no-repeat center center;
}

.page li.page_ic {
    width: 120px;
    color: #666666;
    border: 0 none;
}

.page li.page_ic:hover {
    color: #666666;
}

.page_ic input {
    width: 40px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e6e6e6;
    text-align: center;
    border-radius: 3px;
}

.page li.page_last {
    cursor: pointer;
    border-color: #CE2516;
    background: #CE2516;
    color: #fff;
    width: 40px;
}

.page_num {
    float: left;
    margin: 15px 0 15px 20px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

.page_num select {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.main01 {
    margin-bottom: 0;
}

.statement2 {
    display: none;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 38%;
    }
    .container .top {
        width: 100%;
        padding: 10px;
    }
    .container .middle {
        height: 380px;
    }
    .logoimg {
        margin: 40px auto 28px;
    }
    .logoimg img {
        width: 80%;
    }
    .container .middle ul li {
        margin-right: 2.4rem;
        font-size: 1.4rem;
    }
    .container .search-field {
        width: 90%;
        height: 4.4rem;
    }
    .container .search-field input[type="text"] {
        width: 80%;
        height: 4.4rem;
        line-height: 4.4rem;
    }
    .container input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .container .search-btn {
        width: 20%;
        font-size: 12px;
        height: 4.4rem;
        line-height: 4.4rem;
    }
    .footer {
        padding: 4rem;
        font-size: 12px;
    }
    /* 查询结果 */
    .restop div,
    .uldiv {
        width: 100%!important;
    }
    .reslogo {
        width: 95%;
    }
    .reslogo img {
        width: 40%;
        margin-top: 20px;
    }
    .resultBox .search-field {
        width: 100%;
    }
    .resultBox .search-field input[type="text"] {
        width: 70%;
    }
    .reslogo img:last-child {
        width: 30%;
        margin-top: 3rem;
    }
    .middleBox {
        height: 15rem;
    }
    .middleBox ul {
        width: 100%;
        padding: 3rem 1rem;
    }
    .middleBox ul li {
        margin-left: 3rem;
    }
    .resultBox section {
        width: 100%!important;
    }
    table {
        width: 100%;
    }
    table .wd260 {
        width: 10rem;
    }
    table .wd100 {
        width: 5rem;
    }
    table .wd280 {
        width: 12rem;
    }
    table .wd120 {
        width: 6rem;
    }
    table .wd80 {
        width: 8rem;
    }
    /* 证书 */
    .creditBox,
    .companyBox {
        padding: 0;
    }
    .creditBox .catop {
        height: 120px;
    }
    .creditBox .watermark {
        margin-left: 0;
        width: 100%;
    }
    .creditBox .catm_con {
        width: 80%;
        padding-left: 0;
        margin: 0 auto;
        margin-top: 3rem;
    }
    .creditBox #qrcode,
    .companyBox #qrcode {
        display: none;
    }
    .creditBox .catbottom {
        height: auto;
    }
    .creditBox .watermarkb {
        bottom: 13rem;
    }
    .creditBox .catop .watermarkt {
        display: none;
    }
    .cabox .restop,
    .cabox .middleBox div:last-child {
        display: none;
    }
    .cabox .middleBox {
        height: 10rem;
    }
    .cabox .middleBox img:last-child {
        display: none;
    }
    .creditBox .chapter {
        position: absolute;
        bottom: 6rem;
        right: 4rem;
        width: 33%;
    }
    .creditBox .line,
    .creditBox .line2 {
        width: 85%;
    }
    .creditBox .catm_title,
    .companyBox .catm_title {
        font-size: 3.4rem;
    }
    .creditBox .comname,
    .companyBox .comname {
        font-size: 2.4rem;
    }
    .creditBox .comname_eng,
    .companyBox .comname_eng {
        font-size: 1.4rem;
    }
    .creditBox .jyfw,
    .companyBox .jyfw {
        width: 80%;
    }
    .creditBox .catm_con ul p,
    .companyBox .catm_con ul p {
        font-size: 14px;
    }
    .creditBox .catm_con li,
    .companyBox .catm_con li {
        font-size: 12px;
    }
    /* 企业资质 */
    .companyBox .catop {
        min-height: 18rem;
    }
    .companyBox .catmiddle {
        min-height: 30rem;
        height: auto;
    }
    .companyBox .catm_con {
        position: relative;
        padding-left: 0;
        margin: 0 auto;
        width: 82%;
    }
    .companyBox .em_title {
        margin: 3% 10%;
    }
    .companyBox .catm_title {
        margin-top: 11rem;
    }
    .companyBox .line {
        width: 80%;
        top: 26px;
    }
    .companyBox .line2 {
        width: 80%;
        position: relative;
        margin-top: 2rem;
    }
    .companyBox .chapter {
        bottom: 118px;
        right: 5rem;
        width: 30%;
    }
    .companyBox .statement {
        display: none;
    }
    .companyBox .statement2 {
        display: block;
        padding: 2rem 6rem;
        position: relative;
        top: 0;
        left: 0;
    }
    .companyBox .chapter {
        bottom: 20rem;
        right: 5rem;
        width: 30%;
    }
    .companyBox .catbottom {
        height: 12.5rem;
    }
    .companyBox .catm_con ul {
        min-width: auto;
    }
}