/* stit */
.stit h1 .dot {
    display: inline-block;
    position: relative;
}
.stit h1 .dot:after {
    content: "";
    position: absolute;
    left: -15px;
    top: -10px;
    width: 35px;
    height: 35px;
    background-color: #eedce2;
    border-radius: 0 0 30px 30px;
}
.stit h1 .dot > span {
    position: relative;
    display: inline-block;
    z-index: 2;
}
@media (max-width:768px){
    .stit h1 .dot:after {
        left: -10px;
        top: -5px;
        width: 22px;
        height: 22px;
    }
}
/* itemList */
.itemList .item {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 10px 10px 30px rgba(0,0,0,0.05);
    background-color: #fff;
}
.itemList .item .tbox h3 {
    font-weight: 700;
}
.itemList .item .tbox h5 {
    font-weight: 300;
    line-height: 1.4em;
    margin-top: 10px;
}
@media (min-width:768px){
    .itemList .item .tbox {
        padding: 40px 0 20px;
        text-align: center;
    }
}
@media (max-width:768px){
    .itemList > li {
        margin: 5px 0;
    }
    .itemList .item {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 5px;
    }
    .itemList .item .ibox,
    .itemList .item .tbox {
        width: 50%;
    }
    .itemList .item .ibox {
        padding-right: 20px;
    }
    .itemList .item .tbox h5 {
        margin-top: 3px;
    }
    .itemList .item .tbox h5 br {
        display: none;
    }
}

/* about01 */
#about01 .sec1 {
    background-color: #f7f7f7;
}
/* about01 sec2 */
#about01 .sec2 {
    overflow: hidden;
}
#about01 .sec2 .bottom {
    position: relative;
}
#about01 .sec2 .bottom img {
    position: relative;
    z-index: 3;
}
#about01 .sec2 .floating {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
#about01 .sec2 .floating .txt { 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
#about01 .sec2 .floating .txt h1 { 
    text-shadow: 5px 5px 30px rgba(0,0,0,0.05);
    font-size: 15vw;
    font-weight: 900;
    white-space: nowrap;
    line-height: 1em;
}


/* about02 */
#about02 .imgBg {
    height: 500px;
    background: url(../img/abt2_bg.jpg) center center no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
#about02 .imgBg .gr_txt {
    line-height: 1em;
    position: absolute;
    bottom: -2px;
    right: -2px;
    max-width: 80%;
}
@media (max-width:768px){
    #about02 .imgBg {
        height: 250px;
        background-attachment: initial;
        background-position-y: top;
        background-size: cover !important;
    }
}



/* about03 :: sec2 */
#about03 .flatList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
#about03 .flatList .noLine {
    width: 100%;
    padding-bottom: 55px;
    position: relative;
}
#about03 .flatList .Line {
    width: 33.333333%;
}
#about03 .flatList .flatItem {
    position: relative;
    line-height: 0px;
}
#about03 .flatList li:not(:first-child) .flatItem:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    height: 55px;
    width: 1px;
    background-color: #aaa;
}
#about03 .flatList .flatItem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    height: 55px;
    width: 1px;
    background-color: #aaa;
}
#about03 .flatList .flatItem .itemCon {
    padding: 55px 15px 15px;
}
#about03 .flatList .flatItem .addItem {
    display: block;
    position: relative;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#about03 .flatList .flatItem .addItem img {
    border-radius: 20px;
}
#about03 .flatList .flatItem .tit {
    position: relative;
}
#about03 .flatList .flatItem .tit:not(.tit1):after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: -7px;
    left: calc(50% - 7px);
    background: url(../img/flDot.png) center center no-repeat;
}
#about03 .flatList .flatItem .cnt_lg {
    display: inline-block;
    width: 520px;
    max-width: 100%;
    position: relative;
}
#about03 .flatList .flatItem .tit {
    padding: 15px;
    line-height: 1em;
    background-color: #8b0027;
    color: #fff;
    border-radius: 15px 15px 0 0 ;
    position: relative;
    z-index: 2;
    font-weight: 700;
}
#about03 .flatList .flatItem .tit.tit2 {
    background-color: #2e55c5;
}
#about03 .flatList .flatItem .tit.tit3 {
    background-color: #15a3b0;
}
#about03 .flatList .flatItem .tit.tit4{
    background-color: #d3a119;
}
#about03 .flatList .flatItem .cnt_lg .cont {
    padding: 20px;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#about03 .flatList .flatItem .itemCon > h5 {
    margin-top: 10px;
}
#about03 .flatList .flatItem .itemCon > h5 strong {
    color: #003377;
    line-height: 1.2em;
}
#about03 .dotBox.row {
    margin: 0 -3px;
}
#about03 .dotBox.row > div {
    padding: 0 3px;
}
#about03 .dotBox .dotItem {
    border: 1px dashed #8b0027;
    border-radius: 8px;
    padding: 10px;
}
#about03 .dotBox.dotBox_sub .dotItem {
    border-color: #838394;
}
#about03 .dotBox.dotBox_sub .dotItem h5 {
    color: #838394;
}
#about03 .btBoxs {
    position: relative;
    z-index: 3;
}
#about03 .btBoxs .item {
    padding: 35px 15px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#about03 .btBoxs .item h5 {
    line-height: 1.5em;
    margin-top: 10px;
}
#about03 .btBoxs .item h5 span {
    display: inline-block;
    line-height: 30px;
    padding: 5px 15px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
