﻿@charset "utf-8";
@font-face{
    src: url(../fonts/zkqkhyt.ttf);
    font-family: 'zkqkhyt';
}
.zkqkhyt{font-family: 'zkqkhyt';}
body{font-size: 14px;}
.bg_0f66bb{
    background: #0f66bb;
}

.search{
    margin-top: 20px;
}
.search-text{
    background: #fff;
    width: 245px;
    height: 55px;
    vertical-align: top;
    padding: 0 15px;
    color: #a3a3a3;
    font-size: 15px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.search-text::-webkit-input-placeholder{
    color: #a3a3a3;
}
.search-btn{
    width: 66px;
    height: 55px;
    background: url(../images/search.png) no-repeat center center;
    background-color: #d2d2d2;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.header_main{
    padding: 20px 0;
}


.nav{
    background: #0f5eab;
    border-top: 1px solid #578fc4;
    min-width: 1100px;
    box-shadow: 0px 10px 18.69px 2.31px rgba(0, 0, 0, 0.16);
}
.nav_ul{
    width: 100%;
    display: table;
    table-layout: fixed;
}
.nav_ul>li{
    display: table-cell;
    text-align: center;
    position: relative;
}
.nav_ul>li>a{
    display: block;
    color: #fff;
    line-height: 45px;
}

.hasSub:hover .nav_ul_2{
    display: block;
}
.nav_ul_2{
    position: absolute;
    min-width: 100%;
    display: none;
    z-index: 9;
}
.nav_ul_2 li {
    background: #0c549c;
}
.nav_ul_2 li:hover{
    background: #0f5eab;
}
.nav_ul_2 li a{
    display: block;
    color: #fff;
    line-height: 40px;
}



.footer{
    background: url(../images/footer_bg.png) no-repeat center bottom;
    background-color: #1a79bf;
    text-align: center;
    padding-top: 20px;
}
.footer .w-1280{
    margin-bottom: 20px;
}
.copright{
    margin-top: 10px;
}
.copright p{
    font-size: 13px;
    text-align: left;
    color: #fefefe;
    line-height: 20px;
}
.wb{
    display: inline-block;
    color: #fefefe;
    font-size: 13px;
}
.wb img{
    display: inline-block;
    margin-left: 10px;
}

.footer .logo img{width:700px;}

.w-1280 {max-width:95%;}
.college_wrapper.w-1280, .College_swiper.w-1280 {max-width:100%;}