h1,h2,h3,h4,h5,h6,body,p,input,form,select,ul,div{
	margin: 0;
	padding: 0;
}
body{
	font-family: '微软雅黑';
}
i{
	font-style: normal;
}
a{
	color: #002744;
}
/*@media (min-width: 1200px){
	.container {
		width: 1600px;
	}
}*/
nav{
	height: 60px;
	line-height: 60px;
	background-color: #fff;
}
.logo{
	display: block;
    text-align: center;
}
.menu{
	font-size: 18px;
	cursor: pointer;
}


#banner{
	padding-top: 60px;
}
#banner p{
	width: 100%;
	/*height: 18.75rem;*/
}
#banner p img{
	width: 100%;
}

#server{
	width: 100%;
	margin-top: 20px;
	background-color: #fff;
	text-align: center;
}
#server .server-text{
	color: #002744;
	font-size: 14px;
	padding: 20px 0;
}
#server .row div{
	border-right: 1px solid #002744;
}


#baoyang{
	width: 100%;
	/*height: 350px;*/
	text-align: center;
	color: #fff;
	background: url('../img/dizhi.jpg') no-repeat;
	background-size: cover;
	margin-top: 20px;
}
#baoyang .lvjing{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
#baoyang h2{
	padding: 80px 0 20px;
}
#baoyang p{
	font-size: 16px;
	padding-bottom: 20px;
}
#baoyang .btn-default{
	background-color: transparent;
	color: #fff;
	margin-bottom: 80px;
}

#demo{
	margin-top: 20px;
	background-color: #fff;
	text-align: center;
	font-size: 16px;
}
#demo img{
	width: 100%;
}
#demo h1{
	padding: 50px 0 30px;
}
#demo p{
	padding-bottom: 30px;
}
#demo .look{
	display: block;
	color: #000;
}


#project{
	width: 100%;
	background-color: #fff;
	margin-top: 20px;
}
#project h2{
	text-align: center;
}
#project .caption{
	height: 190px;
}
#project .caption h3{
	margin-bottom: 20px;
}
#project .thumbnail{
	box-shadow: 0px 3px 5px 0 #ccc;
}

#center{
	margin-top: 20px;
	background: url('../img/mtbg.jpg') no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}
#center .filter{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
#center p{
	padding-top: 20px;
}
#center .btn-default {
    color: #fff;
    background-color: #000;
    border-color: #ccc;
    padding: 8px 20px;
}

#link{
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	text-align: center;
	margin-top: 20px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
#link .row div{
	height: 50px;
	line-height: 50px;
}
#link .my_btn{
	border: 1px solid #000;
	padding: 10px 45px;
	background-color: #002744;
	color: #fff;
}
@media screen and (max-width: 480px) {
	#link .my_btn{
		padding: 7px;
	}
}

footer{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
}