@charset "utf-8";

.page {
	margin: 50px auto;
	width: 590px;
}

.page ul {
	padding: 0;
	min-width: 450px;
	margin-left: 127px;
}

.page ul::after {
	content: '';
	display: block;
	clear: both;
}

.page ul li {
    float: left;
    width: auto;
    min-width: 40px;
    height: 37px;
    line-height: 37px;
    list-style: none;
    margin-right: 3px;
    margin-left: 3px;
    border-left: 1px solid #ccc;
}

.page a {
	color: #aaa;
	font-family: "微软雅黑";
	padding: 0 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-left: none;
}

.page ul li:first-child a {
	/* border-left: 1px solid #ccc; */
}

.page ul li a:hover {
	background-color: #00479D;
}

.page ul li a:hover {
	color: white;
}

.page .disabled a:hover {
	background-color: #00479D;
	cursor: not-allowed;
	color: #aaa;
}

.page .active a {
	background-color: #00479D;
	color: white;
}



/*原来内页页面里的样式表*/
.homid{
	min-height: 800px;
/*	height: 770px;*/
}
#wrapper{
	min-height: 80px;
}

.midul1 {
	width: 86%;
	margin-top: 1rem;
	margin-bottom: 6px;
}

.midul1 li:nth-last-of-type(1) {
	width: auto;
	/*float: right;*/
}

.tuolis-ny {
	width: 374px;
	min-height: 88px;
	height: auto;
	float: left;
	text-align: center;margin: 0.6rem 1.2rem ;
}


.tuolis-ny a p {
	color: #666;
	font-weight: normal;

}
.tuolis-ny a p:hover {
	color: #00479d;
	font-weight: bold;

}
.tuolis-ny .proim1 {
	float: left;
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}



.tuolis-ny  .homid{
	background-color: white;
	padding-bottom: 100px;
}
@media screen and (max-device-width:768px)  {
	.aboutlimg{
		width: 100%;
	}
	.abouright{
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding-left: 16px;
		padding-right: 16px;
		margin-bottom: 2rem;
	}
	.page ul{
		margin-left: 0;
	}
	.midul1 li:nth-last-of-type(1){
		float: left;
	}
	.tuolis{
		width: 100%;
	}
	.page {
		margin: 30px auto;
		width: 100%;
		float: left;
	}
	.page ul {
		padding: 0;
		min-width: 100%;
		box-sizing: border-box;
		padding-left: 20px;
	}
	.page ul li{
		margin-top: 10px;
	}
	#wrapper{
		height: 5rem;
		/*	height: 64px;*/
	}

	}
}
@media screen and (min-width: 415px) and (max-width: 768px){
	.page ul{
		box-sizing: border-box;
		padding-left: 221px;
	}
}
#wrapper{
	min-height: 64px;}
#webmap {
	padding: 0;
	font-size: 12px;
	color: #999;
	margin: 0.4rem 0;
}
#webmap:hover{
	padding: 0;
	color: #00479d;
	background: #fff;
}
#webmap a:hover{
	color:#00479d;
}
/*原来内页页面里的样式表end*/

@media screen and (min-width: 768px) and (max-width: 1026px){
	#wrapper{
		height: 10rem;
		/*	height: 64px;*/
	}
	.topbanm3 {
		height: 180px;
	}

}


