/* method */
.method{
    padding: 100px 0;
    background: url(../images/method_bg.png) no-repeat center bottom;
}
.method .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.method .wrap .list{
    width: 280px;
}
.method .wrap .list .pic{
    width: 100%;
    height: 420px;
    background-color: #ffffff;
    border-radius: 9px;
    padding: 10px;
    transition: all 0.3s;
}
.method .wrap .list:hover .pic{
    background-color: #edc79b;
}
.method .wrap .list .pic img{
    border-radius: 9px;
    border: 1px solid #edc79b;
}
.method .wrap .list .para{
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}
.method .wrap .list:hover .para{
    color: #edc79b;
}
/* endo */
.endo{
    padding: 100px 0;
}
.endo .tab{
    display: flex;
    justify-content: center;
}
.endo .tab .opt{
    width: 180px;
    height: 52px;
    background-color: #333;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
    line-height: 52px;
    text-align: center;
}
.endo .tab .opt.on{
    background-color: #FF4848;
}
.endo .tab .opt + .opt{
    margin-left: 20px;
}
.endo .wrap{
    width: 1200px;
    margin: 45px auto 0;
    position: relative;
}
.endo .wrap .wrall + .wrall{
    display: none;
}
.endo .wrap .box{
    background-color: #fafafa;
    border: solid 1px #e0e0e0;
    display: flex;
}
.endo .wrap .box .opti{
    width: 150px;
    display: flex;
    flex-wrap: wrap;
}
.endo .wrap .box .opti .li{
    width: 100%;
    height: 82px;
    background-color: #333333;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 82px;
}
.endo .wrap .box .opti .li.on{
    background-color: #FF4848;
}
.endo .wrap .box .opti .li + .li{
    margin-top: 1px;
}
.endo .wrap .box .con{width: 1000px;padding: 20px;}
.endo .wrap .box .con .item{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.endo .wrap .box .con .item + .item{
    display: none;
}
.endo .wrap .box .con .item .list{
    width: 310px;
    height: 222px;
    background-color: #ffffff;
    border: solid 1px #e0e0e0;
    padding: 16px;
    margin-right: 15px;
}
.endo .wrap .box .con .item .list:nth-child(3n){
    margin-right: 0;
}
.endo .wrap .box .con .item .list:nth-child(n+4){
    margin-top: 15px;
}
.endo .wrap .box .con .item .list .top{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.endo .wrap .box .con .item .list .top .avatar{
    font-size: 36px;
    line-height: 100%;
    width: 60px;
    height: 60px;
    border: solid 1px #333333;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.endo .wrap .box .con .item .list .top .tit{}
.endo .wrap .box .con .item .list .top .tit .para{
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 12px;
}
.endo .wrap .box .con .item .list .top .tit .attest{
    width: 82px;
    height: 24px;
    background-color: #666666;
    border-radius: 12px;
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    padding-left: 8px;
    display: flex;
    align-items: center;
}
.endo .wrap .box .con .item .list .top .tit .attest.blue{
    background-color: #1e67f2;
}
.endo .wrap .box .con .item .list .top .tit .attest.yell{
    background-color: #ff8a00;
}
.endo .wrap .box .con .item .list .top .tit .attest.red{
    background-color: #f21e1e;
}
.endo .wrap .box .con .item .list .top .tit .attest .ic{
    width: 12px;
    height: 10px;
    background: url(../images/method_v.png) no-repeat;
    background-size: 100%;
    margin-right: 3px;
}
.endo .wrap .box .con .item .list ul{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.endo .wrap .box .con .item .list ul li{
    width: 50%;
    display: flex;
    align-items: center;
}
.endo .wrap .box .con .item .list ul li + li{
    margin-top: 12px;
}
.endo .wrap .box .con .item .list ul li .tt{
    font-size: 14px;
    color: #666;
}
.endo .wrap .box .con .item .list ul li .num{
    font-size: 14px;
    color: #FF4848;
}
.endo .wrap .box .con .item .list .btm{
    padding-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.endo .wrap .box .con .item .list .btm .hea{
    width: calc(100% - 110px);
    height: 38px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
.endo .wrap .box .con .item .list .btm .btn{
    width: 100px;
    height: 30px;
    background-color: #FF4848;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.endo .wrap .more{
    font-size: 16px;
    color: #cf7883;
    width: 16px;
/*     display: block !important; */
    position: absolute;
    top: 50%;
    right: 30px;
}
.endo .wrap .more::after{
    content: '';
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent  transparent  transparent #FF4848;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
}
/* nice */
.nice{
    padding: 100px 0;
    background: url(../images/nice_bb.png) no-repeat center bottom;
}
.nice .title h2{
    color: #fff;
}
.nice .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nice .wrap .list{
    width: 200px;
    height: 262px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    transition: all 0.5s;
}
.nice .wrap .list:hover{
    transform: translateY(-20px);
}
.nice .wrap .list .icon{
    margin-bottom: 40px;
}
.nice .wrap .list .txt{
    font-size: 18px;
    line-height: 30px;
    color: #888;
}
.nice .wrap .list:hover .txt{
    color: #333;
}
/* domi */
.domi{
    padding: 100px 0 194px;
    background: url(../images/domi_bg.png) no-repeat center bottom;
}
.domi .wrap{
    width: 1200px;
    height: 782px;
    margin: 0 auto;
    position: relative;
}
.domi .wrap .list{
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 2;
}
.domi .wrap .list:nth-child(1){
    top: 100px;
    right: calc(50% + 254px);
}
.domi .wrap .list:nth-child(2){
    top: 100px;
    left: calc(50% + 254px);
}
.domi .wrap .list:nth-child(3){
    top: 450px;
    right: calc(50% + 324px);
}
.domi .wrap .list:nth-child(4){
    top: 450px;
    left: calc(50% + 324px);
}
.domi .wrap .list:nth-child(5){
    top: 730px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    text-align: center;
}
.domi .wrap .list .txt{
    font-size: 24px;
    line-height: 100%;
}
.domi .wrap .list:nth-child(1) .txt,
.domi .wrap .list:nth-child(3) .txt{
    margin-right: 20px;
}
.domi .wrap .list:nth-child(2) .txt,
.domi .wrap .list:nth-child(4) .txt{
    margin-left: 20px;
}
.domi .wrap .list:nth-child(5) .txt{
    margin-top: 20px;
}
.domi .wrap .list .icon{
    width: 102px;
    height: 102px;
    background-color: #FF4848;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.domi .wrap .pic{
    width: 782px;
    height: 782px;
    position: relative;
    margin: 0 auto;
}
.domi .wrap .pic::before,
.domi .wrap .pic::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.domi .wrap .pic::before{
    width: 610px;
    height: 610px;
    background-color: #FF4848;
    border: solid 1px #b15362;
    opacity: 0.3;
}
.domi .wrap .pic::after{
    width: 782px;
    height: 782px;
    background-color: #db929a;
    border: solid 1px #b15362;
    opacity: 0.3;
}
.domi .wrap .pic .img{
    width: 440px;
    height: 440px;
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px 
        #b15362;
    border: solid 10px #FF4848;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* case */
.case{
    padding: 100px 0;
    background-color: #f9f9f9;
}
.case .wrap{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
.case .wrap .con{
    display: flex;
    justify-content: space-between;
}
.case .wrap .left{
    width: 563px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 0px 15px 0px 
            rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    border: solid 8px #ffffff;
    position: relative;
    overflow: hidden;
}
.case .wrap .left .pic{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.case .wrap .left .pic + .pic{
    left: 100%;
}
.case .wrap .left .pic img{
    width: 100%;
    height: auto;
}
.case .wrap .button{
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: 50%;
}
.case .wrap .prev{
    background: url(../images/case_left.png);
    left: -50px;
}
.case .wrap .next{
    background: url(../images/case_right.png);
    right: -50px;
}
.case .wrap .right .text{
    width: 570px;
    height: 453px;
    padding-top: 20px;
    overflow: hidden;
    display: block;
}
.case .wrap .right .text + .text{
    display: none;
}
.case .wrap .right .text .tit{
    font-size: 24px;
    line-height: 100%;
}
.case .wrap .right .text .lab{
    display: flex;
    margin-top: 25px;
}
.case .wrap .right .text .lab li{
    width: 92px;
    height: 38px;
    background-image: linear-gradient(-90deg, 
  #FF4848 0%, 
  #cf7883 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.case .wrap .right .text .lab li + li{
    margin-left: 10px;
}
.case .wrap .right .text .number{
    display: flex;
    margin-top: 30px;
}
.case .wrap .right .text .number .list{
    width: calc((100% - 16px) / 3);
    padding: 20px;
    border: solid 1px #f0f0f0;
    text-align: center;
}
.case .wrap .right .text .number .list + .list{
    margin-left: 8px;
}
.case .wrap .right .text .number .list .num{
    font-size: 24px;
    color: #FF4848;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case .wrap .right .text .number .list .num span{
    font-size: 16px;
    color: #333;
    margin-left: 5px;
}
.case .wrap .right .text .number .list .para{
    font-size: 14px;
    line-height: 100%;
    color: #999;
    margin-top: 15px;
}
.case .wrap .right .text .dase{
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
}
.case .wrap .right .text .dase .list{
    width: 100%;
    display: flex;
}
.case .wrap .right .text .dase .list + .list{
    margin-top: 20px;
}
.case .wrap .right .text .dase .list .tit{
    width: 65px;
    font-size: 16px;
    line-height: 22px;
    color: #999;
    margin-right: 9px;
}
.case .wrap .right .text .dase .list .txt{
    width: calc(100% - 74px);
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
.case .wrap .swiper-button-prev,
.case .wrap .swiper-button-next{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #FF4848;
    background-size: 14px;
}
.case .wrap .swiper-button-prev{
    left: -60px;
}
.case .wrap .swiper-button-next{
    right: -60px;
}
/* proc */
.proc{
    padding: 100px 0;
}
.proc .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.proc .wrap .list{
    width: 159px;
    height: 159px;
    position: relative;
    text-align: center;
    padding-top: 40px;
}
.proc .wrap .list:nth-child(even){
    margin-top: 100px;
}
.proc .wrap .list::after{
    content: '';
    width: 125px;
    height: 0;
    border-bottom: 1px dashed #d7cacc;
    position: absolute;
    z-index: -1;
}
.proc .wrap .list:nth-child(odd)::after{
    transform: rotate(45deg);
    bottom: 21px;
    left: 51%;
}
.proc .wrap .list:nth-child(even)::after{
    transform: rotate(-45deg);
    top: 3px;
    left: 63%;
}
.proc .wrap .list:last-child::after{
    display: none;
}
.proc .wrap .list .icon{
    position: relative;
    z-index: 2;
}
.proc .wrap .list .tit{
    position: relative;
    z-index: 2;
    color: #fff;
    line-height: 100%;
    font-size: 16px;
    margin-top: 15px;
}
.proc .wrap .list .rhom{
    width: 112px;
    height: 112px;
    background-color: #FF4848;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    overflow: hidden;
}
.proc .wrap .list:nth-child(even) .rhom{
    background-color: #000;
}
.proc .wrap .list .rhom span{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 5px solid #fff;
    transform: rotate(-45deg);
    background: #000;
    position: absolute;
    top: calc(50% - 68px);
    right: -10px;
    color: #ffffff;
    line-height: 40px;
}
.proc .wrap .list:nth-child(even) .rhom span{
    background-color: #FF4848;
}