.ftitle{
    padding-top: 115px;
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #333;
    font-weight: bold;
}

.ftibean{
    padding-top: 25px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color:#1577e4
}

.ptline{
    width: 1200px;
    margin:80px auto 0;
    height: 90px;
}
.pt2{
    height:1180px;
}
.ptline div{
    width: 160px;
    line-height: 60px;
    height:80px;
    text-align: center;
    float: left;
    color: #9b9b9b;
    font-size: 20px;
    margin:0 20px;
    cursor: pointer;
}

.ptline div:hover{
    color: #1577e4;
}

.ptline div.active{
    color: #2e2e2e;
    border-bottom: solid 7px #1577e4;
}

.ptbox{
    width: 1190px;
    height: 750px;
    margin:0 auto;
    background: #f7fbff;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.ptbox div{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
    z-index: 0;
}

.ptbox div.active{
    opacity: 1;
    z-index: 20;
}

.checkmore{
    width:163px;
    height:58px;
    border-radius: 10px;
    background:#fff;
    box-shadow: 0px 7px 27px rgba(34,138,255,0.43);
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color:#2e2e2e;
    position: absolute;
    left: 550px;
    bottom: 120px;
    cursor: pointer;
    z-index: 50;
}

.pt3 {
    height: 1100px;
}


.p2mrline {
    width: 1200px;
    height: 600px;
    position: relative;
    margin: 50px auto;
    background: #ebfaff;
    padding: 75px 50px;
    border-radius: 30px;
}

.p2mrbutton {
    margin-bottom: 35px;
    width: 224px;
    height: 55px;
    background: #fff;
    border-radius: 15px;
    font-size: 18px;
    line-height: 55px;
    text-align: left;
    padding: 10px 40px;
    font-family: Microsoft YaHei;
    position: relative;
    transition-property: background, color, box-shadow;
    transition-duration: .25s, .5s, .5s;
    cursor: pointer;
}

.p2mrbutton:hover {
    background: #228AFF;
    color: #fff;
    box-shadow: 0px 6px 13px 0px rgba(34, 138, 255, 0.35);
}


.p2mrbutton.checked {
    color: #FFFFFF;
    background: #228AFF;
    box-shadow: 0px 6px 13px 0px rgba(34, 138, 255, 0.35);
}

.p2mrbutton.checked::before {
    content: '';
    width: 8px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 4px;
    position: absolute;
    top: 23px;
    left: 15px;
}

.p2mrinfo {
    height:670px;
    position: absolute;
    left: 455px;
    top: 35px;
    opacity: 0;
    transition: all 0.5s;
    z-index: 0;
}

.p2mrinfo.show {
    opacity: 1;
    z-index: 20;
}

.p2mrinfo .p2title{
    font-size: 26px;
    color: #2e2e2e;
    font-weight: bold;
    height:70px;
    position: relative;
}
.p2mrinfo .p2title::after{
    content: '';
    width: 166px;
    height: 3px;
    background:#1577e4;
    position: absolute;
    top:50px;
    left: 0;

}
.p2mrinfo .p2text{
    font-size: 18px;
    color: #2e2e2e;
}

.p2mrinfo .p2imgs{
    width: 800px;
}

.p2mrinfo .p2imgs .p2imgentity{
    margin-top: 20px;
    width: 330px;
    height:210px;
    float: left;
    margin-right: 70px;
    text-align: center;
    font-size: 14px;
}

.p2mrinfo .p2imgs .p2imgentity img{
    width: 330px;
    height:197px;
}

.p2more{
    width: 163px;
    height: 58px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 7px 27px rgba(34, 138, 255, 0.43);
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    color: #2e2e2e;
    position: absolute;
    bottom: 0px;
    left: 25px;
    cursor: pointer;
}




.p3line{
    width: 1230px;
    margin:55px auto;
    height: 400px;
}

.p3sentity{
    width: 377px;
    height: 360px;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
    float: left;
    margin:15px;
    position: relative;
}

.p3sentity .main{
    width:377px;
    height:206px;
}

.p3sentity .icon{
    width:248px;
    height:96px;
    position: absolute;
    top: 160px;
    left: 20px;
}
.p3sentity .p3stext{
    margin: 60px auto 0;
    width:320px;
    font-size: 18px;
}

.pt4{
    height: 750px;
}