
/*主页*/

.container {}

.indexTop {}


/*轮播图*/

#indexSwipe {
	margin-top: 50px;
	/*height: calc(60vh - 50px);*/
	position: relative;
	height: 50vh;
}

.swiper-slide{
	height: auto !important;
}
.swiper-wrapper{
	height: auto !important;
}
.indexSwipeItem {
	display: block;
	width: 100%;
	/*height: 100%;*/
	position: relative;
	overflow: hidden;
}

.indexSwipeItem img {
	/*height: 100%;*/
	width: 100%;
}

#indexSwipe .arrow-left {
	background-image: url(../img/index/indexSwiperArrowLeft.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	opacity: 0.0;
	left: 12%;
	transform: translateY(-50%);
}

#indexSwipe .arrow-right {
	background-image: url(../img/index/indexSwiperArrowRight.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 50px;
	opacity: 0.0;
	right: 12%;
	transform: translateY(-50%);
}

#indexSwipe:hover .arrow-right {
	opacity: 0.5;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#indexSwipe:hover .arrow-left {
	opacity: 0.5;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#indexSwipeCover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.star {
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	border-radius: 100%;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 10px;
	width: 100%;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 50px;
	height: 5px;
	border-radius: 0px;
	background: #FFFFFF;
	margin: 0 5px;
	opacity: 1;
	cursor: pointer;
}

.swiper-active-switch {
	background: #ee7700;
}


/*title*/

.titleCon {
	text-align: center;
	margin: 40px 0;
}

.titleCon img {
	height: 3px;
	width: 30px;
}

.titleConMt {
	margin-top: 50px;
}

.titleText {
	font-weight: 100;
	font-size: 26px;
	color: #4c4948;
	margin: 5px 0 5px;
	letter-spacing: 2px;
}

.subTitle {
	font-weight: 100;
	font-size: 12px;
	color: #999;
}


/*核心能力*/


/*边框方案*/

.coreContent {
	width: 98%;
	height: 150px;
	position: absolute;
	top: -10px;
	left: 30%;
	z-index: 2;
	padding-left: 140px;
	padding-top: 30px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}

