* {
    padding: 0;
    margin: 0;
}
.page1 h5 {
    display: block;
}
.page2 h5{
    display: none;
}
.page3 h5{
    display: none;
}
.topban {
    padding-top: 245px;
    background-image: url(../img/banner_2.jpg);
    background-repeat: no-repeat;
    background-size:100% 300px;
}
.libox1:focus {
    background-color: #3464FF !important;
}
.libox2:focus {
    background-color: #3464FF !important;
}
.libox3:focus {
    background-color: #3464FF !important;
}
.jzdq{
    width: 1200px;
    margin: 0 auto;
}
.pc_main {
    margin: 0 auto;
}
ul li {
    list-style-type:none;
}
.nav {
    background: rgba(4, 15, 65, 0.5);
    display: flex;
    height: 56px;
    width: 100%;
    justify-content: space-around;
}
.nav ul {
    display: flex;
}
.nav ul li {
    height: 56px;
    line-height: 56px;
    width: 33%;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: space-around;
}
.gywm {
    display: flex;
    width: 100%;
    justify-content: center;
}
.gtwm .t1 p {
    color: #666;
    width: 50%;
}

.gywm .t1 img {
    width: 100%;
}
.gsln .zz {
    height: 140px;
    font-size: 30px;
    line-height: 140px;
    text-align: center;
}
.gsln .lnt .tb ul {
    width: 100%;
    height: 397.2px;
    background-color: #fff;
}
.gsln .lnt .tb ul li {
    padding: 46px 0 46px 60px;
}
.gsln .lnt .tb ul li:hover{
    background-color:#3464FF;
    color: #FFF;
}
.gsln .lnt .tb .pp {
    font-size: 14px;
    /* color: #8187A1;; */
}
.gsln .lnt .tb .hh {
    font-size: 16px;
    /* color: #040F43;; */
}
.wsm {
    padding: 60px 0 50px 0;
    font-weight: normal;
    color: #040F43;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
}
 .wsmli {
     padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 285px;
    height: 302px;
    text-align: center;
    border: 1px solid #e5e5e5;
}
.lxwm {
    height: 140px;
    line-height: 140px;
    text-align: center;
    color:#040F43;
    font-size: 30px;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.djfz{
    transition: 0.1s linear 0s;
}

.djfz:hover{
    transform:translateY(-10px);
    color: #3464FF;
}
.t2 {
    transition: all 1s ease 0s;
}
.t2:hover{
    transform: scale(1.2);
}
.ft {
    display: inline-grid;
    width: 818px;
    height: 224px;
    background: #F7F9FF;
    padding: 40px 0 40px 50px;
}
.gsxq {
    margin-bottom: 12px
}
.rt {
    float: right;
    width: 362px;
    height: 224px;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 36px 0 0 48px;
    display: flex;
    flex-direction: column;
}
.rt span:nth-of-type(1){
    font-size: 16px;
    line-height: 16px;
    color: #040F43;
}
.rt span:nth-of-type(2){
    font-size: 30px;
    color: #040F43;
    font-family: DINProM !important;
    font-weight: bold;
    margin: 16px 0;
    margin-bottom: 4px;
    line-height: 33px;
}
.rt span:nth-of-type(3){
    font-size: 14px;
    color: #9CA2C0;
}
.rt a {
    display: block;
    width: 266px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: linear-gradient(
180deg
, #3d7fff 0%, #0053fc 64%, #003bfc 100%);
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.bot {
    width: 100%;
    background: #F7F9FF;
    padding: 40px 0 40px 50px;
}