/* 公共样式表css */
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.module-banner{
	margin: 40px 0 72px 0;
}
.module-banner-box {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.module-banner-head {
	font-weight: normal;
	text-align: center;
	margin-bottom: 40px;
	color: #333;
}
.module-banner-head em {
	display: block;
	margin-bottom: 14px;
	font-style: normal;
	font-size: 30px;
}
.module-banner-head span {
	font-size: 16px;
	opacity: .6;
}
.module-banner-tab{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.module-banner-tab-list {
	/*width: 264px;*/
	height: 558px;
	background-color: #F6F6F6;
}
.module-banner-tab-list ul li {
	color: #fff;
	width: 264px;
	height: 74px;
	cursor: pointer;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.module-banner-tab-list ul li p {
	margin: 0;
	line-height: 70px;
	color: #4AB3AC;
	font-weight: bold;
	font-size: 16px;
}
.module-banner-tab-list ul li .p-blue{
	color: #6A9FE4;
}
.module-banner-tab-list ul li i {
	width: 40px;
	height: 70px;
	display: none;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on {
	opacity: 1;
	height: 70px;
	width: 264px;
	background-image: linear-gradient(to bottom right, #58C6BF, #4AB3AC);
	background-repeat: repeat;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on.on2{
	background-image: linear-gradient(to bottom right, #79ACF0, #6A9FE4);
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on .icon {
	display: inline-block;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on p{
	color: #fff;
	font-weight: bold;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav li:hover {
	background-color: #4AB3AC;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on2:hover {
	background-color: #6A9FE4;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav li p:hover{
	color: #fff;
}
.module-banner-tab .module-banner-tab-list .module-tab-nav .on:hover {
	opacity: 1;
	height: 70px;
}
.icon-warehouse01 {
	background: url(../img/bidding/item001.svg) no-repeat center bottom;
}
.icon-warehouse02 {
	background: url(../img/bidding/item002.svg) no-repeat center bottom;
}
.icon-warehouse03 {
	background: url(../img/bidding/item003.svg) no-repeat center bottom;
}
.icon-warehouse04 {
	background: url(../img/bidding/item004.svg) no-repeat center bottom;
}
.icon-warehouse05 {
	background: url(../img/bidding/item005.svg) no-repeat center bottom;
}
.icon-warehouse06 {
	background: url(../img/bidding/item006.svg) no-repeat center bottom;
}
.module-banner-tab-list-box {
	height: 558px;
	padding-left: 40px;
	width: 100%;
}
.module-tab-box-ma {
	width: 100%;
	opacity: 1;
	z-index: 1;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.module-tab-title h4 {
	padding-bottom: 16px;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #4AB3AC;
	border-bottom: 2px solid #F4F4F4;
}
.module-tab-title1 h4{
	color: #6A9FE4;
}
.module-tab-title .h4-blue{
	color: #6A9FE4;
}
.module-tab-title h4 span{
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 80px;
	height: 2px;
	background-color: #F5A200;
}

.module-tab-title h4 a {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 14px;
	line-height: 24px;
	color: #F5A200;
	cursor: pointer;
}

.module-tab-title h4 a:hover {
	color: #946201;
}

.module-tab-title p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
}
.module-tab-text {
	margin-top: 18px;
	min-height: 180px;
}
.module-tab-text h4 {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.module-tab-text ul li {
	font-size: 14px;
	line-height: 38px;
	cursor: pointer;
	color: #a2a2a2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.module-tab-link a{
	display: flex;
	justify-content: space-between;
	font-weight: 500;
}
.module-tab-link a > span{
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
}
.module-tab-link-time{
	flex: 0 0 auto;
}
.module-tab-link-time p{
	display: inline-block;
	margin-left: 30px;
	color: #888;
}
.module-tab-link-time p span{
	font-weight: 300;
}
.icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}
.icon-bdm {
	background: url(../images/icon-item008-1.svg) no-repeat center;
	background-size: cover;
}
.module-tab-text ul li:hover a {
	color: #F5A200;
}
.module-tab-link {
	position: relative;
}
.module-tab-text ul li.nodata {
	margin-top:100px;
	line-height: 20px;!important;
	text-align: center;
}
.nodata img {
	/*width: 80px;*/
	/*height: 80px;*/
}

.nodata p {
	padding: 0;
}

.icon-bds {
	background: url(../images/icon-item009-1.svg) no-repeat center;
	background-size: cover;
}
.icon-bdx {
	background: url(../images/icon-item010-1.svg) no-repeat center;
	background-size: cover;
}
.module-tab-more a {
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	background: #108cee;
	text-align: center;
	width: 160px;
	display: inline-block;
	line-height: 40px;
	margin-top: 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.module-tab-more a:hover {
	background: #41a6f7
}
.module-tab-case li {
	float: left;
	margin-right: 20px;
}
.module-tab-case li i {
	width: 60px;
	height: 60px;
	border: 1px solid #f0f0f0;
	border-radius: 12px;
	display: inline-block;
}
.icon-case01 {
	background: url(../images/case001.png) no-repeat center;
	background-size: contain;
}
.icon-case02 {
	background: url(../images/case002.png) no-repeat center;
	background-size: contain;
}
.icon-case03 {
	background: url(../images/case003.png) no-repeat center;
	background-size: contain;
}
.icon-case04 {
	background: url(../images/case004.png) no-repeat center;
	background-size: contain;
}
.icon-case05 {
	background: url(../images/case005.png) no-repeat center;
	background-size: contain;
}
.icon-case06 {
	background: url(../images/case006.png) no-repeat center;
	background-size: contain;
}
.module-tab-case li span {
	color: #666;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 24px;
}

.page-num{
	margin-top: 24px;
}
.page-num li{
	float: left;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #4AB3AC;
	margin: 0 20px;
	cursor: pointer;
}
.page-num .li-blue{
	color: #6A9FE4;
}
.page-num .li-activited{
	background-color: #4AB3AC;
	color: #FFFFFF;
}
.page-num li:hover{
	background-color: #4AB3AC;
	color: #FFFFFF;
}
.page-num .li-activited.li-blue{
	background-color: #6A9FE4;
}
.page-num .li-blue:hover{
	background-color: #6A9FE4;
}

.contact_us{
	text-align: center;
}
.contact_us .title{
	margin-top: 30px;
	position: relative;
	z-index: 9;
}
.contact_us .title h5{
	position: absolute;
	width: 100%;
	top: 0;
	line-height: 47px;
	color: #fff;
}
.contact_us .body{
	background: #fafafa;
	padding: 34px 14px 0 14px;
	margin-top: -34px;
	position: relative;
}
.contact_us .body ul {
	padding: 0;
	text-align: left;
	font-size: 14px;
	margin: 0;
}
.contact_us .body ul li{
	display: flex;
	border-bottom: 1px solid #e8e8e8;
	padding: 20px 0;
}
.contact_us .body ul li span:nth-child(2){
	flex: 2;
}
.contact_us .body ul li:nth-last-child(1){
	border-bottom: none;
}
.contact_us .body ul li span{
	flex: 1;
}
.contact_us .body ul li span small{
	display: block;
	color: #808080;
}
.contact_us .body ul li span strong{
	font-weight: 400;
}
.contact_us .body::before{
	content: "";
	position: absolute;
	left: -6px;
	bottom: -6px;
	background: #eee;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.recruit-title{
	padding-top: 30px;
}
.recruit-title p{
	margin: auto;
	text-indent: 28px;
	line-height: 24px;
	font-size: 14px;
}
.recruit-title h6{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
.recruit{
	margin-top: 44px;
}
.recruit .card-header{
	padding: 0;
	border: none;
	background: #fff;
}
.recruit .btn-link {
	color: #dc3545;
	font-size: 18px;
	width: 100%;
	text-align: left;
	box-sizing: border-box;
	height: auto;
	text-decoration: none;
	padding: 10px 20px;
	margin: 0;
}
.recruit .btn-link:hover{
	background: #fbfbfb;
}
.recruit .arrow2-below:before{
	position: absolute;
	right: 13px;
}
.recruit .btn-link strong{
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	margin: auto 0;
	width: 300px;
}
.recruit .btn-link small{
	color: #4E4E4E;
	margin: auto 0;
	line-height: 24px;
	height: 24px;
}
.recruit .btn-link small:nth-child(2){
	width: 220px;
}
.recruit .btn-link small:nth-child(3){
	width: 135px;
}
.recruit .btn-link small:nth-child(4){
	color: #939393;
}
.recruit .btn-link.collapsed.arrow2-below:before{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}
.recruit .btn-link.arrow2-below:before{
	float: right;
	line-height: 27px;
	color: #4E4E4E;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transition: all .3s;

}
.recruit .btn-link:hover{
	color: #d44547;
}
.recruit .card-body{
	background: #fafafa;
	border-top: 1px solid #dee2e6;
}

.recruit .btn-link:hover, .recruit .btn-link:focus{
	text-decoration: none !important;
	box-shadow:none;
}