
/* stit */
.stit .tt {
    display: inline-block;
    position: relative;
}
.stit .tt:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(-50%, -30%, 0);
    width: 50px;
    height: 50px;
    background-color: #2ad3fb;
    opacity: .1;
    border-radius: 50%;
}
/* company1 */
#company1 .sec1 .top {
    height: 450px;
    background: url(../img/com1_bg1.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 60px;
    border: hidden;
    position: relative;
}
#company1 .sec1 .top:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(198, 198, 198, 0.5);
    mix-blend-mode:color-burn;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: 60px;
}
#company1 .sec1 .top > div {
    position: relative;
    z-index: 3;
}
@media (min-width:991px) {
    #company1 .sec1 .top {
        background-attachment: fixed;
    }
}
@media (max-width:768px) {	
    #company1 .sec1 .top {
        height: 250px;
        border-radius: 20px;
    }
    #company1 .sec1 .top:after {
        border-radius: 20px;
    }
    #company1 .sec1 .bt {
        text-align: center;
    }
}

/* slashed */
.slashed .s,
.slashed .t {
    display: inline-block;
    vertical-align: middle;
}
.slashed .s {
    height: 20px;
    width: 2px;
    background-color: #ddd;
    transform: skew(-15deg);
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width:768px) {
    .slashed .s {
        height: 13px;
    }
}
/* company2 */
#company2 .sec1 .name .sm {
    font-size: .6em;
}
@media (max-width:768px) {	
    #company2 .sec1 .centInfo > div {
        width: 100%;
    }
    #company2 .sec1 .centInfo > .txt {
        padding-top: 30px;
    }
    #company2 .sec1 .name .sm {
        font-size: .7em;
    }
}
/* hisList */
.hisList .fbox .date {
    width: 150px;
    font-weight: 600;
}
.hisList .fbox .con {
    width: calc(100% - 150px);
    color: #55585c;
}
@media (max-width:768px) {	
    .hisList .fbox .date,
    .hisList .fbox .con {
        width: 100%;
    }
}

/* deptList */
.deptList .c {
    display: flex;
}
.deptList .c .tt {
    width: 20px;
    font-weight: 600;
}
.deptList .c .cc {
    width: calc(100% - 20px);
}

/* btlogoList */
.btlogoList li {
    padding: 15px;
}
.btlogoList .logoItem {
    background-color: #fff;
    text-align: center;
    padding: 15px 0;
    border-radius: 10px;
}
@media (max-width:768px){
    .btlogoList > li {
        padding: 5px;
    }
    .btlogoList .logoItem {
        padding: 10px 0;
        border-radius: 4px;
    }
}

