.contitle {
    width: 100%;
    height: 212px;
    position: relative;
}

.contitle p {
    text-align: center;
    font-size: 50px;
    color: #e8eaf0;
    line-height: 212px;
}

.contitle .h3 {
    height: 40px;
    font-weight: 600;
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
}

.con {
    width: 100%;
    min-height: 500px;
}

.con1 {
    position: relative;
    width: 1400px;
    min-height: 600px;
    margin: 0 auto;
}

.con1 .con1Inner {
    width: 100%;
    overflow: hidden;
}

.con1 .con1Inner li {
    width: 100%;
    height: 200px;
    margin-bottom: 80px;
}

.con1 .con1Inner li:first-child {
    margin-top: 86px;
}

.con1 .con1Inner li.liMarginTop {
    margin-top: 172px;
}

.con1 .con1Inner li div {
    height: 200px;
}

.con1 .con1Inner .liL {
    width: 44%;
    float: left;
    overflow: hidden;
}

.con1 .con1Inner .liL img {
    width: 100%;
}

.con1 .con1Inner .liL h5 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 40px;
}

.con1 .con1Inner .liL h6 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.con1 .con1Inner .liL h6 a {
    color: #000;
}

.con1 .con1Inner .liL p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #909193;
}

.con1 .con1Inner .liC {
    width: 12%;
    float: left;
    height: 200px;
    position: relative;
}

.con1 .con1Inner .liC span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #3c4c99;
    float: left;
    border-radius: 50%;
    position: absolute;
    display: none;
}

.con1 .con1Inner .liC .span1 {
    left: 20px;
    top: 96px;
}

.con1 .con1Inner .liC .span2 {
    left: 50px;
    top: 95px;
    width: 6px;
    height: 6px;
}

.con1 .con1Inner .liC .span3 {
    right: 20px;
    top: 96px;
}

.con1 .con1Inner .liC .span4 {
    right: 50px;
    top: 95px;
    width: 6px;
    height: 6px;
}

.con1 .con1Inner .liC .spanCen {
    position: absolute;
    right: 75px;
    top: 88px;
    width: 10px;
    height: 10px;
    background: #fff;
    border: 4px solid #dce3ec;
    z-index: 999;
    border-radius: 50%;
}

.con1 .con1Inner .liC .spanCen.on {
    background: #fff;
    border: 4px solid #3c4c99;
}

.con1 .con1Inner .liR {
    width: 44%;
    float: right;
    overflow: hidden;
}

.con1 .con1Inner .liR img {
    width: 100%;
}

.con1 .con1Inner .xian {
    width: 2px;
    height: 98%;
    background: #e0e7ef;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.con1 .con1Inner .liR h5 {
    width: 100%;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.con1 .con1Inner .liR h6 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 20px;
}

.con1 .con1Inner .liR h6 a {
    color: #000;
}

.con1 .con1Inner .liR p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 20px;
    color: #909193;
}

.con1 .con1Inner .xian .quan {
    width: 86px;
    height: 86px;
    background: #fff;
    border: 1px solid #dce3ec;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.con1 .con1Inner .xian .quan1 {
    top: 270px;
}

.con1 .con1Inner .xian .quan2 {
    top: 860px;
}

.con1 .con1Inner .xian .quan3 {
    top: 2570px;
}

.con1 .con1Inner .xian .quan4 {
    top: 4900px;
}
.con1 .con1Inner .xian .quan5 {
    top: 6110px;
}
.con1 .con1Inner .xian .quan p {
    width: 62px;
    height: 62px;
    background: #3c4c99;
    text-align: center;
    line-height: 62px;
    border-radius: 50%;
    color: #fff;
    margin: 12px auto;
}

.con1 .moveBtn {
    width: 142px;
    height: 44px;
    border-radius: 22px;
    outline: none;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
    background: #3c4c99;
    color: #fff;
}
