body
{
    background: white;
}
.head
{
    margin: 0 auto;
}
#LBbox {
    width: 1200px;
    margin: 0 auto;
}
.fixtop2
{
    position: fixed;
    top: 0;
    box-shadow: 0px 2px 10px 0px rgba(15,33,63,0.3);
}
.other
{
    margin-top: 10px !important;
    margin-bottom: 90px !important;
}
.other .main
{
    margin-top: 35px !important;
}
.head .head_navs
{
    /*border-radius: 0 0 10px 10px;*/
}
.other,.other .main
{
    overflow: unset;
}
.other .main .left
{
    width: 860px;
    box-shadow: 0px 2px 20px 0px rgba(15,33,63,0.12);
    min-height: 80vh;
}
.other .main .right
{
    width: 310px;
}
.main .right .info
{
    box-shadow: 0px 2px 20px 0px rgba(15,33,63,0.12);
    margin-bottom: 30px;
}
.subtitle img
{
    max-width: 100%;
    height: auto;
}
#countdown{
    margin-bottom: 30px;
    box-shadow: 0px 2px 20px 0px rgba(15,33,63,0.12);
    text-align: center;
    padding-bottom: 20px;
}
#countdown .ct-title,.other .main .right .info .atitle
{
    width: 88%;
    padding-top: 25px;
    padding-bottom: 15px;
    margin: 0 auto;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #0b359e;
    border-bottom: 1px solid #dedede;
}
.other .main .right .info .atitle
{
    width: 100%;
    padding-top: unset;
}
#countdown .ct-box
{
    display: inline-block;
    margin-right: 10px;
}
#countdown .time-item
{
    background-color: #0b359e;
    color: white;
    font-size: 20px;
    padding: 12px 14px;
}
/*#0b359e*/
/*#0b359e*/
.head .head_navs
{
    background:#0b359e;
}
.head_navs .nav_top .bar-box .on>li,.head .head_navs .nav_top ul li:hover
{
    background: white;
    color: #0b359e;
}
.home .three .main
{
    border-radius: 15px;
}
.home .three .main .title
{
    color: #0b359e;
    background: unset !important;
}
.gradient{
    background: -moz-linear-gradient(left, #0b359e 0%, #0662d6 100%);!important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0b359e), color-stop(100%,#0662d6));!important;
    background: -webkit-linear-gradient(left, #0b359e 0%,#0662d6 100%);!important;
    background: -o-linear-gradient(left, #0b359e 0%,#0662d6 100%);!important;
    background: -ms-linear-gradient(left, #0b359e 0%,#0662d6 100%);!important;
    background: linear-gradient(to right, #0b359e 0%,#0662d6 100%);!important;
}
.other .main .right .k
{
    background: -moz-linear-gradient(left, #0b359e 0%, #0662d6 100%);!important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#0b359e), color-stop(100%,#0662d6));!important;
    background: -webkit-linear-gradient(left, #0b359e 0%,#0662d6 100%);!important;
    background: -o-linear-gradient(left, #0b359e 0%,#0662d6 100%);!important;
    background: -ms-linear-gradient(left, #0b359e 0%,#0662d6 100%);!important;
    background: linear-gradient(to right, #0b359e 0%,#0662d6 100%);!important;
}
.foot .info_s,.foot .main
{
    margin-bottom: unset;
}
.foot .info_s .txt,.foot .main .txt
{
    margin-top: 20px !important;
}
.foot
{
    height: unset !important;
    background-color: #0b359e !important;
}
.foot .info_s .txt .left .content,.foot .main .txt .left .content
{
    line-height: 28px !important;
}
.foot .info_s .txt .right .img,.foot .main .txt .right .img
{
    margin-top: 10px !important;
}
.foot .copy
{
    display: none !important;
}
.foot .main .logo_nav .nav,.foot .info_s .logo_nav .nav
{
    font-size: 18px !important;
}
.bar-box>.secondnav a
{
    color: #0b359e;
}
.bar-box>.secondnav a:hover
{
    background-color: #0b359e !important;
}
.linkbtn{
    background-color: #0b359e;
    color: white;
    padding: 6px 30px;
    border-radius: 6px;
}