* {
    margin: 0;
    padding: 0;
    border: none;
}

ul,
li {
    list-style: none;
}
img{
    width: 100%;
    display: block;
}

body {
    font-size: 14px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    line-height: 1.4em;
    color: #333;
}

/* 通用框架 */
div {
    margin: 0 auto;
    overflow: hidden;
    line-height: 1.4em;
    box-sizing: border-box;
    display: block;
}

.div {
    width: 100%;
}
.back_hui{
    background-color: #f8f8f8;
}
.m_titie{
    font-size: 26px;
    font-weight: bold;
    line-height: 1.6em;
}
.m_line{
    width: 150px;
    height: 1px;
    background-color: #666;
    display: block;
    margin: 10px 0;
}
.m_fone{
    font-size: 18px;
    color: #2EA7E0;
    font-weight: bold;
}
a{
    color: #1E75B8;
    text-decoration: none;
}
.wh_100{
    width: 100%!important;
}
.wh_90{
    width: 90%;
    margin: 0 auto;
}
.mb_10{
    margin-bottom: 10px;
}
.mb_40{
    margin-bottom: 40px;
}
.pa_20{
    padding:8px 20px;
    display: block;
}
.pt_20{
    padding-bottom: 20px;
}
.pt_40{
    padding-bottom: 40px;
}
.pt_60{
    padding-bottom: 60px;
}
.img_100{
    width: 90%!important;
    margin: 0 auto;
    border: 1px solid #ddd;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 6px;
    box-sizing: border-box;
}
img.img_one{
    width: 100%!important;
    margin: 10px auto;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
.h4_title{
    font-size: 18px;
    margin: 40px 20px 28px;
    font-weight: bold;
    position: relative;
    padding-left: 24px;
}
.h4_title::before{
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #666;
    border-radius: 8px;
    position: absolute;
    top: 5px;
    left: 0;
}
/* Mobile-home */

.m_leader_Title{margin-left: 20px; width: 160px;}
.m_leader h4{
    font-size: 26px;
    font-weight: bold;
    color: #333;
    line-height: 1.4em;
}
.m_leader_img{
    
}
.m_leader img{
    width: 96%;
}
.m_leader_fone{
    width: 92%; margin: 0 auto 40px;
    padding: 20px;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.08);
    
}
.m_leader .Home_leader_fone p{white-space: nowrap; margin-bottom: 5px;text-align: justify;  }

