body {
    margin: 0;
    padding: 0;
    width: 100%;}
p {
    margin: 0;
    padding: 0;}
ul li {
    list-style: none;}
@font-face {
    font-family: PingFangSC-Medium;
src: url(../../fonts/pingfangsc-medium.jpg)}
@font-face {
    font-family: PingFangSC-Regular;
src: url(../../fonts/pingfangsc-regular.jpg)}
@font-face {
    font-family: PingFangSC-Semibold;
src: url(../../fonts/pingfangsc-semibold.jpg)}

.gigo_content_box {
    max-width: 1200px;
    margin: 0 auto;}
.gigo_separate_space {
    height: 100px;}

/*
头部 导航栏
 */
.gigo_school_logo {
    width: 100%;
    min-height: 590px;
    background-image: url(../../images/school_bg.png);
    background-size: cover;
    background-position: center;}
.gigo_school_logo_box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;}
.gigo_school_logo_img {
    width: 240px;
    object-fit: cover;
    margin-top: 50px;}
.gigo_school_logo_img2 {
    margin: 50px auto 0 auto;
    width: 440px;
    object-fit: cover;}

/* 导航栏 */
.gigo_navigation_bar_box {
    height: 50px;
    width: 100%;
    background-color: rgb(241, 249, 224);}
.gigo_navigation_bar_box_frag {
    max-width: 1200px;
    margin: 0 auto;
    height: 50px;}
.gigo_navigation_bar_box_frag div ul li a {
    font-family: PingFangSC-Semibold;}

/* 底部信息 */
.gigo_footer_box {
    background-color: rgb(41, 109, 6);
    color: rgb(255, 255, 255);
    width: 100%;
    /*margin-top: 20px;*/
    height: 208px;}
.gigo_footer {
    color: rgb(255, 255, 255);
    max-width: 1200px;
    /*height: 76px;*/
    margin: 0 auto;
    padding-top: 32px;
    /*font-size: 14px;*/
    /*line-height: 25px;*/
    display: flex;
    justify-content: space-between;}
.gigo_footer_beiAn_img1 {
    width: 40px;
    /*height: 40px;*/
    object-fit: scale-down;}
.gigo_footer_beiAn_img2 {
    height: 40px;
    /*margin: 22px 10px 0 0;*/
    object-fit: scale-down;}
.gigo_footer_beiAn a {
    color: rgb(255, 255, 255);
    display: flex;
    text-decoration: none;
    font-size: 15px;
    line-height: 40px;
    font-family: PingFangSC-Regular;}
.gigo_footer_text {
    font-size: 15px;
    line-height: 35px;
    font-family: PingFangSC-Regular;}
.gigo_footer_gzh {
    width: 100px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    font-family: PingFangSC-Semibold;}
.gigo_footer_gzh img {
    width: 100px;
    height: 100px;
    border-radius: 5px;}
.gigo_links_box {
    height: 30px;
    width: 450px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;}
.gigo_links_item {
    /*border: solid 1px red;*/
    width: 200px;
    height: 30px;}
.gigo_links_item_select {
    width: 200px;
    border-radius: 8px;}
.gigo_links_item_select select {
    width: 200px;
    border-radius: 8px;
    height: 30px;
    font-family: PingFangSC-Regular;
    text-align: center;}
.gigo_links_item_select select option {
    font-family: PingFangSC-Regular;
    text-align: center;}





.gigo_navigation_bar_box .nav-item a {
    height: 50px;
    width: 170px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: PingFangSC-Semibold;
    color: rgb(32, 36, 43);
    font-size: 18px;}
.gigo_navigation_bar_box .nav-item a .item-name {
    margin-top: 10px;}
.gigo_navigation_bar_box .wp_nav .on {
    background-color: rgb(41, 109, 6);}
.gigo_navigation_bar_box .wp_nav li a:hover {
    background-color: rgb(41, 109, 6);
    color: rgb(255, 255, 255);}
.gigo_navigation_bar_box .wp_nav .nav-item a.parent {
    color: rgb(255, 255, 255);}
