.content-img-box{
    max-width: 2560px;
}
.content-img-box.h1style .content-box .vertical-middle-sm h1{
    text-align: center;
    color: #ffffff;
    max-width: 100%;
    text-shadow: 0 0 5px #333333;
}

.h1style > img{
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 767px) {
    .h1style > img{
        width: 100%;
        object-fit: cover;
        object-position: center bottom;
    }
}

.h1style.content-img-box .content-box .location h3{
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 0 5px #333333;
}

.h1style.content-img-box .content-box .conference{
    display: flex;
    flex-wrap: nowrap;
}

.h1style.content-img-box .content-box .conference div{
    margin-right: 15px;
}

.h1style.content-img-box .content-box .conference div p{
    color: #333333;
}

.h1style.content-img-box .content-box .conference div p span{
    font-size: 1.1em;
    color: #c7000b;
    font-weight: bold;
}

.modal-container .iframe-box{
    position: relative;
    padding-top: 56.25%;
    margin-bottom:0;
}

.modal-container .iframe-box iframe{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    }

.h1style.content-img-box .content-box a.js-goto-target img{
    position: absolute;
    bottom: 10%;
    right: 50%;
    transform: translateX(50%);
}
@media (max-width: 767px) {
    .h1style.content-img-box .content-box a.js-goto-target img{
        bottom: 13%;
    }
}
.modal-container{
    position: relative;
    z-index: 10;
}
.modal-container a{
    cursor: pointer;
}
.modal-container a.icon-close::before{
    font-size: 2.5em;
    position: absolute;
    z-index: 1;
    right: 10px;
    color: #ffffff;
    text-shadow: 0 0 5px #333333;
}

