@charset "utf-8";

.screen01 {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
  margin-top: 45px;
}

.screen01 .focus {
  width: 690px;
  height: 460px;
  float: left;
}

.screen01 .focus .focusIndex {
  position: relative;
  height: 100%;
}

.screen01 .focus .focusIndex .swiper-slide {
  position: relative;
}

.screen01 .focus .focusIndex .swiper-slide .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background: url(focusBg.png);
  color: #fff;
  font-size: 20px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 70px 90px 30px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.screen01 .focus .focusIndex .pagination {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 15px;
  right: 20px;
  overflow: hidden;
}

.screen01 .focus .focusIndex .pagination span {
  width: 11px;
  height: 11px;
  background: #b9b9b9;
  display: block;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
}

.screen01 .focus .focusIndex .pagination span.swiper-active-switch {
  background: #9d1515;
}

.screen01 .news {
  width: 460px;
  /*height: 461px;*/
  float: right;
}

.screen01 .news .tabs {
  width: 100%;
  height: 37px;
  border-bottom: 2px solid #eee;
  margin-bottom: 15px;
}

.screen01 .news .tabs li {
  float: left;
  width: 178px;
  text-align: center;
  padding: 0px 24px;
  height: 37px;
  line-height: 37px;
  font-size: 22px;
  cursor: pointer;
}

.screen01 .news .tabs li.active {
  font-weight: bold;
  border-bottom: 2px solid #0d62bd;
}

.screen01 .news .tabCtx>div {
  display: none;
}

.screen01 .news .tabCtx h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 10px;
}

.screen01 .news .tabCtx p {
  font-size: 14px;
  color: #676767;
  line-height: 20px;
  margin-bottom: 20px;
}

.screen01 .news .tabCtx li {
  font-size: 18px;
  color: #000;
  height: 55px;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #eee;
}

.screen01 .news .tabCtx li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #686868;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 25px;
  left: 0px;
}

.screen01 .news .tabCtx li a {
  width: 365px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 18px;
  line-height: 55px;
  height: 55px;
  text-indent: 20px;
  cursor: pointer;
}

.screen01 .news .tabCtx li i {
  font-style: normal;
  width: 70px;
  text-align: right;
  float: right;
  font-size: 18px;
  line-height: 55px;
  height: 55px;
}

.screen02 {
  width: 100%;
  height: 370px;
  background: url(screen2.jpg);
  margin-bottom: 30px;
}

.screen02 .tabs {
  width: 260px;
  height: 370px;
  float: left;
}

.screen02 .tabs h2 {
  width: 100px;
  text-align: center;
  margin: 36px 23px;
  font-size: 22px;
  font-weight: bold;
  color: #212121;
  padding-bottom: 2px;
  border-bottom: 3px solid #0d62bd;
}

.screen02 .tabs p {
  width: 100%;
}

.screen02 .tabs p a {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  cursor: pointer;
  display: block;
  font-size: 20px;
  color: #7d7d7d;
  border-bottom: 1px solid #fff;
}

.screen02 .tabs p a.n4 {
  border-bottom: 0;
}

.screen02 .tabs p a::after {
  content: '';
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-left: 30px;
  background: url(screen21_2.png)
}

.screen02 .tabs p a i {
  width: 40px;
  height: 40px;
  display: inline-block;
  font-style: normal;
  margin: 0px 12px 0 40px;
  position: relative;
  vertical-align: middle;
  top: -5px;
}

.screen02 .tabs p a.n1 i {
  background: url(screenIco1_2.png) no-repeat center;
}

.screen02 .tabs p a.n2 i {
  background: url(screenIco2_2.png) no-repeat center;
}

.screen02 .tabs p a.n3 i {
  background: url(screenIco3_2.png) no-repeat center;
}

.screen02 .tabs p a.n4 i {
  background: url(screenIco4_2.png) no-repeat center;
}

.screen02 .tabs p a.active {
  color: #0d62bd;
}

