.banner {
	width: 100%;
	height: 720px;
	min-width: 1100px;
	margin: 0 auto;
	background: url(../images/banner.jpg) top center no-repeat;
}


/*主要内容区*/

.main {
	width: 100%;
	min-width: 1100px;
	height: 2980px;
	background: url(../images/bg.png) top center no-repeat;
}

.commpanyIntro {
	width: 1100px;
	margin: 0px auto;
	padding-top:80px;
}

.content {
	width: 550px;
	overflow: hidden;
	/*height:400px;*/
	position: relative;
	margin-top:40px;
}
.leftIMG{
	width: 550px;
	height:400px;
	overflow: hidden;
}
.rightcontent {
	position: absolute;
	width: 640px;
	height: 320px;
	right: 0;
	top: 75px;
	background: url(../images/oversroll.png) top center no-repeat;
	z-index: 999;
}


/*滚动*/

.content_3 {
	width:592px;
	height: 195px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position:absolute;
	top:100px;
	left:50px;
}
.content_3 p{
	color:#333333;
	font-size:15px;
	text-indent: 30px;
	line-height: 28px;
}
 .content_3 .mCSB_scrollTools .mCSB_draggerRail{
 	width:12px;
 	height:160px;
 	background-color:red;
 	
 }


/*精品品牌优势*/

.qnz-brand {
	width: 1100px;
	margin: 0px auto;
	height: 950px;
	position: relative;
	background: url(../images/advation.png) top center no-repeat;
	top: 260px;

}

.brandContent {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	top: 110px;
}

.brandContent li {
	display: inline-block;
	width: 350px;
	height: 220px;
	color: white;
}

.brandContent li .brandsesion h3 {
	font-size: 16px;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
	font-weight:bold;
}

.brandContent li .brandsesion p {
	font-size: 14px;
	line-height: 24px;
	width: 295px;
	margin: 0 auto;
}

.brandContent li:first-child {
	position: relative;
	top: -25px;
}

.brandContent li:nth-child(4) {
	position: relative;
	top: 0px;
}

.brandContent li:nth-child(2) {
	position: relative;
	top: 0px;
}

.brandContent li:nth-child(5) {
	position: relative;
	top: -48px;
}

.brandContent li:last-child {
	position: relative;
	top: 0px;
}

.brandContent li:nth-child(2),
.brandContent li:nth-child(5) {
	margin: 0 20px;
}


/*精品案例*/

.exmple {
	width: 1100px;
	height: 1040px;
	margin: 0 auto;
	position: relative;
	top: 150px;
}

.exmpleContent {
	position: relative;
}

.exmpleTitle {
	margin-bottom: 40px;
}

.titleImg {
	margin-bottom: 25px;
	width: 1100px;
	height: 180px;
}

.titleImg img {
	display: block;
	width: 100%;
	height: 100%;
}

.exmpleContent ul {
	width: 1100px;
	height: 470px;
	margin: 0 auto;
}

.exmpleContent ul>li {
	display: inline-block;
	width: 350px;
	height: 220px;
	float: left;
	margin-bottom: 30px;
}

.exmpleContent ul>li:nth-child(2),
.exmpleContent ul>li:nth-child(5) {
	margin-left: 25px;
	margin-right: 25px;
}

.exmpleContent ul>li>div {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}

.exmpleContent ul>li:nth-child(2)>div>p,
.exmpleContent ul>li:nth-child(2)>div .bordder {
	display: none;
}

.exmpleContent ul>li>div>img {
	display: block;
	width: 350px;
	height: 220px;
}

.exmpleContent ul>li>div>p {
	display: block;
	width: 350px;
	height: 220px;
	background-image: url(../images/bgc_color.png);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

.exmpleContent ul>li>div>.bordder {
	width: 338px;
	height: 208px;
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 10001;
	opacity: 0.3;
}


/*尾部*/

.footer {
	width: 1100px;
	margin: 0 auto;
	height: 136px;
	position: relative;
	top: 180px;
}

.footer>div {
	display: inline-block;
	float: left;
}

.footer.logo {
	width: 260px;
	height: 136px;
}

.footer.logo img {
	display: block;
	width: 260px;
	height: 136px;
}

.footerWord {
	margin-left: 20px;
}

.code {
	position: absolute;
	right: 0;
	top: 16px;
}

.footerWord h3 {
	color: #C59F60;
	font-size: 20px;
	line-height: 24px;
	font-weight:bold;
}

.footerWord p {
	color: #ccc;
	font-size: 15px;
}

.last {
	margin-bottom: 13px;
}
.commpanyIntro{
	position: relative;
	padding-bottom: 60px;
}
.swiper-pagination {
	position: absolute;
	left: 25%;
	bottom: 10px;
}

.swiper-pagination-bullet {
	background: #fff !important;
	border: 0;
	margin-right: 10px;
}

.swiper-pagination-bullet-active {
	background: #007aff !important;
	border: 0;
}