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

html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
}

ul,
li {
    list-style: none;
}

div,
ul,
li,
dl,
dt,
dd {
    box-sizing: border-box;
}

a {
    color: #222;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* 框架通用样式 */

.box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1024px;
}

.centerBox {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    
}

.homeBox {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    min-width: 1024px;
    position: relative;
    height: 100%;
}

.centerBox:last-child {
    padding-bottom: 60px;
}

.centerTltle {
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-weight: 500;
    margin-top: 50px;
    line-height: 30px;
}



.float {
    float: left;
    display: block;
}

.fz8 {
    font-size: 12px;
    line-height: 18px;
    font-style: italic;
    color: #999;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl60 {
    padding-left: 60px;
}

.pr25 {
    padding-right: 25px;
}

.mt10 {
    margin-top: 15px;
}

.mar20 {
    margin: 20px 0;
}

.mb50 {
    margin-bottom: 50px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt0 {
    margin-top: 0 !important;
}

.pt30 {
    padding-top: 30px;
}

.bannarBox {
    width: 100%;
    height: 520px;
    display: block;
    color: #fff;
    font-size: 18px;
}

.bannarBox h3 {
    font-size: 40px;
    padding-top: 80px;
    font-weight: 500;
    line-height: 40px;
}

.bannarBox h4 {
    font-size: 24px;
    padding-top: 50px;
    font-weight: 400;
    position: relative;
    height: 50px;
    margin-bottom: 36px;
}

.bannarBox h4::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #fff;
    left: 0;
    bottom: 0;
}

.bannarBox p {
    width: 78%;
    line-height: 30px;
    text-align:justify;
    font-size: 16px;
}

/* 面包屑导航 */

.navigation {
    display: flex;
    color: #999;
    margin: 20px 0 0;
}

.navigation a {
    color: #222;
}

.navigation a:hover {
    color: #4998EE;
}

.navigation li {
    margin-right: 10px;
}

/* 社会详情页 */

.social .bannarBox {
    background: url(../img/sh_bg.png) no-repeat right bottom;
    background-size: cover; 
   
}
.centerBox.rcyj_fz{ width: 100%;border-top: 20px solid #f8f8f8; 
     background:url(../img/shangw.png) no-repeat right bottom;
     
}
.centerBox.rqzz{ border-top: 20px solid #f8f8f8; 
    
}
.rcyj_fz_Con{width: 92%; margin: 0 auto; padding-bottom: 30px}

.centerBox.gczy{ width: 100%;
    background:#f8f8f8 url(../img/gczybg.png) no-repeat left bottom;
    padding-bottom: 100px;
    
}
.gczy_con{width: 80%; margin: 0 auto;}
.gczy_con h4{text-align: left}
.gczy_con .N_Title_line p{
    width: 70px;
    height: 3px;
    background-color: #58A9DB;
    bottom: 40px;
    border-radius: 2px;
    margin: 20px 0px;
}
.gczc_professor{ text-align: center;}
.gczc_professor img{ width: 300px}
.gczy .gczc_Con tr td{ vertical-align: top}
.gczy .gczc_Con p{text-indent: 2em;margin-bottom: 15px}
.labelBox {
    border: 1px solid #EAEAEA;
    border-left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    display: inline-flex;
    justify-content: space-between;
    position: relative;
    margin-top: 60px;
    padding-bottom: 30px;
    min-height: 260px;
}
a.btn_gaoczc{ 
    display: block;
    background:url(../img/Add_iconSub.png) no-repeat left bottom;
    background-size: cover; 
    height: 30px;
    width: 30px;
}
a.btn_gaoczc:hover{ 
    display: block;
    background:url(../img/Add_iconSub_hover.png) no-repeat left bottom;
    background-size: cover; 
    height: 30px;
    width: 100px;
}
.labelBox::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #EAEAEA;
    border-radius: 50%;
    left: 0;
    top: -3px;
    position: absolute;
}

.labelTilte {
    background-color: #EAEAEA;
    border-radius: 6px;
    height: 45px;
    line-height: 45px;
    color: #1877BE;
    font-size: 16px;
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto;
    top: -24px;
    width: 180px;
    min-width: 110px;
}

.labelBox>div>.labelTilte {
    width:72%;
}

.labelTilte::before,
.labelTilte::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #EAEAEA;
    border-radius: 50%;
    left: -5px;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    display: block;
}

.labelTilte::after {
    content: "";
    left: auto;
    right: -5px;
}
.case_list{clear: both;  }
.case_list li{
    margin-bottom: 4px;
    position: relative;
    padding-left: 20px;
    line-height: 1.5em;
    text-align: justify;
}
.case_list li::before{
    content: "";
    left: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999999;
    position: relative;
    display: block;
    top: 14px;
}
.case_list table td{ vertical-align: text-top;width: 40%;}
.oml_box{margin-top: 20px}
.oml_box .labelTilte{
    top: 0;
    margin-bottom: 15px;
}
.labelUl {
    width: 100%;
    float: left;
    display: block;
    color: #333;
    line-height: 24px;
    margin-top: -12px;
}

.labelUl li {
    margin-bottom: 3px;
    position: relative;
    padding-left: 12px;
    line-height: 1.5em;
    text-align: justify;
    
}

.labelUl li::before {
    content: "";
    left: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #999999;
    position: relative;
    display: block;
    top: 14px;
}
.labelUl li sup{font-size: 8px}
.oml_box .labelTilte::after{display:none}

.labelBox>div {
    padding: 0 10px;
    position: relative;
    width: 25%;
}
.labelBox>div:nth-child(4) {
    width: 25%;

}

.labelBox>div:nth-child(2) {
    min-width: 160px;
    width: 25%;
}

.labelBImg {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
}

.labelBImg img {
    width: 90px;
}

.labelBox>div:nth-child(2) p img {
    margin-top: 10px;
}

/*.labelBox>div:nth-child(4) .fz8 {
    margin-top: 20px;
}*/

.labelBox .fz8::before {
    content: "";
    top: 12px;
    background: url(../img/star.png) no-repeat center;
    width: 6px;
    height: 6px;
    background-size: cover;
}

.dottedline::before {
    content: "";
    border-right: 1px dashed #EAEAEA;
    height: 180px;
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
}

