.serveW .sec01{padding-top: 40px;padding-bottom: 60px;overflow: hidden;}

.technical-data li{float: left;width: 49%;margin-right: 2%;margin-bottom: 25px;background-color: #f3f3f3;}
.technical-data li:nth-child(2n){margin-right: 0;}
.technical-data li a{position: relative;display: block;padding: 40px 135px;}

.technical-data li p{font-size: 24px;line-height: 36px;color: #000;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.technical-data li span{display: block;font-size: 18px;line-height: 1;color: #9f9f9f;}
.technical-data li .pdf{position: absolute;left:50px;top:50%;width: 56px;height: 56px;margin-top: -28px;background-image: url(../images/icon_pdf.png);background-repeat: no-repeat;background-position: center center;background-size: 100%; }

.technical-data li .load{position: absolute;right:40px;top:50%;width: 56px;height: 56px;margin-top: -28px;background-image: url(../images/icon_load.png);background-repeat: no-repeat;background-position: center center;background-size: 50%;background-color: #c0c0c0;border-radius: 50%;-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear;transition: all 0.2s linear; }
.technical-data li:hover .load{background-color: #44a79b;}

.serveW .sec02{padding: 90px 0;background-image: url(../images/serve_bg.jpg);background-repeat: no-repeat;background-position: right bottom;background-size: 100% 100%;}
.serve-list li{position: relative;float: left;width: 49%;height:400px;padding: 60px 0;box-sizing: border-box;margin-right: 2%;background-color: #deefef;border-radius: 25px;background-position: right 20px bottom 50px;background-size: 225px;background-repeat: no-repeat; }
.serve-list li:last-child{margin-right: 0;background-size: 180px;}
.serve-list li .mes{position: relative;padding: 0 50px;height: 100%;box-sizing: border-box; }
.serve-list li .mes h3{font-size: 32px;line-height: 42px;color: #000;margin-bottom: 8px;}
.serve-list li .mes p{font-size: 20px;line-height: 28px;color: #585858;max-height:112px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical; }

.serve-list li .mes .bt{position: absolute;bottom: 0;left: 0;width: 100%;padding: 0 50px;box-sizing: border-box;}
.serve-list li .mes .bt em{display: block;font-size: 16px;line-height: 28px;color: #000;}
.serve-list li .mes .bt a{display: inline-block;font-size: 30px;line-height: 40px;color: #1d8c88;font-family:'rajdhani-bold';}