@charset "utf-8";

*{
	font-size: 14px;
	color: #333
}
.topbox{
	position: relative;
	z-index: 9
}
.top{
	background: #e5e5e5;
}
.top p{
	font-weight: normal;
	line-height: 40px;
}
.logo{
	display: block;
	float: left;
	margin: 35px 0
}

.navbox{
	float: right;
}
.navbox>li{
	float: left;
	margin: 50px 23px 0 0
}

.navbox li:nth-child(7){
	margin-right: 0
}

.navbox>li>a{
	font-size: 16px;
	display: block;
	padding: 0 5px;
	line-height: 30px;
}

.navbox li:hover>a{
	color:  #0061a6;
	font-weight: bold
}
.navbox>li:hover{
	border-bottom: 3px solid #0061a6
}


.navbox li ul{
	display: none;
	position: absolute;
	width: 200px;
	background: #fff;
	left: 0;
	top: 33px;
	z-index: 9!important;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 2px
}
.navbox li ul li{
	float: none;
	width: 100%;
	line-height:40px;
	padding-left: 15px;
	font-size: 16px;
	
}
.navbox li ul li:hover{
	background: #0061a6;
}
.navbox li ul li:hover a{
	color: #fff;
	display: block;
	width: 100%;
	line-height: 40px;

}


/*banner*/

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
	width: 100%;
	height: 100%;
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
	z-index: 1
}


/*通知公告*/

.gonggao{
	background: #e5e5e5;
	margin-top: 30px;
	height: 36px;
}
.gonggao img{
	float: left;
	margin-right: 25px;
	display: block;
}

.gonggao .tongzhi{
	float: left;
}
.gonggao-swiper{
	height: 36px;
}
.gonggao-swiper .swiper-slide{
	height: 36px;
}
.gonggao .more{
	float: right;
	font-size: 16px;
	color: #0061a6;
	line-height: 36px;
	margin-right: 10px;
}

.gonggao-swiper h1{
	font-size: 14px;
	line-height: 36px;
	background: url(../images/news-2.png) no-repeat center left;
	padding-left: 20px;
	margin-right: 50px;
}


/*关于我们*/
.qywh{
	width: 540px;
	height: 350px;
	float: left;
	margin: 40px 0 50px;
	margin-right:30px;

}
.qywh img{
	width: 100%;
	height: 100%;
}
.about{
	float: right;
	width: 630px;
	margin: 40px 0 50px;
}
.about p{
	line-height: 26px;
	font-size: 16px;
	text-indent: 2em;
	margin-top: 20px;
}

.about p a{
	color: #0061a6
}

/*新闻中心*/

.news-pro{
	margin-top: 40px;
	float: left;
	width: 500px;
	height: 340px;
	overflow: hidden;
}

.news-bt{
	line-height: 40px;
	padding-left: 15px;
	background: rgba(0,97,166,0.8);
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-align: left;
}

.news-swiper .news-pag{
	left: auto!important;
	right: 0px;
	width: auto;
	bottom: 10px
}
.news-swiper .swiper-pagination-bullet{
	background: rgba(255,255,255,1)
}
.news-swiper .swiper-pagination-bullet-active{
	background: #e60000
}

.news-box{
	margin-top: 40px;
	width: 670px;
	float: right;
	position: relative;
}
.news-box ul.tabbtn{
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}
.news-box ul.tabbtn li{
	float: left;
	width: 120px;
	text-align: center;
}

.news-box ul.tabbtn li::before{
	content: "";
	display: block;
	position: absolute;
	width: 120px;
	bottom: -2px;
	border-bottom: 3px solid #0061a6;
	opacity: 0
}

.news-box ul.tabbtn li:hover::before{
	opacity: 1
}

.news-box ul.tabbtn li a{
	font-size: 20px;
	line-height: 40px;
}
.news-box ul.tabbtn li:hover a{
	color: #0061a6;
	font-weight: bold
}


