:root {
	--sub-border-radius20: 20px; 
    --main-color : #ef0000;   
}
@media (max-width:768px){
    :root {
        --sub-border-radius20: 10px;
    }
}
/* subtop */
#subtop {
    /* overflow: hidden; */
    position: relative;
    z-index: 10;
}
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}
#subtop .fbox {
    height: 500px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 450px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
    #subtop > .brWrp > .bg {
        height: 100%;
        top: 0;
        background-size: cover !important;
        transform: translate3d(0, 0, 0) !important;
    }
}

/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    display: inline-block;
    /* background-color: rgba(0,0,0,0.3); */
    border-radius: 100px;
    padding: 0 15px;
    text-align: center;
}
#site_config .site {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
#site_config .site .home {
    float: none;
    line-height: 50px;
    vertical-align: middle;
    position: relative;
    font-size: 17px;
    color: #fff;
    letter-spacing: -0.02em;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home img {
    vertical-align: middle;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    
}
#site_config .site .home.act:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-bottom: 0px;
}
#site_config .site .home .site_toggle i {
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home.act .site_toggle i {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    text-align: center;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #fff;
}
#site_config .site .home > ul {
    position: absolute;
    left: 50%;
    top: 100%;
    width: 200px;
    border-top: 0px;
    padding: 12px 8px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: translate3d(-50%, 0px, 0);
}
/* #site_config .site .home > ul li:not(:first-child) {
    border-top: 1px solid #eee;
} */
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 15px;
    line-height: 1em;
    padding: 10px;
    font-weight: 500;
    color: #333;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#site_config .site .home > ul li a.act {
    color: #333;
}
#site_config .site .home > ul li a:hover{
    color: #111;
    text-decoration: underline;
    font-weight: 700;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
#site_config .site .home.home1,
#site_config .site .home.home2,
#site_config .site .home.home3 {
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0 30px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, .05);
    margin: 0 5px;
}
@media (min-width:992px) {
    #site_config .site .home > .site_toggle {
        min-width: 200px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
@media (max-width:992px) {
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
}
@media (max-width:768px) {
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home2:after,
    #site_config .site .home.home3:after {
        right: 10px;
        width: 10px;
        background-size: 100%;
    }
    #site_config .site .home > span {
        padding: 0px 5px;
    }
}

/* banTit */
.banTit {
    position: relative;
    padding-left: 30px;
}
.banTit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5%;
    width: 1px;
    height: 90%;
    background-color: rgba(221, 221, 221, 0.4);
}
.banTit .top {
    position: relative;
}
.banTit .top::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5%;
    width: 1px;
    height: 95%;
    background-color: #e2c87e;
}
/* dotTit */
.dotTit span,
.dotTit .dot {
    display: inline-block;
    vertical-align: baseline;
}
.dotTit .dot {
    width: 5px;
    height: 5px;
    background-color: #e2c87e;
}
/* specTit */
.specTit {
    position: relative;
    padding-left: 15px;
}
.specTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 2px;
    background-color: #111;
}

/* numList */
.numList > li {
    display: flex;
    align-items: center;
}
.numList.dept1 > li {
    align-items: flex-start;
}
.numList.dept1 > li > .num {
    width: 35px;
}
.numList.dept1 > li > .num p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #e2c87e;
    color: #111;
}
.numList.dept1 > li > .con {
    width: calc(100% - 40px);
}
.numList.dept2 > li > .num {
    width: 2rem;
}
.numList.dept2 > li > .con {
    width: calc(100% - 2rem);
}

@media (max-width:768px){
    .numList > li {
        align-items: flex-start;
    }
}


/* pList */
.pList > li {
    position: relative;
    padding-left: 15px;
}
.pList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px ;
    width: 3px;
    height: 3px;
    background-color: #ddd;
}
.pList > li p {
    font-weight: 400;
}
@media (max-width:768px){
    .pList > li:after {
        top: 8px ;
    }
}
/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 400;
}
@media (max-width:768px){
    .hList > li:after {
        top: 5px;
    }
}

/* wanBox */
.wanBox {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 30px;
    border-radius: 20px;
}