html,body{
    margin:0;
    padding: 0;
    height: 100%;
    font-family:"宋体";
    font-weight: 300;
}
a{
    text-decoration: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
.navbar-title ul{
    list-style: none;
    margin: 0;
}
.filling{
    height:80px;
    transition: all .3s;
}
/*a:hover {
    color: #fb7658;
    background: #fff;
    text-decoration: none;
}*/
/*导航条*/
.navbar-title .active{
   border-bottom: 3px solid rgb(251, 51, 75);
}
.navbar-trans{
    background: #fff;
   /* height: 80px;*/
    transition: top .5s;
}
.hiddened{top: -90px;}
.navbar-header .showed{top:0;}

.container-fluid{
    padding-left: 0px;
     padding-right: 0px;
}
.navbar-header{
    width:100%;
    /*height: 80px;*/
    display: flex;
    /*padding: 0 15px;*/
   /* border-bottom: 1px solid #aaa;*/
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.logo-wrap{
    display: list-item;
    min-width: 300px;
    text-align: center;
    line-height: 80px;
    border-right: 1px solid #e5e5e5;
    transition: all .3s;
}
.logo img{
   height: 40px;
}
.nav-box{
    display: flex;
    flex: 1;
}
.navbar-title-wrap{
    display: block;
    flex: 1;
    border-right: 1px solid #e5e5e5;
}
.search{
    position: absolute;
    width: 100%;
    /*height: 80px;*/
    /*background: #fff;*/
    /*border-bottom: 1px solid #aaa;*/
    left: 0;
    z-index: 11;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*transition: top .5s;*/
    top: -90px;
}
.box-search-wrap{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*height: 80px;*/
    left: 0;
    width: 100%;
    z-index: 2;
    /*border-bottom: 1px solid #aaa;*/
    /*background: #fff;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.box-search{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 300px;
    background: #fff;
}
#form{
    width: 100%;
}
.keyword{
    outline: none;
    color: #333;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 45px;
    padding: 0 20px;
    border: 0;
    text-transform: uppercase;
    line-height: normal;
    width: 100%;
}
.keyword:-moz-placeholder {
    color: #ccc;
}
.keyword::-moz-placeholder {
    color: #ccc;
}
.keyword:-ms-input-placeholder{
    color: #ccc;
}
.keyword::-webkit-input-placeholder{
    color: #ccc;
}

.bt-close{
    position: relative;
    width: 66px;
    height: 80px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
}
.bt-close:before,
.bt-close:after{
    content: '';
    position: absolute;
    top: 38px;
    right: 26px;
    width: 20px;
    height: 3px;
    background: #aaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bt-close:after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-button{
    display:none;
    position: relative;
    width: 66px;
    /*height: 80px;*/
    cursor: pointer;
    z-index: 1;
    text-align: center;
    line-height: 80px;
    background: #f00;
}
.search-button a{
    font-size: 15px;
    color: #fff;
    display: block;
    background: #FB334B;
}
.search-button a:hover{
    text-decoration: none;
    color: #fff;
    background: red;
}
.right{
    max-width: 400px;
    /*float: right;
    padding: 5px 15px;
    cursor: pointer;*/
}
.right ul{
    margin:0;
    list-style: none;
    float: left;
}
/*.box-left{
    border-left: 1px solid #ccc;
}*/
.box-left li:first-child{
    margin-left: 10px;
}
.box-left li:last-child{
    margin-right: 10px;
}
.box-ul li{
    /*display: inline-block;*/
    float: left;
    padding: 0;
    color:#ccc;
}
.box-ul .nav-button{
    display: none;
    width: 60px;
    text-align: center;
}
.right ul li a{
    font-size: 12px;
    color: #7d8a93;
    padding: 0 10px;
    line-height: 83px;
    font-weight: 300;
    transition: all .3s;
}
.right ul li a:hover{
    color:#fb7658;
    text-decoration: none;
}
.navbar-toggle{
    float: none;
    background: #fff !important;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 35px;
    margin-top: 24px;
}
.navbar-toggle .icon-bar{
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background: #000;
    margin-left: 5px;
}
.search_pic{
    height: 15px;
    cursor: pointer;
    padding: 0 13px;
}
.box-ul .entrance-button{
    width: 62px;
    /*border-left: 1px solid #ccc;*/
    text-align: center;
    cursor: pointer;
    display: none;
}
.box-ul .list-ul{
    position: absolute;
    background: #fff;
    text-align: center;

    display: none;
}
.box-ul .list-ul li{
    float: none;

}
.box-ul .list-ul li a{
    line-height: 35px !important;
}
.language-wrap{
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    width: 70px;
    text-align: center;
}
.search_pic_wrap{
    width: 70px;
    text-align: center;
    line-height: 80px;
    transition:all .3s;

}
.right ul li .language{
    font-size: 14px;
    padding: 0 10px;
    color: #999;
    cursor: pointer;
    /* font-weight: 600; */
    letter-spacing: 0.1em;
    font-family: Arial,Helvetica,sans-serif;

}
.zn{
    border-right:1px solid #aaa;
    border-left:1px solid #aaa;
    padding-right: 13px;
    padding-left: 13px;
}
.container-fluid .navbar-wrap{
     display: flex;
     width: 100%;
}
.narrow-navbar-wrap{
    display:none;
    border-bottom: 1px solid #aaa;

}
.narrow-navbar-box{
    flex: 1;
}
.narrow-navbar{
    list-style: none;
    margin: 0px 0px 0px 25px;
}
.narrow-navbar li{
    display: inline-block;
    padding: 0;
    width: 15%;
    text-align: center;
}
.narrow-navbar li a{
    font-size: 12px;
    color: #888;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
.narrow-navbar li a:hover{
    color:#fb7658;
    text-decoration: none;
}
.narrow-box-navbar{
    width: 230px;
}
.narrow-navbar-ul{
    list-style: none;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.narrow-navbar-ul li{
    display: inline-block;
    padding: 0;
    margin: 0 10px;
}
.narrow-navbar-ul li a{
    font-size: 12px;
    color: #aaa;
    line-height: 50px;
}
.narrow-navbar-ul li a:hover{
    color:#fb7658;
    text-decoration: none;
}
.navbar-title{
    text-align: center;
    /*padding: 0 20px;*/
    float: none;
    /*height: 80px;*/
   /* margin: 0 30px;*/
}
.navbar-title li{
    display: inline-block;
    float: none;
    padding: 0;
    width: 11%;
    text-align: center;
    /*margin: 0px 23px;*/
}
.navbar-title li a{
    color: #888;
    font-size: 12px;
    line-height: 80px;
    padding: 0px;
    letter-spacing: 0.2em;
    transition: all .3s;
    font-weight: bold;
}
.navbar-title li a:hover{
    color:#f66c21 !important;
    background: #fff;
    text-decoration: none;
}
/*----------导航下拉样式-----------*/
.drop-down-menu{
    position: fixed;
    height: 900px;
    padding: 35px 35px;
    display: block;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 1);
    border-top: 1px solid #e5e5e5;
    z-index: 1;
    display: none;
}
.drop-down-menu li{
    line-height: 19px !important;
}
.b-menu{
    width: 100%;
    height: 200px;
}
/*学校概览*/
.down-menu-l{
    float: left;
    width: 45%;
    border-right: 1px solid #e5e5e5;
}
.down-menu-l-t{
    padding-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
}
.down-menu-title{
    text-align: left;
    padding-top: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    overflow: hidden;
    padding-bottom: 30px;
    height: 60px;
}
.down-menu-title i{
    color: #aaa;
}
.down-menu-title span:nth-child(1){
    width: 2px;
    height: 20px;
    display: block;
    float: left;
    border-left: 2px solid;
    padding-right: 10px;
}
.down-menu-list{
    /*margin-left: 40px;*/
    overflow: hidden;
}
.down-menu-list ul{
    width: 535px;
    float: right;
}
.collapse .down-menu-list li{
    width: 15%;
    margin-bottom: 10px;
}
.collapse .down-menu-list a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}

.down-menu-l-b{
    padding-top: 20px;
}
.pic-wrap{
    height: 270px;
    overflow: hidden;
}
.pic-wrap img{
    width:100%;
}

.down-menu-r{
    float: left;
    width: 55%;
}
.down-menu-r-t{
    padding-left: 35px;
}
.down-menu-r-b{
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
}
.down-menu-r-b-l{
    width: 50%;
    float: left;
    padding-top: 110px;
    padding-left: 35px;
    padding-right: 40px;
}
.collapse .down-menu-r-b-l li{
    width: 100%;
    margin-bottom: 10px;
    display: list-item;
    margin-left: 0;
    text-align: right;
}
.collapse .down-menu-r-b-l a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}
.down-menu-r-b-list{
   /* padding-bottom: 87px;*/
    float: right;
}
.down-menu-title-box{
    padding-top: 164px;
}
.down-menu-r-b-r{
    width: 50%;
    float: left;
    border-left: 1px solid #e5e5e5;
}
.down-menu-r-b-r-pic{
    height: 300px;
}
.down-menu-r-b-r-pic img{
    width: 100%;
    height: 100%;
}
.down-menu-title-wrap{
    padding-top: 10px;
}
.down-menu-title-wrap .down-menu-title{
    text-align: right;
}
.down-menu-title a{
line-height: 1.5em !important;
}
.down-menu-title-wrap .down-menu-title span:nth-child(1){
    float: right;
    padding-right: 0;

}

.down-menu-title-wrap .down-menu-title span:nth-child(3){
    padding-right: 10px;
}
/*教育教学下拉*/
.ys-drop-down-menu-l{
    float: left;
    width: 20%;
    padding-bottom: 20px;
    border-right: 1px solid #e5e5e5;
}
.ys-drop-down-menu-l >div:first-child{
    margin-top: 10px;
}
.ys-drop-down-menu .ys-down-menu-l{
    padding-top: 0px;
    width: 100%;

}
.ys-drop-down-menu-r{
    float: left;
    width: 80%;
}
.ys-drop-down-menu-r-t{
    padding-left:376px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.ys-drop-down-menu-r-t .down-menu-title{
    float: left;
    padding-bottom: 10px;
}
.ys-drop-down-menu-r-t-list{
    float: right;
    padding-top: 10px;
   /* width: 93%;*/
}
.ys-drop-down-menu-r-t-list ul{
    float: right;
    /*width: 100%;*/
}
.ys-drop-down-menu-r-t-list li{
    width: auto;
    padding: 0px 15px;
    /*text-align: right;
    float: right;*/
}
.ys-drop-down-menu-r-t-list li:last-child{
    margin-right: 0;
    padding-right: 0;
}
.ys-drop-down-menu-r-t-list li a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}
.ys-drop-down-menu-r-b > div{
    width:33.333%;
    float: left;
}
.ys-drop-down-menu-r-b-l{
    padding-top: 20px;
    padding-left: 35px;
    border-right: 1px solid #e5e5e5;
    padding-bottom: 110px;
}
.ys-drop-down-menu-r-b-z{
    border-right: 1px solid #e5e5e5;
    padding-top: 77px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 34px;
}
.ys-drop-down-menu-r-b-z-list{
    /*padding-bottom: 45px;*/
    /*padding-top: 58px;*/
    height: 193px;
}
.ys-drop-down-menu-r-b-z li{
    width: 100%;
    display: list-item;
    text-align: right;
    margin: 0;
    margin-bottom: 10px;
}
.ys-drop-down-menu-r-b-z li a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}
.ys-drop-down-menu-r-b-r-pic img{
    width:100%;
}