.screen02 .tabs p a.active::after {
  background: url(screen21_1.png)
}

.screen02 .tabs p a.active.n1 i {
  background: url(screenIco1_1.png) no-repeat center;
}

.screen02 .tabs p a.active.n2 i {
  background: url(screenIco2_1.png) no-repeat center;
}

.screen02 .tabs p a.active.n3 i {
  background: url(screenIco3_1.png) no-repeat center;
}

.screen02 .tabs p a.active.n4 i {
  background: url(screenIco4_1.png) no-repeat center;
}

.screen02 .ctx {
  width: 940px;
  height: 370px;
  float: right;
  box-sizing: border-box;
  padding:0;
}

.screen02 .ctx>div {
  display: none;
}

.screen02 .ctx>div.active {
  display: block;
}

.screen02 .ctx p.txt {
  font-size: 18px;
  color: #000;
  margin-bottom: 40px;
}

.screen02 .ctx p.btn {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.screen02 .ctx p.btn a {
  width: 165px;
  height: 145px;
  background: url(icobg.png);
  border: 1px solid #e6e9f0;
  display: inline-block;
  margin: 0 40px;
  box-sizing: border-box;
  font-size: 16px;
  color: #535353;
  font-weight: bold;
  cursor: pointer;
}

.screen02 .ctx p.btn a i {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0px auto;
}

.screen02 .ctx p.btn a:hover {
  border: 1px solid #9d1515;
  color: #9d1515;
}

.screen02 .ctx p.btn a i.i01 {
  background: url(ico02.png) center repeat-y;
  background-size: contain;
}

.screen02 .ctx p.btn a i.i02 {
  background: url(ico03.png) center repeat-y;
  background-size: contain;
}

.screen02 .ctx p.btn a i.i03 {
  background: url(ico01.png) center repeat-y;
  background-size: contain;
}

.screen02 .ctx p.btn a i.i02-1 {
  background: url(ico2-1.png) center repeat-y;
  background-size: contain;
}

.screen02 .ctx p.btn a i.i02-2 {
  background: url(ico2-2.png) center repeat-y;
  background-size: contain;
}

.screen02 .ctx p.btn a i.i03-1 {
  background: url(ico03-1.png) center repeat-y;
  background-size: contain;
}

.screen02 .ctx p.btn a i.i04-1 {
  background: url(ico4-1.png) center repeat-y;
  background-size: contain;
}

.screen02 .ctx p.btn a i.i04-2 {
  background: url(ico4-2.png) center repeat-y;
  background-size: contain;
}

/* .screen02 .ctx p.btn a i{transition: all .8s;} */
.screen02 .ctx p.btn a:hover i {
  background-position: 0px -100px;
}

/*矿业简介样式*/
.ah_dt{ width: 940px; height: 370px;background: url(ah_dt.png) no-repeat;}
.sd_dt{ width: 940px; height: 370px;background: url(sd_dt.png) no-repeat;}
.hb_dt{ width: 940px; height: 370px;background: url(hb_dt.png) no-repeat;}
.ln_dt{ width: 940px; height: 370px;background: url(ln_dt.png) no-repeat;}
.screen02 .kyjj {
  width: 580px;
  height: 370px;
  float: right;
  box-sizing: border-box;
  padding: 50px 70px;
}

.screen02 .kyjj>div {
  display: none;
}

.screen02 .kyjj>div.active {
  display: block;
}

.screen02 .kyjj p.txt {
  font-size: 18px;
  color: #535353;
  margin-bottom: 10px;
	text-align: justify;
}
.screen02 .tabs2{  width: 160px; float: left; margin: 40px 0 0 45px;}
.screen02 .tabs2 #fields2 p {
width: 100%;
}

.screen02 .tabs2 p a {
  width: 100%;
  height: 65px;
  line-height: 65px;
  font-size: 18px;
  font-weight:bold;
  cursor: pointer;
  display: block; 
  color: #000;
  text-align: left;
 
}

