﻿
.pagetitle {
    padding-top: 80px;
    font-size: 35px;
    font-family: 'Alibaba PuHuiTi 2.0';
    line-height: 50px;
    text-align: center;
}


.pagetitleline {
    width: 150px;
    height: 3px;
    background-color: #3e80fd;
    margin: auto;
    margin-top: 5px;
}

.toptabdiv {
    width: 100%;
    background-color: #f3f6f9;
    border-bottom: 1px solid #c6c6c6;
}

.tabdiv {
    width: 78%;
    margin: auto;
    height: 80px;
    display: flex;
}

.tabitem {
    line-height: 80px;
    font-size: 20px;
    font-family: 'Alibaba PuHuiTi 2.0';
    width: 120px;
    cursor: pointer;
    position: relative;
}

.tabitemactive {
    color: #33b0ff;
}


.tabitem b {
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    background: #33b0ff;
    left: 0;
    bottom: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
}


.fayscenter {
    width: 80%;
    margin: auto;
    height: 800px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.faysitem {
    text-align: center;
    width: 31%;
    padding-top: 10rem;
    transition: 0.4s;
    position: relative;
    opacity: 0.3;
}

.faysitemactive {
    width: 38%;
    padding-top: 0;
    opacity: 1;
}

.faysitemimg {
}

    .faysitemimg img {
        width: 70%;
    }

.faysitemtitle1 {
    width: 80%;
    margin: auto;
    font-size: 1.5rem;
    color: #000;
    margin-top: 3rem;
    transition: 0.4s;
    position: relative;
    z-index: 1;
    text-align: center;
}

.faysitemtitle2 {
    width: 80%;
    margin: auto;
    font-size: 1.1rem;
    line-height: 1.8rem;
    color: #333;
    margin-top: 1.5rem;
}


.hxmkpage {
    width: 100%;
    height: 1000px;
    background: url('../images/GjfHall/hxmkcenterbg.png') no-repeat;
    background-size: 100% 100%;
}


.hxmkcenter {
    width: 90%;
    margin: auto;
    margin-top: 100px;
    height: 800px;
    display: flex;
}

.hxmkleftdiv {
    margin-left:5%;
    width: 30%;
}

.hxmkcenterdiv {
    width: 45%;
    margin: 2%;
    text-align: center;
}

.hxmkrightdiv {
    width: 25%;
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    align-content: flex-start;
}

.hxmkleftdivtitle1 {
    font-size: 30px;
    font-weight: 600;
    color: white;
    position: relative;
    height: 100px;
}

    .hxmkleftdivtitle1 b {
        width: 50px;
        height: 5px;
        background-color: white;
        position: absolute;
        top: 40px;
        left: 0px;
    }

.hxmkleftdivtitle2 {
    width: 100%;
    height: 300px;
    line-height: 30px;
    font-size: 20px;
    color: #dddddd;
}

.hxmkleftbtndiv {
    margin-top: 30px;
    width: 70%;
    display: flex;
    justify-content: space-between;
}


.hxmkleftbtn {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 16px;
    border: 1px solid white;
    border-radius: 5px;
    cursor: pointer;
}

    .hxmkleftbtn a {
       color:white;
        display: block;
        width:100%;
        height: 100%;
    }

    .hxmkleftbtnactive {
        background-color: white;
        color: #494848 !important;
    }
.hxmkleftbtnactive a{
    background-color: white;
    color: #494848 !important;
}






.hxmkcenterdiv img {
    margin-top: 10%;
    width: 100%;
}


.hxmkrightbtn {
    width: 45%;
    margin:2%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: white;
    border: 1px solid #0568f2;
    border-radius:20px;
    cursor:pointer;
}


.hxmkrightbtnactive {
  background-color:#006aff;
}

    .cjzspage {
        width: 100%;
        height: 1000px;
    }

.cjzscenterdiv {
    margin-top: 50px;
    height: 800px;
    background: url(../images/GjfHall/cjzsitem01.png) no-repeat;
    background-size: 100% 100%;
}


.cjzscentertib {
    width: 30%;
    height: 60px;
    display: flex;
    padding-top: 10%;
    margin-left: 20%;
}

.cjzscentertibitem {
    width: 29%;
    margin: 2%;
    font-size: 25px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    position: relative;
}


    .cjzscentertibitem b {
        position: absolute;
        display: block;
        width: 0;
        height: 2px;
        background: white;
        left: 0;
        bottom: 0px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-right: 5px;
    }

.cjzscenter {
    width: 40%;
    height: 300px;
    padding-top: 3%;
    margin-left: 20%;
    background: rgb(255 255 255 / 57%);
    padding: 20px;
}

.cjzscentertitle1 {
    font-size: 20px;
    color: #0568f2;
    line-height: 50px;
    font-weight: 600;
}

.cjzscentertitle2 {
    width: 90%;
    font-size: 16px;
    color: #494848;
    line-height: 30px;
}

    .cjzscentertitle2 span {
        color: #0568f2;
    }



.fajzpage {
    width: 100%;
    height: 1100px;
    background-color: #f2f5f8;
}

.fajzcenter {
    width: 70%;
    margin: auto;
    margin-top: 50px;
    display: flex;
}

.fajzitem {
    width: 23%;
    margin: 1%;
}

    .fajzitem img {
        width: 100%;
    }

.fzjzitem2 {
    margin-top: 100px;
}


.fzjzbtndiv {
    width: 28%;
    margin: auto;
    margin-top: 5%;
    display: flex;
    justify-content: space-evenly;
}

.fzjzbtn {
    width: 200px;
    height: 50px;
    border-radius: 10px;
    background-color: #f2f5f8;
    color: #006afe;
    border: 2px solid #006afe;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
