.indexBanner {
	width: 100%;
}

.indexBanner img {
	width: 100%;
}

/* end */
.companyProfile {
	width: 100%;
	height: 490px;
	background: url(../img/companybg.jpg) no-repeat center center;
	background-size: cover;
}

.comTit {
	text-align: center;
	padding: 50px 0 20px 0;
}

.comTit span {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(../img/pagetitbg.png) no-repeat center bottom;
	background-size: 126px 14px;
}

.companyDetail {
	padding: 0 15px;
}

.companyDetail div {
	font-size: 12px;
	text-indent: 2em;
	line-height: 1.8;
	color: #fff;
	margin-bottom: 4px;
}

.companyItem {
	padding: 30px 30px 0 30px;
	display: flex;
	justify-content: space-between;
}

.companyItem .item {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	background: #eb9f1e;
}

.itemTit {
	margin: 20px 0 2px 0;
}

.fontSize-16 {
	font-size: 16px;
}

/* 公司简介 end */
.setBox {
	padding: 0 15px;
	background: #fdf5ec;
}

.setTit {
	text-align: center;
	padding: 50px 0 20px 0;
}

.setTitBig {
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(../img/pagetitbg.png) no-repeat center bottom;
	background-size: 260px 14px;
}

.setTitDet {
	display: block;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	color: #999;
}

.setCont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.setItem {
	width: 50%;
	padding: 8px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.setBg1 {
	background: #f9d447;
}

.setBg2 {
	background: #eb9f1e;
}

.name {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 2px;
}

.nameText {
	font-size: 10px;
	display: block;
}

.setItem img {
	width: 150px;
}

.lookBtn {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}

.lookBtn2 {
	display: flex;
	justify-content: center;
	padding: 20px 0 40px 0;
}

.lookBtn span {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #eb9f1e;
	border-radius: 8px;
}

/* 产品系列end */
.projectIntroduction {
	padding: 0 15px;
	background: #1e1e1e;
}

.proTitBox {
	color: #eb9f1e;
	text-align: center;
	padding: 40px 0 15px 0;
}

.proTit {
	font-size: 20px;
}

.proText {
	font-size: 10px;
	padding-top: 4px;
}

.prodetBg1 {
	background: url(../img/proDetailbg1.jpg) no-repeat center center;
	background-size: 100% 149px;
}

.prodetBg2 {
	background: url(../img/proDetailbg2.jpg) no-repeat center center;
	background-size: 100% 149px;
}

.prodetBg3 {
	background: url(../img/proDetailbg3.jpg) no-repeat center center;
	background-size: 100% 149px;
}

.proDetail {
	padding: 0 15px;
	width: 100%;
	height: 157px;
}

.prodeTitBox {
	display: flex;
	justify-content: space-between;
	padding: 55px 0 0 0;
}

.prodeTit {
	font-size: 18px;
	color: #fff;
	background: url(../img/prline.jpg) no-repeat bottom left;
	background-size: 60px 2px;
	padding-bottom: 8px;
}

.prodeContRight {
	width: 75px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 9px;
	background: #d4a357;
	cursor: pointer;
}

.prodeCont {
	padding-top: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 1.5;
}

/* 项目介绍end */
.caseBox {
	width: 100%;
	padding: 0 25px 50px 25px;
}

.caseTit {
	text-align: center;
	font-size: 20px;
	color: #eb9f1e;
	padding-top: 40px;
}

.caseText {
	text-align: center;
	font-size: 15px;
	padding-top: 15px;
}

.caseTeng {
	text-align: center;
	font-size: 9px;
	color: #666;
	padding-top: 8px;
}

.caseCont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}

.caseItem {
	width: 49%;
	height: 117px;
	position: relative;
	margin-bottom: 8px;
}

.caseItem img {
	width: 100%;
	height: 100%;
}

.caseName {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 8px;
	color: #fff;
	text-align: center;
	background-color: rgba(53, 38, 27, 0.6);
	position: absolute;
	bottom: 0;
	left: 0;
}

/* 项目案例end */
.carousel-control {
	display: flex;
	align-items: center;
}
.carousel-control img{
	width: 22px;
}
.carousel-control.left {
	background-image: none;
}
.carousel-control.right {
	background-image: none;
}
.carousel-caption {
    padding: 4px 0;
}
.carousel-indicators {
    bottom: 4px;
}
.carousel-inner .item img{
	width: 100%;
}