.navbar-collapse .navbar-right{
	margin-right: 45px!important;
}

.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: white!important;
}
.tu{
	position: relative;
}
.container{
	margin-left: 0!important;
	margin-right: 0!important;
	padding-left: 0!important;
}
#box1{
	width: 100%;
	height: auto;
	position: absolute;
	margin-top: -15%;
	text-align: center;
}
		
.txt1{
	text-align: center;
	display: block;
	font-size: 30px;	
	color: white;
	font-family: "Times New Roman", Times, serif;
}
.txt2{
	text-align: center;
	display: block;
	font-size: 16px;	
	color: white;
	font-family: "Times New Roman", Times, serif;
}
.txth4{
	margin-top: 10%;	
}
.txth5{
	margin-top: 5%;
}

#bx6{
	width: 100%;
	height: auto;
	/*background-color: yellow;*/
}

.colborder{
	width: 20%!important;
	margin-top: 4%;
	margin-left: 4%;
	padding: 0 0!important;
}
.ig{
	width: 100%;
	height: 100%;
	top: 0;	
	overflow: hidden;
}

.ig img{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto!important;
	transition: all 0.6s;  
}
.ig:hover img{
	transform: scale(1.5); /* 放大1.2倍 */
}

/*我的客户*/
#box3{
	width: 100%;
	height: auto;
	background-color: white;
	position: relative;
}

.hbtn{
	width: 100%;
	background: #f4f3f1;
	margin: 0 auto;
	/*padding-top: 60px;*/
	padding: 60px 20px;
	text-align: center;
	color: rgb(25, 34, 39)!important; 
	font-size: 18px;	
}

/*动态数据的样式*/
#date{
	width: 100%;
	height: 580px;
	background-image: url(../img/about/date1.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.datetxt{
	position: absolute;
	width: 100%;
	height: 20%;
	text-align: center;
	margin: 8% auto;
}
.datetxt1{
	font-size: 60px; 
	color: rgb(255, 255, 255);
}
.datetxt2{
	position: absolute;
	width: 100%;
	height: auto;
	text-align: center;
	/*background: yellow;*/
	margin-top: 20%;
}
.row{
	margin-left: 0px;
	margin-right: 0px;
}
.datetxt2 .col-md-3{
	margin: 0 12px;
}
.datetxt2 .col-xs-6{
	margin: 5px 0px;
}
.col1{
	height: 232px;
	/*border: 1px solid rgb(238,238,238);*/
}
.col1 .txt0{
	text-align: center;
	margin: 25px auto;
	font-size: 48px; 
	color: white;
	font-family: Georgia, serif;
}

.txt{
	text-align: center;
	width: 80%;
	margin: 10px auto;
	font-size: 14px;
    line-height: 1.50em;
    text-align: center;
    color: rgb(255, 255, 255);
	
}

/*底部内容的样式*/
.footer{
	width: 100%;
	height: auto;
	background-color: rgb(25, 32, 37);
}

.foottxt{
	position: absolute;
	font-size: 20px;
    color: rgb(153, 153, 153);
    margin-left: 2%;
    margin-top: 5%;
}
.foottxt2{
	padding-left: 1%;
}
.num{
	color: rgb(153, 153, 153)!important;
	padding-top:10%;
	padding-left: 20%;
}
.foottu{
	margin-top:2%;
	margin-left: 1.5%;
}

/*返回顶部样式*/
#top{
	width: 35px;
	height: 35px;
	background-color: gray;
	opacity: 0.7;
	position: fixed;
	right: 20px;
	bottom: 25px;
	display: none;
}

.toptxt{
	margin: 14px 8px;
	text-align: center;
	font-size: 20px!important;
	font-weight: 100!important;
	color: white!important;
	line-height: 40px;
}









@media (max-width: 500px) { 
	.item img{
		position: relative;
		margin-top: 80px;
	}
	#box1{
		width: 100%;
		height: auto;
		position: absolute;
		margin-top: -23%;
		text-align: center;
	}	
	.col-xs-6 {
    	width: 44%!important;
	}
}

@media (min-width:501px) and (max-width: 601px) { 
	.item img{
		position: relative;
		margin-top: 80px;
	}
	#box1{
		width: 100%;
		height: auto;
		position: absolute;
		margin-top: -25%;
		text-align: center;
	}
	.col-xs-6 {
    	width: 44%!important;
	}
}
@media (min-width:602px) and (max-width: 768px) { 
	.item img{
		position: relative;
		margin-top: 80px;
	}
	#box1{
		width: 100%;
		height: auto;
		position: absolute;
		margin-top: -23%;
		text-align: center;
	}
	.col-xs-6 {
    	width: 44%!important;
	}
	
}
@media (min-width:769px) and (max-width: 892px) { 
	
}
@media (min-width:893px) and (max-width: 992px) {
	
	
}
	
@media (min-width: 993px) and (max-width: 1199px) {
	
}
@media (min-width: 1200px) and (max-width: 1350px) {
	
}
@media (min-width: 1351px) { 
	
}