:root {
	--sub-border-radius20: 20px; 
}
@media (max-width:768px){
    :root {
        --sub-border-radius20: 10px;
    }
}

/* subtop */
#subtop {
    position: relative;
}
#subtop .c_wrp {
    height: 400px;
    text-align: center;
}
#subtop .c_wrp h1 {
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .c_wrp h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop .c_wrp {
        height: 250px;
    }
}
@media (max-width:767px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .c_wrp {
        height: 170px;
        padding-top: 0px;
    }
    #subtop .c_wrp h1 {
        font-size: 30px;
        margin-top: 0;
    }
}
/* scroll_ani */
.scroll_ani {
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    color: #fff; 
    z-index: 3; 
    height: 100px;
}
.scroll_ani > span {
    display: block; 
    transform: rotate(90deg); 
    font-size: 12px;
    letter-spacing: 2px;
}
.scroll_ani > .bg {
    position: relative; height:100%; 
    width:1px; 
    margin: 30px auto 0; 
    background: rgba(255,255,255,0.2);
}
.scroll_ani > .bg .animation {
    width: 100%; 
    background: rgba(255,255,255,1); 
    animation-name: updown;animation-iteration-count: infinite;animation-duration:3s;animation-timing-function:ease-in-out;
}
@keyframes updown { 
    0% {height:0%} 100% {height:100%} 
}


/* site_config */
#site_config {
    position: relative;
    z-index: 30;
    border-bottom: 1px solid #ddd;
    padding: 0 5%;
    background-color: #fcfcfc;
}
#site_config .site {
    background-color: #fcfcfc;
}
#site_config .site .home {
    float: left;
    line-height: 60px;
    position: relative;
    font-size: 17px;
    color: #838789;
    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.act,
#site_config .site .home:hover {
    background-color: #fff;
}
#site_config .site .home.home2,
#site_config .site .home.home3 {
    width: 230px;
    position: relative;
    border-right: 1px solid #ddd;
}
#site_config .site .home.home2:after,
#site_config .site .home.home3:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    width: 22px;
    height: 100%;
    background: url(../img/site_arr.png) center center no-repeat;

    -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:before {
    content: "";
    position:absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #333;
    border-bottom: 0px;
}
#site_config .site .home.act:after {
    transform: rotate(180deg);
}
#site_config .site .home.home1 {
    width: 60px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
#site_config .site .home > span {
    display: block;
    padding: 0px 20px;
    cursor: pointer;
    position: relative;
    z-index: 3;
    color: #666;
}
#site_config .site .home > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    border: 1px solid #333;
    border-top: 0px;
    background-color: #fff;
}
#site_config .site .home > ul li {
    border-top: 1px solid #eee;
}
#site_config .site .home > ul li a {
    display: block;
    text-decoration: none;
    font-size: 17px;
    line-height: 1em;
    padding: 15px 20px;
    color: #666;
    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:hover{
    color: #0d174e;
}
#site_config .site .home > ul li a.act {
    color: #ffffff;
    background-color: #2548f5;
}
#site_config .site .home > ul li:hover a:after {
    width: 100%;
    left: 0%;
}
@media (max-width:992px) {
    #site_config {
        padding: 0;
    }
    #site_config .site .home {
        line-height: 50px;
        font-size: 15px;
    }
    #site_config .site .home.home2,
    #site_config .site .home.home3 {
        width: 220px;
    }
}
@media (max-width:767px) {
    #site_config .site {
        display: flex;
    }
    #site_config .site .home {
        line-height: 40px;
        font-size: 12px;
    }
    #site_config .site .home.home1 {
        width: 40px;
    }
    #site_config .site .home.home1 img {
        width: 11px;
    }
    #site_config .site .home.home2 {
        width: auto;
        min-width: 100px;
    }
    #site_config .site .home.home3 {
        width: auto;
        min-width: 150px;
    }
    #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 35px 0 10px;
    }
    #site_config .site .home > ul li a {
        font-size: 12px;
        padding: 5px 12px;
    }
}

/* banTit */
.banTit {
    position: relative;
    padding-left: 30px;
}
.banTit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5%;
    width: 1px;
    height: 90%;
    background-color: #ddd;
}
.banTit .top {
    position: relative;
}
.banTit .top::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5%;
    width: 1px;
    height: 95%;
    background-color: #2547f5;
}
/* dotTit */
.dotTit span,
.dotTit .dot {
    display: inline-block;
    vertical-align: baseline;
}
.dotTit .dot {
    width: 5px;
    height: 5px;
    background-color: #2547f5;
}
/* 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: #343d69;
    color: #fff;
    border-radius: 50%;
}
.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(238, 220, 220, 0.3);
    padding: 30px;
    border-radius: 20px;
}