@media (min-width:992px) {
    #about03 .conTent {
        background: url(../img/bgbg.png) center 50% no-repeat;
    }
}
@media (max-width:992px) {
    #about03 .bgbg {
        position: relative;
        z-index: 1;
        margin: -10% 0;
    }
}
@media (min-width:992px) {
    #about03 .flatList .flatItem .flItem {
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 30px;
        width: 400px;
        margin-top: 0px;
    }
    #about03 .flatList li.Line .flatItem:after {
        left: calc(50% + 1px);
    }
    #about03 .flatList li.Line .flatItem:before {
        display: none;
    }
    #about03 .flatList li.Line .flatItem .itemCon:before {
        content: "";
        position: absolute;
        background-color: #aaa;
        bottom: auto;
        top: 0px;
        width: 50%;
        left: calc(50% + 1px);
        height: 1px;
    }
    #about03 .flatList li.Line.LineCt .flatItem .itemCon:after {
        content: "";
        position: absolute;
        background-color: #aaa;
        bottom: auto;
        top: 0px;
        width: 50%;
        right: calc(50% - 1px);
        height: 1px;
    }
    #about03 .flatList li.Line.LineRt .flatItem .itemCon:before {
        left: auto;
        right: calc(50% - 1px);
    }
    #about03 .btBoxs .item {
        min-height: 200px;
    }
}
@media (max-width:992px){
    #about03 .flatList .flatItem {
        padding: 10px 0;
    }
    #about03 .flatList .flatItem .cnt_lg {
        width: 100%;
    }
    #about03 .flatList li:not(:first-child) .flatItem:after,
    #about03 .flatList .flatItem:before {
        height: 10px;
    }
    #about03 .flatList li:last-child .flatItem::before {
        display: none;
    }
    #about03 .flatList .flatItem .itemCon {
        padding: 0;
    }
    #about03 .flatList .noLine {
        padding-bottom: 0;
    }
    #about03 .flatList .Line {
        width: 100%;
    }
    #about03 .btBoxs .item {
        margin-bottom: 10px;
        padding: 25px 15px;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 5px 5px 10px rgba(231, 236, 243, 1);
    }
    #about03 .flatList .flatItem .addItem {
        margin-bottom: 15px;
        padding: 10px;
    }
    #about03 .flatList .flatItem .tit {
        padding: 10px;
        border-radius: 7px 7px 0 0;
    }
    #about03 .dotBox .dotItem {
        border-radius: 5px;
        padding: 5px;
    }
    #about03 .dotBox.dotBox_sub .dotItem h5 {
        line-height: 1.3em;
    }
}

