
.logo-box{
	display: none;
}

.pr-name{
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 20px 0;
	text-align: center;
}

.pro-box{
	background: #FFFFFF;
	cursor: pointer;
	margin-bottom: 10px;
}

.pro-box:hover{
	box-shadow:0 3px 10px #CCCCCC;
}

.pr-name>h4{
	font-family: "微软雅黑";
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
}

.footer{
	/*text-align: center;*/
	min-height: 100px;
	padding-bottom: 50px;
	background: #F5F5F5;		
}

.footer-item{
	text-align: center;
}
.footer-item>h3{
	color: rgb(250, 150, 65);
}
.footer-item>h4{
	font-family: "微软雅黑";
	font-weight: bold;
	font-size: 16px;
}
.footer-item>a{
	display: block;
	padding: 5px 0;
	font-family: "微软雅黑";
	color: #666;
	cursor: pointer;
	font-size: 16px;
}
.banner-title{
	font-family: "微软雅黑";
}
.banner-title>h1{
	font-weight: bold;
	font-size: 40px;
	color: #444;
}
.banner-title>h1>small{
	font-size: 14px;
	color: #ccc;
	background: #454545;
	padding: 3px 10px;
	border-radius: 5px;
	margin-left: 15px;
}
.banner-title>p{
	color: #444444;
	font-size: 18.5px;
	font-weight: 500;
}
.banner-title .price{
	font-size: 40px;
	color: #F2F2F2;
}

.banner-title .price>small{
	font-size: 30px;
	color: #F2F2F2;
}
.banner-title>a{
	background: #f2f2f2;
	padding: 10px 50px;
	font-size: 20px;
	border: none;
}

@media only screen and (min-width: 768px) {
	/*.sui-nav.horizontal .nav-border>ul{
		background-color: #060606;
	}*/
	.sui-nav{
		height: 80px;
		color: #fff;
	}
	.sui-nav a{
		color: #fff;
	}
	.sui-nav.horizontal .sui-nav-wrapper>ul>li{
		line-height: 80px;
		cursor: auto;
	}
	.sui-nav.horizontal{
		border: none !important;
	}
	
	#sui_nav{
		position: absolute;
	}
	
	.sui-nav.horizontal ul{
		background: transparent;
	}
	.logo-box{
		float: left;
		display: block;
	}
	.downapp{
		background: #fff; 
		color: #0083c9 !important; 
		border-radius: 5px; 
		padding: 7px 20px !important; 
		margin-left: 15px;
	}

	
}

.phone-nav{
	background: #fcbd00;
	display: none;
	height: 80px;
	line-height: 80px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}



@media only screen and (max-width: 768px) {
	.phone-nav{
		display: block;
	}
	.col-xs-6{
		padding: 0 5px;
	}
	.banner-title>h1{
		font-size: 30px;
	}
	.banner-title .price{
		font-size: 30px;
	}
	#contant{
		padding-top: 10px;
	}
}