/*首页主体样式*/
.gray{background-color:#f3f2f2;margin-top:20px;}
.indfocus,.nbox{margin-top:20px;}
.indexrow{padding:0 15px 15px 15px;background-color:#ffffff;}
.navBox {margin-top: 38px;}
.navBox li{margin:14px 0;text-align: center;border: 1px solid #1c69a0;}
.navBox li a{display:block;padding: 20px 10px;background-color: #faf8f8;text-decoration: none;letter-spacing: 0.4em;font-weight: bold;}
.navBox li a:hover{background-color: #1c69a0;color:#ffffff;}
.nbox .page-title{position:relative;padding-bottom:13px;border-bottom:1px solid #d9d9d9;}
.nbox .page-title .title {float: left;font-size:18px;color: #1c69a0;font-weight:bold;padding:0 15px;margin:0;background:url(ico01.png) left center no-repeat;}
.nbox .page-title .more{margin-right:10px;}
.nbox .page-title .more a{color:#7e7e7e;text-decoration:none;}
.nbox .nlist{margin-top:10px;}
.contact{background:url(bg.png) repeat-x;padding:20px 20px 50px 20px;}
.contact p{color:#333;line-height:24px;}
.contact p.tel{background:url(ico02.png) left center no-repeat;}
.contact p.number{background:url(ico03.png) left center no-repeat;}
.contact p.email{background:url(ico04.png) left center no-repeat;}
.contact p.add{background:url(ico05.png) left center no-repeat;}
.spepic{margin-top:15px;}
.spepic img{max-width:100%;}
@media (max-width: 767px){
	.spepic img{max-width:100%;height:auto;}
}