* {
    margin: 0;
    padding: 0;
	box-sizing: border-box;
}
html, body{
	height: 100%;
	font-family: sans-serif;
	font-size: 15px;
}
a {
	text-decoration: none;
}
ul, li {
	list-style-type: none;
}

#app {
	height: 100%;
}
.app {
	background: #F7F7F7;
}
/*	Layout 样式*/

.container {
	width: 1200px;
	margin: 0 auto;
}

.container::after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}
/*	Layout 样式*/

.appHeader {
	width: 100%;
	height: 90px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}

.logoBlock {
	float: left;
	width: 25%;
}
.menuBlcok {
	float: left;
	width: calc(75% - 120px);
}
.serviceTelBlcok {
	float: right;
	width: 120px;
}

.logoBlock .logo {
	float: left;
}
.logoBlock .logo img {
	height:50px;
	vertical-align: middle
}

.menuBlcok .menu {
	display: flex;
	height: 50px;
}

.menuBlcok .menu .menu_item {	
	color: #252221;
	text-decoration: none;
	display: block;
	line-height: 50px;
	padding: 0 24px;
	font-weight: 600;
}
.menuBlcok .menu .menu_item:hover, .menu_select {
	color: #F7601E;
}
.menuBlcok .menu .menu_item:hover span, .menuBlcok .menu .menu_select span {
	border-bottom: 2px solid #F7601E;
}

.serviceTelBlcok .value {
	height: 20px;
	line-height: 20px;
	color: #F7601E;
	font-size: 16px; 
	font-weight: 500;
	font-weight: bold;
	margin-top: 5px;
}
.serviceTelBlcok .name {
	height: 20px;
	line-height: 20px;
	color: #252221;
	font-size: 11px;
}