/* demo */
.demo {
	margin:40px auto;
	position:relative;
}
.demo h2 {
	font-size:16px;
	height:44px;
	color:#3366cc;
	margin-top:20px;
}
.demo dl dt {
	font-size:14px;
	color:#ff6600;
	margin-top:30px;
	font-weight:800;
}
.demo dl dt, .demo dl dd {
	line-height:22px;
}
/* tabbtn */
.tabbtn {
}
.tabbtn li {
	float:left;
	position:relative;
	margin:0 0 0 -1px;
}
.tabbtn li a {
	display:block;
	float:left;
	overflow:hidden;
	width:108px;
	text-align:center;
	cursor:pointer;
}
.tabbtn li.current {
	color:#0061a6;
	font-weight:bold;
}
.tabbtn li.current a {
	color:#0061a6;
	font-weight:bold;
}
/* tabcon */
.tabcon {
	position:relative;/*必要元素*/
	height:340px;
	overflow:hidden;
}
.tabcon .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tabcon .sublist {

}
/* leftcon */
#leftcon .subbox {
	width:9999em;
}
#leftcon .subbox .sublist {
	float:left;
	width:664px;
}
/* sublist */
.sublist {
}
.sublist li {
	margin-top: 15px;
	line-height: 16px;
}
.sublist li a {
	font-size: 16px;
}
.sublist .news-top{
	margin-top: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	height: auto
}
.time{
	float:left; 
}
.time h1{
	font-size: 40px;
	color: #999;
	font-family:  Impact, "思源黑体 CN Heavy", "思源宋体 Heavy";
	width: 47px;
	text-align: center;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
}
	
.time span{
	display: block;
	width: 100%;
	margin-top: 6px;
	font-size: 14px;
	color: #999;
	letter-spacing: -0.5px
}

.news-top .text{
	float: right;
	width: 605px;
}

