ul,li{list-style:none;text-align:center}
a{text-decoration:none;}
span{font:bold 30px 宋体;}
.left1{float:left}
.right1{float:right}

.sfDiv11{float:left}
.sfDiv12{width:679px;height:90px;float:right;}
.sfDiv12 ul li{font:bold 15px 宋体;line-height:90px;width:97px;float:left;}
.sfDiv12 ul .li1{background: #26ac7b;}
/*.sfDiv12 ul li:hover{background:#26ac7b;} 这两个伪类组合也可以实现导航栏类似的效果*/
.sfDiv12 ul .li1 a{color:white;}
/*.sfDiv12 ul li a:hover{color:white;} 但实测观感体验较差，已放弃，改用javascript实现*/
.white{color:white;}
.sfDiv322 p,a{color:#888;}/*整合设置颜色相同的多个p和a标签*/

/*二层企业新闻，公司简介导航栏，以及企业新闻详情*/
/*左侧导航栏*/
.sfContent .sfNav1{width:230px;height:384px;margin-left:-5px;background:white;float:left}
.sfNav1 ul li{width:230px;height:50px;font:16px 宋体;line-height:50px;transition:1s;color:#555;}
.sfNav1 ul li a{color:#555;}
.sfNav1 ul li:hover{background:#26ac7b;transform:scale(1.1);}
.sfNav1 ul li a:hover{text-decoration:underline;}
.sfNav1 .sfLi1{width:230px;height:80px;background: #26ac7b;padding:20px;box-sizing:border-box}
.sfNav1 .sfLi1 a{color:white;height:40px;font:16px 宋体;display:block;}

/*右侧白色横条*/
.sfContent:after{clear:both;content:'';display:block;}
.sfDetail1 .sfDetail11{width:741px;height:40px;background:white;padding:0 16px;box-sizing:border-box;color:#888}
.sfDetail11 span{font:16px bold 宋体;height:40px;line-height:40px;}
.sfDetail11 span a:hover{text-decoration:underline;}
.sfDetail11 .sfd1{margin-left:6px;color: #44b184}
.sfDetail11 .sfd2 a{font:12px 宋体;}
/*产品案例*/
.sfDiv4{height:260px;}
.sfDiv41{height:40px;background:#26ac7b;line-height:40px;}
.sfDiv41 span{margin:0 5px;color:white;font:35px 黑体;
    font-weight:bolder;line-height:40px;}
.sfDiv41 a{color:white;}
.sfDiv42{padding:30px 25px;box-sizing:border-box;background:white;height:210px;width:980px;}
.sfDiv42 .div1{width:920px;height:170px;overflow:hidden;position:relative;}
.sfDiv42 .div1 ul{position:absolute}
.sfDiv42 ul li{float:left;width:230px;height:170px;}
.sfDiv42 ul li div{width:230px;height:170px;text-align:center;}
.sfDiv42 ul li div p{font:12px 宋体;color:gray;margin-top:10px;}

.footer0{height:5px;width:1736px;background:#ebe4d2;}
.footer{background:white;height:140px;}
.footer1{width:980px;margin:0 auto;color:gray;padding-top:20px;}