.bs-tab-bar{
	padding: 15px 12px 0 12px;
}
.bs-link-tab{
	overflow: hidden;
	overflow-x: auto;
	height: 44px;
	border-bottom: 1px solid #EEEEEE;
}
.bs-link-tab li{
	margin: 0 10px;
	flex-shrink:0;
	margin-right: 20px;
	height: 43px;
}
.bs-link-tab li a{
	display: block;
	line-height: 43px;
	font-size: 24px;
	color: #8c8c8c;
}
.bs-link-tab li.active a{
	color: #0569e6;
}
.bs-link-tab li.active{
	border-bottom: 1px solid #0569e6;
}


/* 图文列表 */
.partment-list li{
	padding: 20px;
	transition: .3s all;
	border: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
.partment-list li:hover{
	box-shadow: 0 0 15px #cdcdcd;
}
.partment-list .part-pic{
	margin-right: 25px;
	text-align: center;
	display: block;
}
.partment-list .part-pic img{
	width: 250px;
	height: auto;
}
.partment-list .title{
	margin-bottom:10px;
}
.partment-list .desc{
	line-height: 2;
	color: #4f4f4f;
	text-overflow: ellipsis;
	overflow: hidden;
}
.partment-list .p-tags{
	margin-bottom: 10px;
}
.partment-list .p-tags span{
	display: inline-block;
	border: 1px solid #e5e5e5;
	color: #bcbcbb;
	border-radius: 5px;
	padding: 0 12px;
	margin-right: 15px;
}
.partment-list .list-attr span:last-child{
	margin-right: 0;
}
.loading-more{
	color: #d2d2d2;
	background-color: #f9f9f9;
	border: 1px solid #ededed;
	width: 354px;
	margin: 0 auto;
	height: 46px;
	line-height: 46px;
	text-align: center;
}




.ls-heading{
	text-align: center;
	margin-bottom: 20px;
}
@media (max-width:1024px) {
	.ls-heading{
		font-size: 26px;
	}
	.bs-link-tab li a{
		font-size: 18px;
	}
	.partment-list .desc{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;   
	}
}
@media (max-width:640px) {
	.loading-more{
		width: 100%;
	}
	.partment-list li{
		display: block;
	}
	.partment-list .part-pic{
		margin-right: 0;
		margin-bottom: 25px;
	}
	.partment-list .title{
		margin-bottom: 15px;
	}
	.partment-list .p-tags span{
		display: inline-block;
		border: 1px solid #e5e5e5;
		color: #bcbcbb;
		border-radius: 5px;
		padding: 0 6px;
		margin-right: 4px;
	}
}


.ls-card{
	margin-bottom: 20px;
	border: 1px solid #ececec;
}
.ls-card_bd{
	padding: 25px;
}
.ls-card_hd{
	padding: 10px 20px;
	border-bottom: 1px solid #ECECEC;
}
.ls-card_hd .tt{
	line-height: 1;
	display: inline-block;
	border-left: 5px solid #2373d5;
	padding-left: 12px;
	font-size: 18px;
}
.ls-card_bd p{
	font-size: 16px;
	line-height: 2;
	color: #424242;
}
.partment-logo{
	margin: 0px -16px;
}
.partment-logo li{
	float: left;
	padding: 0 20px;
}
.p-logo-box{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 206px;
	height: 206px;
	border: 1px solid #ececec;
	transition: .3s all;
}
.p-logo-box:hover{
	box-shadow: 0 0 15px #cdcdcd;
	color: #2373d5;
}
.p-logo-box .txt{
	padding: 0 15px;
	margin-top: 15px;
}
.pay-icon{
	margin-right:20px;
	color: #2373d5;
	text-align: center;
}
.pay-icon div{
	margin-top: 10px;
}
.ls-tip{
	margin-top: 20px;
}
.pay-style .flex_bd{
	line-height: 2;
}
@media (max-width:1024px) {
	.pay-icon{
		margin-right: 10px;
	}
	.partment-logo li{
		padding: 5px;
		width: 50%;
	}
	.p-logo-box{
		width: auto;
		height: 150px;
	}
	.pay-style .font16{
		font-size: 13px;
	}
}

.om-list li{
	border-bottom: 1px dotted #aaaaaa;
	padding: 20px 0;
}
.om-list li  .title{
	margin-bottom: 10px;
}
.om-list li .attr{
	margin-bottom: 15px;
	color: #838282;
}
.om-list li .list-intro{
	color: #838282;
	line-height: 2;
}
.om-tabs .hd ul{
	text-align: center;
	height: 40px;
	white-space: nowrap;
	border-bottom: 1px solid #E5E5E5;
}
.om-tabs .hd ul li{
	cursor: pointer;
	font-size: 18px;
	height: 40px;
	margin: 0 20px;
	display: inline-block;
	color: #535353;
}
.om-tabs .hd ul li.on{
	border-bottom: 1px solid #2373d5;
	color: #2373d5;
}
.attr span{
	display: inline-block;
	margin-right: 20px;
}
.commpany-cell{
	margin-bottom: 50px;
}
.c-photo {
    display: block;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    width: 200px;
    height: 200px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
}

.commpany-cell .desc{
	line-height: 2;
	text-indent: 26px;
	margin-bottom: 5px;
}
.commpany-cell .tag-bar{
	margin-bottom: 10px;
}
.commpany-cell .tag-bar .btn{
	padding: 2px 20px;
}
.commpany-cell .foot-lk *{
	display: inline-block;
	vertical-align: middle;
	color: #939393;
}
.commpany-cell .foot-lk a{
	line-height: 24px;
	padding: 0 10px;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
	margin-left: 10px;
}


@media (max-width:750px) {
	.om-tabs .hd ul li{
		margin: 0 5px;
		font-size: 16px;
	}
	.commpany-cell {
		display: block;
	}
	.c-photo{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.commpany-cell .title{
		font-size: 28px;
		margin-bottom: 5px;
	}
}



/* 申请 */
.apl-main{
	padding:30px 20px;
	border: 1px solid #EEEEEE;
}
.apl-cells{
	border-top: 1px dashed #EEEEEE;
	padding: 20px 0;
}
.apl-form-title{
	text-align: center;
	margin-bottom: 15px;
}
.apl-cell_hd{
	font-size: 18px;
	margin-bottom: 20px;
}
.apl-cell_hd .sm{
	font-size: 12px;
	color: #999999;
}
@media (max-width:1024px) {
	.apl-form-title{
		font-size: 18px;
	}
}

.form--label {
	line-height: 32px;
}

.form--row {
	margin-bottom: 20px;
}


.form--row .form-control {
	color: #6e6e6e;
	height: 32px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
}
.form--select .form-control,
.form--select .form-control::placeholder{
	color: #6e6e6e;
}

.form--select {
	position: relative;
}

.form--select::after {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../img/omember/down.png) center no-repeat;
	position: absolute;
	right: 1px;
	top: 1px;
}
.label-radio{
	position: relative;
	display: inline-block;
	padding: 6px 0;
	padding-left:20px;
	cursor: pointer;
	line-height: 1;
}
.label-radio input{
	position: absolute;
	left: 0;
	top: 7px;
}
.label-radio *{
	display: inline-block;
	vertical-align: middle;
	color: #6e6e6e;
}
.form-radios .col{
	float: left;
	width: 50%;
}
.form-radios{
	padding: 3px 0;
}
.apl-footer{
	text-align: center;
	padding-bottom: 30px;
}
.apl-footer .btn{
	width: 200px;
}
.apl-steps{
	text-align: center;
}
.apl-steps .apl-title{
	margin-bottom: 20px;
}
.apl-step-card{
	background-color: #e6f2ff;
	border: 1px solid #d0e7ff;
}
.apl-bottom{
	padding: 10px;
	background-color: #d0e7ff;
	color: #0077f4;
}
.apl-step-body{
	flex-wrap: wrap;
	padding: 20px;
}
.apl-step-body .apl-box{
	border: 3px solid #abd4ff;
	background-image: linear-gradient(#fefeff, #daecff);
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.apl-box img{
	margin-bottom: 5px;
}
.apl-arrow{
	background: url(../img/omember/arrow.png) no-repeat;
	width: 20px;
	height: 14px;
	margin: 0 20px;
}
.apl-step-body .apl-box-ing{
	border-color: #c1efb6;
}
.apl-step-body .apl-box-over{
	border-color: #ffda81;
}


@media (min-width:1024px) {
	.apl-bottom{
		font-size: 16px;
	}
	.apl-bottom span{
		display: inline-block;
		padding: 0 20px;
	}
	.address-row{
		margin: 0 -4px;
		margin-bottom: 10px;
	}
	.address-row .col{
		width: 33.33%;
		float: left;
		padding: 0 4px;
	}
	.form--row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
	}
	.form--label {
		text-align: right;
		width: 160px;
		margin-right: 10px;
	}
	.form-radios .col{
		float: left;
		width: 25%;
	}
}

@media (min-width:1200px) {
	.apl-arrow{
		margin: 0 40px;
	}
	.apl-cell_body{
		padding-left: 160px;
	}
	.apl-cell_body .form--row{
		width: 740px;
	}
	.apl-cell_body .form-lg-row{
		width: 100%;
	}
}

@media (max-width:750px) {
	.address-row .col{
		margin-bottom: 15px;
	}
	.apl-steps .apl-title{
		font-size: 24px;
		text-align: center;
		padding: 0 20px;
	}
	.apl-box{
		margin: 10px 0;
	}
	.apl-arrow:nth-child(4){
		display: none;
	}
	.apl-arrow:nth-child(8){
		display: none;
	}
}


.productlist table {
	width:100% !important;
	border-collapse: collapse;
	border-left: none !important;
	border-right: none !important;
}
.productlist table td {
	width:100% !important;
	border-left: none !important;
	border-right: none !important;
	border-top: 1px solid #a2a2a2 !important;
	border-bottom: 1px solid #a2a2a2 !important;
	padding:10px;
	color:#535353;
}

.productlist table tr td:nth-child(1) {
	width:20% !important;
}
.productlist table tr td:nth-child(2) {
	width:30% !important;
}
.productlist table tr td:nth-child(2) img{
	width:70% !important;
}
.productlist table tr td:nth-child(3) {
	width:60% !important;
}