.readMore img{width: 30px;}
.m_leader .professorQM{height: 45px; padding-right: 10px}
.m_leader .professorQM img{float: right; width: 45px; }
.m_leader p{
    font-size: 12px;
    line-height: 1.8em;
    margin-bottom: 15px;
    text-align:justify;
    
}
.m_us{
    padding: 40px 20px;
    box-sizing: border-box;
    display: block;
}
.m_us img,.m_us .m_fone{
    margin: 20px 0;
}
.m_us .m_line{
    margin-bottom: 40px;
}
.m_text{
    font-size: 13px;
    line-height: 1.8em;
    margin-bottom: 16px;
}
.m_bock{
    margin: 0;
    display: block;
    border: 1px solid #2EA7E0;
    border-radius: 16px;
    padding: 5px;
    margin-bottom: 15px;
}
.m_text_no{
    display: flex;
    background-color: #C3EAFF;
    border-radius: 10px;
    padding: 16px 10px 16px 10px;
    align-items: center;
    font-size: 12px;
    color: #333;
}
.m_text_no h1{
    color: #2EA7E0;
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 1em;
    margin-right: 8px;
}
.m_text_no h4{
    background-color: #1CABE3;
    color: #fff;
    border-radius: 8px;
    width: 260px;
    text-align: center;
    padding:8px;
    margin-right:8px;
    font-size: 12px;
}
.m_text_fone{
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 12px;
    margin-top: 5px;
    color: #666;
    border: 1px dashed #1CABE3;
}
.m_ESG{
    padding: 0;
}
.m_ESG .m_titie{
    margin-left: 20px;
    margin-bottom: 15px;
}
.m_ESG .m_line{
    margin-bottom: 30px;
}
.m_ESG01{
    background-image: url(../img/Esg01.png);
    background-size: cover;
}
.m_ESG02{
    background-image: url(../img/Esg02.png);
    background-size: cover;
}
.m_ESG03{
    background-image: url(../img/Esg03.png);
    background-size: cover;
}
.m_ESG dl{
    display: block;
    background: rgba(46,167,224,0.9);
    width: 70%;
    float: right;
    text-align: right;
    padding:20px;
    color: #FFF;
    position: relative;
}
.m_ESG dl::before{
    content: "E";
    font-size: 190px;
    left: 0;
    top: 50%;
    opacity: .2;
    position: absolute;
    font-weight: bolder;
    margin-top: -10px;
}
.m_ESG02 dl::before{
    content: "S";
}
.m_ESG03 dl::before{
    content: "G";
}
.m_ESG dl dt{
    font-size: 22px;
    font-weight: bold;
    line-height: 2em;
    position: relative;
    margin-bottom:10px;
}
.m_ESG dl dt:after{
    content: "";
    background:rgba(255, 255, 255, .5);
    height: 1px;
    width: 150px;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.m_ESG dl .m_line{
    background-color: #fff;
}
.m_ESG dl dd{
    font-size: 14px;
    line-height: 1.5em;
}
.m_ESG dl dd p{font-size: 12px;}
.m_ESG02 dl{
    float: left;
}
.navigation_ul{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
}
.navigation_ul li{
    padding: 0 3px;
    color: #999;
}
.navigation_ul li a{
    color: #333;
    text-decoration: none;
}


/* 高层寄语 */
.message_fone p{
    font-size: 14px;
    line-height: 1.8em;
}

/* ESG 社会 */
.banner_esg{
   
    color: #fff;
    display: block;
   
}
.banner_esg01{ 
    background: url(../img/banner_esg01.jpg) no-repeat;
    background-size:cover; 
}
.banner_esg02{
    background: url(../img/banner-Esg01.png) no-repeat;
    background-size:cover; 
}
.banner_esg03{
    background: url(../img/banner-Esg03.png) no-repeat;
    background-size:cover; 
}
.banner_esg .div{
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 400px;
    padding:60px 20px 0px 28px;
    justify-content: center;
}
.banner_esg h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 16px;
}
.banner_esg h3::after{
    content: "";
    width: 60px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-top: 5px;
}
.banner_esg h4{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6em;
    margin-bottom: 10px;
}
.banner_esg p{
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6em;
    opacity: .9;
    text-align: justify;
}
.esg_title{
    width: 100%;
    margin: 20px auto;
    overflow: hidden;
    text-align: left;
    padding: 0 24px;
    box-sizing: border-box;
}
.esg_title dt{
    font-size: 24px;
    line-height: 1.4em;
    font-weight: bold;
    display: block;
    margin: 30px 0;
}
.esg_title dt::after{
    content: "";
    width: 60px;
    height: 4px;
    border-radius: 4px;
    background-color: #5176B5;
    display: block;
    margin-top: 15px;
}
.esg_title dd{
    font-size: 14px;
    color: #333;
    line-height: 1.6em;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: left;
}
.esg_tab_title{
    font-size: 16px;
}
.esg_tab_title::after{
    content: "";
    display: block;
    width: 90px;
    height: 1px;
    background-color: #666;
    margin-top: 10px;
}
.esg_tab_bock{
    border: 3px solid #EFF6FF;
    border-radius: 8px;
    padding: 10px;
    margin: 20px;
}
.esg_tab_bock img{
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}
.esg_blue01,.esg_blue02{
    background-color: #237CBC;
    color: #fff;
    line-height: 1.6em;
    text-align: center;
    border-radius: 4px;
    padding: 6px 0;
    font-size: 15px;
    font-weight: bold;
}
.esg_blue02{
    background-color: #DAE4F2;
    color: #1E75B8;
}
.esg_tab_bock_yl{
    border-color: #F5D7D2;
}
.esg_tab_bock_yl .esg_blue02{
    background-color:#F5D7D2 ;
    color: #C36162;
}
.esg_tab_bock_yl .esg_blue01{
    background-color: #C36162;
}
.esg_tab_bock_sh{
    border-color: #E5EDD7;
}
.esg_tab_bock_sh .esg_blue02{
    background-color:#E5EDD7 ;
    color: #74A54D;
}
.esg_tab_bock_sh .esg_blue01{
    background-color:#74A54D ;
}
.esg_ul{
    margin: 10px auto;
    overflow: hidden;
}
.esg_ul li{
    width: 100%;
    padding-left: 18px;
    font-size: 12px;
    line-height: 1.4em;
    margin-bottom: 6px;
    box-sizing: border-box;
    padding-right: 5px;
    font-weight: 400;
    position: relative;
}
.esg_ul li::after{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #999;
    position: absolute;
    top: 4px;
    left: 6px;
}
.esg_ul li img{
    width: auto;
    max-width: 260px;
    text-align: center;
    display: block;
    margin: 10px auto 0;
}
.esg_tab{
    margin: 24px auto 24px;
    display: block;
    width: 60%;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    background: linear-gradient(270deg, #5176B5 0%, #6C96DE 48%, #577CBD 100%);
    box-shadow: 0px 2px 12px 0px rgba(81, 118, 181, 0.3);
    border-radius: 40px;
    font-size: 18px;
}
.esg_h3{
    margin: 40px 20px 30px;
    overflow: hidden;
    padding-left: 40px;
    position: relative;
    font-size: 20px;
    line-height: 1.4em;
}
.esg_h3::before{
    content: "";
    background-image: url(../img/jiantou.png);
    background-repeat: no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    background-size: 30px auto;
    left: 0px;
    top: -1px;
    position: absolute;
}
.esg_block{
    margin: 16px 20px;
    overflow: hidden;
    box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.08);
    border-radius: 12px;
    padding:16px 20px 24px;
    box-sizing: border-box;
    background-color: #fff;
}
.esg_block img{
    width: 48px;
    margin-bottom: 12px;
}
.esg_block h4{
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.6em;
}
.esg_block h4::after{
    content: "";
    width: 40px;
    height: 3px;
    border-radius: 4px;
    background-color: #1E75B8;
    display: block;
    margin-top: 10px;
}
.esg_block p{
    font-size: 14px;
    color: #444;
    margin-top: 10px;
    line-height: 1.6em;
}
.esg_block_img{
    display: flex;
    margin-left: -10px;
    margin-top: 10px;
    margin-bottom: -10px;
}
.esg_block_img img{
    width: 50%;
    padding: 5px 0px 0 10px;
    box-sizing: border-box;
}
.esg_block_p{
    font-size: 14px;
    line-height: 1.6em;
    margin: 10px 20px;
    overflow: hidden;
}
.esg_block_chart{
    padding-top: 20px;
    margin-bottom: 15px;
}
.esg_block_chart img{
    width: 100%;
    margin-top: 24px;
}
.esg_comments{
    font-size: 11px;
    color: #ccc;
    font-style: italic;
    box-sizing: border-box;
    line-height: 1.6em;
}
.esg_block p.esg_comments{color: #999;}

/* 治理 */
.esg_g_ul{
    margin-top: 10px;
}
.esg_g_ul li{
    display: block;
    position: relative;
    padding-left:18px;
    padding-top: 5px;
    line-height: 1.4em;
}
.esg_g_ul li::before{
    content: "";
    width:6px;
    height: 2px;
    position: absolute;
    background-color: #666;
    display: block;
    left:-8px;
    top: 13px;
    border-radius: 5px;
}

.kt_mainCon .m_fone{ margin: 6px 20px;}
.goback{height: 40px;}
.goback a{display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
     color: #999;padding: 3px 10px; 
    font-size: 12px;border-radius:3px; margin: 5px;
 }

.esg_block ul{ margin: 20px 0px 10px 10px}
.esg_block ul li{list-style: outside;line-height: 1.5; padding: 5px;}
.esg_block ul.Stageli{margin: 0px;}
.esg_block ul.Stageli li.Bbg{background: #CBF1FF}
.esg_block ul.Stageli li{list-style:none; }

.kt_mainCon .kcx_Tip{font-size: 12px; color: #999; }


.esg_tab_bock_sjjj .esg_blue01{
    background-color:#8364AC ;
}
.esg_tab_bock_sjjj .esg_blue02{
    background-color:#ECD0D8 ;
    color: #8364AC
}
.HJ_ConBox .hj_table_con{border-collapse: collapse; width:100%; margin: 0 auto; }

.HJ_ConBox table tr td,.HJ_ConBox table tr th{border: 1px solid #999; padding: 10px;}
.HJ_ConBox table tr th{background:#BDEDFF; }
.shui_list li{
    font-size: 14px;
  color: #3D3D3D;
  line-height: 1.5;
  list-style: outside;
  margin: 6px 12px ;
}