.screen02 .tabs2 p a.n4 {
  border-bottom: 0;
}

.screen02 .tabs2 p a::after {
  content: '';
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-left: 30px;
	
 
}
.screen02 .tabs2 .active{color: #0d62bd; font-size: 20px;}








.screen03 {
  width: 100%;
  height: 380px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding: 30px 0;
  box-sizing: border-box;
}

.screen03 h2 {
  display: inline;
  overflow: hidden;
  font-size: 22px;
  color: #212121;
  padding-bottom: 2px;
  border-bottom: 3px solid #0d62bd;
}

.screen03 .left {
  width: 650px;
  float: left;
  position: relative;
}

.screen03 .left .box {
  overflow: hidden;
  margin-top: 30px;
  border-right: 1px solid #eee;
}

.screen03 .left .magazinePc {
  width: 190px;
  height: 255px;
  border: 1px solid #eee;
  float: left;
  position: relative;
}

.screen03 .left .magazineTitle h3 {
  width: 575px;
  height: 90px;
  line-height: 35px;
  border-bottom: 1px solid #eee;
  display: none;
  position: relative;
}

.screen03 .left .magazineTitle h3.active {
  display: block;
}

.screen03 .left .magazineTitle h3::after {
  content: '';
  width: 60px;
  border: 1px solid #0d62bd;
  position: absolute;
  left: 0;
  bottom: 0;
}

.screen03 .left .magazinePc img {
  width: 190px;
  height: 255px;
}

.screen03 .left .magazinePc .swiper-slide h3 {
  display: none;
}

.screen03 .left .magazinePc .swiper-slide-active h3 {
  display: block;
}

.screen03 .focus .pagination {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
}

.screen03 .focus .pagination span {
  width: 7px;
  height: 7px;
  background: #d2d2d2;
  display: inline-block;
  margin-left: 3px;
  margin-bottom: 3px;
  border-radius: 50%;
}

.screen03 .focus .pagination span.swiper-active-switch {
  background: #9d1515;
}

.screen03 .left .box h3 {
  font-size: 20px;
  color: #212121;
}

.screen03 .left .box h3 span {
  font-size: 14px;
  color: #a2a2a2;
  display: block;
  width: 100%;
  text-align: right;
  font-weight: normal;
  position: relative;
}

.screen03 .left .box h3 span::after {
  margin-left: 5px;
  display: inline-block;
  content: '';
  width: 16px;
  height: 7px;
  background: url(arrow-right.png);
}

.screen03 .left .list {
  width: 620px;
  padding-right: 40px;
  box-sizing: border-box;
}

.screen03 .left .list p {
  margin-top: 10px;
}

.screen03 .left .list p a {
  display: block;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
  text-indent: 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.screen03 .left .list p a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #b8b8b8;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 0;
}

.screen03 .right {
  width: 500px;
  float: left;
  padding-left: 60px;
  box-sizing: border-box;
}

.screen03 .right .list {
  margin-top: 20px;
}
.screen03 .right .list span {
  float: right;
  position: relative;
  top: -40px;
  font-size: 18px;
}
.screen03 .right .list div{
  border-bottom: 1px solid #eee;
}
.screen03 .right .list a {
  font-size: 18px;
  display: block;
  line-height: 55px;
  /* border-bottom: 1px solid #eee; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.screen03 .right .list div:last-child {
  border: 0;
}



.screen04 {
  width: 100%;
  margin-bottom: 30px;
/*  overflow: hidden;*/
}

.screen04 h2 {
  display: inline;
  overflow: hidden;
  font-size: 22px;
  color: #212121;
  padding-bottom: 2px;
  border-bottom: 3px solid #0d62bd;
}

.screen04 .list {
  width: 100%;
  margin-top: 30px;
}

.screen04 .list div.box {
  width: 270px;
  height: 225px;
  background: #f7f8f9;
  margin-right: 40px;
  float: left;
  border-bottom: 2px solid #0d62bd;
}

.screen04 .list a.img {
  width: 270px;
  height: 150px;
  display: block;
  overflow: hidden;
}

.screen04 .list img {
  width: 100%;
  height: 150px;
}

.screen04 .list img {
  transition: all 1s;
  transform: scale(1);
}

.screen04 .list a:hover img {
  transform: scale(1.5);
}

.screen04 .list div.txt {
  padding: 0 25px;
  box-sizing: border-box;
}

.screen04 .list div.txt h3 {
  font-size: 20px;
  color: #535353;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}

.screen04 .list div.txt span {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 3;
  /* 2行，只有 webkit内核支持 */
  word-break: break-all;
  /* 纯英文换行 */
  overflow: hidden;
}

.screen04 .list .box.last {
  margin: 0;
}


/* 矿业图景样式 */

.wrapper_tj {
	width: 1200px;
	height: 280px;
	margin-top:30px;
}

#carousel {
	/*width: 1200px;*/
	position:relative;/*
	margin-left:6px;*/
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	/*background: transparent url(carousel_polaroid.png) no-repeat center -7px;*/
	
	color: #999;
	text-align: center;
	display: block;
	width: 270px;
	height: 225px;
	padding: 0;
	margin: 0 14px;
	float: left;
	position: relative;
	background: #f7f8f9; 
    border-bottom: 2px solid #0d62bd;
	overflow: hidden;
	
}

#carousel li img {
	width: 270px;
	height: 150px;
	border-radius:0px;
	overflow:hidden;
	  transition: all 1s;
  transform: scale(1);
}
#carousel li a:hover img {
	transition: all 1s;
  transform: scale(1.5);
}
#carousel li a div{ display: inline-block; height: 150px; overflow: hidden;}
#carousel li span {
	background:url(tit_bg.png) repeat 0 0;
	cursor: pointer;	
	transition: background 0.15s linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	text-indent: 0px;
	display: block;
	overflow: hidden;
	width: 100%;
	font-size: 20px;
    color: #000;
	font-weight: bold;
    margin-top: 23px;
    margin-bottom: 10px;
    text-align: center;
	/*border-radius:5px;*/
}		
	
