/* GCA审核和碳/PRTR公用样式文件 */
@import "common.css";

html, body{
    color: #272f20;
}

.GCA-banner{
    width: 100%;
    height: 4.25rem;
    position: relative;
}
.GCA-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.GCA-banner .banner-content{
    width: 4.62rem;
    padding: .52rem .38rem .52rem .49rem;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: .42rem;
    left: 0;
}
.GCA-banner .banner-content h2{
    font-size: .34rem;
    line-height: .44rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .26rem;
}
.GCA-banner .banner-content p{
    font-size: .2rem;
    line-height: .4rem;
    color: #fff;
}


.GCA-content{
    padding: .55rem 0 0;
}
.GCA-content-infor{
    color: #333;
    padding-bottom: .4rem;
}
.GCA-content-infor h3{
    font-size: .18rem;
    line-height: .34rem;
    color: #333333;
    margin-bottom: .09rem;
}
.GCA-content-infor h3 a{
    font-size: .18rem;
    color: #62a000;
    display: inline;
}
.GCA-content-infor h4{
    font-size: .21rem;
    line-height: .56rem;
    color: #333333;
}
.GCA-content-infor h4 strong{
    font-size: .22rem;
    color: #333333;
}

.GCA-processBox{
    display: flex;
    justify-content: space-between;
}
.GCA-process{
    width: calc(50% - .4rem);
    border-left: .01rem solid #e5e5e5;
    border-right: .01rem solid #e5e5e5;
    border-bottom: .01rem solid #e5e5e5;
    background: #f8fbfe;
}
.GCA-process h2,
.audit-list-container h2{
    font-size: .24rem;
    line-height: .68rem;
    color: #fff;
    background: #1373d2;
    text-align: center;
    margin: 0 -0.02rem;
}
.GCA-process .process-content{
    padding: .2rem .3rem .34rem;
}
.process-content h4{
    font-size: .18rem;
    line-height: .36rem;
    height: 2.5rem;
    text-align: justify;
    border-bottom: .01rem solid #e5e5e5;
    padding-bottom: .37rem;
}
.process-content h4 strong{
    font-size: .18rem;
}
.process-content h5{
    font-size: .26rem;
    padding-left: .26rem;
    border-left: .04rem solid #009cff;
    margin-top: .34rem;
    margin-bottom: .23rem;
    line-height: .26rem;
}

.process-content ul{
	min-height: 3.5rem;
	border-bottom: .01rem solid #e5e5e5;
}
.process-content ul li{
    font-size: .16rem;
    line-height: .34rem;
    display: flex;
    padding-bottom: .30rem;
}
.process-content ul li p{
    width: calc(100% - .58rem);
    line-height: .38rem;
    margin-left: .19rem;
    text-align: justify;
}
.process-content ul li p a{
    color: #62a000;
    font-weight: bold;
    display: inline-block;
}
.process-content ul li:before{
    width: .38rem;
    height: .38rem;
    font-size: .2rem;
    color: #fff;
    background: #009cff;
    line-height: .38rem;
    text-align: center;
    display: block;
    border-radius: .5rem;
}
.process-content ul li:nth-of-type(1):before{
    content: "1";
}
.process-content ul li:nth-of-type(2):before{
    content: "2";
}
.process-content ul li:nth-of-type(3):before{
    content: "3";
}
.process-content ul li:nth-of-type(4):before{
    content: "4";
}
.process-content ul li:nth-of-type(5):before{
    content: "5";
}

.process-content .manual,
.process-content .manual b,
.process-content .manual strong,
.process-content .manual span{
    display: block;
}
.process-content .manual{
    padding: .15rem 0;
}
.process-content .manual b{
    width: .26rem;
    height: .25rem;
    background: url(../images/pages/icon/icon-pdf.png) no-repeat;
    background-size: 100%;
    margin-right: .17rem;
}
.process-content .manual strong{
    font-size: .19rem;
    color: #649f1b;
    font-weight: bold;
    line-height: .25rem;
    margin-bottom: .12rem;
}
.process-content .manual span{
    font-size: .16rem;
    color: #999;
    line-height: .22rem;
}
.process-content .manual div.float-start{
    width: 90%;
}

/* 第三方审核公司 */
.audit-list-container{
    padding: .52rem 0;
}
.audit-list-container h2{
    background: #71b2f1;
    position: relative;
}
.audit-list-container  .audit-list{
    border: .01rem solid #e5e5e5;
    padding: .37rem .30rem .40rem;
    background: #f8fbfe;
}
.audit-list p{
    font-size: .18rem;
    color: #333;
    line-height: .37rem;
}
.audit-list p a{
    color: #62a000;
    font-weight: bold;
}

.audit-list .list{
    display: none;
    margin-top: .37rem;
}
.audit-list ul li{
    border: .01rem solid #e5e5e5;
    padding: .20rem;
    background: #fff;
    margin-bottom: .20rem;
}
.audit-list ul li h3{
    font-size: .20rem;
    font-weight: bold;
    line-height: .36rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.audit-list ul li h3 span{
	display: flex;
	align-items: center;
    font-size: .2rem;
}
.audit-list ul li h3 strong{
	background: #f5e29f;
    font-size: .13rem;
    font-weight: normal;
    color: #9a6f12;
    display: block;
    padding: 0 .10rem;
    margin-left: .08rem;
    border-radius: .02rem;
    line-height: .28rem;
}
.audit-list ul li h3 b, .audit-list-container .icon-arrow{
    display: block;
    width: .10rem;
    height: .10rem;
    border:#000 solid;
    border-width: .03rem .03rem 0 0;
    transform: rotate(135deg);
    margin-right: .10rem;
}
.audit-list .item-detail{
    display: none;
    margin-top: .24rem;
}
.audit-list .item-detail span{
    float: left;
    font-size: .18rem;
    color: #999;
    width: 1rem;
    line-height: .40rem;
    margin-left: .5rem;
    margin-right: .20rem;
}
.audit-list .item-detail strong{
    float: left;
    font-size: .18rem;
    font-weight: normal;
    line-height: .40rem;
}

.audit-list-container .icon-arrow{
    border: #fff solid;
    border-width: .03rem .03rem 0 0;
    position: absolute;
    right: .51rem;
    top: 50%;
    margin-top: -0.1rem;
    cursor: pointer;
}
.audit-list-container .auditListOpen{
    transform: rotate(315deg);
    margin-top: 0;
}


/* Carbon-PRTR */
.Carbon-PRTR-container{}
.Carbon-PRTR-container .process-content ul{
    min-height: 3.1rem;
}
/*.Carbon-PRTR-container .GCA-process .process-content{*/
    /*min-height: 11.22rem;*/
/*}*/

.logos-container{
    padding: .52rem 0 0;
}
.logos-container h2{
    font-size: .2rem;
    font-weight: bold;
    color: #fff;
    background: #1373d2;
    padding: .12rem .15rem;
}
.logos{
    padding: .3rem 0;
    background: #f8fbfe;
    border: .01rem solid #e5e5e5;
    border-top: none;
    display: flex;
    flex-flow: row wrap;
}
.logos a{
    width: 10%;
    height: .84rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logos .logo{
    max-width: 60%;
    max-height: 60%;
}
.logo:hover{
    /*background-position:  center top!important;*/
}