@charset "utf-8";
.screen01{
  width:100%;
  overflow: hidden;
  margin-top:30px;
  border-bottom:1px solid #bfbfbf;
  margin-bottom:50px;
}
.screen01 .focus{
  width:100%;
  height:460px;
  float:initial;
  padding:20px 30px 0px;
  box-sizing: border-box;
  margin-bottom:40px;
}
.screen01 .focus .focusIndex2{
  position: relative;
  height:100%;
}
.screen01 .focus .focusIndex2 .swiper-wrapper{
  height:460px;
}
.screen01 .focus .focusIndex2 .swiper-slide{
  position: relative;
}
.screen01 .focus .focusIndex2 .swiper-slide img{
  width:100%;
}
.screen01 .focus .focusIndex2 .swiper-slide .txt{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  height:115px;
  background:url(focusBg.png);
  color:#fff;
  font-size:30px;
  box-sizing: border-box;
  overflow: hidden;
  padding:50px 90px 40px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.screen01 .focus .focusIndex2 .pagination{
  width:45px;
  height:40px;
  position: absolute;
  bottom:25px;
  right:20px;
  overflow: hidden;
}
.screen01 .focus .focusIndex2 .pagination span{
  width:18px;
  height:18px;
  background:#b9b9b9;
  display:block;
  float:left;
  margin-left:3px;
  margin-bottom:3px;
}
.screen01 .focus .focusIndex2 .pagination span.swiper-active-switch{
  background:#0d62bd;
}
.screen01 .news{
  width:100%;
  height:auto;
  float:initial;
}
.screen01 .news .tabs{
  width:100%;
  height:51px;
  border-bottom:4px solid #eee;
  margin-bottom:15px;
}
.screen01 .news .tabs li{
  float:left;
  height:51px;
  padding:0px 60px;
  font-size:32px;
  cursor:pointer;
}
.screen01 .news .tabs li.active{
  font-weight:bold;
  border-bottom:4px solid #00a0ea;
}
.screen01 .news .tabCtx>div{
  display:none;
}
.screen01 .news .tabCtx h2{
  font-size:36px;
  font-weight:bold;
  line-height:50px;
  margin-bottom:40px;
  padding:0 30px 30px 30px;
}
.screen01 .news .tabCtx p{
  font-size:24px;
  color:#676767;
  line-height:38px;
  margin-bottom:10px;
  padding:0 30px;
  border-bottom:1px solid #bfbfbf;
  padding-bottom:40px;
}
.screen01 .news .tabCtx li{
  font-size:18px;
  color:#000;
  height:95px;
  overflow: hidden;
  position: relative;
  border-top:1px dashed #d4d4d4;
  padding:0 30px;
  box-sizing: border-box;
}
.screen01 .news .tabCtx li:first-child{
  border:0;
}
.screen01 .news .tabCtx li::before{
  content:'';
  width:7px;
  height:7px;
  background:#686868;
  border-radius: 50%;
  display:inline-block;
  position: absolute;
  top:45px;
  left:30px;
}
.screen01 .news .tabCtx li a{
  width:540px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float:left;
  font-size:28px;
  line-height:95px;
  height:95px;
  text-indent:20px;
  cursor:pointer;
}
.screen01 .news .tabCtx li i{
  font-style:normal;
  width:140px;
  text-align: right;
  float:right;
  font-size:28px;
  line-height:95px;
  height:95px;
  color:#aeaeae;
}

.wrapper {
  width: 100% !important;
  margin: 0 auto;
}

.screen02{

  height:823px;
  background:#f6f6f6;
  margin:0 auto;
  margin-bottom:30px;
}
.screen02 .tabs{
  width:100%;
  height:276px;
  float:left;
}
.screen02 .tabs h2{
  width:180px;
  text-align: center;
  margin:36px 23px;
  font-size:36px;
  font-weight:bold;
  color:#212121;
  line-height:50px;
  border-bottom:4px solid #00a0ea;
}
.screen02 .tabs p{
  width:100%;
}
.screen02 .tabs p a{
  width:20%;
  height:150px;
  line-height:30px;
  font-size:28px;
  cursor: pointer;
  display:block;
  color:#333;
  float:left;
  text-align: center;
  border:0;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	
}
.screen02 .tabs p a::after{
  display:none;
}
.screen02 .tabs p a i{
  width:60px;
  height:60px;
  display:block;
  font-style:normal;
  margin:0px auto;
  position: initial;
  top:0;
}
.screen02 .tabs p a.n1 i{
  background:url(screenIco1_2.png) no-repeat center;
  background-size: contain;
}
.screen02 .tabs p a.n2 i{
  background:url(screenIco2_2.png) no-repeat center;
  background-size: contain;
}
.screen02 .tabs p a.n3 i{
  background:url(screenIco3_2.png) no-repeat center;
  background-size: contain;
}
.screen02 .tabs p a.n4 i{
  background:url(screenIco4_2.png) no-repeat center;
  background-size: contain;
}
.screen02 .tabs p a.active{
  color:#0d62bd;
}
.screen02 .tabs p a.active.n1 i{
  background:url(screenIco1_1.png) no-repeat center;
  background-size: contain;
}
.screen02 .tabs p a.active.n2 i{
  background:url(screenIco2_1.png) no-repeat center;
  background-size: contain;
}
.screen02 .tabs p a.active.n3 i{
  background:url(screenIco3_1.png) no-repeat center;
  background-size: contain;
}
.screen02 .tabs p a.active.n4 i{
  background:url(screenIco4_1.png) no-repeat center;
  background-size: contain;
}

.screen02 .tabs p a span{ display: none; }
.screen02 .tabs p a.active span{ background: url(screen21_2-2.png) no-repeat;display: block; position: absolute; top:149px; left:45%;  width: 22px; height: 11px; z-index: 10000; }
.screen02 .tabs p a.active{color:#fff;}

.screen02 .ctx{
  width:100% !important;
  height:504px;
  box-sizing: border-box;
  margin-top: 0px !important;
}
.screen02 .ctx>div{
  display:none;
}
.screen02 .ctx>div.active{
  display:block;
  width: 100% !important;
height: 504px;
position: relative;
}


/* 定义动画 */
@keyframes fadeInBackground {
  from {
     opacity: 0;/* 开始时完全透明 */
  }
  to {
     opacity: 1;/* 结束时不透明 */
  }
}

.screen02 .ctx p.txt {
	width: 100%!important;
	height: 200px;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 34px;
  font-size: 16px;
  color: #fff;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.5);
	
	box-sizing: border-box;
    animation: fadeInBackground 1s ease-in-out forwards; /* 应用动画 */
	  display: -webkit-box; /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 5; /* 2行，只有 webkit内核支持 */
  word-break: break-all; /* 纯英文换行 */
  overflow: hidden;
}
.screen02 .ctx p.txt span {
  font-size: 36px;
	display: block;
	padding-bottom: 25px;
	
}



.screen02 .ctx p.btn{
  width:100%;
  margin:0 auto;
  text-align: center;
}
.screen02 .ctx p.btn a{
  width:170px;
  height:160px;
  background:url(icobg.png);
  border:1px solid #e6e9f0;
  display:inline-block;
  margin:0 12px;
  box-sizing: border-box;
  font-size:28px;
  color:#535353;
  font-weight:bold;
  cursor: pointer;
}
.screen02 .ctx p.btn a i{
  width:100px;
  height:100px;
  background:#0d62bd;
  display:block;
  margin:0px auto;
}
.screen02 .ctx p.btn a:hover{
  border:1px solid #0d62bd;
  color:#0d62bd;
}
.screen02 .ctx p.btn a i.i01{
  background:url(./ico02.png) no-repeat center;
  background-size: 120px 120px;
}
.screen02 .ctx p.btn a i.i02{
  background:url(./ico03.png) no-repeat center;
  background-size: 120px 120px;
}
.screen02 .ctx p.btn a i.i03{
  background:url(./ico01.png) no-repeat center;
  background-size: 120px 120px;
}
.screen02 .ctx p.btn a i.i02-1{
  background:url(./ico2-1.png) no-repeat center;
  background-size: 120px 120px;
}
.screen02 .ctx p.btn a i.i02-2{
  background:url(./ico2-2.png) no-repeat center;
  background-size: 120px 120px;
}
.screen02 .ctx p.btn a i.i04-1{
  background:url(./ico4-1.png) no-repeat center;
  background-size: 120px 120px;
}
.screen02 .ctx p.btn a i.i04-2{
  background:url(./ico4-2.png) no-repeat center;
  background-size: 120px 120px;
}
/*简介样式*/

.screen02 .kyjj {
  width: 610px;
  height: 370px;
  float: left;
  box-sizing: border-box;
  padding: 30px 40px;
}

.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;
	line-height: 30px;
}
.screen02 .tabs2{  width: 160px; height: 260px; float: left; margin: 0px 0 0 105px;}
.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;
 
}







