
#secNav h1 {
	display: none;
}

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.main .container {
	width: 1400px;
}
.menu {
	position: absolute;
	bottom: 0;
	height: 70px;
	width: 100%;
	background: rgba(0, 0, 0, 0.2) none repeat scroll !important;
	padding: 0 100px;
	line-height: 70px;
	box-sizing: border-box;
}
.menu ul li {
	float: left;
	width: 20%;
	text-align: center;
	white-space: nowrap;  

 text-overflow:ellipsis; 


}

.menu ul li a {
	color: #fff;
}
.menu ul .active {
	background-color: #ff8534;
}

.main {
	padding-top: 100px;
}
.main .pic-a {
	padding-top: 100px;
	text-align: center;
}
.main .pic-a img {
	width: 100%;
}
.main .title h4 {
	font-size: 40px;
	font-weight: 500;
	color: #000000;
	
	padding-bottom: 30px;
	line-height: 40px;
	background-image: url(../images/title_bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.content {
	color: #959595;
	line-height: 32px;
	
}
.main .top {
	margin-bottom: 50px;
}
.main .bottom {
	padding-top: 100px;
	
	width: 100%;
	background: url(../images/about-bg2.jpg);
	background-size: 100%;
}
.main .bottom ul li {
	position: relative;
	float: left;
	width: 30%;
	margin-right: 5%;
	
}
.main .bottom ul li:nth-last-child(1){
	margin-right: 0;
}
.main .bottom ul li .qiu {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	 width: 150px;
	 height: 150px;
	
	
	 border-radius: 50%;
	
	 /* box-shadow:-10px 10px 70px #ccc; */
 }
 .main .bottom ul li:nth-child(1) .qiu {
	
	background: url(../images/about-c1.jpg) no-repeat;
	
	background-position: center center;
	box-shadow:10px 10px 70px #ccc;
	background-color: #fff;
 }
 .main .bottom ul li:nth-child(2) .qiu {
	
	background: url(../images/about-c2.jpg) no-repeat;
	
	background-position: center center;
	box-shadow:10px 10px 70px #ccc;
	background-color: #fff;
 }
 .main .bottom ul li:nth-child(3) .qiu {
	
	background: url(../images/about-c3.jpg) no-repeat;
	
	background-position: center center;
	box-shadow:10px 10px 70px #ccc;
	background-color: #fff;
 }
 .main .bottom ul li .c-text {
	 padding-top: 180px;
	 text-align: center;
	 
	 
 }
 .main .bottom ul li .c-text h5 {
	 font-size: 20px;
 }
 .main .bottom ul li .c-text p {
	 font-size: 14px;
	 margin-top: 20px;
	 line-height: 30px;
 }
 
 .content p{
     text-align: justify;
 }
@media screen and (max-width: 1450px) {
	.main .container {
		width: 1200px;
	}
}

@media screen and (max-width: 1250px) {
	.main .container {
		width: 1000px;
	}
}

@media screen and (max-width: 1050px) {
	.main {
		background-image: inherit;
		padding-top: 50px;
	}
	
	.main .container {
		width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
		background-color: #FFFFFF;
	}
	.main .pic-a {
		padding-top: 50px;
	}
	.main .title h4 {
		line-height: 45px;
		text-align: center;
		padding-top: 50px;
		background-position: center bottom;
	}
	
	.main .content {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.main .title h4 {
		font-size: 23px;
	}
	.main .pic-a {
		width: 100%;
		
	}
	
	
	.main .bottom {
		display: none;
	}

	
	
}