.well-known-saying-2 .swiper-container{
    max-width: 1920px;
    margin: 0 auto;
}
.well-known-saying-2 .swiper-button-prev{
    left: 1%;
}
.well-known-saying-2 .swiper-button-next{
    right: 1%;
}
.well-known-saying-2 .saying-box{
    display: flex;
    flex-wrap: nowrap;
    background-color: #ffffff;
}
@media (max-width: 767px) {
    .well-known-saying-2 .saying-box{
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
}
.well-known-saying-2 .saying-box .avatar-box{
    width: 30%;
    flex: 0 0 30%;
    padding: 30px;
}
.well-known-saying-2 .saying-box .avatar-box img{
    border-radius: 50%;
}
@media (max-width: 991px) {
    .well-known-saying-2 .saying-box .avatar-box{
        width: 40%;
        flex: 0 0 40%;
    }
}

@media (max-width: 767px) {
    .well-known-saying-2 .saying-box .avatar-box{
        margin: 0 auto;
        width: 60%;
        flex: 0 0 60%;
    }
}

.well-known-saying-2 .saying-box .text-box{
    width: 70%;
    flex: 0 0 70%;
    position: relative;
}
@media (max-width: 992px) {
    .well-known-saying-2 .saying-box .text-box{
        width: 60%;
        flex: 0 0 60%;
    }
}
@media (max-width: 767px) {
    .well-known-saying-2 .saying-box .text-box{
    width: 100%;
    flex: 0 0 100%;
    position: unset;
    }
}

.well-known-saying-2 .saying-box .text-box > div{
    display: table;
    height: 100%;
    padding: 0 50px 0 0;
}

@media (max-width: 992px) {
    .well-known-saying-2 .saying-box .text-box > div{
        padding: 0 5% 0 5%;
    }
}

@media (max-width: 767px) {
    .well-known-saying-2 .saying-box .text-box > div{
        width: 95%;
    }
}
.well-known-saying-2 .saying-box .text-box > div > div{
    vertical-align: middle;
    display: table-cell;
    height: 100%;
    min-height: 100%;
}
.well-known-saying-2 .saying-box .text-box em span::before{
    font-size: 3em;
    color: #f0bdbd;
}
.well-known-saying-2 .saying-box .text-box p.name{
    text-align: right;
}
@media (max-width: 767px) {
    .well-known-saying-2 .saying-box .text-box p.name{
        right: 10%;
        min-height: auto;
    }
}

@media (max-width: 400px) {
    .well-known-saying-2 .saying-box .text-box p{
        min-height: 165px;
    }
}

.content-box .subtitle{
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-top: 0;
    padding: 0;
}
.content-box .subtitle::before{
    display: block;
    content: " ";
    clear: both;
}
.content-box .subtitle p{
    text-align: left;
    max-width: 80%;
}

@media (max-width: 992px) {
    .content-box .subtitle p{
        max-width: 100%;
        text-align: center;
    }
}

.finance-box table{
    width: 100%;
    color: #666666;
    word-break: keep-all;
    white-space: nowrap;
}

.finance-box .table-mb{
    width: 100%;
    overflow-x: auto;
    border: 1px solid #e6e6e6;
    padding: 15px;
}
.finance-box thead{
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
}
.finance-box table thead tr:nth-child(n+2){
    border-top: 1px solid #e6e6e6;
}
.finance-box table tr th, .finance-box table tr td{
    padding: 8px;
}
.finance-box table thead tr th{
    text-align: right;
}
.finance-box table thead tr th:first-child{
    text-align: left;
}
.finance-box table thead tr th.colspan{
    text-align: center;
}
.finance-box table tbody{
    border-bottom: 1px solid #333333;
}
.finance-box table tbody tr{
    font-size: 0.875em;
}
.finance-box table tbody tr td{
    text-align: right;
}
.finance-box table tbody tr:nth-child(n+1){
    border-top: 1px dashed #e6e6e6;
}
.finance-box table tbody tr:last-child{
    border-top: 1px solid #333333;
}
.table-instruction{
    display: none;
}
.research-box .research-data, .social-box ul.data{
    display: flex;
    flex-wrap: wrap;
}

.research-box .research-data > div, .social-box ul.data li{
    width: 50%;
    flex: 0 0 50%;
    padding: 0 60px 0 0;
}

@media (max-width:1200px) {
    .research-box .research-data > div:nth-child(odd), .social-box ul.data li:nth-child(odd){
        padding: 0 30px 0 0;
    }
    .research-box .research-data > div:nth-child(even), .social-box ul.data li:nth-child(even){
        padding: 0 0 0 30px;
    }
}

@media (max-width:767px) {
    .research-box .research-data > div:nth-child(odd), .social-box ul.data li:nth-child(odd){
        padding: 0 15px 0 0;
    }
    .research-box .research-data > div:nth-child(even), .social-box ul.data li:nth-child(even){
        padding: 0 0 0 15px;
    }
}

.panel:first-child{
    border-top: 1px solid #e6e6e6;
}

.panel{
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none;
}

.panel .title-box{
    display: flex;
    flex-wrap: nowrap;
}

.eco-box .panel .title-box h3.sub{
    flex: 0 0 80%;
    max-width: 80%;
}

@media (max-width: 767px) {
    .eco-box .panel .title-box h3.sub{
        flex: 0 0 90%;
        max-width: 90%;
    }
}

.social-box .panel .title-box h3.sub{
    flex: 0 0 80%;
    max-width: 80%;
}

@media (max-width: 767px) {
    .social-box .panel .title-box h3.sub{
        flex: 0 0 90%;
        max-width: 90%;
    }
}

.panel .title-box p.subtitle{
    flex: 0 0 50%;
    max-width: 50%;
}
.panel .title-box .learnmore{
    flex: 0 0 20%;
    max-width: 20%;
    text-align: right;
}

@media (max-width: 767px) {
    .panel .title-box .learnmore{
    flex: 0 0 10%;
    max-width: 10%;
    }
}

.eco-box .panel .title-box .learnmore{
    padding-top: 10px;
}

.panel .title-box .learnmore em.iconfont{
    font-size: 2em;
    color: #c7000b;
}

.panel .moreinfo ul{
    margin-top: 15px;
}

.panel .title-box > p{
    margin-bottom: 0;
}

.social-box ul.data li{
 margin-left: 0;   
}

.social-box ul.data li::before{
    content: none;
}

.download-box .report-cover img{
    max-width: 300px;
}


@media (max-width: 991px) {
    .download-box .report-cover img{
        max-width: 350px;
    }
}

@media (max-width: 767px) {
    .download-box .report-cover img{
        max-width: 190px;
    }
}

.download-box .title-box{
    margin-left: 310px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .download-box .title-box{
        margin-left: 410px;
    }
}

@media (max-width: 991px) {
    .download-box .title-box{
        margin-left: 350px;
    }
}

@media (max-width: 767px) {
    .download-box .title-box{
        margin-left: 135px;
    }
}

.download-box .title-box h3{
    text-align: left;
    color: #333333;
}    

.download-box .title-box a{
    color: #666666;
    text-align: left;
    display: block;
}

.download-box .title-box a:hover{
    text-decoration: underline;
}

.download-box .title-box a span.iconfont{
    font-size: 1.1em;
    font-weight: bold;
    color: #c7000b;
}

.main a.read-more{
    color: #666666;
}

.main p{
    margin-bottom: 15px;
}

.main ul li{
    color: #666666;
    font-size: 0.875em;
    padding-top: 15px;
    margin-left: 20px;
    line-height: 1.95em;
}

.main ul li:last-child{
    padding-bottom: 15px;
}

.main ul li::before{
    width: 5px;
    height: 5px;
    background-color: #c7000b;
    display: inline-block;
    margin-left: -15px;
    margin-right: 10px;
    top:-3px;
    position: relative;
    content: " ";
}

.main .content-box h2{
    margin-right: 60px;
}

@media (max-width: 1200px) {
    .main .content-box h2{
        margin-right: 50px;
    }
}

@media (max-width: 991px) {
    .main .content-box h2{
        margin-bottom: 30px!important;
        margin-right: 0;
    }
}

h3.highlight{
    color: #F36900;
    font-size: 2.5em;
    margin-top: 0;
}

h3.sub{
    font-size: 1.4em;
    margin-top: 7px;
}

h4.highlight{
    color: #4fa700;
    font-size:1.5em;
}

span.highlight{
    color: #4fa700;
    font-weight: bold;
}

.has-bg{
    background-color: #f8f8f8;
    padding: 70px 0 0;
}
@media (max-width: 992px) {
    .has-bg{
        padding: 35px 0 0;
    }
}
.dark-bg{
    background-color: #333333;
    padding: 30px 0;
}

.readmore{
    position: relative;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.95em;
    outline: none;
}

.readmore span{
    float: left;
    display: inline;
    text-shadow: 0 0 10px #ffffff;
}

.readmore .iconfont{
    float: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #c7000b;
    font-size: 1.5em;
    line-height: inherit;
    display: inline;
    vertical-align: middle;
    text-shadow: 0 0 10px #ffffff;
}

.readmore:hover .iconfont{
    -webkit-transform: translate3d(4px,0,0);
    transform: translate3d(4px,0,0);
}

.swiper-slide{
    padding: 0 90px 70px;
}

@media (max-width: 992px) {
    .swiper-slide{
        padding: 0 0 70px;
    }
}

@media (max-width: 767px) {
    .swiper-slide{
        padding: 0 0 35px;
    }
}