/* table_basic */
.table.table_basic {
    border-top: 2px solid #333;
}
.table.table_basic tr.topTr {
    border-top: 2px solid #666;
}
.table.table_basic tr th,
.table.table_basic tr td {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #222;
    border: 1px solid #ddd;
    padding: 15px;
    vertical-align: middle;
}
.table.table_basic tr td.text-left {
    text-align: left;
}
.table.table_basic thead tr th {
    font-size: 20px;
    font-weight: 700;
}
.table.table_basic.two thead tr th {
    border-width: 2px;
    border-color: #222 !important;
}
.table.table_basic tr th:first-child,
.table.table_basic tr td:first-child {
    border-left: 0px;
}
.table.table_basic tr th:last-child,
.table.table_basic tr td:last-child {
    border-right: 0px;
}
.table.table_basic tr th {
    font-weight: 500;
}
.table.table_basic thead tr th {
    background-color: #fff;
    border-bottom: 2px solid #333;
}
.table.table_basic tbody tr th {
    background-color: #f8f8f8;
}
.table.table_basic tr.this td {
    background-color: #fdf9ef;
}
.table.table_basic tr td p span {
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    font-weight: 600;
    background-color: #fff8b7;
    border-radius: 4px;
    margin-bottom: 5px;
}
.table.table_basic tr td p span.tit2 {
    background-color: #ffebeb;
}
.table.table_basic tr td p span.tit3 {
    background-color: #ebffce;
}
@media (max-width:768px) {
    .table.table_basic tr th,
    .table.table_basic tr td {
        font-size: 13px;
        padding: 8px 5px;
        word-break: keep-all;
    }
    #edu_01 .table.table_basic tr th,
    #edu_01 .table.table_basic tr td {
        word-break: break-all;
    }
    .table.table_basic thead tr th {
        font-size: 15px;
    }
}
@media (max-width:992px){
    .oft {
        overflow-x: scroll;
    }
    .oft .table.table_basic {
        width: 700px;
    }
}
/* pfTabs */
.pfTabs {
    text-align: center;
}
.pfTabs > a {
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 1em;
    padding: 15px 0;
    border-radius: 55px;
    font-weight: 600;
    width: 200px;
    letter-spacing: -0.03em;
    background-color: #f4f4f4;
    color: #aaa;
    margin: 5px 8px;
    cursor: pointer;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pfTabs > a.act {
    color: #111;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
@media (max-width:768px){
    .pfTabs > a {
        font-size: 15px;
        padding: 8px 15px;
        border-radius: 55px;
        margin: 2px 0;
        width: auto;
    }
}
/* topEdu */
.topEdu > ul,
.topEdu > h4,
.topEdu > h5,
.topEdu > p {
    padding-left: 20px;   
    position: relative;
}
.topEdu > h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #910e34;
}

/* business_03 */
.business_03 .table_basic tr th,
.business_03 .table_basic tr td {
    word-break: keep-all;
}

/* use_04 */
#use_04 .sec1 ul li a {
    text-decoration: none;
    display: block;
    padding: 50px 25px;
    border-radius: 30px;
    border: 2px solid #ddd;
}
#use_04 .sec1 ul li a:hover {
    border-color: #aaa;
    box-shadow: 12px 12px 35px rgba(0,0,0,0.1);
}
#use_04 .sec1 ul li a,
#use_04 .sec1 ul li a h3,
#use_04 .sec1 ul li a h3,
#use_04 .sec1 ul li a h5 {
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#use_04 .sec1 ul li a .icon i {
    font-size: 5vw;
    line-height: 1em;
    color: #eee;
}
#use_04 .sec1 ul li a h3 {
    font-weight: 700;
    color: #aaa;
}
#use_04 .sec1 ul li a h5 {
    background-color: #ddd;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
}
#use_04 .sec1 ul li a .icon i {
    color: #8b0027;
}
#use_04 .sec1 ul li a h3 {
    color: #333;
}
#use_04 .sec1 ul li a h5 {
    background-color: #333;
}
@media (max-width:768px){
    #use_04 .sec1 ul li {
        margin: 15px 0;
    }
    #use_04 .sec1 ul li a {
        padding: 30px 15px;
        border-radius: 5px;
        border: 1px solid #ddd;
        box-shadow: 3px 3px 15px rgba(0,0,0,0.1);
    }
    #use_04 .sec1 ul li a .icon i {
        color: #8b0027;
        font-size: 10vw;
    }
    #use_04 .sec1 ul li a h3 {
        font-weight: 700;
        color: #111;
    }
    #use_04 .sec1 ul li a h5 {
        background-color: #333;
        color: #fff;
        padding: 7px;
        border-radius: 3px;
    }
}

/* vw */
.vw a {
    text-decoration: none;
    display: inline-block;
    font-size: .8em;
    line-height: 1em;
    padding: 4px 8px;
    border: 1px solid #ddd;
    color: #666;
    margin: 0 5px;
}

/* deptList */
.deptList .item {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 40px 15px;
}
.deptList .item .icon i {
    font-size: 50px;
    color: #8b0027;
    line-height: 1em;
}
.deptList .item h4 {
    font-weight: 700;
}
.deptList .item h5 {
    line-height: 1.4em;
}
@media (max-width:768px) {
    .deptList .item {
        display: flex;
        border: 1px solid #ddd;
        border-radius: 15px;
        padding: 15px;
        align-items: center;
        margin: 10px 0;
    }
    .deptList .item .icon {
        width: 20%;
    }
    .deptList .item .icon i {
        font-size: 25px;
    }
    .deptList .item .txt {
        width: 80%;
        text-align: left;
        padding-left: 10px;
    }
}

/* plsItem */
#edu_02 .sec1 {
    background-color: #f8fbff;
}
.plsItem > li {
    margin-top: 15px;
}
.plsItem .item {
    padding: 35px 15px;
    border-radius: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 5px 5px 25px rgba(100, 100, 100, 0.2);
}
.plsItem .item h5 {
    line-height: 1.4em;
    margin-top: 10px;
}
@media (max-width:768px){
    .plsItem .item {
        padding: 25px 15px;
    }
    .plsItem .item img {
        width: 50px;
    }
    .plsItem .item h5 {
        margin-top: 5px;
    }
}
/* business_01 */
#business_01 .sec1 {
    background-color: #f7f7f7;
}
/* business_01 */
#business_01 .sec2 ul li {
	margin: 15px 0;
}
#business_01 .sec2 .lItem {
	border: 1px solid #ddd;
	border-radius: 5px;
    background-color: #fff;
}
@media (max-width:768px){
    #business_01 .sec2 ul li {
		margin: 5px 0;
	}
}