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

/* 图片列表 */
.sectionOne{}
.sectionOne ul li img{width: 100%;display: block;}
.sectionOne ul li.qwyx05Img{position: relative;}
.sectionOne ul li.qwyx05Img a{position: absolute;width: 50%;height: 40px;bottom: 38px;left: 0;}
.sectionOne ul li.qwyx13Img{position: relative;}
.sectionOne ul li.qwyx13Img a{position: absolute;width: 50%;height: 40px;bottom: 45px;right: 0;}
.sectionOne ul li.paddingImg{padding: 45px 5.2% 25px;}
/* 底部有表单提交 */
.sectionTwo{padding: 25px 0 32px;background: #f4f4f4;}
.sectionTwo .sectionTwoSon{}
.sectionTwo .sectionTwoSon .formTop{display: flex;height: 38px;box-shadow: 0 0 10px #ccc;border-radius: 3px;margin-bottom: 15px;background: #ffffff;}
.sectionTwo .sectionTwoSon .formTop span{display: inline-block;height: 100%;vertical-align: middle;width: 30px;border-right: solid 1px #ddd;text-align: center;}
.sectionTwo .sectionTwoSon .formTop img{height: 50%;display: inline-block;margin-top: 9px;}
.sectionTwo .sectionTwoSon .formTop input{padding-left: 5px;}
.sectionTwo .sectionTwoSon .formTop .formTopLeft{display: flex;border-right: solid 1px #ddd;}
.sectionTwo .sectionTwoSon .formTop input{width: 32vw;}
.sectionTwo .sectionTwoSon .formTop .formTopRight{display: flex;}
.sectionTwo .sectionTwoSon .formCenter{display: flex;justify-content: space-between;font-size: 12px;margin-bottom: 15px;}
.sectionTwo .sectionTwoSon .formCenter li{width: 48%;height: 30px;display: flex;align-items: center;justify-content: center;background: #ffffff;box-shadow: 0 0 10px #ccc;border-radius: 3px;color: #333;}
.sectionTwo .sectionTwoSon .formCenter li img{margin-right: 10px;}
.sectionTwo .sectionTwoSon .formCenter li i{color: #ff9600;}
.sectionTwo .sectionTwoSon .txtScroll-top{text-align: center;color: #666;height: 30px;}
.sectionTwo .sectionTwoSon .txtScroll-top .bd{height: 100%;}
.sectionTwo .sectionTwoSon .txtScroll-top .bd li{height: 30px;line-height: 30px;}
.sectionTwo .sectionTwoSon .txtScroll-top .bd span{color: #fff;height: 30px;margin-right: 10px;padding: 3px 5px;border-radius: 3px;background: #333;position: relative;}
.sectionTwo .sectionTwoSon .txtScroll-top .bd span::after{position: absolute;content: '';width: 0px;border: 5px solid;border-color: transparent transparent transparent #333;right: -10px;top: 6px;}
.sectionTwo .sectionTwoSon .formBottomBtn{display: flex;margin-top: 25px;justify-content: center;}
.sectionTwo .sectionTwoSon .formBottomBtn button{width: 122px;height: 38px;background: #ff9600;text-align: center;font-size: 14px;color: #fff;line-height: 38px;border: none;border-radius: 3px;}
.sectionTwo .sectionTwoSon .formBottomBtn a{margin-left: 24px;width: 122px;height: 38px;background: #58acbc;text-align: center;font-size: 14px;color: #fff;border-radius: 3px;line-height: 38px;}