.screen03{
  width:100%;
  height:auto;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  margin-bottom:30px;
  margin-top: 50px;
  padding:30px;
  box-sizing: border-box;
}
.screen03 h2{
  display: inline;
  overflow: hidden;
  font-size:32px;
  color:#212121;
  border-bottom:4px solid #0d62bd;
}
.screen03 .left{
  width:100%;
  float:initial;
  margin-top: 20px;
}
.screen03 .left .box{
  overflow: hidden;
  margin-top:70px;
  border-right:0;
  margin-bottom: 50px;
  border-bottom: 1px solid #eee;
}
.screen03 .left .magazineMobiBox{
  height:565px;
  position: relative;
  margin:0 auto;
  margin-bottom:30px;
}
.screen03 .left .magazineMobi{
  height:565px;
  /* border:1px solid #eee; */
  float:initial;
  position: absolute;
  top:0;
  left:50%;
  transform: translate(-50%, 0);
  overflow: initial;
}
.screen03 .left .magazineMobi .swiper-slide{
  height:560px;
  box-sizing: border-box;
  text-align: center;
  overflow: initial;
}
/* .swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.swiper-slide-visible {
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.swiper-slide-active {
  top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
} */

/* .swiper-slide {
  height: 100%;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
} */
.screen03 .left .magazineMobi .swiper-slide-visible h3{
  display:none;
  /* opacity: 0.5;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8); */
}
.screen03 .left .magazineMobi .swiper-slide-active h3 {
  width:100%;
  display:block;
  /* top: 0;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); */
}
.screen03 .left .magazineMobi .swiper-slide img{
  width:425px;
  border:1px solid #eee;
  height:100%;
}
.screen03 .left .magazineMobi .swiper-slide-active img{
  box-shadow: 0 0 10px #ccc;
}
.screen03 .focus .pagination{
  width:100%;
  height:30px;
  position: absolute;
  bottom:0;
  left:0;
  overflow: hidden;
  text-align: center;
}
.screen03 .focus .pagination span{
  width:19px;
  height:19px;
  background:#d2d2d2;
  display:inline-block;
  margin-left:20px;
  margin-bottom:3px;
  border-radius: 50%;
}
.screen03 .focus .pagination span.swiper-active-switch{
  background:#0d62bd;
}
/* .screen03 .left .magazinePc h3{
  width:375px;
  height:90px;
} */
.screen03 .left .magazineTitle{
  height:45px;
}
.screen03 .left .magazineTitle h3{
  width:100%;
  font-size:28px;
  color:#212121;
  text-align: center;
  margin:0 auto;
  margin-top:0px;
  border:0;
}
.screen03 .left .magazineTitle h3::after{
  display:none;
}
.screen03 .left .box h3 span{
  font-size:24px;
  color:#aeaeae;
  display:block;
  width:374px;
  height:65px;
  border: 1px solid #d2d2d2;
  text-align:center;
  font-weight:normal;
  margin:0 auto;
  line-height:65px;
  margin-top:30px;
  margin-bottom:50px;
}
.screen03 .left .box h3 span::after{
  margin-left:5px;
  display: inline-block;
  content:'';
  width:20px;
  height:12px;
  background:url(arrow-right.png) no-repeat;
}
.screen03 .left .box h3 span a{
  color:#aeaeae;
}
.screen03 .left .magazineTitle h3{
  display: none;
}
.screen03 .left .list{
  width:100%;
  float:initial;
  padding-right:0;
  box-sizing: border-box;
  position: initial;
  bottom:0;
  right:0;
  z-index: 99;
  margin-bottom: 20px;
}
.screen03 .left .list p{
  margin-top:60px;
  border-top:1px solid #eee;
  padding-top:20px;
  position: relative;
}
.screen03 .left .list p::after{
  content:'';
  width:230px;
  border-top:1px solid #0d62bd;
  position: absolute;
  top:0;
  left:50%;
  transform: translate(-50%);
}
.screen03 .left .list p a{
  display: block;
  font-size:28px;
  line-height:85px;
  cursor: pointer;
  text-indent:20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.screen03 .left .list p a::before{
  content: '';
  width:7px;
  height:7px;
  background:#686868;
  border-radius: 50%;
  display:inline-block;
  position: absolute;
  top:40px;
  left:0;
}
.screen03 .right{
  width:100%;
  float:initial;
  padding-left:0;
  box-sizing: border-box;
  margin-top:30px;
}
.screen03 .right .list{
  margin-top:30px;
}
.screen03 .right .list a{
  font-size:28px;
  display:block;
  line-height:90px;
  border-bottom:1px dashed #d4d4d4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  text-indent:20px;
}
.screen03 .right .list a::before{
  content: '';
  width:7px;
  height:7px;
  background:#686868;
  border-radius: 50%;
  display:inline-block;
  position: absolute;
  top:42px;
  left:0;
}
.screen03 .right .list a:last-child{
  border:0;
}



.screen04{
  width:100%;
  margin-bottom:30px;
  margin-top: 50px;
  overflow: hidden;
  padding:0 20px;
  box-sizing: border-box;
}
.screen04 h2{
  display: inline;
  overflow: hidden;
  font-size:36px;
  color:#212121;
  border-bottom:4px solid #00a0ea;
  
}
.screen04 .list{
  width:100%;
  margin-top:60px;
}
.screen04 .list div.box{
  width:320px;
  height:307px;
  background:#f7f8f9;
  margin-right:0;
  margin-bottom:49px;
  float:left;
}
.screen04 .list div.box:nth-child(2n){
  float:right;
}
.screen04 .list a.img{
  width:100%;
  height:213px;
  display: block;
  overflow: hidden;
  float:initial;
}
.screen04 .list img{
  width:100%;
  height:213px;
}
.screen04 .list div.txt{
  width:100%;
  float:initial;
  padding:0;
  box-sizing: border-box;
}
.screen04 .list div.txt h3{
  font-size:28px;
  color:#535353;
  margin-top:25px;
  margin-bottom:10px;
  text-align: center;
  width:100%;
}
.screen04 .list div.txt span{
  font-size:24px;
  line-height:38px;
  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: 600px;
	height: 280px;
	margin-top:30px;
	margin-left: 45px;
}

#carousel {
	width: 600px;
	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: 204px;
	padding: 0;
	margin: 0 14px;
	float: left;
	position: relative;
	overflow: hidden;
	
}

