@charset "utf-8";
/* CSS Document */

body {
    font-family: "Microsoft YaHei", "微软雅黑" !important;
}

/*****header*******/
.header {
    /* position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #fff; */
}

.index_box {
    width: 1300px;
    margin: 0 auto;
    height: 100%;
}

.index_box ul {
    height: 100%;
}

.searchBtn {
    cursor: pointer;
    position: absolute;
    left: 155px;
    top: 50%;
    transform: translate(0, -50%);
}

.headNav {
    background-color: #017ABF;
    height: 50px;

}

.headNav .headNavUl {
    display: table;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headNav li {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* display: table-cell; */
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.youqinglianjie>div {
    margin-top: 35px;
    padding: 0 20px;
    position: relative;
}

.youqinglianjie a {
    color: white;
}

.youqinglianjie>div:first-child {
    padding-left: 0;
}

.youqinglianjie>div span {
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: #1692F3;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.youqinglianjie>div:last-child span {
    display: none;
}

.headNav a {
    /*   line-height: 26px;
  padding: 10px 0; */
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    height: 100%;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.headNav li.active,
.headNav li:hover {
    background-color: #0886CE;
}

.headNav li.active a,
.headNav li:hover a {
    color: #fff;
}

.search {
    margin-left: 15px;
    width: 185px;
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    height: 34px;
    padding-right: 25px;
    box-sizing: border-box;
    position: relative;
}

.search>input {
    height: 100%;
    width: 100%;
    border: 0;
    background-color: transparent;
    font-size: 10px;
    padding-left: 15px;
}

.header_nav {
    width: 80%;
    margin: 0 auto;
}

.logo {
    /* width: 60px; */
    float: left;
    margin-top: 8px;
}

.menu {
    float: right;
}

.menu ul li {
    float: left;
    vertical-align: middle;
    font-size: 18px;
    margin-right: 25px;
    position: relative;
    text-transform: capitalize;
}

.menu ul li a {
    color: #333;
    line-height: 90px;
    font-family: Arial, Helvetica, sans-serif;
}

.containerNoAfter::before {
    display: none;
}

.containerNoAfter::after {
    display: none;
}

.menuHeader {
    display: flex;
    flex-wrap: wrap;
}

.menuHeader>div {
    padding: 10px 0;
    transition: 400ms;
    flex: 1;
    text-align: center;
}

.menuHeader>div:hover {
    /* background-color: rgba(0, 0, 0, .2); */
    background-color: #AF1317;
    cursor: pointer;
}

.menuHeader a {
    font-size: 19px;
    color: white;
    font-weight: bold;
    padding: 5px 12px;
}

.menuHeader .menuChildren>a {
    padding: 5px 0px;
}

/*****header*******/


/*****banner*******/

/*****banner*******/




/*****sec1*******/


/*****sec1*******/





/***footer***/
.footer {
    padding: 40px 0 0px;
    background: #f0f0f0;
    padding-top: 0;
}

.footerlogo {
    height: 32px;
    margin: 0 0 54px;
    background: #000;
    background: url(../images/cyc02.png);
    background-size: 5px 5px;
}

.footer .container {
    margin: 0 auto;
    padding: 0;
}

.footer .row {
    margin: 0px;
}

.footerlogo a {
    width: 144px;
    height: 39px;
    margin: 0 0 0 -15px;
    padding: 0 15px;
    background: #f3f4f4;
    display: block;
}

.footernavwarp {}

.footernavwarp .col-lg-3 {
    padding-left: 0px;
}

.footernavwarp ul li {
    margin: 0 0 8px;
    text-transform: capitalize;
}

.footBottom {
    display: flex;
    color: #605F5F;
    background-color: #242424;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.footernavwarp ul li a {
    color: #808080;
    font-size: 13px;
}

.footernavwarp ul li a:hover {
    color: #005DA0;
}

.footernav .first {
    font-size: 15px;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #005DA0;
}

.copy {
    font-size: 12px;
    line-height: 40px;
    color: #666;
    margin: 0 25px 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.copy span {
    font-family: "Microsoft YaHei", "微软雅黑";
}

.index_sec {
    margin: 30px 0;
}

.unohacha_logo {
    float: right;
}

.footercopy .col-lg-6 {
    padding: 0px;
}

.footercopy {
    margin-top: 0px;
    border-top: #ddd 1px solid;
}

/***footer***/
.navbar .nav>li .dropdown-menu {
    margin: 0;
}

.navbar .nav>li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #62A0C1;
}

.dropdown-menu {
    width: 100% !important;
    min-width: 80px;
    border: 0;
    margin: 0;
    height: auto !important;
    padding: 0;
    border-radius: 0;
    background-color: #0886CE;
}

.dropdown-menu>li {
    width: 100% !important;
    display: block;
    font-size: 12px !important;

    height: 30px;
    background-color: #0886CE;
    min-width: 80px;
    margin: 0;
    border-radius: 0;
}

.dropdown-menu>li a {

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px !important;

}

.topPosition {
    border-bottom: 1px solid #F2F2F2;

}

.firndsUrl>div {
    margin-right: 20px;
}

/* .hideUrl{
  display: none;
} */
@media (max-width:1300px) {
    .pageAll {
        width: 100%;
        margin-bottom: 30px;
    }

    .index_box {
        width: 95%;
    }

    .footerLeft {
        padding-right: 50px;
    }

    .footerCenterOne {
        margin-right: 10px;
    }

    .footerLeft {
        padding-right: 10px;
    }

    .rks {
        font-size: 1rem;
        transform: translate(0, -17%);
    }

    .zs {
        display: none;
    }

    .footerCenter {
        padding-left: 50px;
    }

}

@media (min-width:1300px) {
    .pageAll {
        width: auto;
    }

    .zs {
        display: block;
        right: 215px;
        bottom: 65px;
    }

    .rks {
        font-size: 14px;
        transform: translate(0, -17%);
    }

    .rks>div:last-child {
        display: block;
    }

    .footerCenter {
        padding-left: 80px;
    }

    .footerCenterOne {
        margin-right: 90px;
    }

    .footerLeft {
        padding-right: 50px;
    }
}

.mobile_menu {
    width: 100% !important;
    background-color: white !important;
}

.mobile_menu li {
    background-color: white !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

.mobile_menu li a:hover {
    background-color: white !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center;
}

@media (max-width:1100px) {
    .rks {
        transform: translate(0, -27%);
    }

}

@media (max-width:1000px) {
    .rks {
        transform: translate(0, -37%);
    }

    .dtRight {
        width: 100% !important;
    }

    .dtLeft {
        width: 100% !important;
    }
}



@media (max-width:910px) {
    .youqinglianjie>div {
        padding: 0 5px !important;
    }

    .rks>div:last-child {
        display: none;
    }

    .rks {
        display: flex;
        align-items: center;
    }
}

@media (min-width:768px) {
    .gcList:hover {
        background-color: #0073CC;
        cursor: pointer;
        color: white !important;
        right: -30px;

    }

    .gcList:hover~.gcTitle,
    .gcList:hover~.mainGC {
        color: white !important;


    }

    .gcTitle:hover,
    .mainGC:hover {
        color: white !important;
    }

    .pagination1 {
        display: block;
    }

    .dtLeft {
        display: block !important;
    }

    .fenleiHeight {
        height: 83px;
    }

    .schoolNews {
        flex-wrap: wrap;
    }

    .schoolNews>div {
        width: calc(25% - 11px);
    }

    .index_sec2 .index_box>div {
        width: calc(50% - 20px);
    }
}

.swiper-container {
    /* height: 300px !important; */
}

@media(max-width:768px) {
    .conLeft ul li a span {
        display: none !important;
    }

    .dtLeft {
        display: none !important;
    }

    .gcList {
        width: 100% !important;
    }

    .ggList>div {
        width: 100% !important;
    }

    .pagination1 {
        display: none;
    }

    .rks>div:last-child {
        display: none;
    }

    .rks {
        display: block;
        transform: translate(0, 0) !important;
    }

    .fenleiHeight {
        height: auto;
    }

    .index_sec2 .index_box>div {
        width: 100%;
    }

    .navbar-nav {
        width: 100%;
        margin-top: 0;
        background-color: #FFFFFF;
        margin-left: 0px;
        text-transform: uppercase;
    }

    .schoolNews {
        flex-wrap: wrap;
    }

    .schoolNews>div {
        width: calc(50% - 7px);
    }

    .navbar-nav li {
        text-align: left;
        border-bottom: 1px dotted #e5e5e5;
        line-height: 40px;
    }

    .navbar-nav li a {
        color: #666;
        font-size: 13px;
    }

    .navbar-nav li a:hover {
        color: #0752a4;
    }

    .headerbg {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 999999;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .logo_boxlist {
        float: left;
        width: 45px;
        /* margin-top: 7px; */
    }

    .navbar-toggle {
        margin-top: 10px;
        padding-right: 0;
        margin-right: 0;
    }

    .navbar-toggle .icon-bar {
        background-color: white;
    }

    .navbar-collapse {
        border-top: 1px solid #e5e5e5;
    }

    #header-nav {
        max-height: 500px;
        overflow: auto;
        padding-bottom: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    #header-nav::-webkit-scrollbar-track-piece {
        width: 0px;
        background-color: #000;
    }

    #header-nav::-webkit-scrollbar {
        width: 0px;
        height: 6px
    }

    #header-nav::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #ccc;
    }

    #header-nav::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }
}

.logo-box{
    padding-top: 20px;
    padding-bottom: 20px;
}



.bz-column {
    display: flex;
    flex-direction: column;
}

.bz-row {
    display: flex;
    flex-direction: row;
}

.bz-center-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-fill {
    display: flex;
    flex: 1;
}

.bz-space-between {
    display: flex;
    justify-content: space-between;
}

.bz-center-column-child {
    display: flex;
    justify-content: center;
}

.bz-center-row-child {
    display: flex;
    align-items: center;
}

.bz-end-row-child {
    display: flex;
    align-items: flex-end;
}
