*{margin: 0;padding: 0;box-sizing: border-box;}
.topAll {
    background-color: rgb(244, 244, 244);
    color: rgb(51, 51, 51);
}
ol,ul{list-style:none;margin-bottom: 0;}
input{outline: none;border: none;}

.ell{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.moreEll{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.headTop{
    width: 870px;
}
.conNav{
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 33px;
}
.conNav ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.conNav ul li{
    height: 38px;
    line-height: 17px;
    margin-right: 70px;
}
.conNav ul li:last-child{
    margin-right: 0;
}
.conNav ul li a{
    display: block;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.conNav ul li:hover::after,
.conNav ul li.conNavAct::after{
    content: "";
    display: block;
    width: 32px;
    margin: 0 auto;
    height: 2px;
    background-color: #00903A;
    margin-top: -1px;
}
.conNav ul li:hover a,
.conNav ul li.conNavAct a{
    color: #00903A;
}

.comConList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eveComCon{
    width: 45%;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.17);
    padding: 20px 15px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveComImg{
    width: 108px;
    height: 108px;
    border-radius: 6px;
    overflow: hidden;
}
.eveComImg img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.eveComImg:hover img{
    transform: scale(1.1);
}
.eveComInfo{
    width: 270px;
}
.eveComInfo a:hover h3{
    color: #00903a;
}
.eveComInfo h3{
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.eveComInfo p{
    width: 100%;
    height: 44px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    margin-top: 5px;
}
.eveComInfo li{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveComInfo li span{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    /*display: flex;*/
    /*align-items: center;*/
}
.eveComInfo li span img{
    margin-right: 5px;
}
.eveComInfo li a{
    padding: 4px 15px;
    border: 1px solid #00903A;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.eveComInfo a:hover{
    background: #00903A;
    color: #fff;
}

.current{
    width: 100%;
    display: flex;
    align-items: center;
}
.current img{
    margin-right: 6px;
}
.current a{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
/*.current a:hover{*/
/*    text-decoration: underline;*/
/*}*/
.current a.curr{
    color: #00903A;
}

/*rightHot.css*/
.hotTopTit{
    width: 100%;
    display: flex;
    align-items: center;
}
.hotTopTit img{
    margin-right: 8px;
}
.hotTopTit h3{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.hotTopList{
    width: 100%;
    margin-top: 5px;
}
.eveHotTop{
    width: 100%;
    padding-top: 12px;
}
.eveHotTop h3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eveHotTop h3 i{
    display: flex;
    width: 18px;
    height: 18px;
    background: transparent;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    justify-content: center;
    align-items: center;
}
.eveHotTop h3 a{
    display: block;
    width: 270px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
}
.eveHotTop h3 a:hover{
    color: #00903a;
}
.eveHotTop:nth-child(1) h3 i{
    background: #FF0D2A;
    color: #fff;
}
.eveHotTop:nth-child(2) h3 i{
    background: #FF723E;
    color: #fff;
}
.eveHotTop:nth-child(3) h3 i{
    background: #FFC602;
    color: #fff;
}
.eveHotTop li{
    width: 100%;
    margin-top: 12px;
    padding-left: 30px;
}
.eveHotTop li p{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px dashed #00903A;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    text-align: right;
}
.eveHotTop:last-child li p{
    border-bottom: none;
}

.eveHotCom{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.eveHotComImg{
    width: 60px;
    height: 64px;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    position: relative;
}
.eveHotComImg a{
    display: inline-block;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.eveHotComImg img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: transform 0.3s ease;
}
.eveHotComImg:hover img{
    transform: scale(1.1);
}
.eveHotCom:nth-child(1) .eveHotComImg span,
.eveHotCom:nth-child(2) .eveHotComImg span{
    position: absolute;
    top: 0;
    left: -5px;
    display: flex;
    justify-content: center;
    line-height: 19px;
    width: 33px;
    height: 23px;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
}
.eveHotCom:nth-child(1) .eveHotComImg span{
    background: url("https://gtimg.in-en.com/energy_com/pc/images/icon3.png");
}
.eveHotCom:nth-child(2) .eveHotComImg span{
    background: url("https://gtimg.in-en.com/energy_com/pc/images/icon4.png");
}
.eveHotCom .eveHotComImg i{
    display: flex;
    width: 18px;
    height: 18px;
    background: rgba(0,0,0,0.67);
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.eveHotCom:nth-child(3) .eveHotComImg i{
    background: #FFC602;
}
.eveHotComInfo{
    width: 228px;
}
.eveHotComInfo a:hover h3{
    color: #00903a;
}
.eveHotComInfo h3{
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}
.eveHotComInfo p{
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    margin-top: 5px;
}
.eveHotComInfo li{
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.eveHotComInfo li img{
    margin-right: 5px;
}

/*pubPopup/index.css*/
.tipsBox_tc {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}

.tipsCon_tc {
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 12px;
}

.tipsText_tc {
    width: 100%;
}

.tipsText_tc p {
    padding: 12px 25px;
    font-size: 15px;
    color: rgba(0,0,0,0.8);
    line-height: 24px;
    background-color: #fff;
    border: 1px solid #d3d4d3;
    border-radius: 3px;
    white-space: nowrap;
}


/*topCss.css*/
@charset "UTF-8"; /* CSS Document */
* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

*:before,*:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

body {
    text-align: left;
    font-family: Arial,Verdana,Helvetica, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #333;
    line-height: unset;
}

body,p,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote {
    padding: 0;
    margin: 0;
}

table,td,tr,th {
    font-size: 12px;
}

li {
    list-style-type: none;
}

table {
    margin: 0 auto;
}

img {
    vertical-align: middle;
    border: 0;
}

ol,ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

i {
    font-style: normal;
}

.w1200 {
    width: 1200px;
    display: block;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #00903a;
}

.fix:before,.fix:after {
    content: "";
    display: table;
}

.fix:after {
    clear: both;
}

.fix {
    zoom:1;
    height: 45px;
    line-height: 45px;
}

/* */
.select_box {
    width: 77px;
    float: left;
}

.fastNav a:hover,.fastNav2 a:hover {
    color: #fff;
}

.fastNav>a,.fastNav2>a {
    height: 40px;
    display: block
}

.fastNav,.fastNav2 {
    position: relative;
    /*float: left;*/
    display: inline-block;
}

.fastNav2 {
    float: right;
}

/*.topNav>a:hover{background-color: #fff;}*/
.fastNav ul,.fastNav2 ul {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 99;
    text-align: left;
    width: 300px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    padding-left: 15px;
    padding-bottom: 5px;
}

.fastNav ul li,.fastNav2 ul li {
    float: left;
    width: 50%;
    line-height: 32px;
}

.fastNav ul li a,.fastNav2 ul li a {
    color: #333;
    font-size: 14px;
    padding: 0;
}

.fastNav ul li a:hover,.fastNav2 ul li a:hover {
    color: #00a67c;
}

.fastNav .iconfont {
    font-size: 12px;
}

.search-con {
    margin-top: 40px;
}

.searchBox {
    border: 2px solid #00903a;
    height: 36px;
    margin-right: 10px;
    width: 419px;
    position: relative;
    z-index: 1;
    clear: both;
}

.sobox {
    float: left;
    width: 342px;
}

.sobox li {
    display: inline-block
}

.sobox ul li:nth-child(2) {
    float: right;
}

.mod_select {
    width: 77px;
    float: left
}

.mod_select .select_box {
    position: relative;
    height: 36px;
}

.mod_select .select_box .select_txt {
    display: inline-block;
    width: 79px;
    padding-right: 7px;
    height: 36px;
    text-align: center;
    overflow: hidden;
    line-height: 36px;
    font-size: 16px;
    cursor: pointer;
    border-right: 2px solid #f5f5f5;
    background: url("/static/images/arr_icon_01.png") no-repeat 62px center;
}

.mod_select .select_box .option {
    display: none;
    position: absolute;
    top: 36px;
    left: -1px;
    width: 78px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-top: 0;
}

.mod_select .select_box .option li {
    font-size: 16px;
    line-height: 2;
    cursor: pointer;
    text-align: center
}

.mod_select .select_box .option li:hover {
    background-color: #f5f5f5;
}

.inputs {
    width: 230px;
    border: none;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.sosub {
    float: right;
    width: 88px;
    background: #00903a;
    height: 100%;
    color: #fff;
    line-height: 38px;
    display: block;
    font-size: 16px;
    border: none;
    border-radius: 0px;
    padding: 0px;
}

/* */
.top {
    width: 100%;
    height: 40px;
    background-color: #f4f4f4;
    line-height: 40px;
}

.topLeft a, .topRight a {
    padding: 0 10px;
}

.topNav {
    position: relative;
    float: left;
}

.topNav>a {
    background-size: 15px auto;
    -webkit-background-size: 15px auto;
    -moz-background-size: 15px auto;
    -ms-background-size: 15px auto;
    -o-background-size: 15px auto;
    display: inline-block;
    margin-right: 6px;
}

.topNav ul {
    position: relative;
    top: 39px;
    left: 0;
    z-index: 99;
    width: 300px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}

.topNav ul li {
    float: left;
    width: 150px;
}

.topRight {
    display: flex;
}

.topRight .favorite, .topRight .kfwx, .topRight .kjfs, .fastNav a, .fastNav2 a {
    /*display: flex;*/
    align-items: center;
}

.topRight a img {
    width: 16px;
    margin-right: 6px;
}

.fastNav a img, .fastNav2 a img {
    width: 10px;
}

.weixin {
    float: left;
    text-align: left;
    margin-right: 10px;
}

.wxImg {
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
    text-align: center;
    display: none;
    position: absolute;
    padding: 10px;
    z-index: 99;
}

.wxImg img {
    width: 100px;
}

/* */
.logo {
    height: 90px;
    margin: 0 55px 0 0;
    padding-top: 35px;
}

.logo h1 {
    float: left;
}

.logo h1 a {
    display: inline-block;
    width: 240px;
    overflow: hidden;
}

.logo h1 a img {
    width: 100%;
}

.logo span {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    line-height: 90px;
    padding-left: 20px;
}

.logo span a {
    color: #999;
}

/*foot.css*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*di bu wang zhan qun*/
.gjny_dbbq {
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
}

.gjny_dbbq h4 {
    width: 100%;
    font-size: 18px;
    border-left: 5px solid #00a67c;
    line-height: 18px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.gjny_dbbq a {
    display: inline-block;
    padding-right: 47px;
    text-align: left;
    font-size: 16px;
    color: #999;
    margin-bottom: 5px;
}

.gjny_dbbq a:hover {
    color: #00a67c;
}

.footer {
    background-color: #333;
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
}

.footer p {
    color: #d2d2d2;
    line-height: 26px;
}

.footer p:first-child a:hover {
    color: #00a67c;
}

.footer a {
    color: #e6e6e6;
    padding: 0 12px;
}

.footer p:last-child a img {
    width: 74px;
    height: 24px;
    border: 1px solid #d2d2d2;
    padding: 1px;
}

.footerNav {
    text-align: center;
    line-height: 35px;
}

.footerNav li:last-child {
    width: 140px;
    float: right;
    text-align: center;
    background: none;
    padding: 0;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
}

.footerNav li:last-child img {
    width: 100px;
    height: 100px;
}

/*xiang qing ye fan hui*/
.morelist {
    text-align: center;
    width: 300px;
    line-height: 45px;
    background-color: #FF9C00;
    border-radius: 15px;
    font-size: 16px;
    color: #fff;
    margin: 50px auto 30px;
}

.morelist a {
    font-weight: bold;
    color: #fff;
}

.morelist a:hover {
    color: #F00;
}

/*you ce gu ding ke fu wei xin*/
.sideNav {
    width: 60px;
    position: fixed;
    bottom: 230px;
    right: 2px;
    z-index: 999;
    background-color: #f6f6f6;
}

.sideNav img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.sideNav>div {
    width: 60px;
    cursor: pointer;
    position: relative;
}

.sideNav>div a {
    display: block;
    width: 60px;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
    background: url("https://gtimg.in-en.com/images/sideImg1.png") no-repeat center,url("https://gtimg.in-en.com/images/line.jpg") no-repeat bottom center;
    background-position: -10px -15px, 14px 59px;
}

.sideNav>div li {
    width: 100%;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    color: #999;
    box-sizing: border-box;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translate(-50%, 0);
}

.sideNav>div:hover {
    background: #f87a1e;
}

.sideNav>div:hover li {
    color: #fff;
}

.sideNav>div.weixin:hover a {
    background-position: -60px -15px;
}

.ewm {
    width: 85px;
    padding: 5px 0;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: -276px;
    right: 63px;
    bottom: unset;
    font-size: 12px;
    border: 1px solid #e3e3e3;
}

.ewm span {
    width: 99%;
    margin: 0 auto 5px;
    display: block;
    text-align: center;
}

.ewm span:last-child {
    margin-bottom: 0;
}

.sideNav>div.nysqBox {
    margin-top: 60px;
}

.sideNav>div.nysqBox a {
    background: url("https://gtimg.in-en.com/images/nysq.png") no-repeat center,url("https://gtimg.in-en.com/images/line.jpg") no-repeat bottom center;
    background-position: 19px 10px, 14px 59px;
}

.sideNav>div.nysqBox:hover a {
    background: url("https://gtimg.in-en.com/images/nysq2.png") no-repeat center;
    background-position: 19px 10px, 14px 59px;
}

.kefu {
    position: relative;
}

.sideNav .kefu {
    margin-top: 0 !important;
}

.sideNav>div.kefu a {
    background-position: -10px -65px, 14px 59px;
}

.sideNav>div.kefu:hover a {
    background-position: -62px -65px;
}

.tel {
    background: #f87a1e;
    border: none;
    width: 150px;
    height: 187px;
    padding: 0;
    position: absolute;
    left: -153px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    bottom: -126px;
    display: none;
}

.sideNav>div.jubao a {
    background-position: -10px -168px, 14px 59px;
}

.sideNav>div.jubao:hover a {
    background-position: -59px -168px;
}

.sideNav>div.shouye a {
    background-position: -10px -115px, 14px 60px;
}

.sideNav>div.shouyeScroll a {
    background-position: -10px -115px, 14px 59px;
}

.sideNav>div.shouye:hover a, .sideNav>div.shouyeScroll:hover a {
    background-position: -62px -115px;
}

.returnTop {
    display: none;
}

.sideNav .returnTop a, .sideNav .top a {
    background-position: -10px -215px, 14px 60px;
}

.sideNav>div.returnTop:hover a, .sideNav .top:hover a {
    background-position: -59px -215px;
}

.sideNav>div.returnTop li, .sideNav>div.top li {
    bottom: 5px;
}
