/* 公共的css */

/* * {
    box-sizing: border-box;
} */

@media screen and (max-width: 1200px) {
  .industry {
    width: 1200px !important;
  }
}

#pc1 {
  display: none;
}

/* 飘窗 */
#pc1>:nth-child(1) {
  width: 240px;
  height: 176px;
  position: absolute;
  z-index: -1;
}

#pc1>:nth-child(1) a {
  width: 100%;
  height: 100%;
}

#pc1 img {
  width: 100%;
  height: 100%;
}

.close_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.auto_cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auto_cut1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
  display: block;
}

/* 和六六冲突的样式 */

.footer_bottom_nav a {
  display: inline;
}

.nav_content_desc>p>a {
  display: inline;
}

.nav_news_desc>a {
  display: inline;
}

.transtion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

img {
  height: auto;
  /* vertical-align: top; */
  -ms-interpolation-mode: bicubic;
  border: 0;
  outline: 0;
}

.content_web {
  width: 1400px;
  min-width: 1400px;
  margin: 0 auto;
}

/* 公共样式 */
.cur {
  background: #09005e;
  color: white !important;
}

.col_common {
  color: #006cff !important;
}

.fotter {
  margin-bottom: 60px;
}

/* 头条 */
.headline-item .headline-title {
  margin-top: 60px;
  text-align: center;
  font-size: 38px;
  color: #b10004;
}

.headline-item .headline-title a {
  font-weight: bold;
  color: #b10004;
}

.headline-item .headline-text {
  line-height: 26px;
  margin-top: 19px;
  font-size: 16px;
  font-weight: normal;
  color: #abadaf;
  text-align: center;
}

.headline-item .headline-text-link {
  color: #b10004;
  display: inline;
}

/* 轮播图tab */

.swiper {
  margin-top: 56px;
  text-align: center;
  margin-bottom: 30px;
}

.swiper ul {
  display: inline-block;
  margin: 0 auto;
}

.swiper ul li {
  width: 175px;
  height: 40px;
  background: #f1f1f8;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  font-weight: bold;
  color: #666666;
  /* margin-right: 15px; */
  position: relative;
}

.tab_swiper_img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 小三角 */
.sanjiao_down {
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  left: 80px;
  /*是因为, 虽然宽高度为0, 但在IE6下会具有默认的 */
  line-height: 0;
  /* 字体大小和行高, 导致盒子呈现被撑开的长矩形 */
  border-width: 8px;
  border-style: solid dashed dashed dashed;
  /*IE6下, 设置余下三条边的border-style为dashed,即可达到透明的效果*/
  border-color: #09005e transparent transparent transparent;
}

/* 第一个swiper */
.swiper-box {
  width: 600px;
  overflow: hidden;
}

.swiper-container-intro {
  width: 600px;
  height: 338px;
}

