/*banner*/
.banner{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}
.banner img{
	width: 1920px;
	height: 400px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
/*面包屑*/
.mbx{
	width: 1200px;
	height: 20px;
	margin: 30px auto 0;
}
.mbx a,.mbx span{
	font-size: 16px;
	color: #616161;
	line-height: 20px;
	float: left;
	margin-right: 10px;
}
.mbx .a1{
	padding-left: 30px;
	background: url(../img/mianbaoxie_icon.png) no-repeat left top;
	background-size: 20px 20px;
}


/*业务介绍*/
.business{
	width: 1200px;
	margin: 55px auto 100px;
	overflow: hidden;
}
.business .main {
	width: 1300px;
	padding-left: 5px;
	overflow: hidden;
	padding-top: 35px;
}
.business .main .box{
  width: 330px;
  height: 350px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  float: left;
  margin: 0 100px 70px 0;
  box-sizing: border-box;
  padding-top: 40px;
  text-align: center;
}
.business .main .box .img1{
	width: 186px;
	height: 186px;
}
.business .main .box .div1{
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 30px;
}
.business .main .box .div2{
	font-size: 16px;
	line-height: 16px;
	margin-top: 18px;
	color: #c9c9c9;
}
.business .main .box:hover{
	cursor: pointer;
}


/*案例展示*/
.caseList{
	width: 1200px;
	margin: 55px auto 0;
	overflow: hidden;
}
.caseList .main{
	width: 110%;
	margin-top: 35px;
}
.caseList .main .box{
	width: 350px;
	height: 350px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
	float: left;
	margin-right: 75px;
	margin-bottom: 70px;
	text-align: center;
}
.caseList .main .box .img1{
	width: 350px;
	height: 260px;
}
.caseList .main .box .img2{
	width: 38px;
	display: block;
	margin: 11px auto 0;
}
.caseList .main .box .div1{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.caseList .main .box .div2{
	font-size: 14px;
	line-height: 14px;
	padding-top: 6px;
	color: #919191;
}

.yema{
	width: 1200px;
	height: 30px;
	margin: 80px auto 70px;
	line-height: 30px;
}
.yema a{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 18px;
	color: white;
	background: #c9c9c9;
	margin: 0 5px;
}
.yema a:hover{
	background: #272172;
}
.yema a img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
}


/*案例详情*/
.caseDetail{
	width: 1200px;
	margin: 55px auto 100px;
	overflow: hidden;
}
.caseDetail .title{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 40px;
}
.caseDetail .main{
	font-size: 16px;
	line-height: 36px;
	color: #616161;
}
.caseDetail .main img{
	width: 70%;
	margin-top: 30px;
}


/*新闻资讯*/
.news{
	width: 1200px;
	margin: 55px auto 0;
	overflow: hidden;
}
.news .top{
	width: 800px;
	height: 60px;
	margin: 54px auto 0;
	border-bottom: 1px solid #e5e5e5;
}
.news .top .box{
	width: 150px;
	height: 100%;
	position: relative;
	font-size: 16px;
	line-height: 38px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 56px;
	border: 1px solid transparent;
}
.news .top .box .div1{
	width: 150px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.news .top .box .div2{
	width: 50px;
	height: 3px;
	margin: 19px auto 0;
	display: none;
}
.news .top .active .div1{
	background: #272172;
	color: #fff;
}
.news .top .active .div2{display: block;}
.news .main .box{
	width: 1200px;
	height: 170px;
	margin: 45px auto 0;
	position: relative;
}
.news .main .box .img1{
	width: 300px;
	height: 170px;
	margin-left: 5px;
}
.news .main .box1{
	width: 870px;
}
.news .main .box1 .div1{
	font-size: 20px;
	font-weight: bold;
	color: #515151;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news .main .box1 .div2{
	height: 120px;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #818181;
	padding-top: 15px;
}
.news .main .date{
	width: 60px;
	height: 60px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: 0;
	top: -5px;
}
.news .main .box:hover .div1{color: #272172;}


/*新闻详情*/
.newsDetail{
	width: 1200px;
	margin: 55px auto 50px;
	overflow: hidden;
}
.newsDetail .title .div1{
	font-size: 30px;
	line-height: 32px;
}
.newsDetail .title .div2{
	font-size: 16px;
	line-height: 16px;
	padding-top: 25px;
	color: #818181;
}
.newsDetail .main{
	padding-top: 15px;
}
.newsDetail .main img{
	width: 900px;
	display: block;
	margin: 30px auto;
}
.newsDetail .main div{
	font-size: 16px;
	line-height: 26px;
	color: #818181;
	text-indent: 2em;
	margin-top: 25px;
}


/*关于我们*/
.about{
	width: 1200px;
	margin: 55px auto 150px;
	overflow: hidden;
}
.about .top{
	width: 800px;
	height: 60px;
	margin: 54px auto 0;
	border-bottom: 1px solid #e5e5e5;
}
.about .top .box{
	width: 150px;
	height: 100%;
	position: relative;
	font-size: 16px;
	line-height: 38px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 56px;
	border: 1px solid transparent;
}
.about .top .box .div1{
	width: 150px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.about .top .box .div2{
	width: 50px;
	height: 3px;
	margin: 19px auto 0;
	display: none;
}
.about .top .active .div1{
	background: #272172;
	color: #fff;
}
.about .top .active .div2{display: block;}
.about .main{
	width: 1200px;
	margin-top: 54px;
	font-size: 18px;
	color: #616161;
	line-height: 36px;
	text-indent: 2em;
}
.about .main img{
	width: 700px;
	display: block;
	margin: 0 auto 116px;
}


/*联系我们*/
.contact{
	width: 1200px;
	margin: 55px auto 150px;
	overflow: hidden;
}
.contact .top{
	width: 800px;
	height: 60px;
	margin: 54px auto 0;
	border-bottom: 1px solid #e5e5e5;
}
.contact .top .box{
	width: 150px;
	height: 100%;
	position: relative;
	font-size: 16px;
	line-height: 38px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 56px;
	border: 1px solid transparent;
}
.contact .top .box .div1{
	width: 150px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid transparent;
}
.contact .top .box .div2{
	width: 50px;
	height: 3px;
	margin: 19px auto 0;
	display: none;
}
.contact .top .active .div1{
	background: #272172;
	color: #fff;
}
.contact .top .active .div2{display: block;}
.contact .main{
	width: 1200px;
	height: 876px;
	margin: 40px auto 50px;
	position: relative;
}
.contact .main .map{
	width: 1200px;
	height: 700px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact .main .map img{
	width: 100%;
	height: 100%;
}
.contact .main .box{
  width: 900px;
  height: 225px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  position: absolute;
  left: 150px;
  top: 0;
}
.contact .main .box1{
	width: 640px;
	height: 100%;
	margin-left: 36px;
	overflow: hidden;
}
.contact .main .box1 .div1{
	font-size: 22px;
	line-height: 22px;
	padding-top: 28px;
}
.contact .main .box1 .div2{
	font-size: 16px;
	line-height: 36px;
	color: #616161;
	padding-top: 18px;
}
.contact .main .box2{
	width: 122px;
	margin: 25px 70px 0 0;
	font-size: 14px;
	color: #616161;
	line-height: 18px;
}
.contact .main .box2 img{
	width: 122px;
	height: 122px;
	margin-bottom: 10px;
}

/*2018-08-10*/
.newsDetail .main{
	max-height: 9999px;
}
.about .main{
	max-height: 9999px;
}