/* 布局 */
.c-f-d {
	display: flex;
	display: -webkit-flex;
}

.c-f-dc {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}

.c-f-cc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.c-f-cb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.c-f-ca {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.c-f-eb {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.c-f-db {
	display: flex;
	justify-content: space-between;
}

.c-fColumn-cc {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.c-fColumn {
	display: flex;
	flex-direction: column;
}

.c-fColumn-cd {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.c-fColumn-dc {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.c-fColumn-ce {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

/* 缩略文本 */
.c-text-over_clamp {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.c-text-over_clamp2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.c-text-over_clamp3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.c-text-over_clamp4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.c-text-over_clamp5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.c-module {
	margin: auto;
	padding: 70px 0;
	width: 1200px;
}

.c-module-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #ccc;
}

.c-module-headerTitle,
.c-module-headerTitle2 {
	font-size: 0.32rem;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 1;
}

.c-module-headerText,
.c-module-headerText2 {
	margin-top: 0.2rem;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
}

.c-module-headerTitle,
.c-module-headerText {
	color: #000;
}

.c-module-headerTitle2,
.c-module-headerText2 {
	color: #fff;
}

.c-module-title,
.c-module-title2 {
	font-size: 40px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.c-module-title,
.c-module-text,
.c-module-english {
	color: #262626;
}

.c-module-title2,
.c-module-english2 {
	color: #fff;
}

.c-module-text,
.c-module-text2,
.c-module-english,
.c-module-english2 {
	margin: auto;
	margin-top: 20px;
	max-width: 900px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
}

.c-module-english,
.c-module-english2 {
	text-transform: uppercase;
}

.c-module-text2 {
	color: #fff;
}

.c-btn_50 {
	display: block;
	box-sizing: border-box;
	width: 200px;
	height: 50px;
	border: 1px solid #ccc;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #ccc;
	cursor: pointer;
}

.c-btn_50:hover {
	background-color: #273763;
	border-color: #273763;
	color: #fff;
}

.c-btn_60 {
	display: block;
	box-sizing: border-box;
	width: 360px;
	height: 60px;
	border: 1px solid #273763;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #273763;
	cursor: pointer;
}

.c-btn_60:hover {
	background-color: #273763;
	color: #fff;
}

.c-pagingBox {
	display: flex;
	justify-content: center;
	margin: 70px 0 100px;
}

.c-paging-next,
.c-paging-prev,
.c-paging-page,
.c-paging-lastPage,
.c-paging-last {
	box-sizing: border-box;
	padding: 0 11px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 38px;
	cursor: pointer;
}

.c-paging-prev,
.c-paging-next {
	width: 73px;
}

.c-paging-prev,
.c-paging-last,
.c-paging-lastPage {
	color: #262626;
}

.c-paging-ellipsis {
	margin-left: 10px;
	height: 38px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 40px;
	color: #999;
	cursor: pointer;
}

.c-paging-page,
.c-paging-prev,
.c-paging-ellipsis,
.c-paging-next,
.c-paging-lastPage {
	margin-left: 10px;
}

.c-paging-page {
	min-width: 38px;
	color: #999;
	text-align: center;
}

.c-paging-prev,
.c-paging-lastPage {
	color: #262626;
}

.c-paging-page,
.c-paging-prev,
.c-paging-next,
.c-paging-lastPage {
    background-color: #fff;
}

.c-paging-page_active {
	background-color: #273763;
	border-color: #273763;
	color: #fff;
}

.c-paging_disabled {
	color: #999;
}

/* hover background-color */
.c-hover-bgColor_273763:hover {
	border-color: #273763;
	background-color: #273763;
	color: #fff;
}

.c-hover-bgColor_fff:hover {
	border-color: #fff;
	background-color: #fff;
	color: #273763;
}

.c-clearfix {
	zoom: 1;
}

.c-clearfix::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 组件 */
.c-headerBox {
	transition: background-color 100ms linear;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 60;
	width: 100%;
	background: url(../../imgs/1920-90.png) no-repeat top center / cover;
}

.c-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
	width: 1200px;
	height: 90px;

}

.c-logo {
	width: 315px;
	height: 50px;
}

.c-nav {
	display: flex;
	align-items: center;
}

.c-nav .c-nav-item {
	margin-right: 40px;
	border-bottom: 2px solid transparent;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	text-align: center;
	line-height: 46px;
	color: #fff;
	cursor: pointer;
}

.c-nav .c-nav-item_active {
	border-color: #fff;
	font-weight: bold;
}

.c-nav_search {
	margin-left: 10px;
	height: 20px;
}

.c-footer {
	overflow: hidden;
}

.c-footer_company-info {
	padding: 50px 0;
	background-color: #2A2931;
}

.c-footer-contentBox {
	display: flex;
	justify-content: space-between;
	margin: auto;
	width: 1200px;
}

.c-footer-col {
	font-size: 0;
	justify-content: unset;
}

.c-footer_company-info .c-footer-col:nth-child(2) {
	width: 302px;
	background: url(../../imgs/1-220.png) no-repeat top left, url(../../imgs/1-220.png) no-repeat top right;
}

.c-footer_logo {
	width: 315px;
	height: 50px;
}

.c-footer .c-footer-text {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #DDDAE6;
}

.c-footer_company-info a.c-footer-text:first-of-type {
	margin-top: 30px;
}

.c-footer-textIcon {
	margin-right: 10px;
	width: 25px;
	height: 25px;
}

.c-footer-codeTitle,
.footer-form-title {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #DDDAE6;
}

.c-footer-codeTitle span,
.footer-form-title span {
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #DDDAE6;
}

.c-footer-codeImg {
	margin-top: 20px;
	width: 100px;
	height: 100px;
}

.c-footer-codeText {
	margin-top: 15px;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #DDDAE6;
}

.c-footer-codeHint {
	margin-top: 10px;
	font-size: 12px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 1;
	color: #DDDAE6;
}

.c-footer-form {
	overflow: hidden;
}

.c-footer-formCell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	width: 410px;
}

.c-footer-formInput {
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
	height: 44px;
	background-color:#373540;
	cursor: pointer;
}

.c-footer-formInput,
.c-footer-formSelect {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #DDDAE6;
}

.c-footer-formInput::placeholder {
	color: #DDDAE6;
}

.c-footer-formSelect {
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	padding-left: 10px;
	padding-right: 36px;
	width: 100%;
	height: 44px;
	border-color: #373540;
	background-color: #373540;
	background-image: url(../../imgs/tobottom_arrows.png);
	background-repeat: no-repeat;
	background-position: 380px center;
	background-size: 16px;
	outline: none;
}

.c-footer-formCell .c-footer-formSelect:nth-child(2) {
	margin-left: 10px;
}

.c-footer-formSelectItem {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	line-height: 44px;
	color: #DDDAE6;
}

.c-footer-formBtn {
	margin-top: 15px;
	width: 100%;
	height: 44px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #DDDAE6;
	background-color: #373540;
	cursor: pointer;
}

.c-footer-copyright {
	padding: 13px 0;
	font-size: 12px;
	background-color: #16161A;
	text-align: center;

}

.c-footer-copyright span,
.c-footer-copyright a {
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #DDDAE6;
}

.c-footer-copyright a {
	margin-left: 80px;
}

.c-popup-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 60;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
}

.c-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 61;
	min-width: 600px;
	background-color: #fff;
}

.c-search-popup {
	position: relative;
	padding: 60px 70px;
}

.c-search-popupClose {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.c-search-popupTitle {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	text-align: center;
	color: #262626;
}

.c-search-popupInput {
	box-sizing: border-box;
	margin-top: 56px;
	width: 100%;
	height: 58px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #262626;
}

.c-search-popupInput::placeholder {
	color: #ccc;
}

.c-search-popupBtn {
	margin-top: 30px;
	width: 100%;
	height: 50px;
	background-color: #F2F2F2;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666;
}

.c-ad {
	font-size: 00;
}

.c-ad-img {
	width: 100%;
}

.pages {
	color: #999;
	text-align: center;
	width: 100%;
	margin: 50px auto;
	display: block;
	overflow: hidden;
	height: 30px;
}
.pages li, .pages .active {
	text-decoration: none;
	box-sizing: border-box;
	line-height: 30px;
	border: 1px solid #ddd;
	background: #ffff;
	margin: 0 2px;
	font-size: 14px;
	color: #666;
	display: inline-block;
	overflow: hidden;
	height: 30px;
}
.pages li a,.pages li span{
	display: block;
	padding: 0 15px;
}
.pages li:hover {
	border: 1px solid #007aff;
	text-decoration: none;
}
.pages .active {
	color: #fff;
	background: #007aff;
	border: 1px solid #007aff
}
.pages .page-link{
	border: none;
	line-height: unset;
	color: unset;
	background: none;
	margin: 0;
}