.news-top .text h2 {
	line-height: 16px;
	margin-bottom: 10px;
}
.news-top .text h2 a{
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.news-top .text p{
	line-height: 22px;
	color: #666;
}
.news-top .text p a{
	color: #0061a6;
	font-size: 14px;
}

.news-box .more{
	display: block;
	position: absolute;
	right: 0;
	color: #ccc;
	margin-top: 7px
}

/*业务领域*/

.yewu{
	float: left;
	width: 773px;
	height: 280px;
}

.title{
	width: 100%;
	border-bottom: 1px solid #ccc;
	position: relative;
	margin-bottom: 15px;
}
.title h1{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	float: left;
	letter-spacing: 2px;
	width: 90px;
	text-align: center
}

.title h1::before{
	content: " ";
	display: block;
	height: 3px;
	position: absolute;
	bottom: -2px;
	background: #0061a6;
	width: 90px;
}

.title span{
	display: block;
	float: left;
	margin-left: 10px;
	letter-spacing: 1px;
	color: #ccc;
	margin-top: 3px;
	text-transform: uppercase;
}

.title .more{
	display: block;
	float: right;
	line-height: 41px;
	color: #ccc;
}
.title .more:hover{
	color:#0061a6 
}

.fold_wrap{width:100%;height:100%;overflow:hidden;}
.fold_wrap li{
	float:left;
	width:16.6666%;
	height:100%;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	padding-right: 1px;
	background: #fff;
}
.fold_wrap li .mask_b{
	position:absolute;
	overflow:hidden;
	width:100%;
	height:100%;
	right:0px;
	top:0px;
	text-align:right;
	background:rgba(0,97,166,.5);
	}
.fold_wrap li.active .mask_b{background:none;}
.fold_wrap li .mask_b h4{
	color:#fff;
	font-size: 20px;
	position:absolute; 
	left:10px; 
	bottom: 10px;
	width: 20px;
}
.fold_wrap li.big{width:386px;}
.pic_auto{width:100%;height:100%;}






/*荣誉资质*/
.rongyu{
	width: 400px;
	float: right;
	position: relative;
}

.rongyu .rongyu-swiper{
	border: 1px solid #e5e5e5
}
.rongyu .swiper-slide img{
	display: block;
	width: 400px;
	height: 280px;
}

.rongyu .rongyu-next,.rongyu .rongyu-prev{
	background: url(../images/h-3.png) no-repeat center;
	width: 20px;
	height: 20px;
	top:24px;
	right: 0;
	left: auto;
	color: rgba(0,0,0,0)
	
}
.rongyu .rongyu-prev{
	right: 21px;
	background: url(../images/h-2.png) no-repeat center;
	
}




/*精品工程*/

.case{
	margin-top: 70px;
}
.case .case-next,.case .case-prev{
	background: url(../images/case-3.png) no-repeat center;
	color: rgba(0,0,0,0);
}
.case .case-prev{
	background: url(../images/case-2.png) no-repeat center;
}

.case-swiper .swiper-slide{
	border: 1px solid #e5e5e5;
}
.case-swiper .swiper-wrapper p{
	line-height: 34px;
	background: #e5e5e5;
	font-size: 16px;
	
}


/*友情链接*/

.link{
	width: 100%;
	background: #0061a6;
	margin-top: 70px;
}

.link select{
	width: 270px;
	height: 40px;
	line-height: 40px;
	background: url(../images/link-1.png) no-repeat center right 15px #fff;
	font-size: 18px;
	margin: 20px 35px 20px 0;
	border: none;
	padding: 0 15px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: #fff;
	outline: 0;

}
.link select:last-child{
	margin-right: 0
}

.link option{
	line-height: 40px;
}



/*底部*/
footer{
	width: 100%;
	background: #e5e5e5;
}

footer p{
	margin: 40px 0;
	width: 50%;
	float: left;
	line-height: 20px;
}

footer img{
	display: block;
	float: right;
	margin: 30px 0
}

.con-about{
	width: 100%;
}

/*新闻内页*/
.ny-content{
	margin-top: 40px;
}

.ny-content .ny-left{
	width: 280px;
	float: left;
}


.title2{
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.title2 h1{
	font-size: 26px;
	font-weight: bold;
	color: #0061a6;
	float: left;
	line-height: 30px;
	font-family:  "思源黑体 CN Heavy", "思源黑体 CN Bold", "思源宋体 Heavy", "微软雅黑"
}
.title2 span{
	display: block;
	float: right;
	font-family: Impact, "思源黑体 CN Heavy", "思源宋体 Heavy";
	font-size: 26px;
	color: #e5e5e5;
	line-height: 30px;
	text-transform: uppercase;
}
.title2 h1::before{
	content: " ";
	display: block;
	width: 120px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	background: #0061a6;
}
.map{
	color: #999;
	margin-bottom: 10px;
}
.ny-nav{
	line-height: 50px;
	border-left: 5px solid #fff;
	padding-left: 15px;
	border-bottom: 1px solid #e5e5e5;
	background: url(../images/news-3.png) no-repeat right 10px center #fff;
	
}
.ny-nav:hover{
	border-left: 5px solid #0061a6;
	background: url(../images/news-3.png) no-repeat right 10px center #e5e5e5;
	border-bottom: none
}
.ny-nav.current{
	border-left: 5px solid #0061a6;
	background: url(../images/news-3.png) no-repeat right 10px center #e5e5e5;
	border-bottom: none
}
.ny-nav a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	text-decoration: none
}
.ny-content .ny-right{
	float: right;
	width: 880px;
}

.ny-right h1{
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	
}
.ny-right .time2{
	color: #ccc;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
	text-align: center;
	margin-bottom: 15px;
}
.ny-right .ny-text{
	padding: 0 10px;
	margin-bottom: 50px;
}
.ny-right .ny-text p{

	font-size: 16px;
	line-height: 26px;
}
.ny-right .ny-text p *{

	font-size: 16px;
}
.ny-right .ny-text table td{

	padding: 5px;
}
.ny-list{
	margin: 20px 0 40px 0;
}
.ny-list li{
	width: 100%;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-left: 4px solid #fff;
	padding-left: 0px;
	transition: all .5s;
}
.ny-list li:hover{
	border-left: 4px solid #0061a6;
	padding-left: 15px;
	transition: all .5s;
}
.ny-list li h2{
	float: left;
	font-size: 18px;
	line-height: 30px;
}
.ny-list li:hover h2{
	font-weight: bold;
}
.ny-list li span{
	float: right;
	display: block;
	line-height: 30px;
	margin-right: 10px;
	color: #ccc;
}

.ny-list li p{
	color: #666
}




/*图片页*/
.ny-pro{
	margin: 20px 0 40px 0;
}
.ny-pro li{
	float: left;
	width: 284px;
	margin-right: 14px;
}
.ny-pro li:nth-child(3n){
	margin-right: 0px;
}
.ny-pro li img{
	width: 284px;
	border: 1px solid #e5e5e5;
}
.ny-pro li h1{
	line-height: 36px;
	font-size: 16px;
	background: #e5e5e5;
	text-align: center;
	font-weight: normal;
}



/*人才招聘*/

.zhaopin{
	width: 100%;
}

.zhaopin th{
	background: #0061a6;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}
.zhaopin td{
	line-height: 50px;
	text-align: center;
	border-bottom: 1px dashed #ccc;
	padding: 8px 0;
	font-size: 16px;
}
.zhaopin td a{
	display: block;
	background: #F2C618;
	color: #fff;
	height: 36px;
	vertical-align: middle;
	line-height: 36px;
	width: 90%;
	margin: 0 auto;
}
.zhaopin td:hover a{
	background: #0061a6;
}
















