/* 公共的css */

/* * {
    box-sizing: border-box;
} */

@media screen and (max-width: 1200px) {
  .industry {
    width: 1200px !important;
  }
}


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;
}


/*新闻中心*/
.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;
}
.content_webnews {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.cur {
  background: #006cff;
  color: white !important;
}
/* 轮播图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: 18px;
  font-weight: 400;
  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: #006cff 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;
}




/* 集团产业 */

.content_web {
  width: 650px;
  min-width: 650px;
  margin: 0 auto;
}
.content_web1 {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

.content_web>h1 {
  margin-top: 60px;
  text-align: center;
  font-size: 32px;
  /* height: 32px;
  line-height: 32px; */
}
.content_web>h1>a {
  font-weight: bold;
  color: #960e0e;
}

.content_web>h4 {
  line-height: 26px;
  margin-top: 19px;
  font-size: 16px;
  font-weight: normal;
  color: #aaaaaa;
  text-align: center;
}

.content_web>h4>a {
  color: #006cff;
  display: inline;
}






/* 头条 */






/* 右侧新闻列表 */
.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: #c8ad6b;
  -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: -50px;
  position: relative;
  padding-top: 40px;
  margin-bottom: 170px;
  background:  url(../images/jjbg.jpg) 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: #fff;
}

.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: 13px;
  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: 20px;
  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: 200;
  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;
}


.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;
}

.phone {
  width: 254px;
  height: 34px;
  background: #fff;
  border: 1px 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;
}



.auto-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wrapper-full {
    width: 100%;
}

.wrapper {
    width: 1183px;
    margin: 0 auto;
}

* html .clearfix {
    zoom: 1;
}

/*ie6*/
*:first-child+html .clearfix {
    zoom: 1;
}

/*ie7*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.undis {
    display: none !important;
}

.dis {
    display: block !important;
}

/*float*/


.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    zoom: 1;
}





.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;

	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;

	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);

	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;

	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