#carousel li a:hover span{ color:#016fbb; font-weight:bold;}
.clearfix {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
	background: transparent url(carousel_control.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 15px;
	height: 27px;
	margin-left: 10px;
	position: absolute;
	top: 80px;				
}
#carousel .prev {
	background-position: 0 0;
	left: -30px;
}
#carousel .prev:hover {
	left: -31px;
}			
#carousel .next {
	background-position: -18px 0;
	right: -20px;
}
#carousel .next:hover {
	right: -21px;
}				
#carousel .pager {
	text-align: center;
	margin: 0 auto;
}
#carousel .pager a {
	background: transparent url(carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel .pager a.selected {
	background: transparent url(carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;				
}

/*首页内嵌样式*/
@media screen and (min-width:768px){
  .screen04 .list div.txt {
    padding: 0 17px;
  }
.screen02 .ctx p.txt {
    line-height: 30px;
   /* height: 72px;*/
}
}
@media screen and (max-width:767px) { 
.screen01 .news .tabs li {
    width: auto;
}
.screen03 .right .list span {
    top: -60px;
    font-size: 28px;
    color: #aeaeae;
}
}

  .mtjz li:last-child{
      width: 725px !important;
	  text-align: left !important;
	  margin:0px !important;
   
  }
  .mmtjz li:first-child：{
		margin-right: 88px !important; 
	  color: #f00;
	  }
  .mmtjz li:last-child{
    font-size: 22px !important;
	
	  text-align: left !important;
	  
  }

.footer .footBar .trs_select p a {
    font-size: 15px;
}
  .footer .qrcode1 ul {
     opacity: 1 !important;
     width: 100% !important;
     height: 175px !important;
     padding-bottom: 20px !important;
  }