.main-twin {
    margin-top: 105px;
}
.main-twin .twin-banner {}
.main-twin .twin-banner .twin-img {
    height: 350px;
}
.main-twin .twin-banner .twin-img img {
    width: 100%;
    height: 350px;
}
.main-twin .twin-banner .twin-position {
    background: #eeeeee;
    height: 42px;
}
.main-twin .twin-banner .twin-position p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #515151;
    line-height: 42px;
}
.main-twin .twin {}
.main-twin .twin .twin-title {}
.main-twin .twin .twin-title h3 {
    font-size: 33px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #203457;
    line-height: 28px;
    text-align: center;
    margin: 148px 0 70px;
}
.main-twin .twin .twin-font {
    margin-bottom: 58px;
}
.main-twin .twin .twin-font p {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #515151;
    text-align: center;
}
.main-twin .twin .twin-img {
    margin-bottom: 306px;
}


.con-wrap{
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     margin-bottom: 160px;
 }
.con-wrap >div{
    width:48%;
    min-width: 48%;
    height:200px;
    background: #f1f6ff;
    display: flex;
    justify-content: space-between;
    margin-bottom:40px;
    border-radius: 10px;
}
.con-wrap .sort{
    background: #0b8af0;
    width:37%;
    color:#FFFFFF;
    text-align: center;
    border-radius: 0 0 50% 0;
    font-size: 40px;
    line-height: 200px;
}
.con-wrap .con-cont{
    width:68%;
    padding:24px;
}
.con-wrap .con-cont-title{
    color: #102434;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}
.con-wrap .con-cont-a p{
    color: #7d7d80;
    margin-top: 10px;
    font-weight: 400;
}
.con-wrap .con-cont-a span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #007aff;
    margin: 0 5px 4px;
}
.c .con-p{
    margin-top: 60px;
}
.c .con-p .p-name{
    width: 296px;
    height: 46px;
    margin-left: 20px;
    background: url("../images/title-bg.png") no-repeat center;
    background-size: cover;
    line-height: 46px;
    padding: 0 22px;
    font-weight: 500;
    font-size: 24px;
}
.c .con-p .p-name > span:first-child{
    color:#FFFFFF;
}
.c .con-p .p-name > span:last-child{
    color: #102434;
    margin-left: 26px;
}
.c .con-p .p-desc{
    width: 100%;
    padding: 20px 0 20px 68px;
    box-sizing: border-box;
}
.c .con-p .p-desc > p{
    color: #515151;
    margin-top: 20px;
    line-height: 1.4;
}
.c .con-p .p-desc > p:first-child{
    color: #007aff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}
.core-com{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.core-com > div{
    width:30%;
    min-width: 30%;
    /*background: #f1f6ff;*/
    border-radius: 10px;
}
.core-com .core-bg{
    width:100%;
    height:240px;
    background-image: url("../images/accurate-test-a.png");
    background-repeat:no-repeat;
    background-position:center;
    background-size: 200px 227px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.core-com .core-bg >img{
    display: block;
    width:70px;
    height: 70px;
}
.core-com .core-bg .core-divide{
    height: 1px;
    width: 60px;
    margin: 10px 0;
    background: #0b8af0;
}
.core-com .core-bg >div
{
    color: #102434;
    font-size: 22px;
    font-weight: 500;
}
.core-com p{
    color: #102434;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
    text-align: center;
}
.core-com p:last-child{
    color: #0b8af0;
}
.p-wrap p{
    text-align: left!important;
}
.c-p-wrap{
    text-align: center;
    margin-top: 40px;
}
