/*swiper轮播*/
.swiper-container {
	width: 100%;
	min-width: 1200px;
}

.swiper-slide {
	text-align: center;
	font-size: 14px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container img {
	width: 100%;
	height: 450px;
}


.swiper-pagination-bullet{
	width: 16px!important;
	height: 16px!important;
}
/*公告*/
.notice .width{
	height: 76px;
	line-height: 76px;
}
.notice .noticeColor{
	font-size: 24px;
	color: #75db26;
}
/*滚动*/
.notice .swiper-container2{
	width: 1080px;
	min-width: 1080px;
}
.swiper-container2 div {
	height: 76px;
}
.swiper-container2 div .fl{
	width: 900px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/*主体*/
.main{
	background: #eee;
	padding: 20px;
}
/*快捷登录*/
.loginBox{
	width: 350px;
	background: #fff;
	margin-right: 20px;
}
.loginHeader{
	height: 76px;
	line-height: 76px;
	text-align: center;
	border-bottom: 1px solid #eee;
}
.loginTxt{
	color: #333;
	font-size: 24px;
	margin-left: 20px;
}
.loginEng{
	font-size: 18px;
	padding: 0 10px;
}
.loginHeader b{
	display: inline-block;
	width: 10px;
	height: 21px;
	background: #75db26;
}
.login,.products{
	height: 290px;
	overflow: hidden;
}
.login a{
	display: block;
	width: 270px;
	height: 60px;
	margin: 10px 40px 0;
}
/*公司旗下产品*/
.productsBox{
	width: 829px;
	background: #fff;
}
.products li{
	float: left;
	margin: 20px 0 20px 20px;
}
.products li img{
	width: 250px;
	height: 250px;
}
.products li img:hover{
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
/*核心业务*/
.CoreBox,.productBox{
	background: #fff;
}
.core{
	background: url(../img/coreBg.png) no-repeat;
}
.CoreBox li{
	float: left;
	width: 16.6%;
	height: 400px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}
.CoreBox li.active2{
	background: rgba(148, 218, 86, 0.8);
}
.CoreBox li img{
	width: 75px;
	margin-top: 112px;
}
.CoreBox li img.active3{
	margin-top: 80px;
}
.CoreBox li .heng{
	width: 60px;
	height: 4px;
	background: #fff;
	margin: 10px auto 20px;
}
.CoreBox li p{
	font-size: 24px;
}
.CoreBox li .coreOver div{
	font-size: 18px;
	margin: 10px;
}
.coreLi{
	display: block;
}
.coreOver{
	display: none;
}
/*产品介绍*/
.productBox li{
	float: left;
	margin: 20px 0 20px 40px;
}
.productBox li img{
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
}
.productBox li img:hover{
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.productBox li p{
	width: 250px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.introduce{
	height: 80px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: url(../img/introduce.jpg) no-repeat;
	padding: 50px 0;
}
.introduce p{
	margin-bottom: 10px;
}
.mapBox{
	text-align: center;
}
/*公司简介*/
.profileBox,.newsIndexBox{
	width: 590px;
	background: #fff;
}
.profileBox{
	margin-right: 20px;
}
.profile img{
	width: 210px;
	height: 230px;
	padding: 30px 20px 20px;
}
.profile .fr{
	width: 330px;
	height: 230px;
	font-size: 16px;
	padding: 30px 10px 0 0;
	overflow: hidden;
}
/*新闻动态*/
.newsIndex img{
	width: 210px;
	height: 100px;
	padding: 20px;
}
.newsIndex .fr{
	width: 330px;
	height: 100px;
	font-size: 15px;
	padding: 20px 10px 0 0;
	overflow: hidden;
}