/* relGallList */
.relGallList > li + li {
    margin-top: 25px;
}
.relGallList .item {
    text-decoration: none;
    padding: 50px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 15px 15px 30px rgba(215,215,228,.3);
    border: 1px solid #fff;

    -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;
}
.relGallList .item:hover {
    border-color: rgba(42, 51, 128, 01);
}
.relGallList .item .img {
    width: 300px;
}
.relGallList .item .img img {
    border-radius: 8px;
    border: 1px solid #ddd;
}
.relGallList .item .txt {
    width: calc(100% - 300px);
}
.relGallList .item .txt .st {
    display: inline-block;
    border-radius: 4px;
    /* border: 1px solid rgba(42, 51, 128, 0.5); */
    color: #2a3280;
    padding: 5px 12px;
    line-height: 1em;
    background-color: rgba(42, 51, 128, 0.05);
}
.relGallList .item .more span {
    color: #666;
    background-color: #000;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}
@media (max-width:768px){
    .relGallList .item {
        padding: 20px;
    }
    .relGallList .item > div {
        width: 100% !important;
    }
    .relGallList .item .txt {
        padding-top: 20px;
    }
}


/* memList */
.memList .item {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.memList .item .img {
    position: relative;
}
.memList .item .img img {
    border-radius: 15px;
}
.memList .item .img .ext {
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding-left: 1px;
    padding-bottom: 1px;
    z-index: 10;
    
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    color: #111;
    background-color: #fff;
    border-radius: 50%;
}
.memList .item .more {
    display: inline-block;
    margin-top: 15px;
    line-height: 1em;
    padding: 5px 0;
    text-decoration: none;
}
.memList .item .img {
    width: 165px;
}
.memList .item .con {
    width: calc(100% - 165px);
    padding-left: 30px;
}
.memList .item .con .name {
    gap: 8px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 8px;
    margin-bottom: 12px;
}
.memList .item .con .name .sm {
    font-size: .6em;
    font-weight: 400;
}
.memList .item .con .name .home {
    background-color: #e9f1f9;
    border-radius: 4px;
    color: #a8b7c6;
    display: flex;
    width: 28px;
    height: 28px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
}
.memList .item .con .info > li {
    margin-top: 5px;
}
.memList .item .con .info .tt,
.memList .item .con .info .cc {
    font-weight: 500;
}
.memList .item .con .info .tt {
    width: 80px;
    color: #8a939c;
}
.memList .item .con .info .cc {
    width: calc(100% - 80px);
}
.memList .item .con .more a {
    color: #666;
    background-color: #000;
    color: #fff;
    display: inline-block;
    line-height: 1em;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}
/* .memList .item .con .more a:hover {
    color: #111;
    font-weight: 600;
} */
@media (max-width:500px){
    .memList .item {
        border-radius: 8px;
        padding: 20px 15px;
    }
    .memList .item > div {
        width: 100% !important;
    }
    .memList .item .depart {
        right: 10px;
        top: 10px;
        padding: 6px 10px;
    }
    .memList .item .img {
        margin-bottom: 15px;
        text-align: center;
    }
    .memList .item .img img {
        width: 80px;
        border-radius: 8px;
    }
    .memList .item .con {
        padding-left: 0;
    }
    .memList .item .con .name {
        justify-content: space-between;
    }
    .memList .item .con .name .sm {
        display: block;
    }
    .memList .item .con .info .tt,
    .memList .item .con .info .cc {
        width: 100% !important;
    }
    .memList .item .con .info li:not(:first-child) {
        margin-top: 10px;
    }
}

/* memList */
@media (min-width:499px){
    .memList.prof .item .img {
        width: 265px;
    }
    .memList.prof .item .con {
        width: calc(100% - 265px);
    }
}



/* company6 :: sec1*/
#company6 .mapInfo {
    position: relative;
}
#company6 .mapInfo ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
#company6 .mapInfo ul li {
    padding: 0 30px;
}
#company6 .mapInfo .item {
    background: url(../img/map_icon1.png) left center no-repeat;
    padding: 40px 10px;
    padding-left: 80px;
}
#company6 .mapInfo .item.item2 {
    background: url(../img/map_icon2.png) left center no-repeat;
}
#company6 .mapInfo .item.item3 {
    background: url(../img/map_icon3.png) left center no-repeat;
}
#company6 .mapInfo .item strong {
    display: block;
}
@media (min-width:992px){
    #company6 .mapInfo {
        border-top: 1px solid #dddd;
        margin-top: 20px;
    }
}
@media (max-width:992px) {
    #company6 .mapInfo ul {
        display: flex;
        flex-wrap: wrap;
    }
    #company6 .mapInfo ul li {
        padding: 0;
        width: 100%;
        border-top: 1px dashed #ddd;
    }
    #company6 .mapInfo {
        padding-top: 20px;
    }
    #company6 .mapInfo .item h5 {
        word-break: break-all;
        line-height: 1.2em;
    }
    #company6 .mapInfo .item h5 strong {
        margin-bottom: 5px;
    }
    #company6 .mapInfo .item {
        background-size: 40px !important;
        padding: 15px 10px;
        padding-left: 50px;
    }
}

/* loadInfo */
.loadInfo {
    border-top: 1px solid #ddd;
}
.loadInfo li {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border-bottom: 1px solid #ddd;
}
.loadInfo li .txt {
    padding-left: 50px;
}
.loadInfo li .txt .tran {
    display: inline-block;
    border: 2px solid #36a9eb;
    line-height: 24px;
    font-size: 15px;
    font-weight: #ddd;
    color: #36a9eb;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 20px;
    vertical-align: middle;
}
.loadInfo li .txt .bus {
    display: inline-block;
    line-height: 24px;
    font-size: 15px;
    background-color: #17b417;
    font-weight: #ddd;
    color: #fff;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 3px;
    vertical-align: middle;
    margin-right: 5px;
}
.loadInfo li .txt .bus2 {
    background-color: #1c47d1;
}
.loadInfo li .txt .bus3 {
    background-color: #dd2121;
}
@media (max-width:992px) {
    .loadInfo li .icon {
        width: 10%;
    }
    .loadInfo li .txt {
        width: 90%;
    }
}
@media (max-width:768px) {
    .loadInfo li {
        flex-wrap: wrap;
        padding: 25px 0;
    }
    .loadInfo li .icon {
        width: 100%;
        text-align: center;
    }
    .loadInfo li .icon img {
        width: 50px;
    }
    .loadInfo li .txt {
        width: 100%;
        padding: 10px 0 0;
    }
    .loadInfo li .txt h3 {
        text-align: center;
        margin-bottom: 10px !important;
    }
    .loadInfo li .txt .bus,
    .loadInfo li .txt .tran {
        font-size: 12px;
        line-height: 18px;
    }
}


.sign img{
	max-width: 120px;
}
.sign span{
	    font-size: 30px;
    font-weight: 800;
    padding: 0px 10px;
}