/*Input Your Custom CSS Here*/
.showcase {
    position: relative;
    width: 49%;
    float: left;
    height: 17em;
    margin: 1em auto;
    overflow: hidden;
    background: transparent;
}
.showcase.showcase--inverted {
    margin-left: 2%;
}
.showcase h4 {
	font-size: 20px;
	font-weight: 600;
}
.showcase p {
	font-size: 14px;
	line-height: 1.8em;
	margin: 1em 0;
}
.thumbnail {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	right: 300px;
	z-index: 1;
	background-position: 50% 50%;
	transition: right 250ms ease, left 250ms ease;
	padding: 0;
}

.thumbnail--awesome {
	background-image: url(../img/b1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FAFAFA;
}
.thumbnail--awesome1 {
	background-image: url(../img/b2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FAFAFA;
}
.thumbnail--awesome2 {
     background: url(../images/b3.jpg) no-repeat 0px 0px;
}
.thumbnail--awesome3 {
     background: url(../images/b4.jpg) no-repeat 0px 0px;
}
.thumbnail__overlay {
  position: relative;
  padding-top: 8em;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  opacity: 0;
  transition: opacity 250ms ease;
}

.desc {
  position: absolute;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  padding:40px 20px;
  z-index: 2;
  background: #efefef;
  text-align: center;
  transition: background 250ms ease, color 250ms, width 250ms ease, padding 250ms ease;
}
.desc:after {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -10px;
  border-style: solid;
  border-width: 10px;
  border-color: transparent #efefef transparent transparent;
  content: "";
  transition: border-color 250ms;
}

.showcase:hover .thumbnail {
  right: 325px;
  left: -25px;
}
.showcase:hover .thumbnail__overlay {
  opacity: 1;
}
.showcase:hover .desc {
	width: 350px;
	padding-left: 45px;
	padding-right: 45px;
	background: #202426;
	color: #F2F2F2;
}
.showcase:hover .desc:after {
  border-color: transparent #202426 transparent transparent;
}

.showcase--inverted .thumbnail {
  right: 0;
  left: 300px;
}

.showcase--inverted .desc {
  left: 0;
  right: auto;
}
.showcase--inverted .desc:after {
  left: auto;
  right: -20px;
  border-color: transparent transparent transparent #fff;
}

.showcase--inverted:hover .thumbnail {
  left: 325px;
  right: -25px;
}
.showcase--inverted:hover .desc:after {
  border-color: transparent transparent transparent #202426;
}

.showcase_w3layouts {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
/*--showcase--*/
.heading-agileinfo {
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 40px;
	margin-bottom: 1.9em;
	text-align: center;
	color: #000000;
	text-transform: capitalize;
	position: relative;
}
.heading-agileinfo span {
	display: block;
	font-size: 14px!important;
	margin-top: 1em;
	letter-spacing: 4px;
	text-transform: capitalize;
	color: #000000;
	font-weight: normal;
}
.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}
.ser_agile p {
    font-size: 17px;
    color: #000;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.slider-text h1 span {
	color: #E4AA08;
}

/*²éÑ¯*/
.checkbox input:checked::after,
.china-icon,
.en-icon,
.icon-active,
.icon-gou,
.order-icon,
.area-icon,
.dibiao-icon,
.dibiao-blue-icon,
.qizi-blue-icon {
	background: url(../images/icon-img.png) no-repeat;
}

.form-group {
	background-color: #fff;
	border: 1px solid #fafafa;
	border-radius: 5px;
	margin-top: 30px;
}

.form-top {
	padding: 30px;
}

.form-list {
	margin-top: -20px;
	margin-left: -17px;
}

	.form-list li {
		display: inline-block;
		position: relative;
		padding-left: 75px;
		min-width: 209px;
		margin-top: 20px;
		margin-left: 17px;
		vertical-align: top;
		min-height: 33px;
	}

.lablel-title {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 33px;
	white-space: nowrap;
	text-align: right;
	width: 75px;
	font-size: 14px;
}

.must-hint::before {
	content: '*';
	color: #d81e06;
	font-size: 16px;
	margin-right: 2px;
}

.input-contrl,
.select-contrl,
.txt-control {
	display: inline-block;
	width: 188px;
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

	.input-contrl:focus,
	.select-contrl:focus,
	.txt-control:focus {
		border-color: #3399FF;
		outline: 0;
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	}

.select-contrl {
	height: 33px;
	width: 214px;
}

.value-col {
	float: left;
	width: 100px;
	position: relative;
}

	.value-col .input-contrl {
		padding-right: 30px;
		width: 56px;
	}

	.value-col .unit {
		position: absolute;
		right: 1px;
		top: 1px;
		line-height: 31px;
		height: 31px;
		text-align: center;
		background-color: #fafafa;
		width: 30px;
		border-bottom-right-radius: 3px;
		border-top-right-radius: 3px;
		border-left: 1px solid #e1e1e1
	}

.ride {
	float: left;
	padding: 0 5px;
	line-height: 34px;
	color: red;
}

#cblType {
	width: 836px;
	min-height: 33px;
}

.checkbox {
	display: inline-block;
	padding-left: 25px;
	position: relative;
	line-height: 33px;
	font-size: 14px;
	cursor: pointer;
	margin-right: 15px;
	transition: color .3s;
	-webkit-transition: color .3s;
}

	.checkbox:hover {
		color: #3399FF;
	}

	.checkbox input {
		position: absolute;
		top: 50%;
		left: 0px;
		margin-top: -10px;margin-left:0 !important;
		display: inline-block;
		width: 20px;
		height: 20px;
		border: 0;
		outline: 0 !important;
		background-color: transparent;
		-webkit-appearance: none;
		line-height: normal;
	}

		.checkbox input:before {
			content: "";
			display: inline-block;
			width: 18px;
			height: 18px;
			border: 1px solid #e1e1e1;
		}

		.checkbox input:checked::after {
			content: '';
			position: absolute;
			left: 3px;
			top: 3px;
			width: 14px;
			height: 14px;
			background-size: 158px 14px;
			background-position: -42px 0;
		}

.form-list li.ml293 {
	margin-left: 334px;
	text-align: right;
}

.short-btn.submit-btn {
	height: 33px;
	line-height: 33px;
	width: auto;
	font-size: 14px;
	display: inline-block;
	width: 73px;
	text-align: center;
}

.language-btn {
	display: inline-block;
	margin-left: 5px;
	line-height: 31px;
	height: 31px;
	border: 1px solid #e1e1e1;
	text-align: center;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
}

	.language-btn:hover {
		background-color: #fafafa;
	}

.china-icon, .en-icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 3px;
}

.en-icon {
	height: 16px;
	width: 16px;
	background-position: -64px 0;
}

.china-icon {
	height: 16px;
	width: 16px;
	background-position: -32px 0;
}

.search-result {
	margin-top: 40px;
}

.result-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	border: none;
}

	.result-table th,
	.search-result td {
		border: 1px solid #e1e1e1;
		font-size: 14px;
		padding: 8px;
		text-align: center;
		vertical-align: middle;
		white-space: nowrap;
	}

	.result-table th {
		background-color: #f9f9f9;
	}

