/*首页主体样式*/
.gray{background-color:#f3f2f2;margin-top:10px;}
.nbox .page-title{height:43px;line-height:43px;position:relative;background:#034799;}
.nbox .page-title .title{float:left;margin:0;font-size:18px;color: #fff;line-height:43px;padding-left:50px;}
.nbox .page-title .more{padding-right: 15px;}
.nbox .page-title .more a{color:#fff;font-size:14px;text-decoration:none;}
.nbox .page-title .tit1{background: url(ico01.png) 15px center no-repeat;}
.nbox .page-title .tit2{background: url(ico02.png) 10px center no-repeat;}
.nbox .page-title .tit3{background: url(ico03.png) 10px center no-repeat;}
.nbox .page-title .tit4{background: url(ico04.png) 10px center no-repeat;}
.nbox .page-title .tit5{background: url(ico05.png) 10px center no-repeat;}
.links{background: url(bg.png) right bottom no-repeat;}
.links li{display:inline-block;}
.links li span{font-size:16px;color:#125689;padding:14px 20px;display:block;background: url(ico06.png) left center no-repeat;}
.links li a{color:#5e5e5e;display:block;margin:20px 0;line-height:18px;padding:0 12px;border-right:1px solid #5d5d5d;}
.links li a:hover{color:#125689;}
.links li:last-child a{border-right:none;}
@media (max-width: 767px){
	.nbox .page-title .title{font-size:16px;}
	.nbox .page-title .more{font-size:12px;}
	.links li{width:50%;float:left;}
	.links li:first-child{width:100%;}
	.links li a{margin:10px 5px;border-right:0;}
}