﻿body{
	margin: 0;
	padding: 0;
	/*font-family:"微软雅黑";*/
}
ul{
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.cc-box{
	clear: both;
	height: 0;
	width: 100%;
}
/*状态栏*/
.nav-top{
	height: 35px;
	background-color: #EFEFEF;
	min-width: 1200px;
	font-size: 15px;
	line-height: 35px;
}
.nav-top p{
	display: inline-block;
	margin: 0;
}
.nav-top>div div{
	float: right;	
}
.nav-top div span{
	display: inline-block;
	margin-left: 30px;
}
.nav-top div span img{
	width: 23px;
	height: 22px;
	margin-bottom: 4px;
    margin-right: 8px;
}
/*导航栏*/
.navbar-default {
    background-color: white;
    border: none;
}
.navbar {
    border-radius: 0;
}
.navbar {
    min-height: 110px;
    margin-bottom: 0;
}
.navbar-brand {
    padding: 6px 0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #333;
    font-size: 18px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #029FD4;
}
.navbar-nav {
    float: right;
}
.navbar-nav>li>a {
    padding: 45px 18.5px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #029FD4;
    background-color: transparent;
}
/*轮播*/
.carousel-indicators {
    bottom: 15px;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    background-color: white;
    border: 1px solid white;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    background-color: #029FD4;
    border: 1px solid #029FD4;
}
.carousel-inner>.item{
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*业务范围*/
.inyewu-box{
	padding: 50px 0 54px;
}
.index-til{
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 32px;
	margin-bottom: 15px;
	text-align: center;
}
.index-til div{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 5px;
}
.index-til span{
	display: block;
	height: 3px;
	width: 53px;
	background-color: #029FD4;
	margin: 0 auto 12px;
}
.index-til p{
	margin: 0;
	color: #757575;
	font-size: 16px;
}
.inyewu-tex ul li{
	float: left;
	width: 293px;
}
.inyewu-tex ul li:not(:first-child){
	margin-left: 9px;
}
.inyewu-tex ul li div{
	width: 100%;
	height:auto;
}
.inyewu-tex ul li div img{
	width: 100%;
	height: 100%;
}
.inyewu-tex ul li span{
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 10px 10px 8px;
	color: #333333;
	background-color: #F2F2F2;
	transition: all 0.3s;
}
.inyewu-tex ul li a:hover span{
	background-color: #029FD4;
	color: white;
}
/*关于我们*/
.inabo-box{
	padding: 98px 0 54px;
	background: url(../images/inabo-bj.jpg) no-repeat center center;
	background-size: cover;
	height: 685px;
	min-width: 1200px;
}
.inabo-top img{
	float: left;
	width: 611px;
	height: 344px;
}
.inabo-top>div{
	width: 542px;
	float: right;
}
.inabo-top h3{
	font-size: 36px;
	margin: 0;
	margin-bottom: 18px;
	display: block;
}
.inabo-top span{
	display: block;
	height: 3px;
	width: 53px;
	background-color: #029FD4;
	margin-bottom:  22px;
}
.inabo-top p{
	color: #575757;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
}
.inabo-top a{
	display: block;
	color: #E7332E;
	font-size: 16px;
}
.inabo-bot{
	text-align: center;
	margin-top: 92px;
}
.inabo-bot ul{
	display: inline-block;
}
.inabo-bot ul li{
	width: 250px;
	float: left;
}
.inabo-bot ul li:not(:last-child){
	border-right: 1px solid #525252;
}
.inabo-bot ul li div{
	width: 44px;
	height: 44px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 12px;
}
.inabo-bot ul li div img{
	max-width: 100%;
	max-height: 100%;
}
.inabo-bot ul li span{
	text-align: center;
	color: #333333;
	font-size: 18px;
}
/*工程案例*/
.incase-box{
	padding: 52px 0 54px;
	background-color: #F4F4F4;
	min-width: 1200px;
}
.incase-box ul li{
	width: 390px;
	height: 300px;
	float: left;
	position: relative;
}
.incase-box ul li:not(:first-child){
	margin-left: 15px;
}
.incase-box ul li a>img{
	width: 100%;
	height: 100%;
}
.incase-imp {
	text-align: center;
	padding-top: 100px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	opacity: 0;
	transition: all 0.3s;
}
.incase-imp img{
	width: 64px;
	height: 63px;
	margin: 0 auto 52px;
}
.incase-imp span{
	display: block;
	font-size: 18px;
	color: white;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 10px;
}
.incase-box ul li a:hover .incase-imp{
	opacity: 1;
}
/*新闻资讯*/
.innews-box{
	padding: 50px 0 54px;
}
.innews-box ul li{
	float: left;
	width: 386px;
	margin-left: 20px;
}
.innews-box ul li:first-of-type{
	margin: 0;
}
.innews-img{
	width: 100%;
	height: 224px;
	margin-bottom: 10px;
}
.innews-img img{
	width: 100%;
	height: 100%;
}
.innews-top{
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 10px;
	color: #333333;
	margin-bottom: 10px;
}
.innews-top div{
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 2px;
}
.innews-top span{
	display: block;
	color: #999999;
	font-size: 12px;
}
.innews-box ul li p{
	color: #999999;
}
.innews-box ul li p span{
	color: #029FD4;
	display: inline-block;
	margin-left: 5px;
}
.innews-box ul li a:hover .innews-top div{
	color: #029FD4;
}
/*友情链接*/
.thelink-box{
	background-color: #F3F3F3;
	min-width: 1200px;
	padding: 10px 0 8px;
	color: #333333;
}
.thelink-box a{
	display: inline-block;margin-left: 12px;
	color: #333333;
}
.thelink-box a:hover{
	color: #029FD4;
}
/*脚部*/
footer{
	background-color: #494949;
	padding-top: 45px;
	min-width: 1200px;
	clear: both;
}
.foot-top>div{
	float: left;
}
.foot-top>.foot-th{
	float: right;
}
.foot-top>div>div{
	color: white;
	font-size: 18px;
	margin-bottom: 15px;
}
.foot-top>div>div span{
	display: block;
	width: 11px;
	height: 2px;
	background-color: #FFF8F7;
	margin-top: 8px;
}
.foot-o{
	margin-right: 220px;
	width: 300px;
}
.foot-o ul li{
	color: #BBBBBB;
	margin-bottom: 7px;
}
.foot-o ul{
	margin-bottom: 10px;
}
.foot-tw{
	width: 305px;
}
.foot-tw ul li{
	float: left;
	margin-bottom: 10px;
	margin-right: 32px;
}
.foot-tw ul li a{
	color: #BBBBBB;
}
.foot-tw ul li a:hover{
	color: #029FD4;
}
.foot-th p{
	margin-bottom: 0;
}
.foot-th p img{
	width: 141px;
	height: 138px;
	margin-bottom: 10px;
}
.foot-bot{
	min-width: 1200px;
	text-align: center;
	color: #BBBBBB;
	padding: 12px 0;
	border-top: 1px solid #525252;
	margin-top: 10px;	
}
.foot-bot a{
    color: #BBBBBB;
}
/*关于我们*/
.oth-top{
	position: relative;
	min-width: 1200px;
	margin-bottom: 54px;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.oth-top>img{
	width: 100%;
}
.lujing{
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/oth-tilbj.png) no-repeat center center;
	height: 80px;
	background-size: cover;
	width: 100%;
}
.lujing>div{
	position: relative;
	height: 80px;
}
.lujing-imp{
	    position: absolute;
    top: -40px;
    left: 0;
    color: white;
    line-height: 40px;
}
.lujing-imp a{
    color: white;
}
.lujing-imp img{
	width: 15px;
	height: 15px;
	margin-right: 8px;
    margin-bottom: 3px;
}
.oth-chang{
	line-height: 81px;
}
.oth-chang div{
	float: left;
	margin-right: 180px;
	font-size: 30px;
	color: white;
}
.oth-chang ul{
	float: left;
}
.oth-chang ul li{
	float: left;
	margin-right: 95px;
}
.oth-chang ul li a{
	color: white;
	font-size: 18px;
	padding-bottom: 12px;
}
.oth-chang ul .oth-act a{
	border-bottom: 2px solid white;
}
.oth-chang ul li a:hover{
	border-bottom: 2px solid white;
}
.oth-box{
	padding-bottom: 50px;
}
.abo-box{
	text-align: center;    overflow: hidden;
}
.abo-box img{
	max-width: 100%;
	margin-bottom: 20px;
}
.abo-box p{
	color: #575757;
	line-height: 27px;
	font-size: 16px;
	margin-bottom: 0;
	text-align: justify;
}

/*业务范围*/
.yewu-box{
	padding: 0 14px;
}
.yewu-box ul li{
	float: left;
	width: 378px;
	margin-left: 19px;
	margin-bottom: 48px;
}
.yewu-box ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.yewu-box ul li div{
	width: 100%;
	height: 251px;
}
.yewu-box ul li div img{
	width: 100%;
	height: 100%;
}
.yewu-box ul li span{
	display: block;
	background-color: #EEEEEE;
	color: #333333;
	font-size: 18px;
	text-align: center;
	padding: 12px;
	transition: all 0.3s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.yewu-box ul li a:hover span{
	color: white;
	background-color: #029FD4;
}

/*工程案例*/
.case-box>ul li{
	float: left;
	width: 366px;
	margin-left: 51px;
    margin-bottom: 32px;
}
.case-box>ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.case-box>ul li div{
	width: 100%;
	height: 274px;
}
.case-box>ul li div img{
	width: 100%;
	height: 100%;
}
.case-box>ul li span{
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 12px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.case-box>ul li a:hover span{
	color: #029FD4;
}
.fenye {
	text-align: center;
	font-size: 15px;
	padding: 20px 0;
}
.fenye li{
	display: inline-block;
	margin: 0 3px;
}
.fenye li a{
	color: #333333;
	padding: 8px 12px;
	background-color: #EEEEEE;
}
.fenye li a:hover{
	background-color: #D7D7D7;
	color: white;
}
.fenye .fenyeact a{
	color: white;
	background-color: #029FD4;
}
.fenye .fenyeact a:hover{
	color: white;
	background-color: #029FD4;
}
/*详情1*/
.news-de-til {
	margin-top: 54px;
	border-bottom: 1px solid gainsboro;
	margin-bottom: 25px;
}
.news-de-til>div {
	font-size: 30px;
	text-align: center;
}
.news-de-til>div>div {
	color: #999999;
	font-size: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}
.news-de-til>div>div>span {
	margin-left: 15px;
	margin-right: 10px;
}
.news-de-text p {
	font-size: 16px;
    line-height: 25px;
    color: #666666;
    margin-bottom: 10px;
	text-align: justify;
}
.news-de-text .de-box-til{
	font-weight: bold;
	margin-bottom: 10px;
}
.news-de-text img {
	max-width: 100%;
	margin-bottom: 15px;
}
/*.news-de-simg {
	margin-bottom: 15px;
	margin-right: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}*/
.news-de-simg img{
	max-width: 100%;
	margin: 12px 0;
}
.thebottom-jump>div {
	margin-top: 65px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>span {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>span a{
    color: #999999;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: #0066B3;
	color: white;
}

/*招标*/
.zb-top{
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 10px;
	border-bottom: 2px solid #019ED5;
}
.zb-box>ul{
	margin-bottom: 35px;
}
.zb-box>ul li{
	border-bottom: 1px dashed #D9D9D9;
	padding: 25px 0 30px;
}
.zb-box>ul li div{
	font-size: 18px;
	color: #333333;
	margin-bottom: 10px;
}
.zb-box>ul li a:hover div{
	color: #029FD4;
}
.zb-box>ul li span{
	display: block;
	color: #909090;
	margin-bottom: 10px;
}
.zb-box>ul li p{
	font-size: 16px;
	color: #5B5B5B;
	margin-bottom: 16px;
}
.zb-box>ul li button{
	font-size: 16px;
	border: 1px solid #D7D7D7;
	background-color: white;
	width: 110px;
	height: 35px;
	transition: all 0.3s;
	color: #333333;
}
.zb-box>ul li a:hover button{
	background-color: #029FD4;
	border-color: #029FD4;
	color: white;
}
/*详情2*/
.peo-box{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.peo-box span{
	display: block;
	color: black;
	font-weight: bold;
}
.peo-box p{
	margin-bottom: 25px;
}
.peo-box div{
	text-align: center;
	margin-bottom: 30px;
}
.peo-box div img{
	max-width: 100%;
}
.thebottom-jump>div {
	margin-top: 50px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: gainsboro;
	color: darkblue;
}
.peo-box ul li {
	font-size: 16px;
	color: #666666;
}

/*新闻*/
.news-box>ul{
	margin-bottom: 35px;
}
.news-box>ul li{
	margin-bottom: 45px;
}
.news-img{
	float: left;
	width: 207px;
	height: 138px;
}
.news-img img{
	width: 100%;
	height: 100%;
}
.news-tex{
	margin-left: 232px;
	min-height: 138px;
	padding-top: 5px;
}
.news-tex div{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.news-box>ul li a:hover .news-tex div{
	color: #029FD4;
}
.news-tex p{
	font-size: 15px;
	margin-bottom: 15px;
	color: #4F4F4F;
}
.news-tex span{
	display: inline-block;
	border: 1px solid #D7D7D7;
	font-size: 15px;
	padding: 5px 16px;
	color: #333333;
	transition: all 0.3s;
}
.news-box>ul li a:hover .news-tex span{
	color: white;
	background-color: #029FD4;
	border-color: #029FD4;
}
/*新闻内页*/
.newsdes-text{
	width: 100%;
}
.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #029FD4;
	margin-left: auto;
	margin-right: auto;
}
.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.news-tilbot a{
	color: #029FD4;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text>div{
	font-size: 15.5px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
	text-indent: 30px;
	text-align: justify;
}
.newsde-text>div span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text>.newde-img{
	text-indent: 0;
	text-align: center;
}
.newsde-text>.newde-img>img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #029FD4;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #029FD4;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #029FD4;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}

/*联系我们*/
.cont-til{
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 18px;
	border-bottom: 2px solid #019ED5;
	margin-bottom: 20px;
}
.cont-box ul{
	margin-bottom: 60px;
}
.cont-box li{
	font-size: 18px;
	margin-bottom: 5px;
}
.cont-map{
	width: 100%;
	height: 635px;
	border: 1px solid #DFDFDF;
}
.cont-map div{
	width: 1176px;
	height: 610px;
	margin: 12.5px auto 0;
}
.cont-map div img{
	width: 100%;
	height: 100%;
}
.conte-box form div{
	position: relative;
	font-size: 16px;
	margin-bottom: 10px;
	width: 433px;
	height: 36px;
}
.conte-box form div input{
	width: 362px;
	height: 36px;
	border: 1px solid #B5B5B5;
	background-color: transparent;
}
.conte-box form div textarea{
	width: 552px;
	height: 150px;
	border: 1px solid #B5B5B5;
	background-color: transparent;
}
.conte-box form div label{
	color: #666666;
	float: left;
	margin-right: 12px;
	font-weight: 100;
	margin-top: 7px;
}
.conte-box form div span{
	position: absolute;
	color: #FF0000;
	font-size: 16px;
	right: 0;
	top: 3px;
}
.conte-box form .conte-tt{
	width: 617px;
	height: 150px;
}
.conte-box form input[type=submit]{
	background-color: #029FD4;
	color: white;
	padding: 5px 30px;
    border: none;
    margin-top: 26px;
    margin-left: 60px;
}
/*招聘*/
.rec-box div:not(:last-child){
	margin-bottom: 50px;
	border-bottom: 1;
}
.rec-box div ul {
	margin-bottom: 30px;
}
.rec-box div ul li{
	line-height: 34px;
}