.banner{margin-top: 64px;display: block;}
.banner img{width: 100%;display: block;}

/* 模块一 */
.sectionOne{padding: 42px 0 40px;}
.sectionOne ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.sectionOne ul li{width: 48%;margin-bottom: 25px;}
.sectionOne ul li .spImgLayout{position: relative;height: 100px;}
.sectionOne ul li .spImgLayout img{width: 100%;height: 100%;}
.sectionOne ul li .spImgLayout i{position: absolute;width: 100%;height: 100%;content: "";background: rgba(0, 0, 0, 0.5);left: 0;top: 0;text-align: center;font-size: 24px;color: #fff;line-height: 100px;}
.sectionOne ul li p{font-size: 15px;color: #ff9600;font-weight: bold;margin-top: 10px;}
.sectionOne ul li span{font-size: 12px;color: #333333;}
/* 模块二 */
.sectionTwo{background: url("../images/spyx/spyxBg01.png")/*tpa=http://szm.1000-x.cn/images/spyx/spyxBg01.png*/ no-repeat center/100%;height: 115vw;width: 100%;}
.sectionTwo .wrap{padding-top: 20px;}
/* 模块三 */
.sectionThere{}
.sectionThere .sectionThereSon{padding: 30px 0 25px;}
.sectionThere .sectionThereSon ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 25px;}
.sectionThere .sectionThereSon ul li{width: 48%;}
.sectionThere .sectionThereSon ul li img{display: block;width: 100%;}
.sectionThere .sectionThereSon ul li p{font-size: 13px;line-height: 32px;margin-bottom: 15px;color: #311f59;font-weight: bold;text-align: center;}
/* 模块四 */
.sectionFour{background: #f4f4f4;}
.sectionFour .sectionFourSon{width: 88%;margin: 0 auto;padding: 35px 0 10px;}
.sectionFour .sectionFourSon ul{margin-top: 32px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.sectionFour .sectionFourSon ul li{width: 48%;margin-bottom: 17px;}
.sectionFour .sectionFourSon ul li .textLayout{background: #311f59;display: flex;align-items: center;justify-content: center;height: 75px;flex-direction: column;margin-bottom: 3px;}
.sectionFour .sectionFourSon ul li:nth-child(2n) .textLayout{margin-bottom: 0px;margin-top: 3px;}
.sectionFour .sectionFourSon ul li .textLayout p{font-size: 10px;color: #999999;}
.sectionFour .sectionFourSon ul li .textLayout h5{font-size: 15px;color: #ff9600;font-weight: bold;}
.sectionFour .sectionFourSon ul li img{display: block;width: 100%;}