.socialDl {
    width: 50%;
    float: left;
    display: block;
    font-size: 14px;
    color: #333;
}

.socialDl dt {
    font-size: 16px;
    color: #1877BE;
    font-weight: 500;
    margin: 0px 0 2px 0;
}
/*.socialDl dd img {
    min-width: 100%;
}*/

.socialTitle {
    float: left;
}

dl.socialwh100 {
    width: 100%;
    padding: 0;
    margin-top: -5px;
}

.socialwh100 dd {
    margin-bottom: 6px;
    text-align:justify;
    line-height: 1.5;
}
/*
.socialwh100 dd img{
    width: 100%;
}*/
.socialwh100 dd:first-child {
    margin-top: 0;
}

.socialHalf {
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    padding-top: 10px;
}

.socialHalf img {
    width: 513px;
    margin-left: 20px;
    margin-top: -10px;
}
.socialDl dt.mgt{margin-top: 15px !important; }

/* 2024-03 环境 */
.centerTltle::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #58A9DB;
    left: 50%;
    margin-left: -35px;
    bottom: 40px;}
/* 2024-03 环境 */
.centerTltle02::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #58A9DB;
    left: 50%;
    margin-left: -35px;
    bottom: 40px;
}

.centerTltle_SubTitle{ color: #999; font-size: 13px; text-align: center; width: 70%; margin: 0 auto 30px;}

.N_Title{
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    font-weight: 500;
    margin-top: 50px;
    line-height:1.5;
}
.N_Title_SubTitle{
    color: #999; font-size: 13px; text-align: center; width: 70%; margin: 0 auto 30px;
}
.N_Title_line p{
    width: 70px;
    height: 3px;
    background-color: #58A9DB;
    bottom: 40px;
    border-radius:2px;
    margin: 20px auto;
}
.Con_colBox_table tr td{vertical-align: top}
.Con_colBox{ 
    width: 94%;
    padding: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    min-height: 350px;
    margin: 0 auto;
   
}
.Con_colBox h1 img{width:40px;}
.Con_colBox h2{
    font-size: 16px;line-height: 30px; margin: 10px 0px;
}
.Con_colBox p{ margin-bottom: 10px; color: #333;}
.Con_colBox p a{
    color: #58A9DB;
}
.Con_colBox_img2 img{ width: 95%;}
.NewBox_content{ margin: 30px 0px;}
.xuhuan .Con_colBox{background:url(../img/xuhuanBG.png) repeat-x left bottom;}
.xuhuan .Con_colBox{background:url(../img/xuhuanBG.png) repeat-x left bottom;}
.xuhuan .Con_colBox.xuhuan01 {background:#D6EEFA url(../img/xunhuanBG01.png) no-repeat right bottom;}
.xuhuan .Con_colBox.xuhuan02 {background:#D6EEFA url(../img/xunhuan02.png) no-repeat right bottom;}
.xuhuan .Con_colBox.xuhuan03 {background:#D6EEFA url(../img/xunhuan03.png) no-repeat right bottom;}
.shengwu{ margin: 0 auto;}
.shengwu .Con_colBox{min-height: 300px;}
.fxgl_table{ text-align: center}
.fxgl_table .Con_colBox{background: #C1ECFD; text-align: left;box-shadow:none; border-radius: 0px}

.NewBox_content_Title{
    background: url(../img/right_arr_icon.png) no-repeat left center;
    padding-left: 40px; margin-bottom: 20px; font-size: 20px; font-weight: bold;
}
.NewBox_content p{margin: 10px 0px; color: #333;text-align: justify;}
.NewBox_content p a{color: #58A9DB}
.NewBox_content p.NewCon_img{text-align: center}
.HJ_ConBox{background: #ECF9FE; padding: 30px;border-radius: 8px}
.HJ_ConBox .hj_table_con{border-collapse: collapse; width: 85%; margin: 0 auto; background: #237CBC; }
.HJ_ConBox table tr td,.HJ_ConBox table tr th{border: 1px solid #999; padding: 10px;}
.HJ_ConBox .hj_table_con ul li{list-style: inside; font-size: 12px; color: #666;}
.hj_table_con ul li sup,.hj_table_con ul li sub{color: #666;}
.HJ_ConBox table tr th{background: #BDEDFF; }

.HJ_ConBox table tr td{background:#fff; }
.hj_pic_box{text-align: center}
.hj_pic_box img{margin: 10px;}
.NewBox_content table tr td{vertical-align: top;}

.oml_fbt{width: 80%; margin:0 auto;}
.oml_fbt table{width: 100%;}

.oml_fbt table tr td img{height: 200px;width: auto; margin: 10px;}
/*社会*/
.gy_zdh{margin-bottom: 15px;}
.gy_zdh table td{ vertical-align: top;width: 33%; padding: 10px 5px;}
.gy_zdh table td div img{width: 95%;}
.gy_zdh table td h1{background: #DAE4F2; font-size: 16px;color: #1E75B8; text-align: center;line-height: 30px;
margin-bottom: 10px;}
.gy_zdh table td h2{background: #237CBC; font-size: 16px;color: #fff; text-align: center;line-height: 30px;
    margin-bottom: 10px;}
.gy_zdh table td ul li{font-size: 12px; color: #3D3D3D;line-height: 1.5; list-style:outside;margin-left: 12px}

.bigNewBox_Con{
    font-size: 20px; font-weight: bold;
}
.jkyl_box table td h2{background: #C36162; }
.jkyl_box table td h1{background: #F5D7D2;  color: #C36162; }

.jkyl_pic{text-align: center;}

.jkyl_pic img{width:300px; height: 200px; margin-right: 20px}

.shjj_box table td h2{background: #74A54D; }
.shjj_box table td h1{background: #E5EDD7;  color: #74A54D}

.dzyqj_box table td h2{background: #237CBC; }
.dzyqj_box table td h1{background: #DAE4F2;  color: #1E75B8}
.esg_block_img{text-align: center}
.esg_block_img img{width: 200px; margin-right: 30px}

.sjjj_box table td h2{background: #8364AC; }
.sjjj_box table td h1{background: #ECD0D8;  color: #8364AC}

.NewCon_img{ text-align: center;}
.NewCon_img img.img_50{width: 50%;}

.bztu img{width: 400px; margin-right: 20px;}
.NewBox_content p.bztu_text{font-size: 12px; color: #999; text-align: right; width: 950px;}
.czqy_cs .Con_colBox{ height: 500px;}
.czqy_cs02 .Con_colBox{ height: 400px;}
.Con_colBox_table .Con_colBox.hg400{height: 400px;}
/* 经营详情页 */

.business .bannarBox {
    background: url(../img/E.png) no-repeat;
    background-size: cover;
}

.business .labelTilte,
.business .socialDl dt,
.business .navigation a:hover {
    color: #0084CC;
}

.spanFone {
    color: #0084CC;
    padding-left: 10px !important;
}

.spanFone::before {
    content: "";
    display: none !important;
}

/* 人才详情页 */

.talent .bannarBox {
    background: url(../img/talentBj.png) no-repeat;
    background-size: cover;
}

.talent .labelTilte,
.talent .socialDl dt,
.talent .spanFone,
.talent .navigation a:hover {
    color: #F59900;
}

.socialDl b {
    color: #222;
}

.socialData {
    width: 50%;
    float: left;
    display: table;
    vertical-align: middle;
    margin-top: 20px;
}

.socialData h4 {
    text-align: center;
    color: #F59900;
    font-size: 16px;
    font-weight: 500;
}

.socialData ul {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.socialData ul li {
    display: table-cell;
    vertical-align: middle;
}

.socialData ul li:nth-child(2) {
    margin-left: 40px;
}

.socialData ul li span {
    display: block;
    position: relative;
    margin-top: 11px;
}

.socialData ul li span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    left: -18px;
    top: 50%;
    margin-top: -5px;
    background-color: #EFA93E;
}

.socialSpan::before {
    content: "";
    background-color: #B6B6B6 !important;
}

.socialSpan01::before {
    content: "";
    background-color: #F1BC70 !important;
}

.socialSpan02::before {
    content: "";
    background-color: #EC9503 !important;
}

/* 生产详情页 */

.production .bannarBox {
    background: url(../img/productionBj.png) no-repeat;
    background-size: cover;
}

.production .labelTilte,
.production .socialDl dt,
.production .spanFone,
.production .navigation a:hover {
    color: #67BA40;
}



.productionImg {
    display: flex;
    justify-content: flex-start;
}

.productionImg p {
    text-align: center;
}

.productionImg p:first-child {
    width: 490px;
    padding-top: 33px;
}

.productionTable {
    width: 980px;
    margin: 30px auto;
    overflow: hidden;
}

.productionTable dt {
    background-color: #67BA40;
    text-align: center;
    color: #fff !important;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 !important;
}

.productionTable dd {
    margin: 0 !important;
    border-bottom: 1px solid #EBEBEB;
}

.productionTable ul {
    display: flex;
}

.productionTable ul:nth-child(2n) {
    background-color: #EEF8ED;
}

.productionTable ul li {
    display: block;
    padding: 16px 46px 14px 30px;
    line-height: 1.6em;
}

.productionTable ul li:first-child {
    border-right: 1px solid #EBEBEB;
    width: 289px;
}

.productionTable ul li:last-child {
    width: 690px;
}
.hjfz_box{width: 100%; margin: 0 auto; border-collapse: collapse}
.hjfz_box tr th{text-align: left;background-color: #EEF8ED;padding: 10px;border: 1px solid #EBEBEB}
.hjfz_box tr td{text-align: left;padding: 10px; border: 1px solid #EBEBEB}
.producImg {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 287px;
}
.hjfz_box.kt tr td{ text-align: center}
.hjfz_box tr td ul li{margin-bottom: 10px}
.producImg span {
    position: absolute;
    text-align: center;
    width: 90px;
    height: 70px;
    display: block;
    left: 50%;
    margin-left: -45px;
    top: 50%;
    margin-top: -38px;
}

/* 新闻详情页 */

.newDate {
    width: 100%;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    color: #999;
    text-align: center;
    margin-bottom: 28px;
    padding-top: 8px;
}

.newDiv {
    width: 990px;
    margin: 0 auto;
    overflow: hidden;
}

.newDiv p {
    margin-bottom: 20px;
    color: #666;
}

.newImg {
    text-align: center;
    margin: 30px 0;
    color: #999;
}

/* 首页-第一部分 */

#fullpage {
    min-width: 1024px;
}

.firstPart {
    background: url(../img/Homebanner.png) no-repeat;
    background-size: cover;
    color: #fff;
    position: relative;
}

.firstPart dl {
    display: flex;
    width: auto;
    margin-top: 6%;
    justify-content: center;
}

.firstPart dl dd {
    padding-top: 70px;
    padding-left: 60px;
}

.firstPart h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
}

.firstPart dl dt {
    padding-top: 70px;
    width: 42%;
}

.firstPart dl dt img {
    width: 100%;
}

.firstPart dl ul {
    margin-top: 15px;
    margin-left: 5px;
}

.firstPart dl ul li:first-child {
    font-size: 30px;
    line-height: 42px;
}

.firstPart dl ul li:last-child {
    font-size: 20px;
    line-height: 42px;
}

.firstP {
    position: absolute;
    left: 50%;
    bottom: 45px;
    width: 40%;
    margin-left: -20%;
    text-align: center;
    color: rgba(255, 255, 255, .6);
}

.firstIcon {
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    text-align: center;
    top: 100%;
    margin-top: -30px;
}

.timeLine {
    display: flex;
    margin: 5% auto 0;
    overflow: hidden;
    justify-content: center;
    font-size: 18px;
    text-align: center;
}

.timeLine li {
    width: 16%;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.timeLine li a {
    color: #fff;
}

.timeLine li::before {
    content: "";
    position: absolute;
    left: 50%;
    height: 1px;
    background-color: #fff;
    width: 50%;
    top: 40px;
}

.timeLine li::after {
    content: "";
    position: absolute;
    right: 50%;
    height: 1px;
    background-color: #fff;
    width: 50%;
    top: 40px;
}

.timeLine li:first-child::after,
.timeLine li:last-child::before {
    content: "";
    display: none;
}

.timeLine i {
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    margin: 10px auto 20px;
}

/* 首页-高层访谈 */

.interview {
    position: relative;
    background-size: cover;
    height: 810px;
}

.interview dl {
    display: block;
    position: relative;
    width: 100%;
}

.interview dl dt {
    width: 52%;
    color: #222222;
    font-size: 16px;
    float: right;
    display: block;
    padding-top: 15%;
}

.interview dl dt p {
    opacity: .7;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 6px;
    text-align:justify; 
}

.interviewF h3 {
    margin-top: 1.5%;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.interviewF h4 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    line-height: 1.5;
    margin-bottom: 20px;
}

.interviewF h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background-color: #fff;
}

.interviewF a { color:#fff;}

.interview dl dd {
    position: absolute;
    width: 380px;
    right: 30px;
    height: 460px;
    padding: 0;
    top: 250px;
}

.interview dl dd p {
    text-align: center;
}

.interviewFoot {
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 135px;
}

.interviewImg {
    position: absolute;
    display: block;
    height: 500px;
    bottom:0px;
    left: 2%;
    text-align: center;
}

.interviewImg img {
    position: relative;
    left: 30px;
    top: 30px;
}
.interviewImg{width: 380px;}
.interviewImg .pro_img img{width: 100%;}
/* 关于欧姆龙 */

.aboutDiv {
    background-color: #F4F4F4;
    position: relative;
    overflow: hidden;
}

.aboutTitle {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    font-size: 30px;
    color: #222;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    position: relative;
    padding-bottom: 15px;
    display: block;
    font-weight: 500;
}

.aboutTitle::before {
    content: "";
    position: absolute;
    width: 70px;
    height: 3px;
    background-color: #222;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
}

.aboutDiv .fp-slidesNav {
    display: none;
}

.aboutBock {
    width: 850px;
    margin: -30px auto 0px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
}

.aboutBock img {
    width: 100%;
    align-items: center;
}

.aboutMore {
    display: block;
    margin: 20px auto 0;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.aboutMore a:hover {
    color: #4998EE;
}

.aboutImg .fp-tableCell {
    display: flex;
    /*justify-content: center; IE 11浏览器图表不居中*/
}

/* 可持续发展理念 */

.conceptDiv {
    position: relative;
    background: #f4f4f4;
    background-size: cover;
}

.conceptDiv .aboutTitle {
    color: #222;
    margin-top:2%;
    margin-bottom: 2%
}

.conceptDiv .aboutTitle::before {
    content: "";
    background-color: #ccc;
}

.conceptP {
    width: 60%;
    margin: 20px auto 0px;
    overflow: hidden;
    color: #222;
    font-size: 16px;
    line-height: 30px;
    min-width: 520px;
}
.conceptTitle{
    margin: 0 auto 10px;
    font-size: 18px; font-weight: bold;
    color: #222;
    text-align: center;
    line-height: 2em;
}
/* 社会-第五屏 */

.fifth {
    position: relative;
}

.fifthDiv {
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: 135px;
    position: absolute;
    top: 0;
    left: 0;
}

.fifthImg {
    color: #fff;
    flex: 1;
    background: url(../img/shehuizhuti.png) no-repeat;
    background-size: cover;
}

.fifthImg01 {
    background: url(../img/caiwu.png) no-repeat;
    background-size: cover;
}

.fifthImg02 {
    background: url(../img/shengchan-2.png) no-repeat;
    background-size: cover;
}

.fifthImg03 {
    background: url(../img/jingying.png) no-repeat;
    background-size: cover;
}

.fifthFone {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 100%;
    left: 0;
    display: block;
}

.fifthDiv .interviewF h3 {
    margin-top: 0;
    font-size: 28px
}

.fifthDiv .interviewF h4 {
    font-size: 18px;
    margin-top: 15px;
}

.fifthImg .interviewD,
.fifthImg:hover .interviewHove {
    display: block;
}

.fifthImg:hover .interviewD,
.fifthImg .interviewHove {
    display: none;
}

.interviewBox {
    padding: 3rem 2.1rem 0;
    height: 100%;
}
.interviewBox p{text-align:justify;}
.fifthImg:hover .interviewHove {
    background-color: rgba(0, 0, 0, .59);
    padding-top: 40px;
}

.fifthImg:hover .interviewHove h4 {
    margin-top: 20px;
}

.fifthImg:hover .interviewHove h4::before {
    content: "";
    width: 100%;
}

.fifthUl {
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.fifthUl li {
    display: block;
    margin-bottom: 20px;
    position: relative;
    line-height: 1em;
    position: relative;
    padding-left: 15px;
}

.fifthUl li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    background-color: #fff;
}



/**/
.CSRDiv {
    display: flex;
    margin: 25px auto 0;
    justify-content: center;
    flex-wrap: wrap;
}

.CSRDl a {
    padding: 10px;
    display: block;
}

.CSRDl dt,
.CSRDl dd {
    display: block;
    margin: 0;
    overflow: hidden;
    width: 100%;
    color: #8A8A8A;
    font-size: 14px;
    line-height: 1.5;
}

.CSRDl dt {
    font-size: 18px;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
}

.CSRDl dd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    box-orient: inline-axis;
    line-clamp: 2;
}

.CSRDl dd img {
    width: 100%;
}

.newLst {
    width: 92% !important;
    margin-top: 0px !important;
    justify-content: space-between;
    max-width: 1440px;
}

.CSRDl.newLst {
    margin-top: 15px;
    padding-bottom: 50px;

}

.newLst .CSRDl {
    width: 22%;
    margin: 5px 10px;
}

.conceptP dt,
.conceptP dd {
    display: block;
}

.conceptP dt {
    background-color: rgba(255, 255, 255, .15);
    padding: 10px 0;
    border-radius: 4px;
}
.conceptP dt{margin: 0 auto; line-height: 1.5; padding: 3% 4%;}
.conceptP dd {
    margin-top: 15px;
}
.conceptP dt ul { margin-top: 10px; }
.conceptP dt ul li{list-style: inside; text-align:left; margin-bottom: 5px;}
.newLst .CSRDl dt {
    font-size: 14px;
    margin-top: 5px;
}

.newLst .CSRDl dt:hover {
    color: #4998EE;
}

.newLst .CSRDl dd {
    font-size: 12px;
}

/* CSR活动动态 */
.homeNew_title {
    width: 92% !important;
    margin: 0 auto;
}

.csrTitle {
    font-size: 30px;
    color: #222;
    line-height: 40px;
    height: 50px;
    position: relative;
    display: block;
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: 500;
}

.csrTitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #222;
}

.csrTitle .aMore {
    color: #999;
    font-size: 16px;
    line-height: 1.5;
}
.New_BigTitle span{display: block; float: left; margin-right: 12px}
.New_BigTitle a.aMore{
    margin-top:8px; 
    float: left; 
    display:block;
    background:url(../img/Add_iconSub.png) no-repeat left bottom;
    background-size: cover; 
    height: 30px;
    width: 30px;
}
.New_BigTitle a.aMore:hover{ 
    display: block;
    background:url(../img/Add_iconSub_hover.png) no-repeat left bottom;
    background-size: cover; 
    height: 30px;
    width: 100px;
}

.csrTitle .aMore:hover {
    color: #4998EE;
}

.homeNew {
    margin: 20px auto 50px;
}

.homeNew .newLst .CSRDl dt {
    font-size: 18px;
    margin-top: 5px;
}

.homeNew .newLst .CSRDl dd {
    font-size: 14px;
}

#CSR .fp-tableCell {
    width: 100vw;
}

.frCSR{ width: 92%; margin: 15px auto; min-width: 900px;}
.frCSR ul{padding: 20px 10px; border-radius: 6px; margin-bottom:1%}
.frCSR ul li h2{font-size: 14px; color: #333; margin-bottom: 5px;}
.frCSR ul li p{font-size: 14px; color: #777; line-height: 1.5;margin-bottom:10px;}
.frCSR ul li h3{text-align: center; margin-bottom: 10px}
.frCSR ul li h3 img{width: 50%;}
.frCSR ul li h3 p{font-weight: normal;text-indent: 0}

.frCSR ul li.csrImg{display: flex; text-align: center}
.frCSR ul li.csrImg .listImg{width: 32%; margin-right: 1%; text-align: center}
.frCSR ul li.csrImg .listImg h6{font-weight: normal; font-size: 12px; color: #999}
.frCSR ul li.csrImg .listImg img{width: 100%;}

.frCSR .frlist2{display: flex;}
.frCSR .frlist2 ul{width: 49.5%; }
.frCSR .frlist2 ul li.csrImg .listImg{width: 49%; margin-right: 1%; text-align: center}
.aw_text a{color:#4898EE;}
table.table_list tr td{width: 20%; vertical-align: top;}
table.table_list tr td dl{padding: 10px;}
table.table_list tr td img{width:100%;}
table.table_list tr td h2{font-size: 14px; color: #333; margin-bottom: 5px;}
table.table_list tr td p{font-size: 14px; color: #777; line-height: 1.5;margin-bottom:10px;}

.frCSR .csr_table table{border-collapse: collapse}
.frCSR .csr_table{background: #f3f3f3;padding: 12px; border-radius: 10px;width: 1100px; margin: 0 auto 10px;}
.frCSR .csr_table tr td{ vertical-align:top; padding:10px; text-align: justify}
.frCSR .csr_table .tabpic {width:60%;}
.frCSR .csr_table .tabpic img{width:100%;}

.frCSR .csr_table tr td h6{font-size: 16px;line-height: 1.6;}
.csr_H3{font-size: 20px; width: 1100px; margin: 30px auto 15px;}
.frCSR .csr_table.CSR23 td{width:25%;}
/* 历年报告 */

.history {
    background: url(../img/HomeBj03.png) no-repeat;
    background-size: cover;
    padding-bottom:100px ;
}

.historyMain {
    width: 50%;
}
.historyMain table tr td{ vertical-align: top; padding-right: 50px;}

.historyFoot {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    height: 90px;
    padding-top: 25px;
}

.historyTitle {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    height: 50px;
    position: relative;
    float: left;
    display: block;
    margin-top: 3%;
    font-weight: 500;
    width: 100%;
    margin-bottom: 2%;
}
.historyDl {
    width: 500px;
    background-color: rgba(255, 255, 255, .15);
    display: flex;
    float: left;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    color: #fff;
    padding: 0 16px 0 42px;
    justify-content: space-between;
    margin-bottom: 10px;
}

.historyDl:hover {
    background-color: #fff;
}

.historyDl:hover a {
    color: #4998EE;
}

.historyDl:hover dt::before {
    background: url(../img/icon1.png) no-repeat center;
}

.historyDl:hover .historyIcon {
    background: url(../img/xiazai.png) no-repeat center;
}

.historyDl:hover .historyIcon01 {
    background: url(../img/yulan.png) no-repeat center;
}

.historyDl:hover dd span {
    color: #4998EE !important;
}

.historyDl dt {
    position: relative;
}

.historyDl dt a {
    color: #fff;
}

.historyDl dt::before {
    content: "";
    position: absolute;
    left: -32px;
    background: url(../img/icon.png) no-repeat center;
    display: block;
    width: 36px;
    height: 36px;
}

.historyDl dd {
    display: flex;
    text-align: right;
}

.historyDl dd a {
    margin-left: 10px;
}

.historyDl dd span {
    opacity: .5;
}

.historyIcon,
.historyIcon01 {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../img/xiazai-2.png) no-repeat center;
    margin-top: 8px;
}

.historyIcon01 {
    background: url(../img/yulan-2.png) no-repeat center;
}

/* 高层弹窗 2022 改成可持续弹出窗口 */
.KCX_class{margin-top: 15px}
.text {
    background-color: rgba(93, 150, 231, .8);
    color: #fff;
    display:block;
    height: 36px;
    line-height: 36px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    margin: 0 auto;
    width: 200px;
    font-size: 14px;

}

.window {
    overflow: hidden;
    position: fixed;
    width: 0px;
    height: 0px;
    background: url(../img/HomeBj04.png) no-repeat;
    z-index: 111;
    background-size: cover;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn {
    display: none;
}

.btn:checked+.window {
    width: 100%;
    height: 100%;
}

.popupFone {
    
    padding: 20px;
    justify-content: space-between;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .3);
    overflow-y: scroll;
    overflow-x: hidden;
} 
.hal_con{display: flex; margin: 20px 50px;}
.hal_left{width: 32%;}
.hal_right{width: 68%;}
.hal_left_con ul{padding: 30px;background-color: rgba(255, 255, 255, .15); min-height: 400px;}
.hal_left_con ul li{list-style: inside; margin-bottom: 20px}
.popupFone::-webkit-scrollbar {
    width: 8px;
    padding: 2px;
}
.popupFone h1{margin:2% 0px}
.popupFone::-webkit-scrollbar-track {
    background-color: transparent;
    padding: 2px;
}

.popupFone::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.popupFone::-webkit-scrollbar-corner {
    background-color: black;
}

.popupSpan,
.popupSpan02 {
    left: 20px;
    top: 8px;
    background: url(../img/P-top.png) no-repeat left top;
    width: 100%;
    height: 23px;
    display: block;
    position: absolute;
}

.popupSpan02 {
    top: auto;
    bottom: 8px;
    right: 0;
    background: url(../img/P-top.png) no-repeat right top;
}

.popupSpan01,
.popupSpan03 {
    left: 8px;
    bottom: 0;
    background: url(../img/P-left.png) no-repeat left bottom;
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
}

.popupSpan03 {
    left: auto;
    right: 8px;
}

/* .popupFone .halfDiv:last-child::before {
    content: "";
    right: 0;
    bottom: -12px;
    background: url(../img/P-top.png) no-repeat right bottom;
    width: 100%;
    height: 23px;
    display: block;
    position: absolute;
}

.popupFone .halfDiv:last-child::after {
    content: "";
    right: -12px;
    top: 0;
    background: url(../img/P-left.png) no-repeat right top;
    width: 23px;
    height: 100%;
    display: block;
    position: absolute;
} */

.halfDiv {
    display: block;
    font-size: 14px;
}

.popupClose {
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/Popup01.png) no-repeat;
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 18px;
    line-height: 62px;
    text-indent: .6em;
    background-size: cover;
    cursor: pointer;
    z-index: 99;
}

.halfDiv h4 {
    line-height: 1.6em;
    margin: 20px 0;
    font-size: 20px;
}

.halfDiv dl {
    font-size: 18px;
}

.halfDiv dl dt {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
}

.kcx_kt{width: 82%; margin: 30px auto 0px;}
.kcx_kt_con{margin-top: 10px; margin-bottom: 10px}
.kcx_kt_con ul li{ color: rgba(255, 255, 255, .8);}
.KCX_Content table{min-height: 400px;border-collapse: collapse; margin-top: 10px}
.KCX_Content table tr th{  background-color: rgba(255, 255, 255,0.15); 
    padding: 5px 10px; border: none;color: #fff; 
}
.KCX_Content table tr h2{font-size: 16px; text-align: center; padding: 5px 0px;}
.KCX_Content table tr td{  background-color: rgba(255, 255, 255, 0.15); 
    padding: 4px 8px; color: #fff; border-bottom:1px solid #fff;border-color: rgba(255, 255, 255, .3);
    vertical-align:middle;
}
 .KCX_Content table h3 {font-size: 15px;line-height: 1.4; }
 .KCX_Content table tr td p{font-size: 13px; line-height: 1.3;color: #fff;}
 .KCX_Content table ul li{font-size: 13px; list-style: inside; color: #fff; line-height: 1.3;}

 .kcx_kt_con{ margin: 0px 15px;}
 .kcx_kt_con h1{font-size: 20px; margin-bottom: 20px;}
 .KCX_Content table .kcx_kt_con ul li{text-align: left; font-size: 14px; line-height: 1.4;font-weight: normal; margin-bottom: 15px;}
 #about_kcx .fp-controlArrow.fp-next{background: url(../img/jiantou2-2.png) no-repeat;}
 #about_kcx .fp-controlArrow.fp-prev{background: url(../img/jiantou1-2.png) no-repeat;}
 .KCX_Content sup{color: #fff;}
 .KCX_Content table ul.bz li{font-size: 12px;color: rgb(255, 255, 255, 0.8); margin-top: 4px; list-style: none; line-height: 1.2}
 #about_kcx #fp-nav ul, .fp-slidesNav ul{display: none}

 .kcx_textBox{ background: #fff; width: 90%; margin: 0 auto; padding: 30px;}

 .KCX_content h2{ color: #2EA7E0; font-size: 18px; margin-bottom: 10px}

 .KCX_content_02 tr td{ vertical-align: top;}
 .KCX_content_02 tr td ul li{list-style: inside; line-height: 1.6; color: #333; margin:3px 0px; border-bottom: 1px solid #ddd;
    padding: 6px;
}
 .KCX_content_02 tr td ul.Stageli li{list-style:none; line-height: 1.6; color: #333; border: none; }
 .KCX_content_02 tr td h5{font-size: 12px; color: #999; font-weight: normal;line-height: 1.5}

 .KCX_content_02 tr td ul.Stageli li.Bbg{background: #CBF1FF}
/* 新改 */

.labelUl-p {
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.about-p {
    width: 92%;
    margin: 10px auto 10px;
    color:#666;
    text-align:justify;
    font-size: 14px; 
}
.kcx_DetailBox{text-align: center}
.kcx_textBox h2{ color:#00AAE5;width: 92%;  margin: 0 auto;}
.kcx_DetailBox img{width:90%;}

.ddImg {
    text-align: center;
}

.ddImg img {
    width: 500px;
}

.ddImg h4 {
    color: #F59900;
    margin: 40px 0 20px;
    font-size: 18px;
}
/**/

/*法人csr*/
.project{
    margin: 0 auto; 
    width: 92% !important;
}
.CSR_pic{margin: 30px 15px 15px; }
.caseuL {
    display: flex;
    flex-wrap: wrap;
    margin:0 -10px
}

.caseuL li {
    width: calc(25% - 20px);
    transition: all 1s linear;
    overflow: hidden;
    position: relative;
    border-radius:0px;
    flex: 1;
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px); margin:0px 10px 10px;
}

.caseuL li:hover img {
    transform: scale(1.08);
    overflow: hidden;
}

.caseuL li img {
    width: 100%;
    transition: all 1s;
    height: auto;
}

.case_title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    transition: all ease-in-out .5s;
    height: 50px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
}
.case_title h4{ line-height:50px; padding: 0px 12px; text-align: center;}

.caseHover {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: rgba(0, 0, 0, .6);
    right: 0;
    color: #fff;
    padding: 30px;
    opacity: 0;
    transition: all ease-in-out .5s;
}

.caseHover h4 {
    font-size: 18px;
    margin: 40px 0 20px;
}

.caseHover p {
    opacity: .8;
    font-size: 12px;
    line-height: 1.6em;
    max-height: 110px;
    display: block;
    overflow: hidden;
}

.caseuL li:hover .caseHover {
    opacity: 1;
    top: 0;
    bottom: 0;
}
.caseuL.awardList.awardList{ margin-top:1%} 
.caseuL.awardList li {
    margin: 0 10px 15px;
    width: calc(20% - 20px);
    transition: all 1s linear;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    flex: 1;
    min-width: calc(20% - 20px);
    max-width: calc(20% - 20px);
    background: #F3F8FC;
}
.caseuL.awardList.awardList04 li {
    margin: 0 10px 15px;
    width: calc(25% - 20px);
    transition: all 1s linear;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    flex: 1;
    min-width: calc(25% - 20px);
    max-width: calc(25% - 20px);
    background: #F3F8FC;
}
.caseuL.awardList.awardList04{ margin-top: 5%} 
.caseuL.awardList li .case_title{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    transition: all ease-in-out .5s;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
    height: 50px;
}
.caseuL.awardList li .case_title h4{ padding: 0px 4px; text-align: center; 
    line-height: 50px;font-size: 15px}

.aw_text{ width: 80%; margin:2% auto; color: #999;text-align: center}
.award_box{margin:0 auto ;}
.award_con{margin: 0px 60px;}
.awbox img{width: 80%;}
#award .fp-controlArrow.fp-next{background: url(../img/ri1.png) no-repeat;width: 20px;height: 50px;right: 35px;}
#award .fp-controlArrow.fp-prev{background: url(../img/le1.png) no-repeat;width: 20px;height: 50px;left: 35px;}
#award .fp-controlArrow{top: 47%;}
.awlist_detail h4 {font-size: 14px; font-weight: normal;text-align: center; color: #777; margin-bottom: 15px}


#TopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 12px;
    z-index: 99;
    border: 1px solid #f1f1f1;
    outline: none;
    background-color:#fff;
    color: white;
    cursor: pointer;
    border-radius:3px;
    font-size: 10px;
    color: #ccc;
    width: 40px;
    height: 40px;
  }
  
  #TopBtn:hover {
    background-color: #555;
    color: #fff;
  }

/*页签切换*/

.tab{
    min-height: 300px;
}
.tab-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:0px;
}
.tab-nav .active{
    background: radial-gradient( 0% 98% at 50% 50%, #148BD6 0%, #0074C2 100%);
    color: #fff;
    padding:5px 20px;
    border-radius: 18px;
}
.tab-nav ul{
    width: 360px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin-right: 40px;
    margin: 0 auto;
}
.tab-nav ul li{
    margin-right: 10px; cursor: pointer;
}
.tab-nav ul li.active:hover{ color: #fff;
    
}
.tab-nav ul li:hover{ color:#148BD6 }
.tab-content{
    position: relative; height: auto;
}
.item {
    width: 100%;
    height: 100%;
    position: absolute;
}
.item .TabCon_active{
    display: none;
}
.active .TabCon_active{
    display: block;
}

/*公司治理*/
.gszl_tab .tab-content{ height: 500px;}

.jzgc_tab .tab-nav ul{
    width: 600px;}


/**/
.homeBanner img{ width: 100%}
.New_gcjy_Box{padding-top: 30px}
.New_gcjy_Box h3{font-size: 30px;}
.gaoczc_box{ width: 90%; margin: 0 auto; text-align: center; padding-top: 100px; }
.gaoczc_box img{width:1000px;}

.homeBox .New_BigTitle{font-size: 36px; color: #000;line-height: 1.3}
.homeBox h5{font-size: 18px; color: #2EA7E0;line-height: 1.3; margin-bottom: 15px}
.Home_Title_line p{
    width: 200px;
    height: 1px;
    background-color: #707070;
    bottom: 40px;
    border-radius: 2px;
    margin: 20px 0px;
}
.homeBox .New_BigTitle .aMore{
    color: #999;
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal
}
.AboutOML{ background: #f4f4f4; padding: 20px 0px;}

.about_con{ background: #fff;padding: 40px; text-align: center}
.about_con img{ width:70%;}



.kcx_tabs {  
    width: 100%;  
}  
.kcx_tab-links_box{margin: 0 auto; width:160px;}
.kcx_tab-links {  
    list-style: none;  
    padding: 0;  
    margin: 0;  
}  
  
.kcx_tab-links li {  
    display: inline-block;  
    margin-right: 10px;  
}  
  
.kcx_tab-links li a {  
    display: block;  
    text-decoration: none;  
    color: #fff;  
    height: 40px;
    border-bottom:3px solid transparent; 
    border-bottom-color: #ddd; 
    width:40px; 
}  
  
.kcx_tab-links li a.active {  
    border-bottom-color: #2EA7E0;  
}  
  
.kcx_tab-content {  
    display: none;  
    padding: 0px;   
    margin-top: 10px;  
    min-height: 500px;
}  
.kcx_tab-content.active {  
    display: block;  
}
  
/*ESG*/
.m_ESG{
    padding: 0; 
    margin-bottom: 50px;
}
.m_ESG .m_titie,.m_ESG .m_line{
    margin-left: 20px;
}
.m_ESG .m_line{
    margin-bottom: 30px;
}
.m_ESG01{
    background-image: url(../img/Esg01.png);
    background-size: cover;
    height: 340px
}
.m_ESG02{
    background-image: url(../img/Esg02.png);
    background-size: cover;
    height: 340px
}
.m_ESG03{
    background-image: url(../img/Esg03.png);
    background-size: cover;
    height: 340px
}
.m_ESG dl{
    display: block;
    background: rgba(46,167,224,0.9);
    width: 60%;
    float: right;
    text-align: right;
    padding: 60px 40px 100px;
    color: #FFF;
    position: relative;
    height: 340px;
    cursor: pointer;
}
.m_ESG dl::before{
    content: "E";
    font-size: 400px;
    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: 40px;
    font-weight: bold;
    line-height: 2em;
    position: relative;
    margin-bottom: 40px;
}
.m_ESG dl dt:after{
    content: "";
    background-color: #fff;
    height: 1px;
    width: 240px;
    position: absolute;
    bottom: 0px;
    right: 0;
}
.m_ESG dl .m_line{
    background-color: #fff;
}
.m_ESG dl dd{
    font-size: 20px;
    line-height: 1.6em;
}
.m_ESG02 dl{
    float: left;
}
.module{height: 340px;}

#E_module2 .huanjingHover{
    background: rgba(46,167,224,1);
    width: 60%;
    float: right;
    text-align: right;
    padding: 60px 40px 100px;
    color: #FFF;
    position: relative;
    height: 340px;
    cursor: pointer;  
}
.m_ESG .huanjingHover .m_ESG_MenuList{color: #fff; margin-bottom: 20px}
.m_ESG .huanjingHover .m_ESG_MenuList li{list-style: inside; text-align: left}
.m_ESG .Btn_More{background: #005DB8; color: #fff;padding: 10px 20px; border-radius: 20px;font-size: 12px}
.m_ESG .Btn_More:hover{background: #006CD5; color: #fff; }

.m_ESG01 #E_module2{display: none}
.m_ESG01:hover #E_module1{ display: none;}
.m_ESG01:hover #E_module2{ display:block}


.shehuiHover{
    background: rgba(46,167,224,1);
    width: 60%;
    float: left;
    text-align: left;
    padding: 60px 20px 60px;
    color: #FFF;
    position: relative;
    height: 340px;
    cursor: pointer; 
}
.shehuiHover table{width:100%;}
.shehuiHover table td{width: 33%; vertical-align: top;}
.shehuiHover table td h3{height: 40px;}
.shehuiHover table td ul{height: 140px;}
.shehuiHover table td ul li{list-style: inside; }

.m_ESG02 #S_module2{display: none}
.m_ESG02:hover #S_module1{ display: none}
.m_ESG02:hover #S_module2{ display:block}


.zhiliHover{
    background: rgba(46,167,224,1);
    width: 60%;
    float: right;
    text-align: left;
    padding: 60px 40px 100px;
    color: #FFF;
    position: relative;
    height: 340px;
    cursor: pointer; 
}
.zhiliHover table td{vertical-align: top;}
.zhiliHover table td ul{margin-bottom: 30px}
.zhiliHover table td ul li{list-style: inside; }

.m_ESG03 #G_module2{display: none}
.m_ESG03:hover #G_module1{ display: none}
.m_ESG03:hover #G_module2{ display:block}


/*图片切换  去掉了overflow-x: auto*/
.screen-container {  
    display: flex;  
    transition: transform 0.5s ease; /* 添加过渡效果 */  
    
    scroll-snap-type: x mandatory;  
    scroll-padding: 50px; /* 为左右按钮预留空间 */  
    scroll-behavior: smooth;  
  }
  .screen {  
    flex: 0 0 100%; /* 每个屏幕占据全部宽度 */  
    scroll-snap-align: start;  
  }  
  .arrow {  
    position: absolute;  
    top: 50%;  
    transform: translateY(-50%);  
    background-color: rgba(0, 0, 0, 0.5);  
    color: white;  
    border: none;  
    padding: 10px;  
    cursor: pointer;  
    z-index: 10; /* 确保按钮在屏幕内容之上 */  
  }  
  .arrow-left {  
    background: url(../img/le1.png) no-repeat;
    width: 20px;
    height: 50px;
    left: 25px;
  }  
  .arrow-right {  
    background: url(../img/ri1.png) no-repeat;
    width: 20px;
    height: 50px;
    right: 25px; 
  }

  /*New*/
  /*图片切换  去掉了overflow-x: auto*/
.screen-containerNew {  
    display: flex;  
    transition: transform 0.5s ease; /* 添加过渡效果 */  
    
    scroll-snap-type: x mandatory;  
    scroll-padding: 50px; /* 为左右按钮预留空间 */  
    scroll-behavior: smooth;  
  }
  .screenNew {  
    flex: 0 0 100%; /* 每个屏幕占据全部宽度 */  
    scroll-snap-align: start;  
  }  
  .arrow {  
    position: absolute;  
    top: 50%;  
    transform: translateY(-50%);  
    background-color: rgba(0, 0, 0, 0.5);  
    color: white;  
    border: none;  
    padding: 10px;  
    cursor: pointer;  
    z-index: 10; /* 确保按钮在屏幕内容之上 */  
  }  
  .arrow-left {  
    background: url(../img/le1.png) no-repeat;
    width: 20px;
    height: 50px;
    left: 25px;
  }  
  .arrow-right {  
    background: url(../img/ri1.png) no-repeat;
    width: 20px;
    height: 50px;
    right: 25px; 
  }

  .TipsText{width: 85%;margin:20px auto;}
  .TipsText p{font-size: 12px; color: #999;}
  .TipsText p a{color: #999;}
  
  sup{color: #333}
  .NewBox_content p.tipText{color: #999;font-style: italic; font-size: 12px;line-height: 1.2 }
  .NewBox_content .NewTipsText p{color: #999;font-size: 12px;line-height: 1.4; margin:2px 0px;}

  .Con_web_box{background: #fff;width: 90%; margin:10px auto 40px; padding: 30px; border-radius: 8px;}
  .Con_web_box .N_Title{font-size: 40px}

  .Con_web_box .bigNewBox_Con{font-size: 30px; margin:20px 10px 15px;}
  .Con_web_box h4{font-size: 16px; margin: 10px 0px;}

  .Con_web_box .NewBox_content p{color: #555;}

  .Con_Sub_box{background: #ECF7FF;margin: 30px 0px; padding:30px; border-radius:10px }
  .Con_Sub_box_title{font-size: 30px; font-weight: bold;margin-bottom:20px;}
  .Sub_box_02{padding:30px;background:#EEFAFF;border-radius: 8px;  }

  .Sub_a_link{ color: #4382C1}
  .Sub_a_link:hover{ color: #2712AC}

  .shui_list li{
      font-size: 14px;
    color: #3D3D3D;
    line-height: 1.5;
    list-style: outside;
    margin: 6px 12px ;
}