.head .head_navs
{
    background:#1a60b6;
}
.head_navs .nav_top .bar-box .on>li,.head .head_navs .nav_top ul li:hover
{
    background: #28adf5;
}
.home .three .main
{
    border-radius: 15px;
}
.home .three .main .title
{
    color: #1a60b6;
    background: unset !important;
}
.gradient{
    background: -moz-linear-gradient(left, #1a60b6 0%, #4387dc 100%);!important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1a60b6), color-stop(100%,#4387dc));!important;
    background: -webkit-linear-gradient(left, #1a60b6 0%,#4387dc 100%);!important;
    background: -o-linear-gradient(left, #1a60b6 0%,#4387dc 100%);!important;
    background: -ms-linear-gradient(left, #1a60b6 0%,#4387dc 100%);!important;
    background: linear-gradient(to right, #1a60b6 0%,#4387dc 100%);!important;
}
.other .main .right .k
{
    background: -moz-linear-gradient(left, #1a60b6 0%, #4387dc 100%);!important;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#1a60b6), color-stop(100%,#4387dc));!important;
    background: -webkit-linear-gradient(left, #1a60b6 0%,#4387dc 100%);!important;
    background: -o-linear-gradient(left, #1a60b6 0%,#4387dc 100%);!important;
    background: -ms-linear-gradient(left, #1a60b6 0%,#4387dc 100%);!important;
    background: linear-gradient(to right, #1a60b6 0%,#4387dc 100%);!important;
}
.inspks
{
    padding: 40px 0;
    background-color: white;
}
.inspks h1,.inspks h4
{
    text-align: center;
    color: #1a60b6;
    font-weight: bold;
    margin-bottom: 50px;
}
.inspks h1
{
    font-size: 32px;
    margin-bottom: 20px;
}
.inspks .carousel-inner
{
   width: 1200px;
    margin: 0 auto;
    min-height: 540px;
}
.inspks .kxb-center
{
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
}
.kxb-center .kxb-head
{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 15px;
}

.inspks .kxb-center p
{
    font-size: 15px;
    margin-bottom: 5px;
    color: #333333;
}

 .jumpbtn {
     font-size: 14px;
     font-weight: bold;
     padding: 6px 12px;
     background-color: #285286;
     color: white !important;
     border-radius: 4px;
     margin: 0 auto;
 }
