@charset "UTF-8";
*{
    font-family: _GB2312 FangSong_GB2312;
    font-weight: 400;
}
.pc_box{
    display: block;
}
.mo_box{
    display: none;
}
.mo-height{
    height: 50px;
}
.head_top{
    background: #EAEAEA;
    padding: 5px 0;
}
.head_top .row{
    display: flex;
    align-items: center;
}
.head_top_left{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #4F4F4F;
}
.head_top_left p{
    margin-right: 13px;
}
.head_top_right{
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    color: #868686;
}
.head_top_right select{
    padding: 5px 15px;
    background: #F4F4F4;
    border: none;
}
.head_middle{
    margin: 30px 0 23px;
}
.head_middle .row{
    display: flex;
    align-items: center;
}
.head_middle_right{
    display: flex;
    justify-content: flex-end;
}
.head_middle_right .head_search{
    height: 30px;
    width: 220px;
    
    padding-right: 35px;
    border: 1px solid #A9A9A9;
}
.seachbtn{
   background: url(../img/search.png) no-repeat;
   width: 30px;
   height: 30px;
   border:0px;
   position: absolute;
   right: 0px;
   top: 5px;
}

.head_middle_right .form-control ,.head_middle_right .input-group-addon{
    border-radius: 0;
    background-color: #fff;
}
.head_nav{
    background: #1D3BA9;
}
.nav_ul{
    display: flex;
    
}
.nav_ul a{
    text-align: center;
    width: calc(100%/7);
    color: #fff;
    font-size: 16px;
    padding: 18px 0;
}
.nav_ul a:hover,.nav_ul .active{
    background: #294DCE;
}
.bg-box{
    min-height: 2200px;
    padding-bottom: 150px;
    background: url(../img/box-bg.png) no-repeat;
    background-size: 100% 100%;
}
.cont-box{
    display: flex;
    max-height: 357px;
    overflow: hidden;
    justify-content: space-between;
}
.content-left,.content-right{
    width: 49%;
    border: solid 1px #E5E5E5;
    min-height: 30px;
    overflow-y: hidden;
    background: #fff;
}
footer{
    position: relative;
}
.foot-k{
    position: absolute;
    width: 100%;
    bottom: -275px;
}
.foot_box{
    background: url(../img/95f4792875a69fa118de6c11ff459b1.png) no-repeat;
    background-size: 100% 100%;
    /* transform: translate(0,-150px); */
}
.link_ul{
    display: flex;
    justify-content: center;
    padding: 110px 0 30px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.link_ul li{
    padding: 0 25px;
    border-right: solid 1px rgba(255, 255, 255, 0.1);
}
.link_ul li:last-child{
    border-right: none;
}
.link_ul li a{
    color: #fff;
    font-size: 16px;
}
.foot_bot{
    padding: 25px 0 50px;
}
.youqinglianjie{
    color: #EED7B3;
    font-size: 18px;
    width: 700px;
    margin: auto;
}
.other_link{
    flex-wrap: wrap;
    display: flex;
    margin-top: 15px;
    font-size: 14px;
    justify-content: center;
}
.other_link li{
    margin-right: 90px;
}
.other_link li:last-child{
    margin-right: 0;
}
.other_link a{
    color: #fff;
}
.record-box{
    background: #1D3BA9;
    padding: 40px 0 20px;
    color: #B4BADE;
    font-size: 14px;
    text-align: center;
}
.order{
    color: #696969;
    font-size: 14px;
    background: #fff;
    padding: 4px 5px;
    display: flex;
}
.order a:hover{
    color: #000;
}
.nav_ul a:hover{
    text-decoration: none;
}


@media (min-width: 1200px) and (max-width: 1350px){
  
}
@media (min-width: 768px) and (max-width: 1200px) { 
    .container-fluid{
        width: 1200px;
    }
    .container{
        width: 1200px;
        padding: 0 20px;
    }
    .foot-k{
        width: 1200px;
    }
    
}
@media (max-width: 768px) { 
    .pc_box{
        display: none;
    }
    .mo_box{
        display: block;
    }
    .container {
        width: 98%;
    }
}