#carousel li img {
	width: 270px;
	height: 204px;
	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: 204px; overflow: hidden;}
#carousel li span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	display:none;
	
	cursor: pointer;	
	transition: background 0.15s linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	text-indent: 0px;
	overflow: hidden;
	width: 270px;
	font-size: 16px;
    color: #fff;
	font-weight: bold;
    margin-top: 23px;
    text-align: center;
	padding: 10px;
	box-sizing: border-box;
}		
	
/* 定义动画 */
@keyframes fadeInBackground {
  from {
     opacity: 0;/* 开始时完全透明 */
  }
  to {
     opacity: 1;/* 结束时不透明 */
  }
}

#carousel li a:hover span{ display: block;animation: fadeInBackground 1s ease-in-out forwards; /* 3秒内完成动画 */}
.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;				
}




/*主营业务图片轮播样式*/
.carousel_zyyw {
	width: 747px;
	position:relative;/*
	margin-left:6px;*/
}
.carousel_zyyw ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
.carousel_zyyw li {
	/*background: transparent url(carousel_polaroid.png) no-repeat center -7px;*/
	
	color: #999;
	text-align: center;
	display: block;
	width: 747px;
	height: 504px;
	padding: 0;
	float: left;
	position: relative;
	background: #f7f8f9; 
    /*border-bottom: 3px solid #0fa5eb;*/
	overflow: hidden;
	
}

