/******根据不同的项目补全页面通用样式属性*****/
body{
    font-size:15px;
    font-family: "微软雅黑";
    background: #f2f2f2;
}

a{
    color:#333;
    
}
a:hover{
    color:#f00;
}
.bt-box-title .bt-font{font-size: 17px; font-weight: bold;}
.bt-box-title span{height: 40px;}
.bt-box-more{padding-right: 0;}
.bt-box-more a{color: #999; font-size: 15px; line-height: 40px;}
/* Remove default margin. */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;
    padding: 0;
}

.mainbox{width: 100%;background: url("nsr_bg.jpg") repeat-x left top}
.box1{background: url("cont_bg.jpg") no-repeat left top;height: 541px;position: relative}
.lmname{height: 88px;line-height: 88px;width: 210px;background: url("nsr_logo.png") no-repeat center;position: absolute;top:-88px;
    right: 315px;z-index: 999;}

.cont{padding: 35px 75px;}
.cont a{display: inline-block;width: 328px;height: 105px;padding-left: 166px;font-size: 25px;color: #ffffff;font-weight: bold;line-height: 105px;
    margin-top: 35px;margin-left: 45px;margin-right: 45px;}
.cont a:hover{color: #f1f1f1}
.cont a.icon1{background: url("icon1.png") no-repeat center;}
.cont a.icon2{background: url("icon2.png") no-repeat center;}
.cont a.icon3{background: url("icon3.png") no-repeat center;}
.cont a.icon4{background: url("icon4.png") no-repeat center;}
.cont a.icon5{background: url("icon5.png") no-repeat center;margin-left: 255px;}

