@charset "utf-8";

/* CSS Document */


/*轮播图*/

.focus {
    width: 100%;
    height: 100%;
    position: relative;
    /* max-width: 1900px; */
    margin: 0 auto;
}

.focus img {
    width: 100%;
    height: 100%;
}

.focus .bd {
    width: 100%;
    height: 560px;
    overflow: hidden;
}

.focus .bd ul {
    overflow: hidden;
}

.focus .bd ul li {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}

.focus .bd ul li div {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.focus .hd {
    overflow: hidden;
    height: 9px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -5%;
    z-index: 2;
    display: none;
}

.focus .hd ul {
    overflow: hidden;
    margin-top: 10px;
    margin: 0 auto;
}

.focus .hd ul li {
    float: left;
    width: 70px;
    height: 9px;
    overflow: hidden;
    margin-right: 20px;
    text-indent: -999px;
    cursor: pointer;
    background: #f1f1f1;
}

.focus .hd ul li.on {
    background: #f18d00;
}


/*轮播图 end*/


/*页尾*/

.footer {
    min-height: 536px;
    background: #f1f2f6;
    width: 100%;
    min-width: 1440px;
    max-width: 1900px;
    margin: 0 auto;
    padding-top: 66px;
    clear: both;
    margin-top: 134px;
    padding-bottom: 30px;
}

.footer_wrap {
    width: 1440px;
    margin: 0 auto;
}

.footer_wrap_pro {
    margin-left: 23px;
    min-width: 200px;
}

.footer_wrap_pro h3 {
    font-size: 16px;
    color: #20272c;
    line-height: 68px;
    font-weight: 600;
}

.footer_wrap_pro p {
    font-size: 16px;
    line-height: 35px;
}

.footer_wrap_pro p a {
    color: #585b5e;
}

.footer_wrap_code_img {
    position: relative;
}

.footer_wrap_code_img img {
    display: none;
    position: absolute;
}

.footer_wrap_code {
    margin-left: -20px;
}

.footer_wrap_code img:hover {
    transform: scale(1.1);
    transition: 0.45s;
}

.footer_wrap_code li {
    width: 53px;
    height: 54px;
    margin-right: 5px;
}

.footer_wrap_code1 {
    background: url(/r/s1/images/icon1.png)
}

.footer_wrap_code2 {
    background: url(/r/s1/images/icon2.png)
}

.footer_wrap_code3 {
    background: url(/r/s1/images/icon3.png)
}

.footer_wrap_code4 {
    background: url(/r/s1/images/icon4.png)
}

.footer_wrap_code .footer_wrap_code2_hover {
    background: url(/r/s1/images/icon22.png)
}

.footer_wrap_pro_tp a {
    background: url(/r/s1/images/jiantou_03.jpg) no-repeat right center;
    padding-right: 16px;
}

.footer_wrap_pro .footer_wrap_pro_s {
    font-size: 16px;
    line-height: 32px;
}

.footer_wrap_pro .footer_wrap_pro_s a {
    color: #797979;
}

.footer_bottom {
    border-top: 1px solid #d0d7dd;
    margin-top: 60px;
    padding-top: 40px;
    -line-height: 80px;
}

.footer_bottom_js {
    color: #323232;
    text-align: right;
    font-size: 16px;
    margin-right: 30px;
    line-height: 27px;
}

.footer_bottom_js a {
    color: #323232;
}

.xtptz {
    float: left;
    margin-top: -109px;
    display: inline-block;
    width: 100%;
    height: 560px;
}


/*页尾 end*/


/* 页头*/

.header_warp {
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    height: 110px;
    /* background: url(/r/s1/images/header_bg.jpg) no-repeat; */
    /* width: 100%;
    max-width: 1900px;
    margin: 0 auto;
    height: 110px; */
    /* background: url(/r/s1/images/header_bg.jpg) no-repeat; */
    z-index: 9999;
    position: relative;
    background: rgba(255, 255, 255);
}

.header {
    width: 1440px;
    margin: 0 auto;
}

.ptr_nav ul li {
    float: left;
}

.logo_left {
    margin-top: 27px;
}

.logo_right_d1 em {
    background: url(/r/s1/images/jiantou1.png) no-repeat;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin-right: 20px;
}

.logo_right_d1 a {
    color: #585858;
    /* padding-right: 5px; */
    padding: 0px 10px;
    padding-left: 7px;
}

.logo_right_d1 .map {
    color: #7a7a7a;
    font-size: 16px;
    text-decoration: underline;
}

.logo_right {
    margin-top: 21px;
}

.ptr_nav .nLi {
    float: left;
}

.ptr_nav .nLi a {
    display: inline-block;
    line-height: 58px;
    color: #464646;
    font-size: 18px;
}


/* .ptr_nav .nLi.on:hover {
    color: #131313;
    font-weight: bold;
    border-bottom: 3px solid #bc0707;
} */

.ptr_nav li.on:hover {
    color: #131313;
    font-weight: bold;
    border-bottom: 3px solid #bc0707;
}

.logo_right_d1 {
    margin-bottom: 8px;
    text-align: right;
}

.ptr_nav {
    position: relative;
}


/*下拉菜单公用样式*/

.ptr_dorpmenu .nLi {
    margin: 0 24px;
}

.ptr_dorpmenu li .sub {
    position: absolute;
    opacity: 1;
    display: none;
    top: 62px;
    right: 0px;
    z-index: 4;
    width: 1440px;
    height: 256px;
    padding-top: 27px;
}

.sub_text p a {
    color: #555 !important;
    line-height: 34px !important;
    display: inline-block;
    width: 123px;
    text-align: left;
    font-weight: normal !important;
    text-align: center;
}


/* 业务中心 */

.sub_text1 p a {
    width: 147px;
}

.sub_text p a:hover {
    color: #ea3416;
    text-decoration: underline;
}

.sub_bg {
    position: absolute;
    top: 0;
    right: 0px;
    width: 1440px;
    height: 300px;
    background: rgba(255, 255, 255)
}

.sub_img {
    margin-top: 6px;
    margin-left: 70px;
    margin-right: 108px;
}

.sub_font {
    border-left: 1px solid #ababab;
    height: 200px;
    margin-top: 6px;
    width: 410px;
    text-align: center;
}

.sub_zindex {
    position: relative;
    position: absolute;
    z-index: 2;
    width: 130px;
    left: 602px;
    top: 9px;
}


/* 业务中心 */

.sub_zindex1 {
    left: 732px;
    width: 147px;
}

.sub_zindex2 {
    left: 862px;
}

.sub_zindex3 {
    left: 981px;
}

.sub_zindex4 {
    left: 1121px;
}

.sub_text .sub_text_font a {
    font-size: 16px;
    color: #6d6d6d;
    line-height: 33px !important;
}

.ptr_search input {
    background: #f3f2f2;
    height: 31px;
    line-height: 31px;
    width: 142px;
    padding-left: 15px;
    border-radius: 5px;
    margin-top: 21px;
    border: none;
    margin-left: 24px;
}

.search_button {
    background: url(/r/s1/images/search.png) no-repeat 4px 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 31px;
}

.ptr_search {
    position: relative;
}


/*新闻快报*/

.main_warp {
    max-width: 1900px;
    margin: 12px auto 0;
}

.main_ad {
    width: 981px;
    overflow: hidden;
}

.main_content {
    width: 1440px;
    margin: 0 auto;
}

.main_ad_title {
    font-size: 32px;
    color: #373737;
    line-height: 106px;
}

.main_ad_list_img {
    width: 454px;
    height: 282px;
    overflow: hidden
}

.main_ad_list_img img {
    width: 454px;
    height: 282px;
}

.main_ad_list li:hover .main_ad_list_img img {
    transform: scale(1.1);
    transition: 0.5s;
}

.main_ad_list_dl {
    -margin-top: 18px;
}

.main_ad_list_dl dt {
    font-size: 20px;
    color: #434343;
    line-height: 76px;
}

.main_ad_list_dl dd span {
    font-size: 16px;
    color: #666;
    width: 97px;
    height: 26px;
    display: inline-block;
    line-height: 26px;
    text-align: center;
    background: #f4f5f5;
    margin-right: 15px;
}

.main_ad_list_dl dd {
    color: #9c9c9c;
    font-size: 15px;
}


/*新闻快报 end*/


/*新闻中心*/

.xwzx_wrap {
    margin-top: 44px;
    height: 197px;
}

.main_ad_list {
    margin-top: 3px;
}

.xwzx_list .hd ul li {
    float: left;
    width: 81px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border: 1px solid #e7e7e7;
    background: #fff;
    font-size: 16px;
    margin-right: 6px;
    color: #858585;
}

.xwzx_list .hd ul li.on {
    border-color: #efefef;
    background: #efefef;
    color: #f18d00;
}

.xwzx_wrap_title {
    color: #f18d00;
    font-size: 32px;
    margin-right: 38px;
    line-height: 100px;
}

.xwzx_list .date {
    position: relative;
    font-size: 16px;
    color: #645f5c;
    line-height: 27px;
    padding-top: 55px;
    margin-right: 30px;
}

.xwzx_list .title {
    width: 350px;
    overflow: hidden;
}

.xwzx_list .date span {
    position: absolute;
    font-size: 39px;
    left: 11px;
    top: 20px;
}

.xwzx_list .title dt {
    font-size: 18px;
    color: #333;
    line-height: 37px;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xwzx_list .title dd {
    font-size: 16px;
    color: #999;
    line-height: 27px;
}

.xwzx_list li {
    border-bottom: 2px solid #eaebeb;
    width: 452px;
    height: 120px;
    margin-right: 38px;
}

.xwzx_list ul {
    margin-top: 19px;
}


/*新闻中心 end*/


/*股价*/

.main_side_gj {
    width: 353px;
    height: 255px;
    background: #efefef;
    margin-top: 32px;
    display: none;
}

.main_side_xxgg {
    width: 353px;
    height: 386px;
    background: #efefef;
    margin-top: 100px;
}

.main_side_title {
    border-bottom: 2px solid #e9e9e9;
    line-height: 67px;
    height: 67px;
}

.main_side_title h3 {
    font-size: 26px;
    color: #3f3f3f;
    margin-left: 32px;
}

.main_side_title a {
    background: url(/r/s1/images/jiantou2_03.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-top: 31px;
    margin-right: 25px;
}

.main_side_gj_bt {
    color: #585858;
    font-size: 32px;
    line-height: 62px;
    margin-top: 2px;
}

.main_side_gj_bt span {
    font-size: 26px;
}

.main_side_gj_jg {
    color: #f18d00;
    font-size: 52px;
    line-height: 60px;
}

.main_side_gj_jg span {
    color: #5b5b5b;
    font-size: 19px;
    background: url(/r/s1/images/sanjiao_03.png) no-repeat left center;
    padding-left: 22px;
    margin-left: 20px;
    display: inline-block;
}

.main_side_gj_js {
    color: #999;
    font-size: 15px;
    line-height: 32px;
}


/*股价 end*/


/*通知公告*/

.main_sid_xxgg_link a {
    background: url(/r/s1/images/kuai_03.jpg) no-repeat left center;
    padding-left: 10px;
    min-width: 126px;
    color: #4c4948;
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
}

.main_sid_xxgg_link {
    margin-top: 10px;
    margin-bottom: 16px;
}

.main_side_xxgg_img li img {
    width: 135px;
    height: 183px;
}

.main_side_xxgg_img>ul>li {
    margin-right: 5px;
    text-align: center;
}

.main_side_xxgg_img li p {
    color: #999;
    line-height: 32px;
}

.main_sid_xxgg .main_side_title {
    height: 56px;
    line-height: 56px;
}


/*通知公告 end*/


/*环境保护*/

.hjbh_warp {
    max-width: 1900px;
    margin: 95px auto 88px;
    width: 100%;
    overflow: hidden;
}

.hjbh_conntent {
    width: 1440px;
    margin: 0 auto;
}

.hjbh_cont_list img {
    width: 440px;
    height: 248px;
}

.hjbh_cont_list dl dt {
    color: #333;
    font-size: 26px;
    margin-top: 18px;
    line-height: 49px;
}

.hjbh_cont_list dl dd {
    color: #999;
    font-size: 16px;
    line-height: 28px;
    height: 84px;
}

.hjbh_cont_list {
    width: 440px;
    overflow: hidden;
    height: 460px;
    margin-right: 60px;
    overflow: hidden;
}

.hjbh_cont_list:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}

.hjbh_cont_list:last-child {
    margin-right: 0;
}

.hjbh_cont_list p a {
    color: #f18d00;
    border: 1px solid #f18d00;
    background: #fff;
    padding: 10px 22px 09px 16px;
    display: inline-block;
}

.hjbh_cont_list p {
    margin-top: 20px;
    height: 42px;
}

.hjbh_cont_list p a:hover {
    color: #fff;
    background: #f18d00;
}


/*回到顶部*/

.back_top {
    background: url(/r/s1/images/top.png);
    width: 58px;
    height: 58px;
    position: fixed;
    right: 8px;
    bottom: 15%;
    display: none;
}


/*回到顶部*/


/*业务中心*/

.ywzx_wrap {
    width: 100%;
    max-width: 1900px;
    overflow: hidden;
    margin: 0 auto
}

.ywzx_cont {
    width: 1440px;
    margin: 0 auto;
}

.xwzx_list_side {
    height: 252px;
    width: 190px;
    border: 1px solid #ededed;
    margin-left: 40px;
    padding: 22px 28px;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.xwzx_list_muse {
    width: 578px;
    height: 642px;
    overflow: hidden;
}

.ywzx_left {
    margin-top: 15px;
}

.ywzx_title {
    color: #373737;
    font-size: 32px;
    line-height: 95px;
    margin-top: 40px;
}

.ywzx_left_img img {
    width: 862px;
    height: 358px;
}

.xwzx_list_side dl dt {
    color: #333;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 6px;
}

.xwzx_list_side dl dd {
    color: #999;
    line-height: 23px;
    height: 136px;
    overflow: hidden;
    width: 100%;
}

.xwzx_list_side_link {
    text-align: right;
}

.xwzx_list_side_link a {
    background: url(/r/s1/images/more.png);
    display: inline-block;
    width: 23px;
    height: 25px;
}

.xwzx_list_side_h1,
.xwzx_list_side_h2,
.xwzx_list_side_h3,
.xwzx_list_side_h4,
.xwzx_list_side_h5 {
    width: 50px;
    height: 51px;
}

.xwzx_list_side_h1 {
    background: url(/r/s1/images/ywzx_icon3.png) no-repeat left center;
}

.xwzx_list_side_h2 {
    background: url(/r/s1/images/ywzx_icon6.png) no-repeat left center;
}

.xwzx_list_side_h3 {
    background: url(/r/s1/images/ywzx_icon2.png) no-repeat left center;
}

.xwzx_list_side_h4 {
    background: url(/r/s1/images/ywzx_icon7.png) no-repeat left center;
}

.xwzx_list_side_h5 {
    background: url(/r/s1/images/ywzx_icon1.png) no-repeat left center;
}


/*新加20240325*/

.xwzx_list_text li {
    display: none;
}

.xwzx_list_text1 {
    background: #cb424a;
    color: #fff;
    position: relative;
    padding: 37px 50px 0 28px;
    width: 784px;
    height: 205px;
    margin-top: 25px;
}

.xwzx_left_more {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

.xwzx_list_text1_tit {
    font-size: 24px;
    line-height: 56px;
}

.ml20 {
    margin-left: 20px;
}

.ml40 {
    margin-left: 40px;
}

.xwzx_list_text1_box p {
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 26px;
    width: 510px;
    text-align: justify;
}

.xwzx_list_text2 {
    background: #83ab29;
}

.xwzx_list_text3 {
    background: #e3b707
}

.xwzx_list_text4 {
    background: #2b78bb
}

.xwzx_list_text1_tip span {
    background: #3498d7;
    display: inline-block;
    width: 82px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
}

.xwzx_list_text1_tip {
    margin-top: 5px;
}

.xwzx_list_text5 {
    background: #f18f03
}

.xwzx_list_text5 .xwzx_list_text1_tip span {
    background: #fac579;
}


/* 导航开始 */


/*页头*/

.wrap {
    display: block;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.wrap_head {
    display: block;
    width: 100%;
    height: 110px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.head_con {
    display: block;
    width: 1440px;
    height: 110px;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.head_con .logo {
    display: block;
    height: 22px;
    width: 168px;
    position: absolute;
    left: 0px;
    top: 25px;
}

.head_con .logo h1 {
    display: block;
    height: 22px;
    width: 168px;
    background: url(../img/index/menu_logo.png) no-repeat 0 0;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 100% 100%;
}


/*菜单*/

.menu_list {
    display: block;
    height: 72px;
    position: absolute;
    right: 0px;
    top: 40px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s linear;
    transform: translate(0px, 0);
}

.menu_list .menu_item {
    display: inline-block;
    height: 72px;
    float: left;
    margin: 0 18px;
    position: relative;
}

.en-us .menu_list .menu_item {
    margin-left: 36px;
}

.menu_list .menu_item .txt {
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 21px;
    color: #fff;
    opacity: 0.95;
    -webkit-transition: color 0.3s linear;
    position: relative;
    z-index: 2;
}

.menu_list .menu_item .txt:hover {
    opacity: 1;
    font-weight: bold;
}

.menu_list .menu_item:hover .txt {
    font-weight: bold;
}

.menu_list .menu_item .txt:after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 19px;
    left: 0px;
    background: #c34919;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01, 1);
}

.menu_list .menu_item .txt:before {
    display: none;
    content: "";
    height: 400px;
    width: 100%;
    position: absolute;
    top: 19px;
    left: -10px;
    background: #c34919;
    opacity: 1;
}

.menu_list .menu_item:hover .txt:after {
    transform: scale(1, 1);
    opacity: 1;
}

.menu_list .menu_item.menu_item_lan {
    display: none;
}

.menu_list .menu_item .menu_hook {
    display: none;
    width: 100%;
    height: 445px;
    position: absolute;
    left: -36px;
    top: 0px;
    z-index: 1;
}

.en-us .menu_list .menu_item {
    margin-left: 60px;
}

.en-us .sub_list li a {
    padding: 10px 0;
}

.sub_list {
    display: none;
    position: absolute;
    width: 160px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    z-index: 2;
}

.sub_list li a {
    display: block;
    font-size: 19px;
    color: #2b2e2e;
    opacity: 0.7;
    padding: 12px 0;
}

.sub_list li a:hover {
    opacity: 1;
}


/*语言框*/

.lang_area {
    display: block;
    position: absolute;
    right: 0px;
    top: 14px;
}

.lang_area a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: "PingFangSC-Regular";
    opacity: 0.7;
    cursor: pointer;
}

.lang_area a:hover {
    opacity: 0.95;
}

.lang_area a.current {
    opacity: 1;
}

.lang_area .s_line {
    display: inline-block;
    font-size: 12px;
    margin: 0px 9px;
    position: relative;
    top: -2px;
    opacity: 0.7;
}

.head_white {
    background: #fff;
}


/* .head_white.fixed{
position: fixed;
top: -72px;
} */

.submenu_show .logo h1,
.head_white .logo h1 {
    background-image: url(../img/index/menu_logo_hover.png);
    background-size: 100% 100%;
}

.submenu_show .menu_list .menu_item .txt,
.head_white .menu_list .menu_item .txt {
    color: #2b2e2e;
}

.submenu_show.search_area_show .search_area,
.head_white.search_area_show .search_area {
    width: 676px;
    background: #f6f6f6;
}

.submenu_show.search_area_show .search_area .search_icon,
.head_white.search_area_show .search_area .search_icon {
    opacity: 0.3;
}

.submenu_show.search_area_show .search_area .ipt_search,
.head_white.search_area_show .search_area .ipt_search {
    color: #2b2e2e;
}

.submenu_show .search_area .search_icon,
.head_white .search_area .search_icon {
    background-image: url(../img/index/icon_search_hover.png);
}

.submenu_show .lang_area a,
.head_white .lang_area a {
    color: #2b2e2e;
}

.submenu_show .lang_area .s_line,
.head_white .lang_area .s_line {
    color: #2b2e2e;
}

.submenu_show .bg_hover {
    display: block !important;
    width: 100%;
    height: 560px;
    background: rgba(255, 255, 255, 1);
    z-index: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-animation: a_bg_hover_show 0.2s ease-out both;
    -webkit-transform-origin: 50% 0%;
}

.submenu_show .menu_list .menu_item.sublist_show .sub_list,
.head_white .menu_list .menu_item.sublist_show .sub_list {
    -webkit-animation: a_menu_item_show 0.2s ease-out both;
}

.submenu_show .menu_list .menu_item.sublist_hide .sub_list,
.head_white .menu_list .menu_item.sublist_hide .sub_list {
    -webkit-animation: a_menu_item_hide 0.15s ease-out both;
}

.submenu_show .menu_list .menu_item .menu_hook {
    display: block;
}

.submenu_hide,
.sublist_hide {
    pointer-events: none;
}


/*避免鼠标快速移动触发鼠标对菜单收回动画延迟 一进多出显示bug*/

.submenu_hide .bg_hover {
    -webkit-animation: a_bg_hover_hide 0.15s ease-out both;
    -webkit-transform-origin: 50% 0%;
}

@keyframes a_menu_item_show {
    0% {
        -webkit-transform: translate(0px, -30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
}

@keyframes a_menu_item_hide {
    0% {
        -webkit-transform: translate(0px, 0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0px, -30px);
        opacity: 0;
    }
}

@keyframes a_bg_hover_show {
    0% {
        -webkit-transform: scale(1, 0.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes a_bg_hover_hide {
    0% {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1, 0.5);
        opacity: 0;
    }
}


/* 导航结束 */


/*.xwzx_list_side:hover div[class^=xwzx_list_side] {
  animation-name: move;
  animation-duration: 0.3s;
  animation-iteration-count: 3;
  animation-timing-function: ease-out;
}

@keyframes move {
  0% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(0, -10px);

  }

  50% {
    transform: translate(0, -20px);
  }


  100% {
    transform: translate(0, 0);
  }
}*/


/*可持续发展页250530*/

.lh50 {
    line-height: 50px;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

.kcxfz_Warp {
    width: 1440px;
    margin: 0 auto;
    font-family: 微软雅黑;
    font-size: 18px;
}

.esgZL {
    background: url(../images/kcxfz1.png) no-repeat center bottom;
    width: 100%;
    height: 500px;
    padding-top: 50px;
}

.esg_tit {
    font-size: 32px;
    font-weight: bold;
    color: #191919;
    text-align: center;
    position: relative;
}

.esg_tit2 {
    font-size: 32px;
    font-weight: bold;
    color: #22baf2;
}

.esg_tit::after {
    content: '';
    width: 90px;
    height: 4px;
    background: #22baf2;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.esg_li1 {
    background: url(../images/ldzctp.png) no-repeat;
    padding-left: 340px;
    height: 285px;
    margin-top: 42px;
}

.esg_ldzc dt,
.esg_tit3 {
    color: #00b1dd;
    font-size: 24px;
    font-weight: bold;
}

.esg_ldzc dd {
    color: #757575;
    line-height: 36px;
}

.esg_ld {
    text-align: right;
    color: #191919;
    line-height: 28px;
}

.zyxyt_bt {
    border-bottom: 3px solid #d1deec;
    padding-bottom: 15px;
    margin-left: 214px;
    width: 1156px;
}

.zyxyt_bt li {
    transition: 0.2s ease;
    color: #fff;
    float: left;
    text-align: center;
    background: #32ad18;
    width: 378px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    font-weight: 600;
}

.zyxyt_bt li:nth-child(2) {
    background: #f66103;
}

.zyxyt_bt li:nth-child(3) {
    background: #328bed;
    margin-right: 0;
}

.zyxyt_nr {
    position: relative;
}

.zyxyt_nrB {
    display: block;
    position: absolute;
    background: url(../images/kcxfz2.png) no-repeat;
    width: 32px;
    height: 18px;
    left: -42px;
    top: 15px;
}

.zyxyt_nrz {
    background: #f9f9f9;
    padding: 28px 0 28px 34px;
    margin-top: 22px;
    width: 1156px;
    margin-left: 214px;
    box-sizing: border-box;
}

.zyxyt_nr:nth-child(1)::before {
    content: '高重要性';
    position: absolute;
    left: -200px;
    top: 0;
    background: #ffefde;
    color: #dd4400;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 143px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
}

.zyxyt_nr:nth-child(2)::before {
    content: '中重要性';
    position: absolute;
    left: -200px;
    top: 0;
    background: #ffefde;
    color: #dd4400;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 143px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
}

.zyxyt_nr:nth-child(3)::before {
    content: '低重要性';
    position: absolute;
    left: -200px;
    top: 0;
    background: #ffefde;
    color: #dd4400;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 143px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
}

.zyxyt_nr>ul {
    float: left;
    height: 100%;
    padding-left: 64px;
    width: 290px;
    padding-top: 22px;
}

.zyxyt_nr>ul:nth-child(2) {
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}

.zyxyt_nr>ul li {
    font-size: 16px;
    color: #656365;
    line-height: 26px;
}

.zyxyt_nrz,
.zyxyt_nr {
    transition: 0.2s ease;
    /* 添加过渡效果使变化更平滑 */
}

.zyxyt_nrz:hover {
    box-shadow: 4px 4px 12px rgba(128, 128, 128, 0.5);
    transform: scale(1.01);
}

.esg_gztx {
    width: 636px;
}

.esg_gztx dl {
    margin-bottom: 40px;
}

.esg_gztx dt {
    color: #001950;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.esg_gztx dd {
    color: #656365;
    font-size: 16px;
    line-height: 26px;
    transition: 1s ease;
}

.esg_gztx dl:hover dd {
    color: #0d0a0d;
}

.esg_zxgl li {
    box-sizing: border-box;
    height: 548px;
    margin-bottom: 30px;
    padding: 0 50px;
    overflow: hidden;
    transition: 0.2s ease;
}

.esg_zxgl li a {
    display: block;
    padding-top: 35px;
}

.esg_zxgl li:hover img {
    transform: scale(1.01);
}

.esg_wbrk {
    width: 100%;
    background: #f7f9ff;
    margin-top: 65px;
    height: 798px;
}

.esg_wbrk_nr {
    width: 1440px;
    margin: 0 auto;
    padding-top: 60px;
}

.esg_wbrk_side {
    width: 860px;
}

.esg_wbrk_side li {
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 401px;
    height: 165px;
}

.esg_wbrk_side li img {
    transition: 0.3s ease;
}

.esg_wbrk_side li:hover img {
    transform: scale(1.051);
}

.esg_wbrk_bar {
    border-left: 1px solid #d4daec;
    padding-left: 20px;
}

.esg_wbrk_bar dl {
    background: #fff;
    -padding-left: 50px;
    -padding-top: 50px;
    height: 140px;
}

.esg_wbrk_bar dt {
    color: #266ebc;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.esg_wbrk_bar dd {
    color: #767676;
    font-size: 16;
    line-height: 26px;
}

.kcxfzbg {
    width: 1440px;
    margin: 0 auto;
}

.kcxfzbg_t1 {
    color: #656365;
    text-align: center;
}

.kcxfzbg_t2 {
    color: #617b97;
    text-align: center;
    line-height: 54px;
}

.kcxfzbg_t2 strong {
    font-size: 20px;
    font-weight: bold;
    color: #266ebc;
}

.esg_tit4 {
    color: #266ebc;
    font-size: 24px;
    background: url(../images/kcxfz3.png) no-repeat left center;
    padding-left: 78px;
    font-weight: bold;
}

.zxbg {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
}

.zxbg>li>a>img {
    border: 1px solid #e7e7e7;
}

.zxbg li:hover img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.zxbg>li>a>p {
    color: #f1a043;
    font-weight: bold;
    margin-top: 12px;
}


/*可持续发展页--二级页--环境2500626*/

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.ml50 {
    margin-left: 50px;
}

.ml70 {
    margin-left: 70px;
}

.ml103 {
    margin-left: 103px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.kcxfz_hj_Warp,
.kcxfz_hj_side1 {
    width: 1400px;
    margin: 0 auto;
    font-family: 微软雅黑;
    font-size: 16px;
    color: #656365;
}

.kcxfz_hj_tit {
    color: #191919;
    font-size: 32px;
    background: url(../images/hj_ioc1.png) no-repeat;
    padding-left: 70px;
    font-weight: bold;
}

.kcxfz_hj_tit2 {
    color: #008108;
    background: url(../images/hj_ioc2.png) no-repeat left center;
    font-size: 30px;
    padding-left: 35px;
}

.kcxfz_hj_dl dt,
.kcxfz_hj_text2 {
    color: #464646;
    font-size: 22px;
    font-weight: bold;
}

.kcxfz_hj_dl dd {
    line-height: 34px;
    text-align: justify;
}

.kcxfz_hj_li li p,
.kcxfz_hj_text3 {
    color: #405326;
    font-size: 18px;
}

.kcxfz_hj_side {
    background: #f4f8f6;
    width: 100%;
    height: 100%;
}

.kcxfz_hj_side1 {
    background: url(../images/hj_ico5.jpg) no-repeat right top;
    height: 529px;
    padding-top: 45px;
    box-sizing: border-box;
}

.kcxfz_hj_side1 dt {
    color: #2c9640;
    font-size: 18px;
    padding-left: 27px;
}

.kcxfz_hj_side1 dd p {
    color: #5a7257;
    background: #fff;
    line-height: 48px;
    min-width: 580px;
    -text-indent: 2em;
    padding-left: 17px;
    display: inline-block;
}

.kcxfz_hj_side1 dd {
    padding-top: 20px;
    padding-left: 27px;
    padding-bottom: 32px;
}

.kcxfz_hj_side1 dl {
    position: relative;
    border-left: 1px solid #84ae6e;
}

.kcxfz_hj_side1 dl::before {
    content: '';
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #92c89d;
    position: absolute;
    left: -11px;
    top: 0;
    background: #f4f8f6;
}

.kcxfz_hj_li2 h4 {
    color: #3f7500;
    font-size: 20px;
    margin-left: 125px;
    border-left: 8px solid #ffac1c;
    line-height: 26px;
    padding-left: 24px;
    font-weight: bold;
}

.kcxfz_hj_li2 p {
    font-size: 18px;
    color: #4e4e4e;
    line-height: 32px;
    background: #f3f3f3;
    padding: 30px 60px 28px 30px;
    width: 580px;
    text-align: justify;
    margin-top: 36px;
}

.kcxfz_hj_li3 .kcxfz_hj_text {
    line-height: 28px;
    text-align: justify;
}

.kcxfz_hj_side2 {
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    height: 360px;
}

.kcxfz_hj_li4 dl dt,
.kcxfz_hj_d h3 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    background: #4b9b04;
    text-align: center;
    width: 283px;
    height: 47px;
    border-radius: 5px;
    line-height: 47px;
    margin-right: 78px;
    margin-bottom: 30px;
}

.kcxfz_hj_li4 dl dd,
.kcxfz_hj_d2 p {
    background: url(../images/hj_ioc3.png)no-repeat left center;
    padding-left: 18px;
    margin-left: 26px;
    line-height: 34px;
}

.kcxfz_hj_tb {
    display: none;
}

.chart {
    height: 520px;
    width: 600px;
}

.kcxfz_hj_qh {
    margin-left: 150px;
}

.kcxfz_hj_qh li {
    width: 384px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border: 1px solid #268841;
    background: #fff;
    color: #039b87;
    font-size: 20px;
    margin: 0 6px;
    cursor: default;
}

.kcxfz_hj_qh li.on {
    background: #268841;
    color: #fff;
}

.btn {
    margin-top: 40px;
}

.btn span {
    border: 1px solid #268841;
    background: #fff;
    border-radius: 25px;
    color: #039b87;
    padding: 9px 22px;
    font-size: 16px;
    cursor: default;
    margin: 0 7px;
}

.btn span.active {
    background: #268841;
    color: #fff;
}

.kcxfz_hj_nr {
    height: 600px;
}


/*可持续发展页--二级页--社会2500701*/

.ml50 {
    margin-left: 50px;
}

.mt40 {
    margin-top: 40px;
}

.kcxfz_sh_tit {
    background: url(../images/sh_ico1.png) no-repeat left center
}

.kcxfz_sh_tit2 {
    color: #c24e00;
    background: url(../images/sh_ico2.png) no-repeat left center
}

.kcxfz_sh_dl {
    color: #757575;
    width: 458px;
    text-align: justify;
    line-height: 30px;
    margin-right: 42px;
}

.kcxfz_sh_dl2 {
    background: #fff8ed;
    padding-left: 50px;
    padding-top: 36px;
    height: 425px;
    width: 530px;
}

.kcxfz_sh_dl2 dt {
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #ff9805;
    width: 167px;
    height: 30px;
    line-height: 30px;
}

.kcxfz_sh_dl2 dd {
    color: #354549;
    line-height: 30px;
    background: url(../images/sh_ico3.png) no-repeat left center;
    padding-left: 16px;
}

.kcxfz_sh_dl3_p p {
    line-height: 32px;
    font-size: 18px;
    color: #757575;
    width: 810px;
    text-align: justify;
    background: #f8f8f8;
    padding: 27px;
    box-sizing: border-box;
    margin-top: 35px;
}

.kcxfz_sh_li dl dt,
.kcxfz_sh_d2 h3 {
    background: #de6300;
}


/*可持续发展页--二级页--治理2500702*/

.mb50 {
    margin-bottom: 50px;
}

table {
    border-collapse: collapse;
    /* 合并边框 */
    border-spacing: 0;
    /* 去除单元格间距 */
}

.kcxfz_zl_tit {
    background: url(../images/zl_ico1.png) no-repeat left center
}

.kcxfz_zl_tit2 {
    color: #1068a6;
    background: url(../images/zl_ico2.png) no-repeat left center
}

.kcxfz_shj_dl {
    font-size: 18px;
    color: #757575;
    line-height: 30px;
    width: 715px;
    text-align: justify;
}

.kcxfz_zl_text {
    background: #3795cf;
    color: #fff;
    width: 571px;
    line-height: 30px;
    padding: 25px 40px;
    margin-top: 25px;
}

.kcxfz_hj_text {
    line-height: 30px;
}

.kcxfz_zl_link {
    border: 1px solid #3795cf;
    background: #fafafa;
    text-align: center;
    width: 640px;
    height: 60px;
    line-height: 60px;background: url(../images/zl_jbzc.jpg) no-repeat left center
}

.kcxfz_zl_link a {
    display: block;
    width: 100%;
    height: 100%;
}

.kcxfz_zl_table {
    border: 1px solid #ededed;
    width: 943px;
    height: 291px;
    font-size: 14px;
}

.kcxfz_zl_table th {
    background: #f3fafd;
    color: #0f6297;
    border-bottom: 2px solid #5594bb;
    /* padding-left: 66px; */
    text-align: center;
}

.kcxfz_zl_table td {
    border-bottom: 2px dashed #d5e8f3;
    text-align: center;
}

.kcxfz_zl_table tr:last-child>td {
    border: none;
}

.kcxfz_zl_table tr td:first-child,
.kcxfz_zl_table tr th:first-child {
    text-align: left;
    padding-left: 66px;
}

.kcxfz_zl_d2 h3 {
    background: #009dde
}
.kcxfz_sh_qh li {
    border: 1px solid #f47221;
    color: #e9752d;
}

.kcxfz_sh_qh li.on {
    background: #f56002;
}
.btn2 span {
    border: 1px solid #f47221;
    color: #e9752d;
}

.btn2 span.active {
    background: #f56002;
    color: #fff;
}