/*基层医生临床决策系统页样式*/
.slide01 {
    background: url('../images/jcys/1.png') no-repeat center;
    background-size: cover;
}

.slide02 {
   position: relative;
}
.slide02:before{
    content: '';
    width: 60%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.slide02_con{
    width: 1200px;
    height: auto;
    margin: 50px auto  0px;
    overflow: hidden;
}
.slide02_con_l{
    float: left;
    position: relative;
}
.slide02_con_l img{
    width: 800px;
    height: auto;
}
.jc_video{
    width: 589px;
    height: 414px;
    position: absolute;
    top: -64px;
    left: 106px;
    z-index: 3;
}
.jc_video video{
    width: 100%;
    height: 112%;
}
.jc_video .his{

}
.jc_video .his_play{
    top: 58%;
}
.jc_video .his_no_play{
    display: none;
    top: 64%;
}
.jc_video video.his_no{
    margin-top: 120px;
    height: 83%;
    display: none;
}
.slide02_con_r{
    float: right;
    padding-top: 50px;
}
.slide02_con_r div{

}
.slide02_con_r span{
    font-size: 36px;
    color: #3E82F1;
    line-height: 1.0;
    margin-right: 10px;
    vertical-align: text-bottom;
}
.slide02_con_r i{
    display: block;
    width: 120px;
    height: 2px;
    background: #000000;
    margin-top: 10px;
}
.slide02_con_r p{
    font-size: 30px;
    margin-bottom: 10px;
}
.slide02_con_r .his_no_text{
    display: none;
}
.slide02_con_r a{
    display: block;
    width:350px;
    height:60px;
    line-height: 60px;
    font-size: 24px;
    background:rgba(62,130,241,1);
    border-radius:5px;
    color: #ffffff;
    text-align: center;
    margin-top: 120px;
    cursor: pointer;
}

.slide03 {
    background: url('../images/jcys/2.png') no-repeat center;
    background-size: cover;
}
.slide03_con{
    width: 100%;
    height: auto;
    background: #333333;
    margin-top: 40px;
}
.slide03_con_warp{
    width: 1200px;
    height: 450px;
    margin: 0px auto;
    overflow: hidden;
    color: #ffffff;
}
.slide03_con_warp div{
    width: 20%;
    height: 100%;
    float: left;
    background: #666666;
    text-align: center;
    padding-top: 145px;
}
.slide03_con_warp div.active{
    background: #3E82F1 !important;
}

.slide03_con_warp div:nth-child(odd){
    background: #555555;
}
.slide03_con_warp img{
    margin-bottom: 40px;
}
.slide03_con_warp h3{
    position: relative;
    font-weight: normal;
    font-size: 24px;
}
.slide03_con_warp h3:before{
    content: '';
    width:20px;
    height:2px;
    background:rgba(62,130,241,1);
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -10px;
}
.slide03_con_warp p{
    font-size: 16px;
    padding: 0px 10px;
    display: none;
}
.slide04 {

}
.slide05 {
    background: url('../images/index/ximg09.png') no-repeat center;
    background-size: cover;
}


