* {
	margin: 0;
	padding: 0;
}

.pages {
	width: 100%;
}

.pages_img {
	width: 100%;
	height: 421px;
	z-index: -1;
	position: absolute;
	top: 0;
}

body {
	min-width: 750px;
}

.top {
	width: 100%;
	height: 70px;
	background-color:rgba(250,250,250,0.4);
	align-items: center;
	display: flex;
	justify-content: space-around;
	
	position: relative;
	top: -8px;
}

.on {
	border-bottom: 1px solid #000;
}

.top_img {
	
	height: 32px;
	text-align: center;
	vertical-align: middle;
	/* margin-left: 158px; */
}

.top div {
	height: 30px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0px;
	z-index: 29;
	/*color: #ffffff;*/
}

.top a {
	color: #000;
	text-decoration: none;
}

.top a:hover {
	color: red;
}

.middleTitle {
	margin: 0 auto;
	width: 140px;
	text-align: center;
	border-bottom: 1px solid #333333;
	height: 36px;
	font-family: MicrosoftYaHei;
	font-size: 30px;
	line-height: 30px;
	white-space: nowrap;
	margin-bottom: 5px;
}

.middleTitle1 {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	height: 20px;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	line-height: 20px;
	color: #2b3036;
	margin-bottom: 30px;
}

.height1 {
	margin-top: 400px !important;
}

.height2 {
	margin-top: 30px !important;
}

.titleList {
	width: 70%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.listBiao {
	width: 20px;
	height: 20px;
	background-color: #00a2e9;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
}

.listdetail {
	line-height: 50px;
	margin-left: 10px;
}

.pageYe {
	width: 30%;
	height: 50px;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-top: 40px;
	align-items: center;
}

.left,.right{
	width: 20px;
	height: 20px;
	border: 1px solid #c6c6c6;
	text-align: center;
	line-height: 20px;
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.backColor {
	background-color: #00a2e9 !important;
	color: #fff;
}

.border1 {
	border: 1px solid #fff !important;
}
.pageeee{
	width: 80%;
}
.pageYe div img {
	width: 10px;
	height: 15px;
}

.footer {
	width: 100%;
    background-color: #f7f7f7;
    margin-top: 20px;
}
.footer_box{
	    width: 80%;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.footerOne {
	width: 100%;
    /* margin-left: 40px; */
    float: left;
}
.footer_company{
	    width: 90%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #c6c6c6;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 20px;
}
.footerOne1 {
       width: 60%;
    height: 30px;
    line-height: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 100px;
}
.footerOne1 div {
	color: #5e5e5e;
	font-family: MicrosoftYaHei;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
}
.shuxian {
	width: 1px;
	height: 13px;
	background-color: #303030;
}

.footerTwo {
	
}

.footerTwo_word{
        height: 30px;
    line-height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
   
}
.footerTwo_img{
	    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}
.footerTwo_img img {
	width: 100px;
	height: 100px;
}

.footerOne2 {
	    width: 100%;
        height: 80px;
    line-height: 80px;
    display: flex;
        align-items: center;
        font-size: 15px;
    color: #5e5e5e;
        font-family: MicrosoftYaHei;
}
.footer_address{
	    width: 90%;
    text-align: center;
     font-size: 15px;
    color: #5e5e5e;
        font-family: MicrosoftYaHei;
        margin-bottom: 20px;
}



/*.footerOne2 div {
	font-size: 14px;
	line-height: 30px;
	margin-left: 24px;
	margin-left: 26px;
	color: #303030;
}*/

.footerOne2 div a {
	color: #5e5e5e;
	text-decoration: none;
}

.page_row {
	line-height: 30px;
	text-align: center;
}

.page_row ul {
	    margin: 0px 10px;
}

.page_row li {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #aaa;
	margin: 0px 10px;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	border-radius: 4px;
}

.page_row li.choose_now {
	background-color: #00a2e9;
	color: white;
	    
}

li {
	list-style: none;
}