html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, i, b, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-style: normal
}
fieldset, img {
    border: none;
}
address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
ul, ol {
    list-style: none;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
table {
    border-collapse: collapse;
}
body {
    background: #fff;
    color: #291E44;
    font: 12px/22px 'Microsoft YaHei', sans-serif;
}
.html {
    max-width: 750px;
    margin: 0 auto;
}
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.clearit {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.hide {
    display: none!important
}
a {
    color: #08112C;
    text-decoration: none;
}
a:visited {
    color: #08112C;
}
a:hover, a:active, a:focus {
    color: #08112C;
    text-decoration: underline;
}
.wrap {
    width: 1000px;
    margin: 0 auto;
}
.ani-opacity {
    filter: Alpha(Opacity=80);
    opacity: .8;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.ani-rotate {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.ani-popIn {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.ani-popOut {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}
@-webkit-keyframes bounceIn {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes bounceIn {
    0%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}
@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}
body {
    background: url("//n3.sinaimg.cn/finance/esgmeeting/images/pc/body_bg.jpg") no-repeat 50% 0;
}
.topHeader {
    height: 720px;
}
.banner {
    height: 650px;
}
.banner h1 {
    display: none;
}
.navTop {
    height: 70px;
    overflow: hidden;
    width: 100%;
}
.navTop a, .navTop a:visited, .navTop a:hover {
    color: #fff;
    text-decoration: none;
}
.navTop-fix {
    position: fixed;
    z-index: 99999;
    background-color: #02C620;
    top: 0;
    left: 0;
}
.navTop .wrap {
    position: relative;
    padding-top: 6px;
    color: #fff;
}
.navTop .wrap:before {
    height: 6px;
    width: 88px;
    content: '';
    background-color: #fff;
    overflow: hidden;
    top: 0;
    position: absolute;
    transition: left .4s ease;
    -webkit-transition: left .4s ease;
    -moz-transition: left .4s ease;
    -ms-transition: left .4s ease;
    -o-transition: left .4s ease;
}
/* .navTop .wrap_p1:before {
    left: 0px;
}
.navTop .wrap_p1:before {
    left: 164px;
}
.navTop .wrap_p2:before {
    left: 356px;
}
.navTop .wrap_p3:before {
    left: 490px;
}
.navTop .wrap_p4:before {
    left: 600px;
}
.navTop .wrap_p5:before {
    left: 732px;
}
.navTop .wrap_p6:before {
    left: 890px;
} */

.navTop .wrap_p1:before {
    left: 0px;
}
.navTop .wrap_p2:before {
    left: 204px;
}
.navTop .wrap_p3:before {
    left: 366px;
}




.navTop ul {
    position: relative;
}
.navTop li {
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    float: left;
    text-align: right;
    line-height: 64px;
    height: 64px;
    position: absolute;
}
/* .navTop li.p1 {
    left: 0px;
}
.navTop li.p2 {
    left: 144px;
}
.navTop li.p3 {
    left: 356px;
}
.navTop li.p4 {
    left: 512px;
}
.navTop li.p5 {
    left: 627px;
}
.navTop li.p6 {
    left: 732px;
}
.navTop li.p7 {
    left: 879px;
} */


 .navTop li.p4 {
    left: 20px;
}
.navTop li.p7 {
    left: 184px;
}


.daoyu {
    background: url("//n3.sinaimg.cn/finance/esgmeeting/images/pc/bg1.jpg") no-repeat 50% 0;
}
.daoyu .wrap {
    position: relative;
    height: 420px;
}
.daoyu h2 {
    font-size: 48px;
    line-height: 60px;
    position: absolute;
    left: 84px;
    top: 115px;
    text-align: center;
}
.daoyu .cont {
    padding: 48px 0 0 260px;
}
.daoyu .cont p {
    font-size: 16px;
    line-height: 34px;
    text-align: justify;
    margin-bottom: 20px;
}
.topNews {
    background-color: #291e44;
    padding-bottom: 20px;
}
.topNews .t-item {
    padding: 30px 0;
}
.topNews .t-item:first-child {
    border-bottom: solid 1px #fff;
    padding-bottom: 50px;
}
.topNews .t-item h2 {
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    padding: 20px 0
}
.topNews .t-item h2 a, .topNews .t-item h2 a:visited, .topNews .t-item h2 a:hover {
    color: #fff;
}
.topNews .t-item p {
    font-size: 16px;
    line-height: 31px;
    color: #fff;
}
.topNews .t-item p a, .topNews .t-item p a:visited, .topNews .t-item p a:hover {
    color: #00ADD6;
}
.tit {
    font-size: 48px;
    color: #291E44;
    line-height: 124px;
}
.part_03 .tit {
    line-height: 193px;
} 
.part_01 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t1_bg.png") no-repeat -14px 58px;
    padding-top: 70px;
}
.part_02 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t1_bg.png") no-repeat 10px 67px;
    padding-top: 70px;
}
.part_03 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t2_bg.png") no-repeat 10px 38px;
}
.part_04 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t3_bg.png") no-repeat 10px 58px;
    padding-top: 40px;
}
.part_11 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t4_bg.png") no-repeat 15px 38px;
    padding-top: 40px;
}
.part_05 {
    padding: 124px 0 0px;
}
.part_06 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t5_bg.png") no-repeat 0 25px;
    padding-top: 40px;
}
.part_07 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t7_bg.png") no-repeat 15px 28px;
    padding-top: 40px;
}
.part_08 {
    background-color: #F7FFFA;
}
.part_08 .tit {
    float: left;
    margin-left: 92px;
    margin-right: 200px;
}
.part_08 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t6_bg.png") no-repeat 0 68px;
    padding: 115px 0 95px;
}
.part_08 img {
    width: 600px;
}
.part_09 .wrap {
    background: url("//n.sinaimg.cn/finance/2022esg316pc/t8_bg.png") no-repeat 10px 38px;
    padding: 0px 0 50px;
}
.part_09 .cont {
    margin-top: 20px;
}
.part_10 {
    background-image: linear-gradient(to bottom right ,#02C620 , #03A8B4);
    padding: 35px 0 0;
    height: 356px;
    box-sizing: border-box;
}
.part_10 .tit {
    color: #fff;
}
.part_10 .p_txt .applink {
    position:absolute;
    width: 320px;
    height: 90px;
    right: 10px;
    top: 271px;
}
.part_10 .p_txt {
    position:relative;
    text-align: left;
    color: #fff;
    height: 160px;
    width: 500px;
    float: left;
}
.part_10 .download {
    float: right;
    margin-top: 35px;
}
.part_10 .download img {
    width: 272px;
}
.part_10 .p_txt h3 {
    font-size: 20px;
    line-height: 70px;
    padding-top: 10px;
}
.part_10 .p_txt p {
    font-size: 16px;
    line-height: 28px;
}
.part_10 .p_footer {
    text-align: center;
    color: #fff;
    line-height: 24px;
    padding-top: 60px;
}
.part_10 .p_footer a, .part_10 .p_footer a:visited, .part_10 .p_footer a:hover {
    color: #fff;
}
.part_09 li {
    line-height: 55px;
    font-size: 20px;
    float: left;
    width: 476px;
    background: url("//n3.sinaimg.cn/finance/esgmeeting/images/pc/pot.png") no-repeat 0 50%;
    padding-left: 23px;
}
.part_09 li a {
    width: 470px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.part_01 .cont {
    height: 562px;
}
.blk_01 .b-item {
    float: right;
    width: 494px;
    overflow: hidden;
}
.blk_01 .b-item:first-child {
    float: left;
}
.blk_01 .b-item img {
    width: 100%;
    height: 278px;
    display: block;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.blk_01 .b-item img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.blk_01 .b-text {
    background-color: #291E44;
    height: 180px;
    color: #fff;
}
.blk_01 .b-text h3 {
    font-size: 24px;
    line-height: 30px;
    padding: 20px 16px 15px;
}
.blk_01 .b-text h3 a, .blk_01 .b-text h3 a:visited, .blk_01 .b-text h3 a:hover {
    color: #fff;
}
.blk_01 .b-text p {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    padding: 0 16px;
}
.blk_01 .b-text p a, .blk_01 .b-text p a:visited, .blk_01 .b-text p a:hover {
    color: #00ADD6;
}
.blk_02 .b-item {
    padding: 26px 0;
    border: solid 1px #fff;
    border-width: 1px 0;
}
.blk_02 .b-item:first-child {
}
.blk_02 .b-item .bc {
    width: 1000px;
    margin: 0 auto;
}
.blk_02 .b-item:hover {
    border-color: #e2e2e2;
    background-color: #f2f4fb;
}
.blk_02 .b-item img {
    width: 360px;
    height: 202px;
    float: left;
    margin-right: 24px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}
.blk_02 .b-item img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.blk_02 .b-text {
    overflow: hidden;
}
.blk_02 .b-text h3 {
    font-size: 24px;
    line-height: 30px;
    height: 140px
}
.blk_02 .b-text h3 a, .blk_02 .b-text h3 a:visited, .blk_02 .b-text h3 a:hover {
    color: #08112C;
}
.blk_02 .b-text p {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.blk_02 .b-text p a, .blk_02 .b-text p a:visited, .blk_02 .b-text p a:hover {
    color: #00ADD6;
}
.blk_03 .b-item {
    background-color: #f2f4fb;
    height: 288px;
}
.blk_03 .b-item img {
    width: 512px;
    height: 288px;
    float: left;
    margin-right: 29px;
}
.blk_03 .b-text {
    overflow: hidden;
    padding: 36px 29px 0 0;
}
.blk_03 .b-text h3 {
    font-size: 24px;
    line-height: 30px;
    height: 110px
}
.blk_03 .b-text h3 a, .blk_03 .b-text h3 a:visited, .blk_03 .b-text h3 a:hover {
    color: #08112C;
}
.blk_03 .b-text p {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.blk_03 .b-text p a, .blk_03 .b-text p a:visited, .blk_03 .b-text p a:hover {
    color: #00ADD6;
}
.blk_04 {}
.blk_04 .b-item {
    float: right;
    width: 494px;
    height: 490px;
    background-image: linear-gradient(to bottom right ,#02b863 , #03A8B4);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.blk_04 .b-item:first-child {
    float: left;
    background-image: linear-gradient(to bottom right ,#02C620 , #02B37b);
}
.blk_04 .b-text h3 {
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 38px;
    line-height: 56px;
    padding-top: 40px;
}
.blk_04 .b-desc {
    padding: 30px 32px 0;
    height: 273px;
    overflow: hidden;
}
.blk_04 .b-desc p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-indent: 2em;
    text-align: justify;
}
.blk_04 .b-btn a, .blk_04 .b-btn a:visited {
    display: block;
    margin: 0 auto;
    width: 260px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #03B47A;
    background-color: #fff;
    border-radius: 20px;
    font-size: 16px;
}
.blk_04 .b-btn a:hover {
    color: #fff;
    background-color: #02C620;
    text-decoration: none;
}
.blk_04 .b-item:first-child .b-btn {
    padding: 0 .32rem;
}
.blk_04 .b-item:first-child .b-btn a {
    width: 260px;
}
.blk_04 .b-item:first-child .b-btn a:last-child {
    margin: 0 auto;
}
.blk_05 {
    width: 1000px;
    overflow: hidden;
}
.blk_05 ul {
    width: 1100px;
    padding-top: 80px;
}
.blk_05 li {
    width: 240px;
    float: left;
    margin-right: 12px;
    height: 402px;
}
.blk_05 li img {
    width: 240px;
    height: 240px;
    display: block;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
.blk_05 li h3 {
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    padding: 14px 0 7px
}
.blk_05 li p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    height: 562px;
}
.swiper-slide img {
    width: 1000px;
    height: 562px;
    display: block;
}
.swiper-slide span {
    position: absolute;
    width: 976px;
    height: 52px;
    background-color: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-size: 24px;
    line-height: 52px;
    padding-left: 24px;
    bottom: 0;
    left: 0;
}
.gallery-top {
    height: 562px;
    width: 100%;
}
.gallery-thumbs {
    box-sizing: border-box;
    padding: 24px 0;
    height: 138px;
}
.gallery-thumbs .swiper-slide {
    height: 90px;
    position: relative;
}
.gallery-thumbs .swiper-slide img {
    height: 90px;
    width: 100%;
    display: block;
}
.gallery-thumbs .swiper-slide-thumb-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: solid 6px #00ADD6;
    height: 78px;
    width: 144px;
}
.gallery-top .swiper-pagination-fraction {
    color: #fff;
    right: 20px;
    width: auto;
    left: auto;
    font-size: 24px;
    line-height: 52px;
    bottom: 0;
}
.m-aside-nav2 {
    color: #fff;
    position: fixed;
    z-index: 9999;
    left: 50%;
    top: 100px;
    margin-left: 505px;
    width: 120px;
    background-color: #02C620;
    font-size: 14px;
}
.m-aside-nav2 h3 {
    height: 72px;
    text-align: center;
}
.m-aside-nav2 h3 span {
    font-size: 14px;
    display: block;
    padding-top: 10px;
}
.m-aside-nav2 h3 span b {
    font-size: 17px;
    display: block;
    line-height: 22px;
    font-weight: bold;
}
.m-aside-nav2 li {
    border-top: solid 1px #fff;
    height: 72px;
    line-height: 20px;
    text-align: center;
}
.m-aside-nav2 a, .m-aside-nav2 a:visited, .m-aside-nav2 a:hover {
    color: #fff;
    display: block;
    padding-top: 24px;
}
.m-aside-nav2 li.share {
    padding-left: 10px;
}
.m-aside-nav2 .item-weixin {
    float: left;

    background-image: url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/weixin_icon.png);
    background-image: -webkit-image-set(url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/weixin_icon.png) 1x, url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/weixin_icon_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: 36px 30px;
    width: 36px;
    height: 32px;
    margin: 29px 12px 0 10px;
    padding:0 !important;
}
.m-aside-nav2 .item-weibo {
    float: left;
    background-image: url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/weibo_icon.png);
    background-image: -webkit-image-set(url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/weibo_icon.png) 1x, url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/weibo_icon_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% 100%;
    width: 36px;
    height: 32px;
    margin: 29px 10px 0 0;
    padding:0 !important;
}
.m-aside-nav2 .item-top,.m-aside-nav2 .item-top:visited,.m-aside-nav2 .item-top:hover {
    background-image: url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/btn_top.png);
    background-image: -webkit-image-set(url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/btn_top.png) 1x, url(//n3.sinaimg.cn/finance/esgmeeting/images/pc/btn_top_2x.png) 2x);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 34px 18px;
    display: block;
    margin: 20px auto 0;
    line-height: 70px;
    padding-top: 0!important;
}