@charset "utf-8";
@import url("reset.css");
@import url("header.css");
@import url("footer.css");

.stitle{width: 100%;height: 95px;line-height: 92px;overflow: hidden;position: relative;margin-bottom:13px;}
.stitle:before,
.stitle:after{content: ''; width:calc((100% - 282px)/2);height: 1px; position: absolute; top:calc((100% - 1px)/2); background: #0059bb;}
.stitle:after{left: 0;}
.stitle:before{right:0px;}
.stitle a{width: 282px;height: 100%;display: block;text-align: center;color: #333333;font-size: 36px;font-weight: bold;margin: 0 auto;position: relative;}
.stitle a:hover{color: #0059bb;}

/*zdlyBox 重点领域信息*/
.zdlyBox{width: 100%;height: auto;overflow: hidden;padding-bottom: 40px;background: url("zwgk_img14.png")no-repeat center bottom;background-size:cover;}
.zdlyBox ul.zdlylist li{width: calc((100% - 60px)/4);height:152px;float:left;margin-right: 20px;margin-top: 20px;}
.zdlyBox ul.zdlylist li:nth-child(4n){margin-right:0px;}
.zdlyBox ul.zdlylist .li-1{background:#ebf8fa; }
.zdlyBox ul.zdlylist .li-2{background:#eeedfb; }
.zdlyBox ul.zdlylist .li-3{background:#edf6fe; }
.zdlyBox ul.zdlylist .li-4{background:#ebf8fa; }
.zdlyBox ul.zdlylist .li-5{background:#fff2f2; }
.zdlyBox ul.zdlylist li a{display:flex;flex-wrap:wrap;width:100%;height:100%;justify-content: center;align-content: center;padding:0px 15px;box-sizing: border-box;}
.zdlyBox ul.zdlylist li a img{margin-bottom:17px;margin-top:4px;}
.zdlyBox ul.zdlylist li a span{display:block;width:100%;text-align:center;font-size:24px;color:#333333;line-height:30px;}

