.gangqin{display:flex;flex-wrap:wrap;justify-content:space-between}
.gangqin li{width:24%;background:#fff;transition:0.3s ease;border-radius:4px;overflow:hidden}
.gangqin li img{display:block}
.gangqin li .text-box{text-align:center;padding:22px}
.gangqin li .text-box>p{padding:10px 0;border-bottom:1px solid rgba(0,0,0,0.1)}
.gangqin li .text-box>p:last-child{border:none;margin-top:20px}
.gangqin li:hover{margin-top:-5px;box-shadow:0 15px 30px rgba(0,0,0,.1);margin-bottom:5px}
.gangqin li .cont{color:#e53025}

.Service-process{display:flex;flex-wrap:wrap;justify-content:space-between;padding:50px 0;background:#fff}
.Service-process li{width:16.666%;text-align:center}
.Service-process li span{height:68px;display:inline-block;transition:all 0.5s}
.Service-process li .title-3{margin-top:10px}
.Service-process li .number1{width:30px;height:30px;line-height:30px;margin-top:16px;position:relative;border:1px solid rgba(0,0,0,0.2);border-radius:50%;background:#fff;display:inline-block;color:#888;transition:all 0.3s}
.Service-process li .number1 i{position:relative;font-style:normal;z-index:1}
.Service-process li .number1:after{content:'';position:absolute;left:30px;top:50%;width:200px;height:1px;background:rgba(0,0,0,0.1)}
.Service-process li:nth-child(1) span{width:80px;background:url(../bgimg/pg36.png) 5px 0}
.Service-process li:nth-child(2) span{width:42px;background:url(../bgimg/pg36.png) -74px 0}
.Service-process li:nth-child(3) span{width:51px;background:url(../bgimg/pg36.png) -120px 0}
.Service-process li:nth-child(4) span{width:58px;background:url(../bgimg/pg36.png) -175px 0}
.Service-process li:nth-child(5) span{width:56px;background:url(../bgimg/pg36.png) -245px 0}
.Service-process li:nth-child(6) span{width:62px;background:url(../bgimg/pg36.png) -307px 0}
.Service-process li:nth-child(6) .number1:after{display:none}
.Service-process li:hover .number1{color:#fff;border-color:#e53025;background:#e53025}
.Service-process li:hover span{transform:rotateY(180deg)}


.five-points{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;background:#fff}
.five-points li{width:20%;border-right:1px solid rgba(0,0,0,0.05);position:relative;padding:25px}
.five-points li>span{position:absolute;width:44px;height:26px;top:0;left:50%;margin-left:-22px;background:#e53025;color:#fff;display:block;text-align:center;line-height:27px}
.five-points li h3{font-size:16px;font-weight:normal}
.five-points li .title{margin-top:30px;color:#3e3e3e}
.five-points li .infos{margin-top:16px;text-align:center;height:36px;padding:0 20px}
.five-points li .points>div{border:1px solid rgba(0,0,0,0.05);padding:30px 0;text-align:center;position:relative;color:#666}
.five-points li .points>div:last-child{border-top:none}
.five-points li .points>div p:first-child{font-size:16px;margin-bottom:5px}
.five-points li .points>div p:first-child:before{content:'';width:0;height:1px;background:#e53025;position:absolute;top:0;left:50%;transition:all 0.5s 0.1s}
.five-points li .points>div p:first-child:after{content:'';width:0;height:1px;background:#e53025;position:absolute;bottom:0;left:50%;transition:all 0.5s 0.1s}
.five-points li .points>div:hover p:first-child:before{width:100%;right:0;left:0}
.five-points li .points>div:hover p:first-child:after{width:100%;right:0;left:0}
.five-points li .points>div p:last-child:before{content:'';width:1px;height:0;background:#e53025;position:absolute;left:0;top:50%;transition:all 0.5s 0.1s}
.five-points li .points>div p:last-child:after{content:'';width:1px;height:0;background:#e53025;position:absolute;right:0;top:50%;transition:all 0.5s 0.1s}
.five-points li .points>div:hover p:last-child:before{height:100%;top:0}
.five-points li .points>div:hover p:last-child:after{height:100%;top:0}


.major{background:#fff}
.major li{width:25%;float:left;border-right:1px solid rgba(0,0,0,0.05);padding:24px 0;text-align:center}
.major li:last-child{border:none}
.major li a{width:165px;height:36px;border:1px solid rgba(0,0,0,0.05);display:inline-block;margin:8px 0;line-height:35px;color:#444;transition:0.35s}
.major li a:hover{box-shadow:0 0 15px rgba(0,0,0,0.1)}