﻿/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/* 重点工程布局 */
.xmbg{
	display: flex; flex-direction:column;align-items: center;background-size: cover;
	height: auto !important;
}
/* 重点工程内容部分布局 */
  .caselist-box{
	/*  width: 100%;
	display: flex;  */
	justify-content: center;
	margin-bottom: 1.5rem;margin-top: 1.5rem;overflow: hidden;
}
/*.caselist-box .caselist:nth-child(2){
	margin-left: 1.5rem;margin-right: 1.5rem;
} */
.caselist{
	width: 8rem;box-sizing: border-box;
	border-top: 1px solid #c3c3c3;
}
.caselist li{
	width: 100%;box-sizing: border-box;
	border-bottom: 1px solid #c3c3c3;overflow: hidden;
	/* height: 0.7rem; */
}
.caselist li a{
	float: left;width: 100%;font-size: 13px;
  height:48px;
	color: #333;display: flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;
}  
/* 重点工程查看更多 */
.xmbg a:nth-child(3){
	color: #fff;font-size: 0.22rem;line-height: 0.5rem;
	width: 1.7rem;text-align: center;
	background-image: linear-gradient(to bottom right, #2f85be, #1bbff1);
	border-radius: 3px;
	margin-bottom: 0.32rem;
}
/* 更多案例部分 */
.xmmap{
	width: 100%;/*overflow: auto; */
  max-width: 25.9rem;margin: 55px auto;
	display: flex;justify-content: center;align-items: center;
}
.xmmapright{
	width: 4rem;height: 8rem;
	box-sizing: border-box;
	border: 1px solid #1bbff1;
}
.xmmaprightkuan{
	width: 100%;height: 100%;
}
.xmmaprightkuan strong{
	font-weight: lighter;
	display: flex;justify-content: center;align-items: center;height: 0.6rem;color: #FFFFFF;
	font-size: 0.25rem;background-image: linear-gradient(to bottom right, #2f85be, #1bbff1);
}
.xmmaprightkuan ul{
	width: calc(100% - 0.4rem);height: calc(100% - 1rem);
	margin: 0px auto;margin-top: 0.2rem;margin-bottom: 0.2rem;
	box-sizing: border-box;padding-right: 0.2rem;
	overflow: auto;
}
	/*滚动条整体样式*/
.xmmaprightkuan ul::-webkit-scrollbar {
	width: 0.1rem;
}
	/*滚动条里面小方块*/
.xmmaprightkuan ul::-webkit-scrollbar-thumb {
	border-radius: 0.1rem;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #1bbff1;
}
/*滚动条里面轨道*/
.xmmaprightkuan ul::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0.1rem;
	background: #EDEDED;
}


.xmmaprightkuan ul li{
	overflow: hidden;
	width: 100%;
	margin-top: 0.1rem;margin-bottom: 0.1rem;
}
.xmmaprightkuan ul li a{
	float: left;
	width: calc(100% - 0.2rem);
	line-height: 0.4rem;font-size: 0.22rem;
}
.xmmaprightkuan ul li i{
	float: left;margin-top: 0.13rem;
	width: 0.1rem;height: 0.1rem;border-radius: 0.1rem;background-color: #333333;margin-right: 0.1rem;
}


@media screen and (max-width: 1200px) {
	.caselist-box{
	/*	width: 100%;
		display: flex;  */
		justify-content: space-around;
		margin-bottom: 1.5rem;
    /*  margin-top: 1.5rem; */
	}
	
	.xmmapright{
		width: 6rem;height: 7rem;
		box-sizing: border-box;
		border: 1px solid #1bbff1;
	}
}
@media screen and (max-width: 920px) {
	.caselist-box{
		width: 100%;
		/*display: flex;flex-direction: column;
		justify-content: center;align-items: center;
		margin-bottom: 1.5rem; */
      margin-top: 1.5rem;
	}
	.caselist-box .caselist{
		/* margin-bottom: 0.5rem; */
	}
	.caselist-box .caselist:nth-last-child(1){
		margin-bottom: 0rem;
	}
	.caselist-box .caselist:nth-child(2){
		/*margin-left: 1.5rem;margin-right: 1.5rem; */
	}
	.xmmap{
		display: flex;justify-content: center;align-items: center;flex-direction: column;
	}
	
	
}
