body {
	font-family: "Noto Sans SC";
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

/*img {
	width: 100%;
}*/
.clear{clear: both}
input {
	border: none;
	background: none;
	outline: none;
}

/* 通用 */
::-webkit-input-placeholder {
	color: #9E9E9E;
}

::-moz-placeholder {
	color: #9E9E9E;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #9E9E9E;
}

/* ie */
input:-moz-placeholder {
	color: #9E9E9E;
}

/* 公共头部样式 */

.header {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 35px 0 30px;
}

.header .header-msg {
	display: flex;
	align-items: center;
	justify-content: baseline;
}

.header .header-msg .phone {
	display: flex;
	align-items: center;
	justify-content: baseline;
	margin-left: 30px;
}

.header .header-msg .phone img {
	width: 26px;
	height: 26px;
}

.header .header-msg .phone span {
	margin-left: 10px;
	color: #0D41BB;
	font-size: 24px;
	font-weight: bold;
}

.header .header-msg .lang {
	margin-left: 40px;
}

.header .header-msg .lang span {
	color: #595959;
	font-size: 16px;
	font-weight: 600;
}

.header .header-msg .lang span:nth-child(2) {
	margin: 0 15px;
}

/* 导航 */
.navigation {
	width:1300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 17px 0 14px;
	font-size: 18px;
	color: #1a1c1d;
	/*font-weight: 600;*/
}

.navigation .this-active a {
	color: #0039c0;
}

.ads {
	display: flex;
	overflow: hidden;

}
.paging{
	margin: 0 auto;
	text-align: center;
	width: 1300px;
}
.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}