#andy-navbar {
	min-width: 1240px;
}
.andy-container-t .section-title {
	width: 6.4rem;
}
.andy-container-t .section-title .c {
	width: 2.8rem;
}
.andy-container-t .section {
	width: 25%;
	border-right: #cccccc 1px dashed;
}
.andy-container-t a:last-child .section {
	/*margin-right: 0;*/
	border-right: none;
}
.andy-container-t .section .desc {
	text-align: center;
	color: #7e7e7e;	
}
.andy-container-t .section .desc li{
	padding: 3px 0;
}
.andy-container-t .section .pic {
     height: auto; 
     line-height: initial; 
}
.andy-container-t .section .name{
	color: #333333;
	margin: 0.15rem auto;
}

.andy-container-u .section-title {
	width: 8rem;
}
.andy-container-u .section-title .c {
	width: 4.4rem;
}
.andy-container-u .section {
	width: 50%;
}
.andy-container-n .section .pic {
	float: left;
	width: 30%;
}
.andy-container-n .section .intro {
	float: left;
	width: 70%;
	padding-top: 0.6rem;
	padding-left: 0.3rem;
}

/*热点方案*/

.andy-container-solution .section {
	width: 25%;
	padding: 0;
	position: relative;
}
.andy-container-solution .section-title {
	width: 6rem;
}
.andy-container-solution .section-title .c {
	width: 2.4rem;
}
.andy-container-solution .section .solution-name {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
	margin: 0;
	font-size: 0.16rem;
}
.andy-container-solution .section .solution-intro {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	line-height: 0.34rem;
	font-size: 0.14rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	padding: 0.2rem;
	text-align: left;
	display: none;
}
.andy-container-solution .section:hover .solution-intro {
	display: block;
}

/*行业解决方案轮播图*/

.section-industry {
	height: 2.45rem;
	width: 100%;
	margin-bottom: 1.2rem;
	position: relative;
}
.section-industry a,
.section-industry div {
	display: block;
	height: 2.45rem;
	cursor: pointer;
}
.section-industry a {
	position: absolute;
	top: 0;
	width: 0.3rem;
}
.section-industry a.left {
	left: 0;
	background: url(../img/arrow-left.png) no-repeat right center;
}
.section-industry a.right {
	right: 0;
	background: url(../img/arrow-right.png) no-repeat left center;
}
.section-industry a.left:hover {
	background: url(../img/arrow-left-active.png) no-repeat right center;
}
.section-industry a.right:hover {
	background: url(../img/arrow-right-active.png) no-repeat left center;
}
.section-industry div.carousel-inner {
	position: absolute;
	left: 0.8rem;
	top: 0;
	height: 100%;
	width: 10.4rem;
	overflow: hidden;
}
.section-industry div.carousel-inner .item {
	height: 100%;
	width: 10.4rem;
	overflow: hidden;
}
.section-industry div.carousel-inner .item .img {
	float: left;
	width: 2.45rem;
	height: 100%;
	margin-right: 0.2rem;
}
.section-industry div.carousel-inner .item .img:last-child {
	margin-right: 0;
}
.section-industry div.carousel-inner .item .img img {
	width: 100%;
}
.header-nav-blank80 {
	height: 0;
	display: none;
}