body{height: 100%;}
.jpl_banner{height: 400px;background: url('../images/banner.jpg') no-repeat center top;margin-bottom: 70px;}

.jplPage {padding-bottom: 50px;}
.jplPage .jpl_hrefTit{display: flex;justify-content: flex-start;align-items: center;font-size: 22px;color: #333333;font-weight: bold;margin-bottom: 30px;cursor: pointer;}
.jplPage .jpl_hrefTit::before{content: '';display: block;width: 4px;height: 20px;border-radius: 2px;background: #00cfb0;margin-right: 10px;}
.jplPage .jplBtn{width: 120px;height: 40px;border: 1px solid #00cfb0;background: #f6fffc; box-sizing: border-box;color: #00cfb0;display: flex;justify-content: center;align-items: center;border-radius: 20px;margin-left: 12px;}


.jplPage .jpl_hrefTit:hover .jplBtn{background: #00cfb0;color: #fff;}