/*招生导览*/
.zs-drop-down-menu-l{
    width: 55%;
    float: left;
    border-right: 1px solid #e5e5e5;
}
.zs-drop-down-menu-l-t{
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}
.zs-drop-down-menu-l-t > div{
    float: left;
    margin-bottom: 20px;
    border-right: 1px solid #e5e5e5;
}
.zs-drop-down-menu-l-t > div:last-child{

    border-right: 0;
}
.zs-drop-down-menu-l-t > div >div{
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-top: 20px;
}
.zs-drop-down-menu-l-b{
    overflow: hidden;
}
.zs-drop-down-menu-l-b-l{
    width: 50%;
    float: left;
    padding-top: 151px;
    padding-right: 35px;
    border-right: 1px solid #e5e5e5;
    padding-left: 35px;
}
.zs-drop-down-menu-l-b-l >div:first-child{
    float: left;
}
.zs-drop-down-menu-l-b-l >div:nth-child(2){
    padding-top: 68px;
}
.zs-drop-down-menu-l-b-l li{
    display: list-item;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
}
.zs-drop-down-menu-l-b-l li a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}
.zs-drop-down-menu-l-b .zs-drop-down-menu-l-b-r{
    border-right: 0;
}
.zs-drop-down-menu-r{
    float: left;
    width: 45%;
}
.zs-drop-down-menu-r >div:first-child{
    height: 300px;
    overflow: hidden;
}
.zs-drop-down-menu-r img{
    width:100%;
}