.custom-table.result-table td {
	white-space: normal;
}

.search-result tbody tr:hover {
	background-color: #f5f5f5;
}

.search-result td.hint-td {
	padding: 20px 8px;
}

.search-result tr.display-none {
	background-color: #fdfdfd;
}

.icon-active {
	display: inline-block;
	height: 16px;
	width: 16px;
	background-position: -16px 0;
	position: relative;
	top: 2px;
	transform: scale(0.8, 0.8);
	-webkit-transform: scale(0.8, 0.8);
}

.icon-gou {
	display: inline-block;
	height: 16px;
	width: 16px;
	background-position: 0 0;
	position: relative;
	top: 2px;
}

.info-p {
	padding: 0px 10px 10px 70px;
	min-height: 20px;
	text-align: left;
	position: relative;
	white-space: normal;
}

	.info-p:first-child {
		padding-top: 10px;
	}

	.info-p .l-txt {
		position: absolute;
		left: 0;
		top: 0px;
		color: #6d6d6d;
		width: 70px;
		line-height: 19px;
		text-align: right;
	}

	.info-p:first-child .l-txt {
		top: 10px;
	}

.remark-txt {
	line-height: 22px;
	white-space: pre-line;
}

.active .icon-active {
	width: 16px;
	height: 2px;
	background-position: -80px 0;
	top: -4px;
}

.form-list li.no-pl {
	padding-left: 0;
}

.txt-control {
	height: 100px;
	width: 885px;
	resize: none;
	overflow: auto;
}

.form-list li.pl0 {
	padding-left: 0;
}

.col-wrap {
	display: inline-block;
	margin-right: 20px;
}

.order-status {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
	background-color: #3399FF;
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 3px;
}

.order-icon,
.area-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 3px;
	position: relative;
	top: 2px;
}

.order-icon {
	background-position: -140px 0;
	margin-right: 3px;
}

.area-icon {
	background-position: -124px 0;
	margin-right: 3px;
}

.dibiao-icon {
	display: inline-block;
	width: 12px;
	height: 14px;
	background-position: -111px 0;
	margin-right: 3px;
	position: relative;
	top: 2px;
}

.info-show {
	padding: 5px 0px 5px 3px;
}

	.info-show li {
		margin-top: 10px;
		text-align: left;
		padding-left: 170px;
		position: relative;
	}

		.info-show li:first-child {
			margin-top: 0;
		}

.row-wrap {
	padding: 5px 0px 10px 0px;
	text-align: left;
}

	.row-wrap:first-child {
		padding-top: 10px;
	}

.dibiao-blue-icon,
.qizi-blue-icon {
	display: inline-block;
	width: 12px;
	height: 14px;
	background-position: -155px 0;
	position: relative;
	top: 2px;
	margin-right: 5px;
}

.qizi-blue-icon {
	background-position: -168px 0;
}

