@charset "utf-8";
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0; padding:0; list-style:none; text-decoration:none;}
i,em{font-style:normal;}
input, select{vertical-align:middle; font-family:"微软雅黑";}
a{color:#333; text-decoration:none;}
a:hover{text-decoration:none; }
a img{border:0 none;}
a, input, textarea{outline:none;}
input:focus, select:focus, textarea:focus{color:#666;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
.tl li{white-space:nowrap; overflow:hidden;}
.fl{float:left;}
.fr{float:right; color:#9a0707;}
.clear{clear:both;}
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
* {
    margin: 0;
    padding: 0;
    word-break: break-all;
}
html,body{
    width: 100%;
    height: 100vh;
    margin: 0;
    /* overflow: hidden; */
}
html,body,div{
    box-sizing: border-box;
}
html{
}
/* pc首页样式 */
.report_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 5vh;
    background-image: url(../images/body-bg-pc.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.report_logo img{
    height: 7vh;
}
.mr_60{
    margin-right: 6vh;
}
.report_logo {
    margin-left: 4vw;
}

.report_title{
    color: #fff;
    margin-left: 4vw;
    font-family: Source Han Sans CN;
    margin-top: 12vh;
}
.title_1{
    height: 15vh;
    line-height: 15vh;
}
.title_1 span:nth-child(odd){
    font-size: 15vh;
    font-weight: bold;
}
.title_1 span:nth-child(even){
    font-size: 3vh;
    font-weight: 400;
    letter-spacing: 8.8px;
    opacity: 0.8;
}
.title_2{
    font-size: 10vh;
    line-height: 10vh;
    height: 10vh;
    font-weight: bold;
    margin-top: 5vh;
    letter-spacing: 3px;
}

.report_menu {
    margin-top: 8vh;
    margin-left: 8vh;
    height: auto;
}

.menu_item {
    width: 44%;
    display: inline-block;
    font-size: 3vh;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 5vh;
}

.report_footer {
    width: 100%;
    height: 16vh;
    margin-left: auto;
    margin-right: auto;
    /* margin-top: 85px; */
    /* margin-bottom: 85px; */
    /* position: relative;
    display: flex;
    justify-content: space-between; */
}

.footer_eol img,
.footer_code img {
    display: block;
}

.logo_img {
    width: 216px;
    height: 43px;
}
.info_img {
    width: 245px;
    height: 48px;
    margin-top: 10%;
}

.footer_code {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    float: right;
    margin-right: 3.5vw;
}

.footer_code div {
    float: left;
    padding: 0 1.5vw;
}


.footer_code img {
    width: 12vh;
    height: 12vh;
    display: block;
    margin: 0 auto;
}

.code_text {
    color: #fff;
    font-size: 2vh;
    height: 2vh;
    text-align: center;
    margin-top: 2vh;
}
.copyright {
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    background: #010631;
}

.copyright a {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration-line: none;
}
.btn{
    display: none;
}

/* 移动底部隐藏 */
.catalog_footer {
    display: none;
}

.bg_footer .copyright {
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 14px;
    color: #30333a;
    line-height: 22px;
    background: #ffffff;
}

.bg_footer .copyright a {
    color: #30333a;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration-line: none;
}

.banner{
    display: none;
}

/* 摘要 */
.catalog_header {
    width: 100%;
    height: 440px;
    background-image: url(../images/banner-pc1.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.report_logo_container{
    padding-top: 60px;
}
.banner{
    width: 960px;
    height: 356px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/pc/banner@2x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.report_logo_container img{
    display: none;
}
.abstract_body,.catalog_body {
    margin-top: -92px;
    background: #fff;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    box-shadow:0px 0px 9px 2px rgba(66,72,104,0.1);
    padding-bottom: 75px;
    margin-bottom: 100px;
}
.abstract_body_page{
    display: none;
}
.abstract_body_content{
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.body_abstract {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}
.body_abstract h4 {
    font-size: 24px;
    color: #217FE8;
    font-weight: 500;
    text-align: center;
    line-height: 54px;
    margin-top: 15px;
    cursor: pointer;
}
.catalog_body_content h5 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    line-height: 50px;
}
.catalog_body_content p {
    font-size: 18px;
    color: #585858;
    text-align: left;
    line-height: 40px;
    text-indent: 2em;
}
.abstract_body_content p {
    text-indent: 2em;
    font-size: 20px;
    color: #30333a;
    line-height: 38px;
    text-align: justify;
}

.abstract_body_title,.abstract_body_page_one {
    display: none;
}
.zy_item {
    width: 100%;
    height: 100px;
    padding-top: 30px;
}
.item_abstract {
    width: 85%;
    height: 55px;
    background-image: url(../images/pc/bt-abstract1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}
.item_appendix {
    width: 85%;
    height: 55px;
    background-image: url("../images/pc/bt_appendix.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}
.zy_btn {
    display: flex;
    justify-content: center;
    margin-top: 100px;
    padding-bottom: 100px;
}

.zy_btn a {
    width: 146px;
    height: 40px;
    background: url("./../images/catalog.png") no-repeat center center/auto 100%;
    /* background: rgba(50, 70, 193, 1);
    border-radius: 5px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    text-decoration-line: none;
    line-height: 35px;
    text-align: center; */
}
.zy_btn a:nth-child(1){
    background: url("./../images/preChar.jpg") no-repeat center center/100% auto;
}
.zy_btn a:nth-child(3){
    background: url("./../images/nextChar.jpg") no-repeat center center/100% auto;
}
.zy_btn_two {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
    width: 75%;
    margin: 100px auto 0;
}
.img_container {
    width: 70%;
    margin: 20px auto 15px;
}
.img_container img {
    display: block;
    width: 100%;
    height: auto;
}
.img_container span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #30333a;
    line-height: 38px;
}
.catalog_title{
    display: none;
}
.zy_item_catalog {
    width: 100%;
    height: 85px;
    padding-top: 30px;
}
.topline .words {
    font-size: 32px;
    color:#2158E8;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
}
.pc_line {
    width: 70px;
    height: 3px;
    background: #217FE8;
    margin: 0 auto 0;
}
.topline {
    border: 1px solid #217FE8;
    border-radius: 5px;
    margin: 0px 100px;
}
.item_content01 {
    width: 95%;
    height: 55px;
    background-image: url(../images/pc/bt-content11.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}
.abstract_body_content h5{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.abstract_body_content h6{
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    text-align: left;
    line-height: 40px;
    text-indent: 2em;
    margin: 10px 0;
}
.item_content02 {
    width: 85%;
    height: 55px;
    background-image: url(../images/pc/bt-content2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}
.item_content03 {
    width: 85%;
    height: 55px;
    background-image: url(../images/pc/bt-content3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}
.item_content04 {
    width: 85%;
    height: 55px;
    background-image: url(../images/pc/bt-content3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
}