/*校园文化*/
.xy-drop-down-menu-l{
    width:45%;
    float: left;
    border-right: 1px solid #e5e5e5;
}
.xy-drop-down-menu-l-t >div >div:nth-child(2){
    /*margin-left: 0;*/
}
.collapse .xy-drop-down-menu-l-t li{
    width:12%;
    text-align: right;
    margin-left: 19px;
    margin-right: 19px;
}
.xy-drop-down-menu-l-b >div{
    float: left;
}
.xy-drop-down-menu-l-b-l{
    width:40%;
}
.xy-drop-down-menu-l-b-r{
    width:60%;
}
.xy-drop-down-menu-l-b-l >div:first-child{
    padding-top: 50px;
}
.xy-drop-down-menu-l-b-l >div:last-child{
    padding-top: 18px;
}
.xy-drop-down-menu-l-b-l >div:last-child li{
    display: list-item;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: left;
}
.xy-drop-down-menu-l-b-l >div:last-child li:last-child{
    margin-bottom: 0px;
}
.xy-drop-down-menu-l-b-l >div:last-child li a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}
.xy-drop-down-menu-l-b-l >div:last-child li a:hover{
    color: #fb7658;
}
.xy-drop-down-menu-l-b-r img{
    width:100%;
}
.xy-drop-down-menu-r{
    float: left;
    width: 55%;
}
.xy-drop-down-menu-r >div{
    width:50%;
    float: left;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
}
.xy-drop-down-menu-r-l-t{
    padding-left: 35px;
    width: 100%;
    padding-right: 35px;
    border-bottom: 1px solid #e5e5e5;
}
.xy-drop-down-menu-r-l-t >div:last-child{
    padding-bottom: 50px;
}
.xy-drop-down-menu-r-l-t >div:last-child li{
    display: list-item;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    text-align: right;
}
.xy-drop-down-menu-r-l-t >div:last-child li a{
    line-height: 0 !important;
    color: #7d8a93;
    font-size: 12px;
    letter-spacing: 0;
}
.xy-drop-down-menu-r-l-t >div:last-child li a:hover{
    color: #fb7658;
}
xy-drop-down-menu-r-l-b{
    overflow: hidden;
}
.xy-drop-down-menu-r-l-b >div{
    width: 50%;
    float: left;
    padding-right: 35px;
    border-right: 1px solid #e5e5e5;
    padding-top: 112px;
}
.xy-drop-down-menu-r-l-b >div:last-child{
    border-right: 0px;
}
.xy-drop-down-menu-r-r{
    border-right:0 !important;
}
.xy-drop-down-menu-r-r >div:first-child{
    padding-bottom: 40px;
}
.xy-drop-down-menu-r-r >div:first-child img{
    width: 100%;
    height: 300px;
}