.coreItem:hover .coreContent {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.coreContentBox {
	border-left: 1px solid #FFFFFF;
}

.coreItem:hover .coreContentBox {
	border-left: 1px solid #EE7700;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.coreContentText {
	font-size: 12px;
	letter-spacing: 1px;
	color: #666;
	line-height: 20px;
	width: 0px;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	margin-left: 20px;
	color: #EE7700;
}

.coreContentPoint {
	display: inline-block;
	width: 8px;
	margin-right: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #EE7700;
}

.coreItem:hover .coreContentText:nth-child(1) {
	width: 100%;
	-webkit-transition: 0.8s 0s;
	-moz-transition: 0.8s 0s;
	-ms-transition: 0.8s 0s;
	-o-transition: 0.8s 0s;
	transition: 0.8s 0s;
}

.coreItem:hover .coreContentText:nth-child(2) {
	width: 100%;
	-webkit-transition: 0.8s 0.3s;
	-moz-transition: 0.8s 0.3s;
	-ms-transition: 0.8s 0.3s;
	-o-transition: 0.8s 0.3s;
	transition: 0.8s 0.3s;
}

.coreItem:hover .coreContentText:nth-child(3) {
	width: 100%;
	-webkit-transition: 0.8s 0.4s;
	-moz-transition: 0.8s 0.6s;
	-ms-transition: 0.8s 0.6s;
	-o-transition: 0.8s 0.6s;
	transition: 0.8s 0.6s;
}

.coreItem:hover .coreContentText:nth-child(4) {
	width: 100%;
	-webkit-transition: 0.8s 0.9s;
	-moz-transition: 0.8s 0.9s;
	-ms-transition: 0.8s 0.9s;
	-o-transition: 0.8s 0.9s;
	transition: 0.8s 0.9s;
}

.coreCon {
	width: 85%;
	margin: 0 auto 50px;
	text-align: center;
	font-size: 16px;
	color: #4c4948;
	position: relative;
}

.coreItem {
	width: 25%;
	position: relative;
}

.coreItem img {
	width: 100px
}

.coreItem.coreItem01 img {
	width: 160px;
	margin-top: -60px;
}
.coreText {
	position: relative;
	top: 0px;
	left: 0;
	z-index: 100;
	color: #4c4948;
	letter-spacing: 2px;
	margin-top: 5px;
}

.coreItem:hover .coreText {
	color: #EE7700;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}


.largeCon {
	width: 86%;
	margin: 0 auto;
	overflow: hidden;
}

.largeTop {
	width: 100%;
}

.largeTopItem {
	width: 49.5%;
	background-color: #f8f7f7;
	border: 1px solid #ebeaea;
	padding: 26px 26px 26px 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.largeTopLine{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 2px;
	width: 0px;
	background-color: #EE7700;
}
.largeBottomLine{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 2px;
	width: 0px;
	background-color: #EE7700;
}
.largeLeftLine{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 0px;
	width: 2px;
	background-color: #EE7700;
}
.largeRightLine{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 0px;
	width: 2px;
	background-color: #EE7700;
}


.largeTopItem:hover {
	/*border: 1.2px solid #ee7700;*/
	/*padding: 25.8px 25.8px 25.8px 49.8px;*/
	background-color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.largeTopItem:hover .largeTopTitle {
	color: #ee7700;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.largeTopItem:hover .largeTopSubtitle {
	color: #ee7700;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.largeTopItem:hover .largeTopImg {
	/*background-size: 105%;*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}



.largeTopItemBottom {
	position: relative;
	width: 49.5%;
	background-color: #f8f7f7;
	border: 1px solid #ebeaea;
	padding: 26px;
	box-sizing: border-box;
	overflow: hidden;
}

.largeTopItemBottom:hover {
	/*border: 1.2px solid #ee7700;*/
	/*padding: 25.8px;*/
	background-color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.largeTopItemBottom:hover .largeTopTitle {
	color: #ee7700;
}

.largeTopItemBottom:hover .largeTopSubtitle {
	color: #ee7700;
}

.largeTopItem:hover img {
	/*opacity: 0;*/
	transform: scale(1.2);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.largeTopItemBottom:hover img {
	/*opacity: 0;*/
	transform: scale(1.05);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.largeTopImg {
	overflow: hidden;
	width: 40%;
	margin-left: 20px;
	position: relative;
	background-size: 100%;
	background-position: center center;
}

/*.largeTopItem:nth-child(1) .largeTopImg {
	background-image: url(../img/index/largeImgBg01.png);
}

.largeTopItem:nth-child(2) .largeTopImg {
	background-image: url(../img/index/largeImgBg02.png);
}

.largeBottom .largeTopImg {
	background-image: url(../img/index/largeImgBg03.png);
}*/

.largeTopImg img {
	width: 100%;
	display: block;
}

.largeTopText {
	width: 50%;
}

.largeTopTitle {
	color: #333;
	letter-spacing: 1px;
	margin: 1.2vw 0 0.2vw;
	line-height: 1.5vw;
	height: 1.5vw;
	font-size: 1vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.largeTopSubtitle {
	letter-spacing: 1px;
	font-size: 1.8vw;
	line-height: 2.2vw;
	height: 2vw;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.largeTopContent {
	color: #7b7877;
	text-align: justify;
	font-size: 13px;
	line-height: 20px;
	margin-top: 2.8vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.largeBottom .largeTopItemBottom {
	width: 100%;
}

.largeBottom .largeTopImg {
	margin-left: 0;
	margin-right: 50px;
	width: 60%;
}

.largeBottom .largeTopText {
	width: 30%;
}

.productsCon {
	width: 86%;
	margin: 0 auto;
}

.productItem {
	width: 23%;
	float: left;
	margin: 0 1%;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
	top: 0px;
	background-color: #f8f7f7;
	border: 1px solid #ebeaea;
}

.productImg {
	background-size: 100%;
	overflow: hidden;
	position: relative;
}

.productItem img {
	width: 100%;
	display: block;
}

.productImgCover {
	position: absolute;
    top: 40%;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
    opacity: 0;
}

.productImgTitle {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	width: 100%;
	transform: scale(5);
	line-height: 40px;
	opacity: 0;
	background-color: rgba(247, 100, 2, 0.76);
}

.productImgSubtitle {
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
	opacity: 0;
	color: #FFFFFF;
	text-align: center;
	width: 100%;
    margin-top: 20px;
	transform: scale(3);
}

.productItem:hover .productImgTitle {
	opacity: 1;
	transform: scale(1);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.productItem:hover .productImgSubtitle {
	opacity: 1;
	transform: scale(1);
	-webkit-transition: 0.5s 0.3s;
	-moz-transition: 0.5s 0.3s;
	-ms-transition: 0.5s 0.3s;
	-o-transition: 0.5s 0.3s;
	transition: 0.5s 0.3s;
}

.productItem:hover .productImgCover {
	opacity: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.productItem:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	transform: scale(1.05);
}

.productTitle {
	text-align: center;
	font-size: 1.3vw;
	color: #4c4948;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 20px 0 5px;
}

.productContent {
	margin: 0 auto;
	text-align: justify;
	width: 90%;
	font-size: 12px;
	line-height: 18px;
	height: 54px;
	color: #7b7877;
	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;*/
}

.productItem:hover {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
	background-color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.productItem:hover .productTitle {
	color: #ee7700;
}

.productItem:hover .productContent {
	color: #ee7700;
}

.productItem:hover .largeTopImgCover {
	display: none;
}

.customersCon {
	width: 76%;
	margin: 0 auto 50px;
}

.customersItem {
	width: 12.5%;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
}

.customersItem img {
	width: 100%;
}

.customersItem:hover {
	border: 1px solid rgba(0,0,0,0.03);
}

.uniqueCustomerItem{
    display: inline-block;
    text-align: center;
    width: 42%;
    height: 200px;
    background: url(../img/index/uniqueCustomersItem.png) no-repeat center;
    background-size:contain;
}

.uniqueCustomerItem:hover{
    background-image: url(../img/index/uniqueCustomersItemH.png);
}

.titleCon.margin-reset{
    margin-bottom: 0;
}

@media only screen and (min-width: 100px) and (max-width: 1400px) {
	.coreContent {
	width: 98%;
	height: 150px;
	position: absolute;
	top: -10px;
	left: 30%;
	z-index: 2;
	padding-left: 115px;
	padding-top: 30px;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	border-radius: 5px;
}
}