.carousel_zyyw li img {
	width: 747px;
	height: 504px;
	border-radius:0px;
	overflow:hidden;
	  transition: all 1s;
  transform: scale(1);
}
.carousel_zyyw li a:hover img {
	transition: all 1s;
  transform: scale(1.5);
}
.carousel_zyyw li a div{ display: inline-block; height: 504px; overflow: hidden; position: relative;}
.carousel_zyyw li span {
	
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);

	display:none;
	overflow: hidden;
	text-indent: 0px;
	cursor: pointer;
	font-size: 18px;	
	transition: background 0.15s linear;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-tap-highlight-color: transparent;
	
	
	/*width: 100%;*/
	
    color: #fff;
	/*font-weight: bold;
    margin-top: 23px;
    margin-bottom: 10px;*/
    text-align: center;
	padding: 15px;
	/*border-radius:5px;*/
}		
/* 定义动画 */
@keyframes fadeInBackground {
  from {
     opacity: 0;/* 开始时完全透明 */
  }
  to {
     opacity: 1;/* 结束时不透明 */
  }
}

.carousel_zyyw li a:hover span{ display: block;animation: fadeInBackground 1s ease-in-out forwards; /* 3秒内完成动画 */}
.clearfix {
	float: none;
	clear: both;
}
.carousel_zyyw .prev_img, .carousel_zyyw .next_img {
	
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 65px;
	height: 65px;
	margin-left: 10px;
	position: absolute;
	top: 200px;				
}
.carousel_zyyw .prev_img {
	background: transparent url(ibg2.png) left center no-repeat;
	left: 0px;
}
.carousel_zyyw .prev_img:hover {
	left: 1px;
}			
.carousel_zyyw .next_img {
	background: transparent url(ibg2a.png) left center no-repeat;
	right: 0px;
}
.carousel_zyyw .next_img:hover {
	right: -1px;
}				
/*主营业务图片轮播样式结束*/






/*首页内嵌样式*/
@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;
}
}




/*最新招标悬浮隐藏*/
.Floating_box{display: none;}
/*微信二维码悬浮隐藏*/
.WX{display: none;}