@keyframes mymove
{
	from {
		background-size: 100% 0;
	}
	to {
		background-color: rgba(0,0,0,.85);
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	from {
		background-size: 100% 0;
	}
	to {
		background-color: rgba(0,0,0,.85);
	}
}
.appMain {

}
.appFooter {
	padding-top: 160px;
	padding-bottom: 10px;
	text-align: center;
	background: #272321;
	color: #5F5855;
}

.homeCommon {
	background: #FAFAFA;
	overflow: hidden;
	position: relative;
}
.pageCommon {
	position: relative;
}


.el-page-header {
	line-height: 45px;
}


.page-main {
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	min-height: 440px;
	float: left;
}

.page-aside {
	width: 220px;
	background-color: #FFFFFF;
	height: 100%;	
	float: right;
}

.page-aside-main {
	width: calc(100% - 240px);
	float: left;
}


.page-title {
	color: #0D0C0C;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	font-weight: 500;
	
}

.page-content {
	/* width: calc(100% - 220px); */
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.back_page {
	margin-top: 10px;
	text-align: center;
	padding: 10px 0;
	text-align: center;
}
.back_page p {
	display: inline-block;
	color: #0B3283;
	cursor: pointer;
}
.back_page p:hover {
	text-decoration: underline;
}

.block {
	min-height: 100px;
	margin-bottom: 40px;
}

.blockTitle {
	line-height: 60px;
	text-align: center;
	font-size: 24px;
}
.blockContent {
	padding: 20px 0;
}

.descBlock {
	width: 840px;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 480px;
	padding: 40px;
	margin-top: 30px;
}

/* Start Pagination Style */
.pagination {
    padding: 0 20px;
	margin: 20px 0;
}
.pagination:after {
	display: block;
	content: "";
	height: 0;
	clear: both;
}
.pagination .results {
    float: left;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
}
.pagination .results b {
    color: #30a5ff;
    font-size: 1rem;
    font-weight: 500;
}
.pagination .links {
    float: right;
    border-radius: 3px;
}
.pagination .links a {
    display: inline-block;
    width: 2.5rem;
    height: 1.875rem;
    line-height: 1.875rem;
    text-align: center;
    font-size: 0.9rem;
    background-color: #F0F2F5;
    margin: 0 3px;
    float: left;
    color: #000;
}
.pagination .links a:hover {
    color: rgba(95,164,255, 1);
}
.pagination .links a.current {
    background: rgba(95,164,255, 1);
    color: #fff;
}
/* End Pagination Style */

.noRecord {
	padding: 40px 0;
	text-align: center;
}


.homeBannerBlock {
	width: 100%;	
}

.downloadBlock {
	background-color: #fafafa;	
}

.downloadBlock .downloadItem {
	float: left;
	width: 33.3%;
	height: 200px;
	cursor: pointer;
	text-align: center;	
	position: relative;
	background-color: #FFFFFF;	
	padding: 40px 0;
}
.downloadItem .icon {
	margin-bottom: 15px;
}
.downloadItem .icon img {
	width: 80px;
	height: 80px;
}
.downloadItem .popup {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% + 50px);
	display: none;
}
.downloadItem .popup img {
	width: 100px;
}
.downloadItem:hover .popup {
	display: block;
}

.homeAdsBlock {
	background-color: #fafafa;
	padding-top: 40px;
	padding-bottom: 40px;
}

.homeAdsBlock .item {
	margin-bottom: 50px;
}

/*		新闻样式	*/

.newsContentBlock {
	padding-bottom: 50px;
}

.newsListPage {
	background-color: #F5F5F5;
}

.newsCategories {
	padding: 20px 0;
}

.newsCategories .item {
	display: inline-block;
	margin: 10px;
	cursor: pointer;
	color: #000000;
}

.newsCategories .item.select {
	color: #F7601E;
}

.newsListBlock {
	padding: 20px;
}

.newsRecommend {
	padding: 20px;
}

.newsCard {
	margin-bottom: 15px;
	border-bottom: 1px solid #EDEDED;;
	display: flex;
	padding-bottom: 15px;
}
.newsCard:last-child {
	margin-bottom: 0;
}
.newsCard .image {
	width: 240px;
	height: 160px;
	background-color: #F5F5F5;
	overflow: hidden;
}
.newsCard .image img {
	display: block;
	width: 100%;
}
.newsCard .info {
	width: calc(100% - 240px);
	padding: 0 20px;
	box-sizing: border-box;
}
.newsCard .info .title {
	width: 100%;
	font-size: 18px;
	height: 26px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	
}
.newsCard .info .title a {
	font-size: 18px;
	color: #000000;
}
.newsCard .info .date {
	height: 20px;
	line-height: 20px;
	color: #888888;
	margin-top: 10px;
}
.newsCard .info .summary {
	color: #888888;
	height: 75px;
	line-height: 25px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	margin-bottom: 15px;
}

.newsMainBlock {
	width: calc(100% - 420px);
	background-color: #FFFFFF;
}

.newsAsideBlock {
	width: 400px;
	background-color: #FFFFFF;
}

.newsAsideCard {
	margin-bottom: 15px;
	border-bottom: 1px solid #EDEDED;;
	display: flex;
	padding-bottom: 15px;
}

.newsAsideCard .image {
	width: 90px;
	height: 60px;
	background-color: #F5F5F5;
}
.newsAsideCard .image img {
	display: block;
	width: 100%;
}
.newsAsideCard .info {
	width: calc(100% - 90px);
	padding-left: 20px;
	box-sizing: border-box;
}
.newsAsideCard .info .title {
	width: 100%;
	font-size: 14px;
	height: 16px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	
}
.newsAsideCard .info .title a {
	font-size: 14px;
	color: #000000;
}
.newsAsideCard .info .summary {
	color: #888888;
	height: 36px;
	line-height: 18px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}


.newsDetailTitle {
	padding: 20px 0;
	font-size: 21px;
	font-weight: normal;
	text-align: center;
}
.newsDetailDate {
	color: #888;
	font-size: 12px;
	text-align: center;
}
.newsDetailDesc {
	line-height: 190%;
	color: #333;
	margin-top: 50px;
}
.newsDetailDesc img {
	width: 100%!important;
}
/*		新闻样式	*/


.helpList {
	width: 100%;
}
.helpItem {
	line-height: 26px;
	padding: 10px 0;
	border-bottom: 1px solid #DEDEDE;
	position: relative;
}
.helpItem:first-child {
	border-top: 1px solid #DEDEDE;
}

.helpItem::after {
	display: block;
	width: 10px;
	height: 10px;
	content: "";
	clear: both;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
}
.helpItem .title {
	font-weight: bold;
	cursor: pointer;
	
}
.helpItem .title a {
	color: #000000;
	display: block;
}
.companyIntroBlock {
	width: 580px;
	margin: 0 auto;
	margin-top: 50px;
}
.companyIntroBlock .title {
	text-align: center;
	color: #F7601E;
	font-size: 18px;
	font-weight: bold;
}
.companyIntroBlock .title img {
	width: 16px;
	height: 16px;
	transform: translateY(1px);
	margin-right: 3px;
}
.companyIntroBlock .subtitle {
	text-align: center;
	color: #5F5855;
	font-weight: 500;
	margin-top: 15px;
	font-family: PingFang SC-Light, PingFang SC;
}

.companyIntroBlock .separator {
	width: 300px;
	border: 1px dashed #DEDEDE;
	margin: 0 auto;
	margin-top: 20px;
}

.companyIntroBlock .info {
	margin: 0 auto;
	margin-top: 20px;
	line-height: 200%;
	color: #252221;
}


.aboutusContactusBlock {
	width: 580px;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.aboutusContactusBlock .title {
	text-align: center;
	color: #F7601E;
	font-size: 18px;
	font-weight: bold;
}
.aboutusContactusBlock .title img {
	width: 16px;
	height: 16px;
	transform: translateY(1px);
	margin-right: 3px;
}
.aboutusContactusBlock .subtitle {
	text-align: center;
	color: #5F5855;
	font-weight: 500;
	margin-top: 15px;
	font-family: PingFang SC-Light, PingFang SC;
}

.aboutusContactusBlock .separator {
	width: 300px;
	height: 1px;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
	background-image: linear-gradient(to right, #f5f5f5 , #DEDEDE, #f5f5f5);
}

.aboutusContactusBlock .info {
	margin: 0 auto;
	margin-top: 20px;
	line-height: 200%;
	color: #252221
}

.aboutusContactusBlock .info img {
	width: 14px;
	transform: translateY(2px);
	margin-right: 3px;
}


.aboutusTradeBlock {
	width: 720px;
	margin: 0 auto;
	margin-top: 100px;
}
.aboutusTradeBlock .title {
	text-align: center;
	color: #F7601E;
	font-size: 18px;
	font-weight: bold;
}
.aboutusTradeBlock .title img {
	width: 16px;
	height: 16px;
	transform: translateY(1px);
	margin-right: 3px;
}
.aboutusTradeBlock .subtitle {
	text-align: center;
	color: #5F5855;
	font-weight: 500;
	margin-top: 15px;
	font-family: PingFang SC-Light, PingFang SC;
}

.aboutusTradeBlock .separator {
	width: 300px;
	height: 1px;
	margin: 0 auto;
	margin-top: 20px;
	border: none;
	background-image: linear-gradient(to right, #f5f5f5 , #DEDEDE, #f5f5f5);
}

.aboutusTradeBlock .info {
	margin: 0 auto;
	margin-top: 20px;
	min-height: 220px;
	line-height: 200%;
	color: #252221;
	text-align: center;
	display: flex;	
	background-color: #FFF9F6;
}

.aboutusTradeBlock .info > div {
	width: 25%;
	padding-top: 45px;
}
.aboutusTradeBlock .info img {
	width: 70px;
	height: 70px;
	transform: translateY(2px);
	margin-right: 3px;
}
.aboutusTradeBlock .info .icon {
	margin-bottom: 20px;
}
.aboutusTradeBlock .info .name {
	font-size: 16px;
	color: #5F5855;
	font-weight: bold;
}
.aboutusTradeBlock .info .subname {
	font-size: 13px;
	color: #5F5855;
}
.aboutusTradeBlock .info > div:hover {
	background-color: #F7601E;
	
}
.aboutusTradeBlock .info > div:hover .name, .aboutusTradeBlock .info > div:hover .subname {
	color: #FFFFFF;
}
/*		服务样式	*/

.subbanner {
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-color: #FAFAFA;
	position: relative;
}
.subbanner .searchBlock {	
	position: absolute;
	left: 240px;
	top: 80px
}
.subbanner .searchBlock .title {
	font-size: 36px;
	color: #FFFFFF;
}
.subbanner .searchBlock .input {
	width: 420px;
	height: 40px;
	line-height: 40px;
	/* background-color: #FFFFFF; */
	border-radius: 20px;
	/* padding-left: 20px;
	padding-right: 60px; */
	box-sizing: border-box;
	margin-top: 30px;
	position: relative;
	
}

/* .subbanner .searchBlock .input .el-input{
	width: 100%;
	height: calc(100% - 6px);
	border: none;
	outline: none;
	border-radius: 20px;
} */

.subbanner .searchBlock .input input {
	border: none;
	outline: none;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	background-color: #FFFFFF;
	display: block;
	width: 100%;
	padding: 0 20px;
}
.subbanner .searchBlock .input .icon {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	
}

.helpCategoriesBlock {
	width: 300px;
	float: left;
}

.helpContentBlock {
	width: calc(100% - 320px);
	float: right;
}

.helpCategories {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

.helpCategories li {
	margin-bottom: 10px;
	padding: 5px 0;
	padding-left: 10px;
	color: #5F5855;
	box-sizing: border-box;
	cursor: pointer;
}
.helpCategories li a {
	color: #5F5855;
	display: block;
}
.helpCategories li:hover, .helpCategories li.select {
	background-color: #FFF8F4;
	border-left: 5px solid #F7601E;
	color: #F7601E;
}

.helpCategories li:hover a, .helpCategories li.select a {
	color: #F7601E;
}

.helpDesc {
	font-size: 13px!important;
	/* border-top: 1px solid var(--el-collapse-border-color); */
	padding: 20px;
}

/* .el-collapse {
	border-top: none!important;
	border-bottom: none!important;
} */

.helpCard {
	margin-bottom: 20px;
}
.helpCard .el-card__body {
	display: flex;
}
.helpCardImage {
	width: 240px;
}
.helpCardImage img {
	display: block;
}
.helpCardInfo {
	width: calc(100% - 240px);
	padding: 20px;
	box-sizing: border-box;
}
.helpCardInfoTitle {
	width: 100%;
	font-size: 18px;
	height: 26px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	margin-bottom: 20px;
	
}
.helpCardInfoTitle a {
	font-size: 18px;
	color: #000000;
}

.helpCardInfoSummary {
	color: #888888;
	height: 100px;
	line-height: 25px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	line-clamp: 3;
    -webkit-line-clamp: 3; */
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.helpDetailTitle {
	padding: 20px 0;
	font-size: 21px;
	font-weight: normal;
	text-align: center;
}
.helpDetailDate {
	color: #888;
	font-size: 12px;
	text-align: center;
}
.helpDetailDesc {
	line-height: 190%;
	color: #333;
	margin-top: 20px;
}
/*		服务样式	*/

.footerBlock .item {
	float: left;
}

.footerBlock .item:first-child {
	width: 15%;
	margin-left: 10%;
}

.footerBlock .item:nth-child(2) {
	width: 25%;
}

.footerBlock .item:last-child {
	width: 50%;
}

.footerItemTitle {
	font-size: 16px;
}
.footerItemList {
	margin-top: 20px;
}
.footerItemList li {
	margin: 8px 0;
}
.copyright {
	line-height: 20px;
	margin-top: 120px;
}
.copyright a {
	color: #5F5855;
}
.join_tabs {
	background: #1C459B;
	height: 40px;
	line-height: 40px;
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}
.join_tabs div {
	padding: 0 30px;
	color: #fff;
	cursor: pointer;
}
.join_tabs div:hover {
	background: #0B3283;
}
.join_tab_select {
	background: #0B3283;
}
.join_sub_title {
	font-size: 15px;
	font-weight: normal;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}
.join_button {
	background-color: #1C459B;
	border-color: #1C459B;
	padding-left: 30px;
	padding-right: 30px
}

.error-image-slot {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: var(--el-bg-color);
	color: var(--el-text-color-placeholder);
	font-size: 30px;
}
.error-image-slot .el-icon {
	font-size: 30px;
}

.el-input.is-disabled .el-input__inner, .el-textarea.is-disabled .el-textarea__inner {
	color: #333!important;
}

.el-row-table-header {
	width: 100%;margin-bottom: 10px;background-color:#1C459B;color: #FFFFFF;
}

.el-row-table-body {
	width: 100%;margin-bottom: 10px;
}

/* .paper-table {
	width: 860px;
	border-collapse: collapse;
	margin: 0 auto;
}

.paper-table td {
	border: 1px solid #ccc;
	text-align: center;
	padding: 10px;
} */

@media (max-width: 1200px) {

    .container {
		width: 100%;
	}
	.newsAsideBlock {
		width: 100%;
	}
	
}