@charset "utf-8";
/* CSS Document */
body,ul{padding: 0;margin: 0;list-style: none}


.intro-civil{
	width:100%;
	height:440px;
	background-color:#fafafa;
}
#intro-civil{
	width:1122px;
	height:440px;
}
#intro-civil-left{
	position: relative;
	z-index: 1;
	float:left;
	width:48%;
	background: #fff;
	padding: 45px 100px 40px 55px;
	margin-top: 100px;
	border-left: 5px #1d9bda solid;
	box-shadow: -1px 0 5px #B7B7B7;
}
#intro-title{
	font-family:微软雅黑;
	font-size:26px;
	color:#333;
	font-weight:400;
	text-align:left;
}
#intro-content{
	font-family:微软雅黑;
	font-size:15px;
	color:#333;
	text-align:left;
}
#intro-civil-right{
	float:right;
	width:70%;
	background-image: url(../img/cad_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 440px;
	margin-top: -440px;
}





.intro{
	font-family:微软雅黑;
	width: 1122px;
	padding:90px 0;
	margin: 0 auto;
	background: #fff;
}
#number{
	font-family: 微软雅黑;
    float: left;
    font-size: 120px;
    line-height: 120px;
    color: #ebeef4;
	text-align: left;
}
#number_deep{
	font-family: 微软雅黑;
    float: left;
    font-size: 120px;
    line-height: 120px;
    color: #e0ebff;
	text-align: left;
}
#intro{
	font-family:微软雅黑;
	float: right;
	width:800px;
}
#intro-title{
	font-family:微软雅黑;
	font-size:28px;
	color:#333;
	font-weight:400;
	text-align:justify;
	margin: 0;
}
#intro-centent{
	font-family:微软雅黑;
	font-size:15px;
	color:#B4B2B2;
	text-align:justify;
	margin-top: 10px;
	margin-bottom: 25px;
}
.slideImg{
	position:relative;
}
.slideImg .imgs{
	opacity:0;
	position:absolute;
	top:0;
	left:0;
}
.slideImg .imgs.active{
	opacity:1;
}
.slideImg_type2 .imgs{
	display:none;
	position:absolute;
	top:0;
	left:0;
}
.analysisModeling01{
	background:#fafafa;
	width:600px;
	height:220px;
	padding:30px 100px;
	text-align:center;
	margin-bottom:20px;
}
.analysisModeling02{
	background:#fafafa;
	width:600px;
	height:220px;
	padding:30px 100px;
	text-align:center;
}
.designProcess{
	width:100%;
	overflow:hidden;
}
.designProcess>li{
	float:left;
	width:240px;
	margin-right:40px;
}
.designProcess li.last{
	margin-right:0;
}
.designProcess li img{
	display:block;
}
.designProcess li .icon{
	margin:30px auto 20px;
}
.designProcess li .strong{
	color:#005fb9;
	font-size: 18px;
	text-align: left;
	margin: 0;
}
.designProcess li h3{
	color:#2d3237;
	font-size:20px;
	font-weight:500;
	margin: 0;
	text-align: left;
}
.designProcess ul.dotList{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #ddd;
	padding-bottom:10px;
	margin-top:10px;
	text-align: left;
}
.designProcess ul.dotList li{
	position:relative;
	padding-left:8px;
	font-size:14px;
}
.designProcess ul.dotList li:before{
	position:absolute;
	content:'';
	width:3px;
	height:3px;
	border-radius:50%;
	background:#aaa;
	left:0;
	top:8px;
}





.intro_f2{
	width:100%;
	background: #fafafa;
}
#intro_f2{
	width: 1122px;
	padding:90px 0;
	margin: 0 auto;
}
.analysisTable{}
.analysisTable table.list1{
	border-top:2px solid #2d3237;
}
.analysisTable table.list1 thead th{
	font-weight:500;
	color:#2d3237;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.analysisTable table.list1 tbody td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:10px 0;
}
.analysisTable table.list1 tbody th{
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:10px 0;
	color:#2d3237;
}

.analysisTable table.list2{
	border-top:2px solid #2d3237;
	margin-top:40px;
}
.analysisTable table.list2 thead th{
	font-weight:500;
	color:#2d3237;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.analysisTable table.list2 thead td{
	text-align:center;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:10px 0;
}
.analysisTable table.list2 tbody td{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:10px 0;
}
.analysisTable table.list2 tbody th{
	font-weight:500;
	color:#2d3237;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:center;
	padding:10px 0;
}
.analysisTable table.list2 .left{
	border-left:none;
}





@media screen and (max-width:1200px){
	#intro-civil{
		width:960px;
	}
	#intro-civil-left{
		margin-top: 90px;
	}
	.intro{
		width:960px;
	}
	#number{
		font-size: 60px;
		line-height: 60px;
	}
	#number_deep{
		font-size: 60px;
		line-height: 60px;
	}
	#intro_f2{
		width:960px;
	}
}