@charset "utf-8";

:root {
    --gcbgcolor: #F1F1F1;
    --gcpagebcolor: #0067B3;
    --tt333: #333333;
    --tt666: #666666;
    --tt999: #999999;
    --ttfff: #ffffff;
    --tt70: #707070;
    --gcahpc: 0;
    --gcahmo: 0;
    --zcolor1: #448e12;
    --zcolor2: #C90000;
    --zcolor3: #666666;
    --zcolor4: #C8C8C8;
    --ijnavbg: rgba(30, 120, 191, 0.5);
    --ijnavAct: #1e78bf;
    --ijnavadierAct: #1E78BF
}

.gc-aH {
    height: var(--gcahpc)
}

@media screen and (max-width:1180px) {
    .gc-aH {
        height: var(--gcahmo)
    }
}

.gc-page-info {
    background-color: var(--gcbgcolor)
}

.gc-page-tbox {
    text-align: center;
    background: url(../images/guochan-bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding: 110px 5% 80px;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

@media screen and (max-width:1440px) {
    .gc-page-tbox {
        padding: 90px 5% 70px
    }
}

@media screen and (max-width: 1180px) {
    .gc-page-tbox {
        padding: 70px 0 50px;
        display: block;
        background-image: none;
        margin-top: 0;
    }

    .gc-page-tbox [gc-lwidth] {
        display: none
    }

    .guochan-mo-box {
        margin-top: 90px;
    }

    .guocha-mo-nav .t {
        font-size: 1.4rem;
    }

    .guocha-mo-nav .time {
        font-size: 1rem;
        margin-top: -6px;
    }



}

@media screen and (max-width:750px) {
    .gc-page-tbox {
        padding: 40px 0
    }
}

.gc-join-1200 {
    max-width: 1200px;
    width: 62.5vw;
    margin: 0 auto
}

@media screen and (max-width:1180px) {
    .gc-join-1200 {
        width: 90%
    }
}

[gc-lwidth] {
    width: 240px;
    flex-shrink: 0
}

.gc-joinT {
    font-size: 32px;
    line-height: 1.25;
    color: var(--tt333)
}

@media screen and (max-width:1440px) {
    .gc-joinT {
        font-size: 30px
    }
}

@media screen and (max-width:1180px) {
    .gc-joinT {
        font-size: 28px
    }
}

@media screen and (max-width:750px) {
    .gc-joinT {
        font-size: 24px
    }
    .idxfour ul{
            flex-flow: wrap;
    }
    .idxfour ul li {
    width: 50%;
    margin-bottom: 14px;
}
    .idxfour ul li p {
    margin: 0;
    font-size: 14px;
    padding: 0;
    color: #fff;
    font-weight: 200;
}
    .idxfour ul li p span {
    font-size: 30px;
    margin-right: 5px;
    font-weight: 600;
}
    .idxfour ul li h1 {
    font-size: 17px;
    margin: 0;
    padding: 0;
    color: #fff;
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}

.gc-join-time {
    color: var(--tt999);
    margin-top: 22px;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.gc-join-time .item {
    margin-right: 1rem
}

.gc-join-time .item:last-child {
    margin-right: 0
}

.gc-join-page {
    border-top: 5px solid var(--gcpagebcolor);
    background-color: var(--ttfff);
    overflow: hidden;
    padding: 80px 5%;
    font-size: 16px
}

.gc-join-page a {
    color: var(--gcpagebcolor)
}

.gc-join-page a:hover {
    text-decoration: underline
}

.gc-join-page img {
    max-width: 100% !important;
    height: auto !important
}

@media screen and (max-width:1180px) {
    .gc-join-page {
        padding: 60px 5%;
        border-top-width: 4px;
        font-size: 14px
    }
}

@media screen and (max-width:750px) {
    .gc-join-page {
        padding: 30px 5% 50px;
        border-top-width: 3px
    }
}

.gc-page-cbox {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 65px
}

@media screen and (max-width:1180px) {
    .gc-page-cbox {
        display: block;
        width: auto;
        padding-bottom: 0
    }

    .gc-page-cbox [gc-lwidth] {
        display: none
    }

    .gc-page-cbox .gc-join-1200 {
        width: auto
    }
}

.guochan-pc-box {
    color: #666666;
    line-height: 1.5;
    font-size: 14px
}

.guocha-pc-nav {
    list-style: none
}

.guocha-pc-nav li {
    position: relative;
    display: flex;
    overflow: hidden;
    padding-bottom: 2.6041vw;
    float: none;
}

.guocha-pc-nav li:last-child .xian {
    display: none
}

.guocha-pc-nav .xian {
    position: absolute;
    top: 2px;
    left: 18px;
    width: 1px;
    height: 100%
}

.guocha-pc-nav .num {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    flex-shrink: 0;
    margin-right: 1.5rem
}

.guocha-pc-nav .desc {
    line-height: 1.2
}

.guocha-pc-nav .t {
    font-size: 19px
}

.guocha-pc-nav .time {
    margin-top: 2px
}

@media screen and (max-width:1440px) {
    .guocha-pc-nav>li {
        padding-bottom: 2.2vw
    }

    .guocha-pc-nav .t {
        font-size: 16px
    }
}

.guochan-linkA {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent
}

.gcnav-co1 {
    color: var(--zcolor1)
}

.gcnav-co2 {
    color: var(--zcolor2)
}

.gcnav-co3 {
    color: var(--zcolor3)
}

.gcnav-co3 .time {
    color: var(--tt999)
}

li.gc-nav-xian::before {
    background-color: var(--zcolor2)
}

li.gc-nav-act1 {
    color: var(--zcolor1)
}

li.gc-nav-act1 .num {
    border-color: var(--zcolor1)
}

li.gc-nav-act2 {
    color: var(--zcolor2)
}

li.gc-nav-act2 .num {
    border-color: var(--zcolor2)
}

li.gc-nav-act3 {
    color: var(--zcolor3)
}

li.gc-nav-act3 .num {
    border-color: var(--zcolor3)
}

li.gc-nav-act3 .t {
    color: var(--tt333)
}

.guocha-join-bz {
    display: flex
}

.guocha-join-bz .t {
    flex-shrink: 0
}

.guocha-join-bz .c {
    flex: 1;
    margin-left: 10px
}

.guochan-mo-box {
    background-color: #ffffff;
    padding: 20px 3%;
    font-size: 14px;
    line-height: 1.5;
    color: var(--tt666)
}

@media screen and (min-width:1181px) {
    .guochan-mo-box {
        display: none
    }
}

.guocha-mo-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    overflow: hidden
}

.guocha-mo-nav>li {
    position: relative;
    width: 20%
}

.guocha-mo-nav>li:last-child .xian {
    display: none
}

.guocha-mo-nav .xian {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 100%;
    height: 1px
}

.guocha-mo-nav .num {
    position: relative;
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
    margin: 0 auto;
    line-height: 30px;
    text-align: center
}

.guocha-mo-nav .desc {
    text-align: center;
    margin-top: 10px
}

.guocha-mo-nav .t {
    font-size: .9rem
}

.guocha-mo-nav .time {
    font-size: .7rem;
    margin-top: 2px
}

.gc-pt60 {
    padding-top: 60px
}

@media screen and (max-width:1440px) {
    .gc-pt60 {
        padding-top: 50px
    }
}

@media screen and (max-width:1360px) {
    .gc-pt60 {
        padding-top: 45px
    }
}

@media screen and (max-width:1180px) {
    .gc-pt60 {
        padding-top: 40px
    }
}

@media screen and (max-width:860px) {
    .gc-pt60 {
        padding-top: 30px
    }
}

.ijnav-boxtt {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
.ijnav-boxtt::after {
    content: "";
    display: table;
    clear: both;
}
.ijnav-padding {
    padding: 60px 0px 90px 0px;
}

@media screen and (max-width:1600px) {
    .ijnav-padding {
        padding: 85px 0
    }
}

@media screen and (max-width:1440px) {
    .ijnav-padding {
        padding: 80px 0
    }
}

@media screen and (max-width:1360px) {
    .ijnav-padding {
        padding: 75px 0
    }
}

@media screen and (max-width:1200px) {
    .ijnav-padding {
        padding: 65px 0
    }
}

@media screen and (max-width:640px) {
    .ijnav-padding {
        padding: 40px 0
    }
}

.ijnav-w {
    width: 77%;
    max-width: 1480px;
    margin: 0 auto
}

@media screen and (max-width:1600px) {
    .ijnav-w {
        width: 86%
    }
}

@media screen and (max-width:1240px) {
    .ijnav-w {
        width: 90%
    }
    .pxfhPageColumn2{
        display: none;
    }
}

.ijnav-tbox {
    text-align: center
}

.ijnav-tbox .name {
    font-size: 36px;
    line-height: 1.5;
    color: #333333
}

@media screen and (max-width:1600px) {
    .ijnav-tbox .name {
        font-size: 30px
    }
}

@media screen and (max-width:1441px) {
    .ijnav-tbox .name {
        font-size: 26px
    }
}

@media screen and (max-width:1240px) {
    .ijnav-tbox .name {
        font-size: 24px
    }
}

@media screen and (max-width:640px) {
    .ijnav-tbox .name {
        font-size: 30px;
        font-weight: 500;
    }
}

.ijnav-ul {
    display: flex;
    margin-left: -5%
}

.ijnav-ul>li {
    background-color: var(--ijnavbg);
    position: relative;
    margin-left: 5%;
    flex: 1;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 60px 1rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    transition: .3s
}

@media (hover:hover) and (pointer:fine) {
    .ijnav-ul>li:hover {
        background-color: var(--ijnavAct)
    }
}

.ijnav-ul .ico {
    width: 51px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px
}

.ijnav-ul .ico img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: cover
}

.ijnav-ul .txt {
    font-size: 16px;
    color: #ffffff
}

@media screen and (max-width:1600px) {
    .ijnav-ul {
        margin-left: -3%
    }

    .ijnav-ul>li {
        margin-left: 3%
    }

    .ijnav-ul .ico {
        width: 46px;
        height: 46px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:1440px) {
    .ijnav-ul>li {
        padding: 50px 1rem
    }
}

@media screen and (max-width:1180px) {
    .ijnav-ul {
        flex-wrap: wrap;
        margin-left: -2%
    }

    .ijnav-ul>li {
        width: 31.33%;
        margin-left: 2%;
        flex: initial;
        padding: 40px 1rem;
        border-radius: 8px;
        margin-bottom: 20px
    }

    .ijnav-ul .ico {
        width: 40px;
        height: 40px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:860px) {
    .ijnav-ul>li {
        margin-left: 2%;
        width: 48%;
        padding: 30px 3%;
        margin-bottom: 15px
    }

    .ijnav-ul .ico {
        margin-bottom: 10px;
        width: 34px;
        height: 34px
    }

    .ijnav-ul .txt {
        font-size: 14px
    }
}

:root {
    --gq-color1: #265ebd;
    --gq-color2: #E1F0FF;
    --gq-eee: #EEEEEE;
    --gq-666: #666;
    --gq-999: #999999;
    --gq-fff: #fff
}

.ijnav-tbox-l {
    text-align: left
}

@media screen and (max-width:1180px) {
    .ijnav-tbox-l {
        text-align: center
    }
}

.gc-pt40 {
    padding-top: 40px
}

@media screen and (max-width:1180px) {
    .gc-pt40 {
        padding-top: 30px
    }
}

@media screen and (max-width:860px) {
    .gc-pt40 {
        padding-top: 25px
    }
}

.gq-listtt {
    display: flex;
    font-size: 16px
}

.gq-listtt>li {
    position: relative;
    overflow: hidden;
    width: 150px;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    margin-left: 20px
}

.gq-listtt>li:first-child {
    margin-left: 0
}

.gq-listtt>li.active {
    z-index: 10;
    width: 100%;
    flex-shrink: initial
}

.gq-listtt>li.active .gq-title-tt {
    background-color: var(--gq-color2)
}

.gq-listtt>li.active .gq-box-tt {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:1180px) {
    .gq-listtt {
        font-size: 14px;
        display: block
    }

    .gq-listtt>li {
        width: 100%;
        margin-left: 0;
        margin-top: 15px
    }

    .gq-listtt>li:first-child {
        margin-top: 0
    }

    .gq-listtt>li .gq-title-tt {
        background-color: var(--gq-color2)
    }

    .gq-listtt>li .gq-box-tt {
        opacity: 1;
        visibility: visible
    }

    .gq-listtt>li.active {
        width: auto
    }
}

@media screen and (max-width:480px) {
    .gq-listtt>li {
        display: block
    }
}

.gq-title-tt {
    flex-shrink: 0;
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--gq-eee);
    padding: 30px 0
}

.gq-title-tt .ico-box {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: var(--gq-fff);
    margin-bottom: 20px
}

.gq-title-tt .ico-box img {
    max-width: 35px
}

.gq-title-tt .txt {
    color: #333;
    width: 20px;
    font-size: 20px;
    line-height: 1.2;
    text-align: center
}

@media screen and (max-width:1180px) {
    .gq-title-tt {
        width: 100px;
        padding: 20px 0
    }

    .gq-title-tt .ico-box {
        width: 58px;
        height: 58px;
        margin-bottom: 15px
    }

    .gq-title-tt .ico-box img {
        max-width: 30px
    }

    .gq-title-tt .txt {
        width: 18px;
        font-size: 18px
    }
}

@media screen and (max-width:640px) {
    .gq-title-tt {
        width: 60px
    }

    .gq-title-tt .ico-box {
        width: 40px;
        height: 40px;
        margin-bottom: 10px
    }

    .gq-title-tt .ico-box img {
        max-width: 20px
    }

    .gq-title-tt .txt {
        width: 16px;
        font-size: 16px
    }
}

@media screen and (max-width:480px) {
    .gq-title-tt {
        width: auto;
        padding: 15px
    }

    .gq-title-tt .ico-box {
        width: 46px;
        height: 46px
    }

    .gq-title-tt .ico-box img {
        max-width: 24px
    }

    .gq-title-tt .txt {
        width: auto
    }
}

.gq-box-tt {
    background-color: var(--gq-fff);
    padding: 30px 40px;
    flex: 1;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

@media screen and (max-width:640px) {
    .gq-box-tt {
        padding: 20px
    }
}

.gq-item-tt {
    display: flex;
    justify-content: space-between;
    color: var(--gq-999);
    margin-bottom: 25px;
    line-height: 1.2
}

.gq-item-ltt {
    flex: 1
}

.gq-item-rtt {
    width: 84px;
    flex-shrink: 0
}

@media screen and (max-width:640px) {
    .gq-item-rtt {
        width: 72px
    }
}

.gq-ul-tt>li {
    margin-bottom: 15px;
    float: none;
}

.gq-ul-tt a {
    display: flex;
    justify-content: space-between;
    color: var(--gq-666);
    position: relative;
    align-items: center;
    line-height: 1.5;
    transition: .3s;
    -webkit-transition: .3s
}

.gq-ul-tt a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #D6D6D6;
    margin-right: 12px
}

.gq-ul-tt a:hover {
    color: var(--gq-color1)
}

.gq-ul-tt .gq-item-ltt {
    margin-right: 10px
}

.gq-ul-tt .gq-item-rtt {
    color: var(--gq-999)
}

.gq-ul-tt .t {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 16px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
}

@media screen and (max-width:640px) {
    .gq-ul-tt a::before {
        width: 4px;
        height: 4px;
        margin-right: 8px
    }

    .gq-ul-tt .gq-item-rtt {
        font-size: 12px
    }
}

.gq-search-tt {
    display: flex;
    justify-content: space-between;
    height: 38px;
    background-color: #F2F6F9;
    border-radius: 19px;
    overflow: hidden;
    margin-top: 30px
}

.gq-search-tt .gq-search-ico {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.gq-search-tt .gq-search-ico img {
    width: 18px
}

.gq-search-tt .gq-search-c {
    flex: 1;
    margin: 0 14px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: inherit
}

.gq-search-tt .gq-iput-txt {
    flex: 1;
    width: 100%;
    border: 0 none;
    background-color: transparent;
    font-size: inherit
}

.gq-iput-btn {
    padding: 0 20px;
    border-radius: 0 19px 19px 0;
    background-color: var(--gq-color1);
    border: 0 none;
    color: var(--gq-fff);
    font-size: inherit
}

.ijlist-nav {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5%
}

.ijlist-nav>li {
    width: 49.5%;
    margin-left: .5%;
    margin-top: 1rem
}

.ijlist-nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--gq-color2);
    padding: 8px 0
}

.ijlist-nav a:hover {
    background-color: var(--gq-color1)
}

.ijlist-nav a:hover .ico {
    background-color: var(--gq-fff)
}

.ijlist-nav a:hover .txt {
    color: var(--gq-fff)
}

.ijlist-nav .ico {
    margin-right: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    padding: 6px
}

.ijlist-nav .txt {
    color: var(--gq-color1);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2
}

@media screen and (max-width:1360px) {
    .ijlist-nav .txt {
        font-size: 18px
    }
}

@media screen and (max-width:750px) {
    .ijlist-nav>li {
        margin-top: 10px
    }

    .ijlist-nav .txt {
        font-size: 16px
    }
}

@media screen and (max-width:640px) {
    .ijlist-nav>li {
        width: 100%
    }

    .ijlist-nav .ico {
        margin-right: 4px;
        width: 30px;
        height: 30px;
        padding: 4px
    }
        .gq-listtt {
     
        float: left;
    }
    .gq-listtt>li.active {
        width: 100%;
    }
    .ijnav-boxtt{
            background-image: none !important;
    background: #f5f5f5;
    }
    
    
    
    
    
    
    
    
    
}