@charset "utf-8";
/* CSS Document*/
/* 全局样式*/
:root{
    --primary: #1963d0;
}
html{
    height: 100vh;
}
    body
{
    font-family:Microsoft YaHei, Arial, Tahoma, Helvetica, sans-serif;
    font-size:12px;
    line-height:1.5;
    color:#333;
    background-color: #fafafa!important;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
*
{
    font-family:Microsoft YaHei, Arial, Tahoma, Helvetica, sans-serif;
    padding:0;
    margin:0;
    list-style:none;
}
ul
{
    list-style:none;
}
img
{
border:none;
}
a
{
    text-decoration: none;

}
.clear
{
    clear:both;
    height:0;
    line-height:0;
}
.zt14{font-size:14px}
.zt13{font-size:13px}
/*隐藏*/
.hide
{
    display:none;
}
/*粗体字*/
.bfont
{
    font-weight:bold;
}
/*灰色字*/
.color_gray
{
    color:#aeaeae;
}
/*红色字*/
.color_red
{
    color:#f00;
}
/*蓝色字*/
.color_blue
{
    color:#2356a5;
}

.mt10{
    margin-top:10px;
}
::-webkit-scrollbar {
    height: 8 !important;
    width: 8px !important;
    border-radius: 8px;
  }
  ::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px;
  }
  
  ::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px;
}
.main-wrapper{
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}
.hand{cursor:pointer;}
.mr5{margin-right:5px;}
.fl{float:left;}
.omit{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.textCen{
    text-align:justify;
    text-justify:distribute-all-lines;
    text-align-last:justify;
}
/*首页*/
.ind_top{width:100%; height:30px; background-color:#434444; border-bottom:1px solid #1b1b1b;}
.ind_top .ind_top_q{width:960px; height:31px; margin:0 auto; padding:0 20px;}
.ind_top .ind_top_q .ind_top_l{height:30px; line-height:31px; float:left;}
.ind_top .ind_top_q .ind_top_l a{color:#fff; font-size:14px; text-decoration:none; display:inline-block; margin-right:20px;}
.ind_top .ind_top_q .ind_top_l a:hover{color:#beedff;}
.ind_top .ind_top_q .ind_top_c{ height:30px; line-height:31px; float:right;}
.ind_top .ind_top_q .ind_top_c a{color:#fff; text-decoration:none;display:inline-block; float:left; margin:0 5px;}
.ind_top .ind_top_q .ind_top_c a:hover{color:#beedff;}
.top_with_line {width:1px; height:30px; line-height:30px; text-align:center; display:inline-block; margin:0 2px; color:#fff; float:left;}
.search_input{width:121px; height:22px;line-height:22px; background:url(../images/ind_search_bg.png) 0 0 no-repeat; border:none; padding:0 10px; margin:5px 0 0 10px; float:left;}
.search_btn{width:24px; height:22px; float:left; background:url(../images/ind_search_btn.png) 0 0 no-repeat; border:none; cursor:pointer; margin:5px 0 0 -3px;}

.w1000_margin0 {
    width:1200px;
    margin:0 auto;
}
.navbar{height:84px; margin:0 auto; display: flex; background-color: #1956c9; }
.navbar .navbar-collapse{ height: 100%; margin-right: 24px;}
.navbar .navbar-nav{height: 100%;}
.navbar a{color: #fff; font-size: 20px;}
.navbar a:hover{color: #fff; font-size: 20px;}
.navbar .logo{
    max-height: 100%;
    width: auto;
    max-width: 250px;
}
.navbar .nav-item{
    /* min-width: 100px; */
    display: flex;
    height: 100%; 
    align-items: center;
    justify-content: center;
    position: relative;
    padding-left: 12px;
    padding-right:12px;
    /* width: 16%; */
}
.navbar .nav-item:hover{
    background-color: #3f7beb;
}
.navbar .nav-item::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 18px;
    background: #ededed;
    right: 0;
    top: 34px;
    opacity: .5;
}
.navbar .nav-item:last-of-type {
    &::after{
        display: none;
    }
}
.navbar .none-line::after{
    display: none;
}
.navbar .dropdown-toggle::after{
    display: none;
}
.navbar .dropdown-menu{
    background-color: #3f7beb;;
    border: none;
    width: 140px;
    min-width: inherit;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    text-align: center;
}
.navbar .dropdown-item:hover, .navbar .dropdown-item:focus{
    background-color: var(--primary);
}
.navbar .login{
    display: flex;
}
.login a{
    color: #fff;
    height: 48px!important;
}
.minilogin{
    display: none;
}
.bgopacity{
    background-color: rgba(25, 86, 201, 0.5);
}
.navbar-collapse.show{
    font-size: 14px;
    background-color: rgba(25, 86, 201, 0.8);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    height: fit-content;
    .nav-item{
        font-size: 16px;
        width: 100%;
        justify-content: end;
        padding-right: 70px;
        flex-direction: column;
        align-items: end;
    }
    a{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .nav-item:hover{
        background-color: #5a8be7;
    }
    .nav-item::after{
        display: none;
    }
    .dropdown-menu{
        background-color: #5a8be7;
        box-shadow: none!important;
        position: relative;
        width: 200px;
    }
} 
.btn-outline-light{
    border-radius: 16px!important;
}
.btn-outline-light:hover{
    background-color: #ffca2c!important;
    color: #000;
}
@media screen and (max-width: 1200px){
    .navbar .navbar-brand {
        padding-right: 14px!important;
    }
    .navbar .login {
        padding-left: 0!important ;
        padding-right: 14px!important;
        display: none;
    }
    .minilogin{
        display: inline-flex;
        padding-left: 0 !important;
        padding-right: 14px !important;
    }
    .navbar .login-link{
        color: #fff;
        font-size: 28px;
    }
    .navbar .login-link:hover {
        font-size: 28px;
    }
}
@media screen and(min-width: 1000px){
    .navbar-expand-lg .navbar-collapse {
        justify-content: center;
    }
}

@media screen and (max-width: 999px) {
    .navbar-light .navbar-toggler{
        color: #fff!important;
        font-size: 28px;
        margin-right: 0;
        border: none;
        margin-top: 5px;
    }
    .login{
        display: none;
    }
    .minilogin{
        display: inline-flex;
        position: absolute;
        right: 40px;
        top: 22px;
    }
    .navbar .login-link{
        color: #fff;
        font-size: 28px;
    }
    .navbar .login-link:hover {
        font-size: 28px;
    }
    .zph-list .course-wrapper{
        width: calc(50% - 6px);
    }
    .newsls li{
        width: calc(50% - 12px);
    }
    .newsnav{
        display: flex;
        justify-content: space-between;
    }
    .newsnav li{
        display: flex;
        word-break: break-all;
        line-height: 20px;
        padding: 3px;
        margin-right: 0;
        width: 50px;
    }
}

@media screen and (max-width: 580px) {
    .navbar-light .navbar-toggler {
        color: #fff!important;
        font-size: 28px;
        margin-right: 0;
        border:none;
        margin-top: 5px;
    }
    .banner{
        width: 100%;
        height: 300px;
    }
   .banner .jDiaporama li img{
        height: 300px;
    }

    .jDiaporama_status{
        display: none!important;
    }
    
    .index-searchbox{
        .container{
            padding-right: 0;
        }
        .search{
            .selectplace{
                height: 40px;
                line-height: 40px;
                width: 90px;
                .select .form-select{
                    font-size: 14px;
                    padding-left: 5px;
                    height: 40px;
                    line-height: 40px;
                }
            }
            .iptplace{
                width: calc(100% - 130px);
                height: 40px;
                line-height: 40px;
            }
            .submit{
                width:50px;
                height: 40px;
                line-height: 40px;
                .btn{
                    font-size: 14px;
                    text-indent: 0;
                    letter-spacing: 2px;
                    padding-left: 6px;
                    padding-right: 6px;
                    height: 40px;
                    line-height: 40px;
                    padding-top: 0;
                }
            }
            li input[type="text"]{
                font-size: 14px;
                height: 40px;
                line-height: 40px;
            }
        }
    }
    .service-item{
        div{
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-top: 0px!important;
            padding-bottom: 0px!important;
        }
    }

    .zph-list .course-wrapper{
        width: calc(100% - 0px);
    }
    .newsnav{
        display: flex;
        justify-content: space-between;
    }
    .newsnav li{
        display: flex;
        word-break: break-all;
        line-height: 20px;
        padding: 3px;
        margin-right: 0;
        width: 50px;
    }
    .newsls li{
        width: calc(100% - 0px);
    }
    .imgList li img{
        max-height: 40px;
    }
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 84px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
    width: 100%;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .dropdown-menu.fade-down {
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}