.circle {
	display: inline-block;
	background-color: #3399FF;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.info-wrap {
	display: inline-block;
	margin-right: 20px;
}

.time-lump {
	position: absolute;
	left: 0px;
	top: 3px;
}

	.time-lump .info-wrap {
		margin-right: 0px;
	}

.aera-lump,
.details-lump {
	position: relative;
	padding-left: 17px;
	display: inline-block;
}

	.aera-lump .dibiao-blue-icon,
	.details-lump .qizi-blue-icon {
		position: absolute;
		left: 0;
		top: 2px;
	}

.t-name {
	position: relative;
	padding-left: 19px;
}

	.t-name .dibiao-icon,
	.t-name .area-icon {
		position: absolute;
		left: 0;
		top: 3px;
	}

.show-i {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
	border-bottom: 1px dashed #e1e1e1;
	margin-bottom: -3px;
}

	.show-i i {
		display: none;
		position: absolute;
		left: 50%;
		bottom: 22px;
		font-size: 12px;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		background-color: #3399FF;
		padding: 5px;
		border-radius: 3px;
	}

		.show-i i em {
			font-style: normal;
			display: block;
			color: #fff;
			white-space: nowrap;
		}

	.show-i:hover i {
		display: block;
	}

a.active-btn {
	display: inline-block;
	padding: 2px 5px;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	background-color: #3399FF;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
}

	a.active-btn:hover {
		background-color: #2977c5;
	}

.title-top-lump {
	font-size: 20px;
	margin-bottom: 30px;
}

/*Ñ¡Ôñ¹ú¼Ò*/
.fbt {
	display: none;
	width: 638px;
	box-shadow: 0 0 5px #999;
	background: #fff;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -190px;
	margin-left: -325px;
	z-index: 100;
	overflow: hidden;
	border-radius: 3px;
}

.fbt1 {
	top: 70px;
	margin-top: 0;
}

.fbtitle {
	height: 35px;
	line-height: 35px;
	background: #efefef;
	position: relative;
	padding-left: 10px;
	cursor: move;
}

	.fbtitle h3 {
		font-size: 14px;
		float: left;
		font-weight: normal;
	}

	.fbtitle .boxcolse {
		position: absolute;
		top: 10.5px;
		right: 13px;
		width: 14px;
		height: 14px;
		background: url(../images/gray-close.png) no-repeat;
		background-size: 100% 100%;
		transition: all .3s;
		-webkit-transition: all .3s;
	}

	.fbtitle a:hover {
		opacity: 0.6;
	}

.search_bt {
	float: left;
	margin-left: 50px;
	margin-top: 6px;
	cursor: default;
}

	.search_bt .sstext {
		float: left;
		width: 120px;
		height: 20px;
		border: 1px solid #e1e1e1;
		line-height: 20px;
		border-right: none;
		padding-left: 5px;
		transition: all .3s;
		-webkit-transition: all .3s;
	}

		.search_bt .sstext:focus {
			border-color: #3399FF;
			outline: 0;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102,175,233,.6);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 3px rgba(102,175,233,.6);
		}

	.search_bt .ssbt {
		float: left;
		width: 60px;
		height: 22px;
		line-height: 22px;
		text-align: center;
		border: 0;
		background: #3399FF;
		color: #fff;
		transition: all .3s;
		-webkit-transition: all .3s;
		cursor: pointer;
	}

		.search_bt .ssbt:hover {
			background-color: #2977c5;
		}

.czrow .copytxt {
	width: 42px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	top: 4px;
	right: 20px;
	background: rgb(176, 176, 176);
	color: #fff;
	font-size: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

	.czrow .copytxt:hover {
		color: #fff;
	}

.fbbox {
	padding: 10px;
}

.fbtitle1 {
	margin-bottom: 4px;
}

	.fbtitle1 a {
		font-weight: bold;
		padding: 0 5px;
		line-height: 24px;
		font-size: 14px;
	}

.fbcontent {
	height: 300px;
	max-height: 300px;
	padding: 0 10px;
	overflow-y: auto;
}

.fbctitle1 {
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}

.fbctitle {
	height: 24px;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	color: #666;
}

.fblist {
	padding: 5px 0;
}

	.fblist li {
		width: 279px;
		height: auto;
		padding-left: 5px;
		float: left;
		display: inline-block;
	}

		.fblist li a {
			line-height: 26px;
			display: block;
			padding-left: 10px;
			position: relative;
		}

			.fblist li a::before {
				content: '';
				position: absolute;
				left: 0;
				top: 10.5px;
				width: 5px;
				height: 5px;
				border-radius: 50%;
				background-color: #3399FF;
			}

.right-active {
	position: fixed;
	right: 20px;
	width: 70px;
	height: 75px;
	bottom: 78px;
	background: #ca5725 none repeat scroll 0 0;
	text-align:center; line-height:75px;
	z-index:999999;
}
.wxcs-img{ position:absolute; right:70px; bottom:0; height:388px; width:424px; display:none;}
.right-active:hover .wxcs-img {
	display:block;
}
