/* public*/

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width : 768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width : 992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width : 1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.col-xs-1-5 {
	width: 20%;
	float: left;
}

@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
}

@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
}

.margin-top {
	margin-top: 100px !important;
}

.margin-top-page {
	margin-top: 30px !important;
}

.margin-bottom-page {
	margin-bottom: 15px !important;
}

.no-border {
	border: 0px !important;
}

.no-padding{
	padding: 0;
}

.padding-left-sm{
	padding: 0 0 0 10px;
}

.bg-gray {
	background-color: #F1F1F1;
}

.bg-white {
	background-color: #FFFFFF;
}

/*index*/
.carousel-inner {
	height: 700px;
	margin-top: 80px;
}

.page {
	padding: 40px 0 100px 0;
}

.page-header {
	text-align: center;
	border: 0px;
	margin-bottom: 50px;
}

.page-header h1 {
	margin-bottom: 5px;
	font-size: 40px;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(4, 191, 215, 1)), to(rgba(0, 95, 163, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.about p {
	font-size: 14px;
}


#business {
	margin-bottom: 50px;
}


#business .business-box {
	padding: 0 10px;
	border: 0;
	border-radius: 0;
	background-color: #f1f1f1;
}

.hid {
	width: 95%;
	height: 0%;
	background-color: rgba(43, 179, 253, 1);
	top: 0px;
	position: absolute;
	opacity: 0;
	display: block;
	font-size: 12px;
	transition: 0.3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	text-align: left;
}

.hid p {
	color: #FFFFFF;
	padding: 10px 30px;
	font-size: 15px;
	text-indent: 30px;
	vertical-align: middle;
}

.thumbnail:hover .hid {
	width: 95%;
	height: 170%;
	color: #656e73;
	opacity: 1;
	text-decoration: none;
}

#news .thumbnail {
	padding: 0;
}

#news .title {
	text-shadow: 0px 0px 0px #333333;
	/* padding: 5px 5% 15px 5%; */
	text-align: left;
	margin-bottom: 0;
	background-color: #e7e7e7;
	color: #7f7f7f;
	height: 88px;
}

#news .title p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0 5px 0;
	font-size: 13px;
}

#news .title-top {
	height: 40px;
}


#news .title .time {
	/* margin: 10px 0 5px 0; */
	color: #7f7f7f;
	background-color: #00ACE9;
	/* width: 60px; */
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0;
	border-radius: 5px;
}

#news .title .time .date {
	font-size: 30px;
	margin: 0;
}

#news .title .time .month {
	font-size: 10px;
	margin: 0;
}


#news .title h3 {
	text-align: left;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	
}

#news a {
	text-decoration: none;
}

#news img{
	height: 175px;
}

.btn-bottom a {
	background-color: #03a8cb;
	color: #ffffff;
	width: 100px;
	margin-top: 30px;
	transition: all 0.3s;

}

#building p {
	font-size: 16px;
	text-indent: 28px;
	margin-top: 20px;
}

/* .apply h4 {
	border: 1px solid #777777;
	padding: 10px;
	margin: 0 20%;
	text-align: center;
	color: #000000;
	font-size: 25px;
}

.apply .apply-item {
	margin-bottom: 30px;
}

.apply .caption {
	margin-top: 40px;
}
 */
.product h4 {
	color: #F67A30;
}

.product a {
	text-decoration: none;
}

.foot {
	padding-top: 20px;
	background-color: #333333;
	height: 120px;
	color: #EEEEEE;
	text-align: center;
}

.foot p {
	font-size: 14px;
	margin-bottom: 5px;
}




.title-page {
	font-size: 16px;
	margin-bottom: 80px;
}

.products-buy {
	text-align: center;
}

.products-buy span {
	color: red;
	font-size: 25px;
}

.details-text {
	margin: 30px 0px;
	text-align: left;
}

.details-text span {
	color: #d5392b;
	font-size: 16px;
}

.message-top {
	margin-bottom: 20px;
}


.message-time {
	text-align: right;
}

.bd-box {
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
}

.addition,
.subtraction {
	width: 17px;
	padding: 0 6px;
	color: #727171;
	font-size: 18px;
	cursor: pointer;
	border: 1px solid #d3d3d3;
}

.number-box {
	width: 100px;
	border: 1px solid #d3d3d3;
}

.row span {
	color: red;
}

/**/

.jumbotron {
	margin-top: 80px;
	height: 300px;
	background-image: url(../img/3.jpg);
}

.left-list {
	border-right: 1px solid #e2e2e2;
	padding: 0;
	padding-bottom: 10px;
}

.left-list a {
	text-decoration: none;
	color: #333333;
	display: block;
}


.left-list .fa-item {
	background-color: #2BB3FD;
	color: #FFFFFF;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 21px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.left-list .son-item {
	height: 45px;
	border-bottom: 1px solid #e2e2e2;
	margin: 0 0 0 50px;
	line-height: 45px;
	font-size: 15px;
	padding-left: 10px;
	transition: all 0.3s;
}

.left-list .son-item:hover {
	color: #F08600;
	font-size: 16px;

}

.left-list .active {
	color: #F08600;
	font-size: 16px;
}

.left-list i {
	padding-right: 10px;
	font-size: 20px;
}

.right-list {
	padding-left: 50px;
}

.right-list .right-list-title {
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.right-list p {
	text-indent: 28px;
	font-size: 16px;
}

.right-list img {
	padding: 10px 0;
	margin-bottom: 10px;
}


.right-list .item-img {
	padding: 0;
	height: 200px;
}

.right-list .prodcut-img {
	padding: 0;
	height: 200px;
}

.news-item {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	padding: 0;
	margin-bottom: 40px;
}

.right-list .item-right {
	background-color: #EEEEEE;
	height: 200px;
	padding: 20px 20px 0;
}

.right-list .item-right h3 {
	margin-bottom: 20px;
}

.right-list .item-right p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.right-list .img-list div {
	margin-bottom: 20px;
}

.right-list .img-list p {
	font-size: 14px;
	text-align: center;
}

.right-list .img-list img {
	height: 300px;
}

.right-list .son-campany a {
	text-decoration: none;
	padding: 10px;
	display: block;
	background-color: #00ACE9;
	color: #FFFFFF;
	text-align: center;
	margin: 10px;
	border-radius: 10px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	transition: all 0.3s;
}

.right-list .son-campany a:hover {
	background-color: #269ABC;
	color: #FFFFFF;

}




.apply .box {
	width: 1000px;
	height: 400px;
	transform-style: perserve-3d;
	margin: 0 auto;
	position: relative;
}

.apply .box img {
	width: 450px;
	position: absolute;
	top: 60px;
	transition: all .3s linear;
	border-radius: 8px;
}

.apply .box:hover .btn {
	opacity: 1;
}

.apply .front {
	left: 0px;
}

.apply .back {
	left: 550px;
}

.apply .active {
	left: 280px;
	transform: scale(1.5);
	z-index: 10;
}

.apply .btns .btn {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	font-size: 50px;
	font-family: "寰蒋闆呴粦";
	color: rgba(255, 255, 255, .5);
	line-height: 55px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	transition: opacity .3s linear;
}

.apply .btns .btn:first-child {
	top: 125px;
}

.apply .btns .btn:last-child {
	top: 125px;
	right: 0px;
}