@charset "utf-8";
.section1 {
    padding-top: 100px;
    padding-bottom: 35px;
}

.tit_in {
    position: relative;
    padding-left: 30px;
    background: url(../images/tit.png) no-repeat left center;
    font-size: 36px;
    color: #057AB4;
    font-family: "tit";
}

.account {
    margin-top: 30px;
}

.account p {
    line-height: 36px;
    font-size: 18px;
    color: #3D3D3D;
}

.tit_in a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #057AB4;
}

.tit_in a:hover {
    text-decoration: underline;
}

.more {
    position: relative;
    width: 140px;
    height: 40px;
    border: 1px solid #057AB4;
    background: #057AB4;
    line-height: 38px;
    text-align: center;
    margin-top: 10px;
    left: 0;
    transition: all .3s;
}

.more a {
    display: block;
    font-size: 22px;
    color: #fff;
}

.more:hover {
    left: 5px;
}

.section2 {
    padding: 74px 0;
    background: url(../images/section3-bg.png) no-repeat center center;
    background-size: cover;
}

.sect2-l {
    float: left;
    width: 48%;
}

.sect2-r {
    float: right;
    width: 48%;
}

.experice li {
    position: relative;
    margin-top: 23px;
    left: 0;
    transition: all .3s;
}

.experice li:hover {
    left: 5px;
}

.experice li span {
    display: table-cell;
    vertical-align: top;
    font-size: 16px;
    width: 177px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #047AB3;
    background: linear-gradient(to right, rgba(216, 216, 216, .3), rgba(4, 122, 179, .3));
}
.experice li span.xs_time{
    width: 120px;
}

.experice li p {
    padding-right: 5px;
    display: table-cell;
    padding-left: 25px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    color: #444;
    vertical-align: middle;
    padding-right: 5px;
}

.sect2-r .experice li {
    opacity: .6;
}

.sect2-r .experice li:hover {
    opacity: 1;
}

.section3 {
    padding: 70px 0;
}

.kydata {
    padding-top: 10px;
}

.kydata li {
    position: relative;
    background: url(../images/iconcg.png) no-repeat left 14px;
    line-height: 40px;
    padding-left: 25px;
    left: 0;
    transition: all .3s;
}

.kydata li a {
    font-size: 18px;
    color: #3D3D3D;
    padding-right: 5px;
}

.kydata li:hover {
    left: 5px;
}

.kydata li a:hover {
    color: #047AB3;
}

.section4 {
    padding: 60px 0;
}

.direct {
    margin-top: 20px;
}

.direct li {
    position: relative;
    background: url(../images/sjxico.png) no-repeat left center;
    padding-left: 25px;
    line-height: 40px;
    left: 0;
    transition: all .3s;
}

.direct li:hover {
    left: 5px;
}

.direct li a {
    font-size: 18px;
    color: #3D3D3D;
}

.direct li:hover a {
    color: #047AB3;
}

.section5 {
    padding-top: 142px;
    padding-bottom: 70px;
    background: url(../images/section4-bg.png) no-repeat center center;
    background-size: cover;
}




.team_intro{margin-top: 20px;}
.team_intro dl{ display: block; margin-bottom: 10px;}
.team_intro dt{font-size: 20px;display: block;position: relative;font-weight: bold;color: #047ab4;float: left;line-height: 30px;}
.team_intro dd{overflow: hidden;zoom: 1;line-height: 30px;padding-left: 20px;font-size: 20px;}



.member {
    overflow: hidden;
    margin-top: 20px;
}

.member ul {
    margin: 0 -15px;
}

.member ul li a {
    display: block;
    position: relative;
    margin: 0 15px;
}

.member ul li a .tpp {
    overflow: hidden;
}

.member ul li a .pic {
    position: relative;
    padding-top: 137.3%;
    z-index: 9;
    overflow: hidden;
}

.member ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgb(35 82 143 / 30%);
    transition: all .3s;
    z-index: 9;
}

.member ul li:hover a::after {
    height: 100%;
}

.member ul li a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 70px;
    background: url(../images/s5-txt.png) no-repeat center center;
    background-size: cover;
    z-index: 99;
    text-align: center;
}

.member ul li a .text p {
    font-size: 24px;
    color: #fff;
}

.sect5 .jt {
    text-align: center;
}

.sect5 .jt>div {
    display: inline-block;
    width: 64px;
    height: 64px;
    border: 1px dashed #057AB4;
    border-radius: 50%;
    margin: 0 15px;
    margin-top: 40px;
    cursor: pointer;
}

.sect5 .jt-l {
    position: relative;
    background: url(../images/sect5-l.png) no-repeat center center;
}

.sect5 .jt-r {
    position: relative;
    background: url(../images/sect5-r.png) no-repeat center center;
    transition: all .3s;
}

.sect5 .jt-l:hover {
    border: 1px solid transparent;
    background: url(../images/sect5-l-other.png) no-repeat center center;
    transition: all .3s;
}

.sect5 .jt-r:hover {
    border: 1px solid transparent;
    background: url(../images/sect5-r-other.png) no-repeat center center;
}

@media only screen and (max-width:1024px) {
    .section1 {
        padding-top: 30px;
    }
    .direct li {
        line-height: 25px;
        padding: 10px 0;
        padding-left: 25px;
    }
    .kydata li {
        line-height: 25px;
        padding: 10px 0;
        padding-left: 25px;
    }
}

@media only screen and (max-width:1000px) {
    .sect2-l {
        float: none;
        width: 100%;
    }
    .sect2-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .team_intro dt{float:none;font-size:16px;}
    .team_intro dd{padding-left:0;font-size:16px;}
}

@media only screen and (max-width:700px) {
    .section1 {
        padding-top: 0;
        margin-top: -30px;
        padding-bottom: 15px;
    }
    .tit_in {
        font-size: 22px;
    }
    .account {
        margin-top: 15px;
    }
    .account p {
        font-size: 16px;
        line-height: 29px;
    }
    .section2,
    .section3 {
        padding: 15px 0;
    }
    .experice li span {
        display: block;
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .experice li p {
        padding-left: 0;
        padding-right: 0;
    }
    .experice li {
        margin-top: 5px;
    }
    .sect2-r .experice li {
        opacity: 1;
    }
    .kydata li {
        padding: 5px 0;
        padding-left: 25px;
    }
    .kydata li a {
        font-size: 16px;
        padding-right: 0;
    }
    .direct li {
        padding: 5px 0;
        padding-left: 25px;
    }
    .direct li a {
        font-size: 16px;
    }
    .direct {
        margin-top: 10px;
    }
    .section4 {
        padding-bottom: 15px;
    }
    .section5 {
        padding-top: 15px;
        padding-bottom: 45px;
    }
    .member ul li a .text {
        line-height: 50px;
    }
    .member ul li a .text p {
        font-size: 16px;
    }
    .sect5 .jt>div {
        margin-top: 15px;
    }
    .sect5 .jt>div {
        width: 40px;
        height: 40px;
        background-size: 15px auto;
    }
}

@media only screen and (max-width:414px){
    .tit_in{
        font-size:20px;
    }
}