/* 南京大学软件学院 */
/* 20201104 */

html {
    font-size: 16px;
}

.warp {
    /*width: 1010px;*/
    width: 1200px;
    margin: 0 auto;
}

/* 头部 */

.g-hd .controlBar {
    height: 120px;
    background-color: rgba(13, 124, 246, 0.8);
}

.g-hd .navBar {
    font-size: 0;
    height: 50px;
    line-height: 50px;
	background-color: #0d7cec;
}

.g-hd .navBar a {
    color: #ffffff;
}

.g-hd .navBar .item {
    width: 14.2%;
    text-align: center;
    font-size: 18px;
    display: inline-block;
}

.g-hd .navBar .item:hover {
    background-color: #ffb752;
}

.g-hd .controlBar {
    position: relative;
    line-height: 120px;
}

.g-hd .search {
    float: right;
}

.g-hd .search form {
    height: 36px;
    position: relative;
}

.g-hd .search input {
    height: 36px;
    border: 0;
    outline: 0;
}

.g-hd .inputValue {
    width: 289px;
    line-height: 36px;
	background-color: #ffffff;
	border-radius: 18px;
	border: solid 1px #ffffff;
    opacity: 0.6;
    box-sizing: border-box;
    padding: 0 19px;
}

.g-hd .submitValue {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 44px;
    background-color: transparent;
    background-image: url(ghd_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
} 

.g-hd .warp {
    overflow: hidden;
}

.g-hd .search form {
    display: inline-block;
}

.g-hd .search .search-zh {
    color: #ffffff;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

/* 底部 */
/*.g-ft {
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #ffffff;
	background-color: #004a91;
}
*/
/* 20210113 修改 */
.ft_copy { text-align: center; height: 40px; line-height: 40px; background-color: #013f7b; font-size: 16px; color: #c2d8ee; }
.ft_info  { background-color: #004a91; color: #ffffff; }
.ft_info .warp { display: flex; justify-content: space-around; padding: 30px 0; align-items: center;}
.ft_link, .ft_add {line-height: 30px; text-align: left;}
.ft_link a {display: inline-block; color: #dde3ec; width: 100%;}
.ft_add > div {width: 254px; margin: 0 0 0 auto;}
.ft_link_title, .ft_add_title { font-size: 24px; color: #ffffff; padding: 0 0 15px;}
.ft_link, .ft_add, .ft_add {flex: 0 0 400px;}


@media screen and (max-width: 600px) {
    .warp {
        width: 100%;
        box-sizing: border-box;
        padding: 0 0.35rem;
    }

    .g-hd .controlBar {
        height: auto;
        text-align: center;
        line-height: 3rem;
    }

    .g-hd .controlBar .logo {
        display: inline-block;
        padding: 1rem 0;
    }

    .g-hd .search {
        display: none;
    }

    /* nav */
    .g-hd .navBar {
        height: auto;
    }

    .g-hd .navBar .item {
        width: 25%;
        line-height: 2rem;
        font-size: 1rem;
    }

}