@charset "utf-8";
.left_03_01 {
    height: auto;
    width: 305px;
    min-height: 350px;
    transition: all 0.8s;
}
.left_03_02{
    min-height: 50px;
    padding-bottom:30px;
}
.left_03_02 ul{
    border: 1px solid #eeeeee;
    border-top: none;
    min-height: 30px;
}
.left_03_02 ul li{
    width: 100%;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    border-top: 1px solid #eeeeee;
    font-weight: normal;
    color: #2f2f2f;
    font-size: 14px;
    overflow: hidden;
}
.left_03_02 ul a li{
    font-size: 16px;
}
.left_03_02 ul li i{
    float: right;
    font-size: 28px;
    line-height: 45px;
}
.left_03_02 ul li b{
    font-size: 16px;
}
.left_03_03{
    margin: 0 auto;
    height: 52px;
    box-sizing: border-box;
    background: #053e95;
    padding: 10px 20px;
    position: relative;
}
.left_03_03 h2{
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    float: left;
}
.left_03_03 h3{
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
    padding-left: 5px;
    padding-top: 5px;
    font-weight: normal;
    float: left;
}
.left_03_03 span{
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: bold;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
    width: 52px;
    height: 61px;
    overflow: hidden;
}
.left_03_04{
    width: 100%;
    height: 105px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.left_03_04 a img{
    width: 100%;
    height: 105px;
}
.left_03_05{display: none;}
@media screen and (max-width: 1199px){
    .left_03_02,.left_03_04{display: none;}
    .left_03_01 .left_03_02:nth-child(1),.left_03_05{display:block;}

    .left_03_05{
        right: 10px;
        bottom: 15%;
        position: fixed;
        z-index: 60;
        width: 40px;
        height: 32px;
        padding-top: 8px;
        background: #053e95;
        border-radius: 8px;
        color: #fff;
        text-align: center;
        line-height: 50px;
        font-size: 23px;
    }
    .left_03_01{
        float: none;
        margin: 0 auto;
        position: fixed;
        background: #fff;
        left:-100%;
        z-index: 100;
        width: 70%;
        top:0;
        height: 100%;
        overflow-x: auto;
    }



    .left_02_01{
        position: fixed;
        left:-100%;
        z-index: 999;
        top: 16%;
    }
    .left_02_04{
        width: 40px;
        height: 40px;
        display: block;
        position: fixed;
        top: 30%;
        left: 5px;
        z-index: 98;
        color: #13bf5b;
        font-size: 30px;
        line-height: 40px;
    }


  }