.swiper-container-intro dl {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-intro dl dt {
  width: 100%;
  height: 100%;
}

.swiper-container-intro dl dt img {
  width: 600px;
  height: 338px;
}

.swiper-container-intro dl dd {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-container-intro dl dd h3 {
  margin: 16px 0 0 17px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
  width: 430px;
}

.pagination-intro {
  text-align: center;
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin: 0;
}

.pagination-intro .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.pagination-intro .swiper-pagination-switch.swiper-active-switch {
  background: #006cff;
}

/* 第二个swiper */
.swiper-container-intro1 {
  width: 600px;
  height: 400px;
}

.swiper-container-intro1 dl {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-intro1 dl dt {
  width: 100%;
  height: 100%;
}

.swiper-container-intro1 dl dt img {
  width: 600px;
  height: 338px;
}

.swiper-container-intro1 dl dd {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-container-intro1 dl dd h3 {
  margin: 16px 0 0 17px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
  width: 430px;
}

.pagination-intro1 {
  text-align: center;
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin: 0;
}

.pagination-intro1 .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.pagination-intro1 .swiper-pagination-switch.swiper-active-switch {
  background: #006cff;
}

/* 第三个swiper */
.swiper-container-intro2 {
  width: 600px;
  height: 400px;
}

.swiper-container-intro2 dl {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-intro2 dl dt {
  width: 100%;
  height: 100%;
}

.swiper-container-intro2 dl dt img {
  width: 600px;
  height: 100%;
}

.swiper-container-intro2 dl dd {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-container-intro2 dl dd h3 {
  margin: 16px 0 0 17px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
  width: 430px;
}

.pagination-intro2 {
  text-align: center;
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin: 0;
}

.pagination-intro2 .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.pagination-intro2 .swiper-pagination-switch.swiper-active-switch {
  background: #006cff;
}

/* 第四个轮播 */
.swiper-container-intro3 {
  width: 600px;
  height: 400px;
}

.swiper-container-intro3 dl {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-intro3 dl dt {
  width: 100%;
  height: 100%;
}

.swiper-container-intro3 dl dt img {
  width: 600px;
  height: 100%;
}

.swiper-container-intro3 dl dd {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.4);
}

.swiper-container-intro3 dl dd h3 {
  margin: 16px 0 0 17px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 33px;
  width: 430px;
}

.pagination-intro3 {
  text-align: center;
  position: absolute;
  right: 18px;
  bottom: 14px;
  margin: 0;
}

.pagination-intro3 .swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: white;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}

.pagination-intro3 .swiper-pagination-switch.swiper-active-switch {
  background: #006cff;
}

.swiper-container-banner {
  width: 100%;
  min-width: 1200px;
  height: 580px;
  /* top: -5px; */
}

.swiper-container-banner .swiper-slide a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner_item>img {
  width: 100%;
  height: 580px;
}

.pagination-intro-banner {
  width: 100%;
  text-align: center;
}

.pagination-intro-banner .swiper-pagination-switch {
  display: inline-block;
  width: 42px;
  height: 5px;
  background: #fff;
  margin: 0 5px;
  border-radius: 0;
  border: none;
  cursor: pointer;
}

/* 右侧新闻列表 */
.right_news {
  margin-left: 30px;
  width: 570px;
}

.right_news ul li {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}

.right_news ul li a {
  width: 464px;
}

.right_news ul li a:hover {
  color: #006cff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.right_news_date {
  font-size: 14px;
  font-weight: 400;
  color: #cdcdcd;
}

/* 底下查看更多 */
.more_cat {
  width: 175px;
  height: 35px;
  line-height: 35px;
  background: #f7f7f7;
  margin-top: 23px;
  margin-left: auto;
  text-align: center;
}

.more_cat>a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}

.more_cat:hover {
  background-color: #006cff;
}

.more_cat:hover>a {
  color: #fff;
}

/* 产业布局 */
.industry {
  width: 100%;
  height: 560px;
  margin-top: 60px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 170px;
  background: url(../images/icon_industry.png) no-repeat;
  background-size: 100% 100%;
}

.industry>img {
  width: 100%;
  height: 100%;
}

.industry>h1 {
  text-align: center;
  font-size: 32px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #ffffff;
}

.industry>h4 {
  margin-top: 12px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #00eb9b;
}

.industry .energy ul {
  display: inline-block;
  position: relative;
  height: 158px;
}

.industry .energy ul> :nth-child(1) {
  left: 81px;
}

.industry .energy ul> :nth-child(2) {
  left: 254px;
}

.industry .energy ul> :nth-child(3) {
  left: 426px;
}

.industry .energy ul> :nth-child(4) {
  left: 600px;
}

.industry .energy ul> :nth-child(5) {
  left: 772px;
}

.industry .energy ul> :nth-child(6) {
  left: 946px;
}

.industry .energy ul li {
  position: absolute;
  width: 158px;
  height: 158px;
  background: rgba(0, 108, 255, 0.45);
  cursor: pointer;
  box-sizing: content_web-box;
}

.industry .energy ul li a {
  width: 100%;
  height: 100%;
}

.energy {
  margin-top: 38px;
  text-align: center;
}

.energy img {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 50px;
  height: 50px;
}

.energy a>div {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

/* 小图标旋转 和字体变大 */
.route360 {
  transform: rotate(360deg);
}

/* 能源内容 */
.energy_content {
  margin-top: 64px;
  position: relative;
  height: 340px;
}

.energy_content_left {
  position: absolute;
  left: 0;
  width: 615px;
  height: 340px;
  /* z-index: -1; */
}

.energy_content_left>a {
  position: relative;
}

.energy_content_left>a,
.energy_content_left>a>img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* z-index: -5; */
}

.energy_content_left>a>img {
  position: absolute;
  left: 0;
}

/* .energy_content_left img:hover {
    transform: scale(1.2);
} */

.energy_content_right {
  z-index: 1;
  position: absolute;
  right: 0;
  height: 340px;
  width: 598px;
}

.energy_content_right>img {
  position: absolute;
  left: 0;
  z-index: -1;
}

.energy_content_right h1 {
  margin-left: 46px;
  margin-top: 40px;
  position: relative;
}

.energy_content_right h1::after {
  content: "";
  display: block;
  width: 47px;
  height: 2px;
  bottom: -24px;
  position: absolute;
  background: #00eb9b;
}

.energy_content_right h1 a {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
}

.energy_content_right h5 {
  box-sizing: border-box;
  padding-right: 35px;
  margin-left: 46px;
  margin-top: 47px;
  height: 100px;
  overflow: hidden;
}

.energy_content_right .intro {
  height: auto;
}

.energy_content_right h5 a {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px;
}

.industry>:nth-child(4) h5 a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 168px;
}

/* 股票 */


.shares {
  position: absolute;
  top: 50px;
  left: 107px;
}

.shares>img {
  width: 24px;
  height: 22px;
  margin-right: 8px;
}

.shares>span {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.energy_content_left ul {
  width: 458px;
  position: absolute;
  top: 98px;
  left: 61px;
}

.energy_content_left ul li {
  font-size: 16px;
  line-height: 52px;
  height: 52px;
  border-bottom: 1px solid #ff5b5b;
  padding-left: 54px;
}

.energy_content_left ul li>img {
  margin-top: 17px;
  margin-right: 32px;
}

.energy_content_left ul li>a {
  font-weight: bold;
  color: #ffffff;
}

.fangkuai {
  width: 8px;
  height: 8px;
  background: #ff5b5b;
  margin-top: 23px;
  margin-right: 17px;
}

.shang_count {
  font-size: 16px;
  font-weight: bold;
  color: #ff5b5b;
  margin-right: 13px;
}

.shang_count_down {
  color: #00eb9b;
}

.phone {
  width: 288px;
  height: 34px;
  background: #fff;
  border: 2px solid #ffffff;
  margin-top: 45px;
  margin-left: 286px;
}

.phone>img {
  vertical-align: middle;
  margin-left: 8px;
  margin-top: 3px;
}

.phone_content {
  width: 252px;
  height: 100%;
  background: #006cff;
  opacity: 0.92;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.left_big {
  width: 506px;
  height: 420px;
  overflow: hidden;
}

.index_bottom_img:hover {
  transform: scale(1.2);
}

.index_bottom_img {
  background-repeat: no-repeat;
  background-size: cover;
}

.center_pic {
  width: 404px;
  margin-left: 14px;
}

.center_pic> :nth-child(2) {
  margin-top: 14px;
}

.center_pic_single {
  width: 100%;
  height: 203px;
  overflow: hidden;
}

.right_pic {
  width: 262px;
}

.right_pic_single {
  height: 330px;
  overflow: hidden;
}


.right_pic_more {
  width: 262px;
  height: 80px;
  background: #f1f1f8;
  margin-top: 10px;
  text-align: center;
  line-height: 80px;
}

.right_pic_more>a {
  color: #666666;
}

.right_pic_more:hover {
  background-color: #006cff;
}

.right_pic_more:hover>a {
  color: #fff;
}

/* 第三种样式 */
.left_big1 {
  width: 220px;
  height: 420px;
  overflow: hidden;
}

.left_big1 a {
  position: relative;
}

.left_big1 span {
  position: absolute;
  bottom: 43px;
  left: 67px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

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

.center_pic1 {
  width: 475px;
  margin-left: 15px;
}

.center_pic1> :nth-child(2) {
  margin-top: 14px;
}

.center_pic1 .center_pic_single {
  width: 100%;
  height: 203px;
}

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

/* 20230308 */
/* 三列新闻 */
.section-col {
  width: 400px;
  float: left;
  margin-right: 100px;
}

.section-col:last-child {
  margin-right: 0;
}

.col-title {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #909090;
  font-size: 0;
}

.col-title .col-title-main {
  font-size: 22px;
  font-weight: normal;
  color: #b10004;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  padding: 0 2px;
}

.col-title .col-title-main::after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #000055;
}

.col-title .col-title-sub {
  font-size: 17px;
  font-weight: normal;
  color: #626262;
  opacity: .42;
  display: inline-block;
}

.more {
  color: #c8c4c4;
  font-size: 12px;
  float: right;
  line-height: 50px;
}

.more:hover {
  color: #b10004;
}

.news-container {
  padding: 50px 0;
}

.hybird-news-list {
  /* padding: 0 0 0 12px; */
}

.hybird-news-item {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #e4e4e4;
  display: flex;
  align-items: center;
}

.hybird-news-item:hover .hybird-news-title {
  color: #b10004;
}

.hybird-news-item:last-child {
  border-bottom: none;
}

.hybird-news-item .pic-container {
  width: 120px;
  height: 80px;
}

.hybird-news-item .pic-container .pic-link,
.hybird-news-item .pic-container .pic-img {
  width: 100%;
  height: 100%;
  display: block;
}

.hybird-news-item .date-container {
  width: 50px;
  text-align: center;
  color: #b10004;
}

.hybird-news-item .date-container .cur-day {
  font-size: 36px;
  font-weight: 300;
}

.hybird-news-item .date-container .cur-y-m {
  font-size: 12px;
}

.hybird-news-item .text-container {
  flex: 1;
  margin-left: 13px;
  width: 255px;
}

.hybird-news-item .hybird-news-title {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: normal;
  color: #333;
}

.hybird-news-item .hybird-news-info {
  line-height: 30px;
  color: #cecccc;
  font-size: 13px;
}

/* 产业布局 */
.section-industrial {
  height: 669px;
  background: url(../images/bg-industrial.jpg) no-repeat center center;
  box-sizing: border-box;
  padding: 32px 0 0 0;
}

.section-title {
  text-align: center;
  color: #fff;
}

.section-title-main {
  font-size: 28px;
  margin-bottom: 15px;
}

.section-title-sub {
  font-size: 12px;
  font-weight: normal;
}

.show-list {
  font-size: 0;
  width: 1440px;
  margin: 60px 0 0 0;
}

.show-item {
  width: 200px;
  height: 384px;
  box-sizing: border-box;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0 40px 0 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  transition: transform 0.5s;
}

.show-item .show-link,
.show-item .show-img {
  width: 100%;
  height: 100%;
}

.show-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s;
}

.show-title-text {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 27px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.show-item:hover {
  transform: scale(1.15);
}

.show-item:hover .show-title {
  opacity: 1;
}

/* 印象山能 & 员工风采 */
.picture-list {
  width: 1428px;
}

.picture-list .picture-item {
  position: relative;
  width: 446px;
  height: 298px;
  overflow: hidden;
  float: left;
  margin: 0 30px 30px 0;
}

.picture-list .picture-item.large {
  width: 922px;
}

.picture-list .picture-item .picture-img {
  width: 100%;
  height: 100%;
  display: block;
}

.picture-list .picture-item .picture-title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.25s;
}

.picture-list .picture-item .picture-title-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.picture-list .picture-item:hover .picture-title {
  opacity: 1;
}