.drop-down-list{
    float: left;
    width: 15%;
}
.drop-down-menu .drop-down-pic-r{
    margin-left: 50px;
}
.drop-down-list h2{
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 25px;
    color: #000;
    font-weight: 200;
}
.drop-down-list ul li{
    display: list-item;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.drop-down-list ul li a{
    line-height: 0px;
    color: #7d8a93;
    font-size: 13px;
}
.drop-down-list-l{

    width: 100%;
}
.drop-down-list-r{

    width: 100%;
}
@media only screen and (min-width:980px){
    .narrow-navbar-wrap{
        display: none !important;
    }
}

@media only screen and (max-width:1200px){
    .box-left{
        display: none;
    }
    .box-ul .entrance-button{
        display:block;
    }

}
@media only screen and (max-width:1048px){
     .navbar-title li{
         /*margin: 0px 9px;*/
     }
}
@media only screen and (max-width:980px){
    /*.navbar-header{
        border-bottom: 1px solid #ccc;
    }*/
    .box-ul .entrance-button{
        display:none;
    }
    .collapse {
        display: none;
    }
    .right {
        position: absolute;
        right: 0;
    }
    .box-ul .nav-button{
        display: block;
    }

}
@media only screen and (max-width:768px){
   /* .logo-wrap{
        min-width: 120px;
    }
    .logo img{
        height:35px;
    }*/
    .narrow-box-navbar {
        width: 195px;
    }
    .narrow-navbar-ul li {
        margin: 0 5px;
    }
    .box-search{
        margin-left: 17rem;
    }

}
@media only screen and (max-width:680px){
    .container-fluid .navbar-wrap{
        display: block;
    }
    .narrow-navbar{
        padding-top: 25px;
    }
    .narrow-navbar li{
        width: 47%;
        margin-top: 10px;
    }
    .narrow-box-navbar{
        width:100%;
        margin-top: 10px;
    }
    .narrow-navbar-ul li{
        width: 20%;
        padding-bottom: 10px;
    }

}
@media only screen and (max-width:480px){
    .logo-wrap{
        min-width: 120px;
    }
    .logo img{
        height:35px;
    }
    .box-search{
        margin-left: 0;
    }
}