.content_left{
    width: 190px;
}
.content_left_title{
    height: 80px;
    width: 190px;
    background: #1c8adc;
}
.content_left_ul{
    margin-bottom: 50px
}
.content_left_ul_li{
    width: 190px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    background: #ffffff;
    color: rgb(89, 89, 89);
}
.content_left_ul_active{
    width: 190px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    color: #fff;
    background: #62b5f3
}
/* .content_left_ul_li:hover{
    background: #62b5f3
} */
.content_right{
    width: 850px;
}
.content_right_top{
    background-color: #f3f3f3;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin-bottom: 30px;
}
.content_left_title_cn{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0px;
    padding-top: 20px;
    letter-spacing: 1px;
    text-align: center
}
.content_left_title_en{
    font-size: 10px;
    color: rgba(255,255,255,0.8);
    margin-top: 7px;
    text-align: center
}
.content_left{
    float: left;
    margin-right: 50px
}
.content_right{
    float: left;
    position: relative;
}
.cont_box{
    overflow: hidden;
    padding: 13px 32px;
    min-height: 300px;
    border: 1px solid #efefef;
    width: 1136px;
    margin-bottom: 50px;
}
.content_right_top h1{
    position: absolute;
    height: 40px;
    line-height: 40px;
    left: 20px;
    color: #272727;
    font-size: 15px;
    font-weight: bold;
    margin: 0px;
}
.content_right_top h2{
    position: absolute;
    height: 40px;
    line-height: 40px;
    right: 20px;
    color: #9d9d9d;
    font-size: 12px;
    margin: 0px;
}
.content_right_top span{
    color: #272727;
}
.rightDownload p a {
    font-size: 16px;
    color: #1065bb;
    text-align: left;
    line-height: 30px;
}
.rightDownload{
    padding-left: 20px
}

/* step */
.step {
    background: #fff;
    position: relative;
    width: 100%;
    margin: 0;
    height: 200px;
}
.setp-title {
    text-align: center;
    font-family: 'Microsoft YaHei',SimHei,simsun, Arial, Helvetica, sans-serif, Lucida Grande;
    font-size: 42px;
    font-weight: bold;
    color: #FE8721;
    line-height: 100px;
}
.jt {
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 9;
    background: url(../image/jt.png) no-repeat center center;
    background-size: 35px;
    top: 65px;
}
.step-n {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 58px;
    border: 8px solid #EEEEEE;
    background-color: #7EC7E7;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 14px;
    line-height: 90px;
    top: 30px;
    box-sizing:content-box
}