* {
	padding: 0;
	margin: 0;
}
body {
    margin: 0 0;
    background-color: #efefef;
}

/* 导航条 */
.top {
    width: 100%;
    height: 53.3125vw;
	background-image: url(../images/BJ-peixun.jpg);
	background-size: 100% 52vw;
	background-repeat: no-repeat;
    overflow: hidden;
}

.daohangtiao {
    background-color: #f3f4f670;
    background-image: url(../images/logo.png);
    background-size: 3%;
	background-repeat: no-repeat;
	background-position: 6.1vw center;
	display: flex;
    justify-content: flex-end;
	/* padding-left: 50%; */
}
.daohangtiao a{
	text-decoration: none;
	color: #000;
}

.topone {
    margin: 0 3%;
    height: 3.75vw;
    color: white;
    font-size: 20px;   
    line-height: 3.75vw;
    text-align: center;
}

/* .topone:hover {
    background-color: #e89413;
} */

.language{
	margin:0.625vw 5%;
}
.language img {
	display: block;
	height: 2.5vw;
}

/* 分页 */
.page-block {
    width: 89%;
    background: #efefef;
    margin: auto auto;
}

/* 新增 */
.page-block .choise {
    display: flex;
    justify-content: center;
}

.page-block .choise a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    margin: 30px 20px;
}

.page-block .choise a:nth-child(4) {
    color: #da6923;
}

.page-block .page-1 {
    display: flex;
    flex-wrap: wrap;
}

.page-block .page-1 div {
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 4%;
    margin-bottom: 24px;
}

.page-block .page-1 div:nth-child(4n) {
    margin-right: 0;
}
/*  */

.page-icon {
    width: 1200px;
    margin: 30px auto;
    font-size: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.page-icon button {
    border: none;
    background-color: #efefef;
    padding: 0 6px !important;
    font-size: 20px;
    line-height: 20px;
}

/* 新增 */
.page-icon button:nth-child(1) {
    width: 32px;
    height: 32px;
    background-image: url(../images/left.png);
    background-size: 30px;
}

.page-icon button:nth-child(4) {
    width: 32px;
    height: 32px;
    background-image: url(../images/right.png);
    background-size: 30px;
}

.page-icon button input {
    padding: 0 2px !important;
}

.page-icon button:nth-child(3),
.page-icon button:nth-child(4) {
    cursor: default;
}

.page-icon button img {
    width: 22px;
    height: 22px;
}

#totalPage,
#currentPage {
    cursor: default;
    border: none;
    background-color: #efefef;
    font-size: 28PX;
}

#currentPage {
    cursor: auto;
    text-align: center;
    width: 40px;
}


.page-1 {
    display: block;
}

.page-2 {
    display: none;
}

/* 底部 */
.under {
	width: 100%;
	background-color: #c6c8c7;
	height: 13.625vw;
	margin-top: 4vw;
	background-image: url(../images/logo.png);
	background-size: 7.5vw;
	background-repeat: no-repeat;
	background-position: 6.25vw 1.875vw;
	overflow: hidden;
}
.under-right{
	/* margin-left: 66vw; */
	margin-top: 2.6%;
	font-size: 1.09375vw;
	text-align: right;
	padding-right: 8.75vw;
	line-height: 1.5625vw;
    color: #828383;
}
.under-right span{
	font-size: 1.25vw;
	font-weight: bold;
}
.under-right p:first-child{
	margin-bottom: 2.5vw;
}

/* 手机自适应 */
@media only screen and (max-width:480px) {
	.daohangtiao {
        background-size: 7%;
        background-position: 2vw center;
		padding: 0;
		display: flex;
		justify-content: space-between;
        box-sizing: border-box;
        padding-right: 1vw;
	}
    .daohangtiao div:first-child {
		margin-left: 10vw;
	}
    .daohangtiao .language {
		margin: 2.5vw 0;
	}
	.daohangtiao img {
		height: 5vw !important;
	}
	.topone {
		margin: 3%;
		font-size: 3.75vw;
		line-height: 3.75vw;
	}
	.page-block {
		width: 100%;
	}
	.page-block .choise {
		justify-content: space-evenly;
	}
	.page-block .choise a {
		font-size: 14px;
		margin: 2vw;
	}
	.page-block .page-1 div {
		width: 46%;
		background-color: white;
		margin-bottom: 2vw;
	}
    .page-block .page-1 div a:last-child {
        font-size: 14px;
        margin-bottom: 8px;
        font-weight: 400 !important;
    }
	.page-block .page-1 div:nth-child(2n-1){
		margin-left: 3vw;
		margin-right: 2vw;
	}
	.page-block .page-1 div:nth-child(2n){
		margin-right: 3vw;
	}
	.under {
		height: 27vw;
        background-size: 15vw;
		background-position: 6.25vw 6vw;
	}
	.under-right{
        margin-top: 6vw;
        line-height: 3vw;
        margin-left: 0;
    }
    .under-right p{
        font-size: 10px;
		line-height: 16px;
    }
	.under-right p:first-child {
		margin-top: 2.5vw;
	}
    .under-right span {
        font-size: 14px;
        line-height: 2vw;
    }
}

/* 平板竖屏自适应 */
@media screen and (min-width:481px) and (max-width:800px) {
	.daohangtiao {
		background-size: 5%;
	}
	.topone {
		line-height: 5vw;
	}
	.language {
		margin: 0 5%;
	}
	.language img {
		height: 5vw;
	}
	/* 底部 */
	.under {
		height: 27vw;
		background-size: 15vw;
		background-position: 6.25vw 6vw;
	}
	.under-right{
        margin-top: 6vw;
        line-height: 3vw;
        margin-left: 0;
    }
    .under-right p{
		font-size: 1.75vw;
		line-height: 3vw;
    }
	.under-right p:first-child {
		margin-top: 2.5vw;
		margin-bottom: 4.5vw;
	}
    .under-right span {
		font-size: 2vw;
        line-height: 2vw;
    }
}

/* 平板横屏自适应 */
@media screen and (min-width:801px) and (max-width:1280px) {
	/* 底部 */
	.under {
		height: 20vw;
		background-size: 10vw;
		background-position: 5vw 5vw;
	}
	.under-right{
        margin-top: 6vw;
        line-height: 3vw;
        margin-left: 0;
    }
    .under-right p{
		font-size: 1.25VW;
		line-height: 1.875vw;
    }
	.under-right p:first-child {
		margin-top: 2.5vw;
	}
    .under-right span {
		font-size: 1.5625vw;
        line-height: 2vw;
    }
}