.competition{
    width: 100%;
    height: auto;
    display: inline-block;
}
.con-title{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 4%;
}
.con-title h3{
    color: #1178ef;
    font-size: 30px;
    letter-spacing: 7px;
    font-weight: normal;
}
.con-title p{
    color: #5e5e5e;
    font-size: 17px;
    line-height: 27px;
}
.con-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}
.conb-left{
    width: 50%;
    float: left;
    margin-top: 3%;
}
.conb-left h3{
    color: #343230;
    font-size: 30px;
    line-height: 57px;
}
.conb-left span{
    background: #0e95fe;
    width: 95px;
    height: 5px;
    display: inline-block;
}
.conb-left p{color: #707070;font-size: 17px;line-height: 34px;margin-top: 10px;}
.conb-right{
    width: 47%;
    float: right;
    position: relative;
}
.conb-right img{
    width: 100%;
}

.conb-rights{
    width: 50%;
    float: right;
    margin-top: 3%;
}
.conb-rights h3{
    color: #343230;
    font-size: 30px;
    line-height: 57px;
}
.conb-rights span{
    background: #0e95fe;
    width: 95px;
    height: 5px;
    display: inline-block;
}
.conb-rights p{
    color: #707070;
    font-size: 17px;
    line-height: 34px;
    margin-top: 10px;
}
.conb-lefts {
    width: 47%;
    float: left;
    position: relative;
}
.conb-lefts img{
    width: 100%;
}
.crb{
    background: #1178ef;
    width: 80px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 38px;
}
.crbs{
    background: #1178ef;
    width: 80px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 38px;
}
.conb-lefts video{
    display: block;
}
.cr-box{
    display:none;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .conb-lefts video{
    display: none;
}
.cr-box{
    display:block;
}
.conb-right  video{
    display: none;
}
}

@media screen and (max-width: 768px){
.index {
    width: 90% !important;
    margin: 0 auto;
}
.con-title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 4%;
    margin-bottom: 10%;
}
.con-title h3 {
    color: #1178ef;
    font-size: 21px;
    letter-spacing: 4px;
    font-weight: normal;
    margin-bottom: 4%;
}
.con-title p {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 24px;
}
.conb-left {
    width: 100%;
    float: left;
    margin-top: 0%;
}
.conb-left h3 {
    color: #343230;
    font-size: 15px;
    line-height: 30px;
}
.conb-left p {
    color: #707070;
    font-size: 13px;
    line-height: 29px;
    margin-top: 7px;
}
.conb-right {
    width: 100%;
    float: right;
    position: relative;
}
.crb {
    background: #1178ef;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 84px;
}
.conb-lefts {
    width: 100%;
    float: left;
    position: relative;
}
.crbs {
    background: #1178ef;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 38px;
}
.conb-rights {
    width: 100%;
    float: right;
    margin-top: 3%;
}
.conb-rights h3 {
    color: #343230;
    font-size: 15px;
    line-height: 30px;
}
.conb-rights p {
    color: #707070;
    font-size: 13px;
    line-height: 29px;
    margin-top: 7px;
}
}