/*
box
*/
/*
border
*/
.b-red {
    border: red solid 1px;
}
.b-yellow {
    border: yellow solid 1px;
}
.b-blue {
    border: blue solid 1px;
}
.b-sienna {
    border: sienna solid 1px;
}
.b-purple {
    border: purple solid 1px;
}
/*
font
*/
a {
    text-decoration: none!important;
}
a:link {
    color: black;
}
.color-pick {
    color: #ff3366!important;
}
.f-white {
    color: white;
}
.f-black {
    color: black;
}
.f-10 {
    font-size: 1rem;
}
.f-11 {
    font-size: 1.1rem;
}
.f-12 {
    font-size: 1.2rem;
}
.f-13 {
    font-size: 1.3rem;
}
.f-14 {
    font-size: 1.4rem;
}
.f-15 {
    font-size: 1.5rem;
}
.f-16 {
    font-size: 1.6rem;
}
.f-17 {
    font-size: 1.7rem;
}
.f-18 {
    font-size: 1.8rem;
}
/*
content
*/
.all-page {
    max-width: 1920px;
    margin: 0 auto;
    background: white;
}
.position{
    display: flex;
    align-items: center;
}
.all-udg-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.udg-container {
    top: 0px;
    width: 100%;
    max-width: 1920px;
    background-color: #EDF1F7;
}

/*
imgs
*/
.img-content {
    width: 100%;
    position: relative;
}
.img-content-ex {
    width: 100%;
    position: relative;
    padding-top: 66.66%;
}
.school-bg-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.img-word {
    position: absolute;
    width : 100%;
    z-index: 2;
    height: 20%;
    display: -webkit-inline-flex;
    font-size: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 100;
    color: white;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,51,102,0.7);
    bottom: 0;
    transition: all 0.2s linear;
}
.img-content:hover .img-word{
    height: 100%;
    white-space: normal;
}
/*@media only screen and (min-width: 1000px){*/
/*    html {*/
/*        font-size:14px;*/
/*    }*/
/*}*/
html {
    font-size: 12px;
}
@media screen and (min-width:960px){
    html{
        font-size:9px;
    }
}
@media screen and (min-width:1080px){
    html{
        font-size:10px;
    }
}

@media screen and (min-width:1080px){
    html{
        font-size:10px;
    }
}
@media screen and (min-width:1200px){
    html{
        font-size:11px;
    }
}
@media screen and (min-width:1320px) {
    html{
        font-size:12px;
    }
}
@media screen and (min-width:1440px){
    html{
        font-size:13px;
    }
}
@media screen and (min-width:1560px){
    html{
        font-size:14px;
    }
}
@media screen and (min-width:1680px) {
    html{
        font-size:15px;
    }
}
@media screen and (min-width:1800px) and (max-width:1920px){
    html{
        font-size:16px;
    }
}




/*!*lmj start modified by 2021年2月3日10:31:07*!*/
/*@media screen and (max-width:1200px){*/
/*    html{*/
/*        font-size:9px;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1200px) and (max-width:1400px){*/
/*    html{*/
/*        font-size:10px;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1400px) and (max-width:1550px){*/
/*    html{*/
/*        font-size:11px;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1550px) and (max-width:1700px){*/
/*    html{*/
/*        font-size:13px;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1700px) and (max-width:1800px){*/
/*    html{*/
/*        font-size:14px;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1800px) and (max-width:1920px){*/
/*    html{*/
/*        font-size:15px;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1920px){*/
/*    html{*/
/*        font-size:16px;*/
/*    }*/
/*}*/
/*!*lmj end modified by 2021年2月3日10:31:31*!*/
/*html {*/
/*    height: 100%;*/
/*}*/
/*body {*/
/*    background-color: #EFF5FF !important;*/
/*    height: 100%;*/
/*    font-family: 'microsoft yahei';*/
/*}*/
/*a {*/
/*    cursor: pointer;*/
/*    text-decoration: none!important;*/
/*}*/
/*.pointer {*/
/*    cursor: pointer;*/
/*}*/
/*!*测试用border*!*/
/*.border_red {*/
/*    border: solid red;*/
/*}*/
/*.border_green {*/
/*    border: solid green;*/
/*}*/
/*.border_blue {*/
/*    border: solid blue 0.1px;*/
/*}*/
/*.border_yellow {*/
/*    border: solid yellow;*/
/*}*/
/*!*使标题不跨行*!*/
/*.div-a-line {*/
/*    white-space:nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
/*!*背景虚化*!*/
/*.bg-virtual {*/
/*    opacity: 0.3;*/
/*    filter: blur(20px);*/
/*}*/
/*.all-udg-container {*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.udg-container {*/
/*    top: 0px;*/
/*    width: 100%;*/
/*    max-width: 1920px;*/
/*    background-color: #EDF1F7;*/
/*}*/

/*!*@media (min-width: 300px) {*!*/
/*!*    html{*!*/
/*!*        font-size:12px*!*/
/*!*    }*!*/
/*!*}*!*/
/*!*@media (min-width: 700px) {*!*/
/*!*    html{*!*/
/*!*        font-size:16px*!*/
/*!*    }*!*/
/*!*}*!*/
/*.font-m-small {*/
/*    font-size: 0.8rem*/
/*}*/
/*.font-9 {*/
/*    font-size: 0.9rem*/
/*}*/
/*.font-m-normal {*/
/*    font-size: 1rem*/

/*}*/
/*.font-m-big {*/
/*     font-size: 1.1rem*/
/* }*/
/*.font-m-big2 {*/
/*    font-size: 1.4rem*/
/*}*/
/*.font-small{*/
/*    font-size: 12px;*/
/*}*/
/*.font-middle{*/
/*    font-size: 14px;*/
/*}*/
/*.font-15{*/
/*    font-size: 15px;*/
/*}*/
/*.font-big{*/
/*    font-size: 16px;*/
/*}*/
/*.font-bigger{*/
/*    font-size: 18px;*/
/*}*/
/*.font-max{*/
/*    font-size: 20px;*/
/*}*/
/*.font-standard-red{*/
/*    color: #B40000;*/
/*}*/
/*.font-standard-grey{*/
/*    color: #3F403F;*/
/*}*/
/*.font-light{*/
/*    color: #999999;*/
/*}*/
/*.font-grey{*/
/*    color: #666666;*/
/*}*/
/*.font-black{*/
/*    color: #000000;*/
/*}*/
/*.font-white{*/
/*    color: #FFFFFF;*/
/*}*/
/*.font-three{*/
/*    color: rgba(30,30,30,0.7);*/
/*    font-size: 13px;*/
/*}*/
/*.bgImg-style{*/
/*    height: auto;*/
/*    width: auto;*/
/*    min-width: 1100px;*/
/*    min-height: 500px;*/
/*    max-width: 100%*/
/*}*/
/*.container-place{*/
/*    width: 1200px!important;*/
/*    margin-top: 450px!important;*/
/*}*/
/*.summary{*/
/*    position: relative;*/
/*    margin-top: 200px;*/
/*    min-width: 1200px;*/
/*    z-index: 100;*/
/*}*/
/*.summary-content{*/
/*    position: absolute;*/
/*    height: 100px;*/
/*    background-color: #FFFFFF!important;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    border: 1px solid rgba(245, 245, 245, 1);*/
/*}*/
/*.page-two-content{*/
/*    position: absolute;*/
/*    margin-top: 380px;*/
/*    min-width: 1200px;*/
/*}*/
/*.home-title{*/
/*    position: absolute;*/
/*    max-height: 45px;*/
/*    margin-top: 50px;*/
/*    width: 100%;*/
/*    background-color: #FFFFFF;*/
/*}*/
/*.home-title-content{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    min-height: 45px;*/
/*    width: 100%;*/
/*    padding-left: 20px;*/
/*    background-color: #FFFFFF;*/
/*    font-size: 12px;*/
/*}*/
/*.position{*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
/*.wh-position {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: row-reverse;*/
/*}*/
/*.nopadding {*/
/*    padding: 0;*/
/*}*/
/*.no-p-m {*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/
/*.behidden {*/
/*    display: none;*/
/*}*/
/*.practice-summary{*/
/*    left: 0;*/
/*    margin-top: -80px;*/
/*    max-height: 70px;*/
/*    color: #666666;*/
/*    background-color: rgba(0,0,0,0.6)!important;*/
/*    white-space: nowrap!important;*/
/*    z-index: 10;*/
/*    width: 100%;*/
/*}*/
/*.practice-summary-two{*/
/*    left: 0;*/
/*    !*height: 30%;*!*/
/*    color: #666666;*/
/*    white-space: nowrap!important;*/
/*    width: 100%;*/
/*    background-color: #FFFFFF;*/
/*}*/
/*.red{*/
/*    color: #B40000!important;*/
/*}*/
/*.selected:hover{*/
/*    color: #B40000!important;*/
/*}*/
/*.selected-all:hover{*/
/*    background-color: #FFFFFF;*/
/*}*/
/*.a-style{*/
/*    color: #000000!important;*/
/*    text-decoration: none!important;*/
/*}*/
/*.a-style:hover{*/
/*    color: #B40000;*/
/*}*/
/*.input-place{*/
/*    display: flex;*/
/*    width: 100%;*/
/*    padding: 0 14px;*/
/*    flex-direction: row-reverse;*/
/*}*/
/*.input-size{*/
/*    height: 50px;*/
/*    margin: 10px 0;*/
/*}*/
/*.input-style {*/
/*    text-align: center;*/
/*    border: 1px solid #B40000;*/
/*    border-radius: 20px;*/
/*    justify-content: center;*/
/*    min-width: 250px;*/
/*    outline:none;*/
/*    height: 30px;*/
/*}*/
/*.input-search {*/
/*    border: none;*/
/*    background-color: #FFFFFF;*/
/*    color: #B40000;*/
/*}*/
/*.img-div{*/
/*    overflow: hidden;*/
/*}*/

/*.text-div {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    padding:0 2rem;*/
/*}*/

/*.text-div-start {*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*}*/

/*!*.img-div img{*!*/
/*!*    cursor: pointer;*!*/
/*!*    transition: all 0.6s;*!*/
/*!*}*!*/
/*!*.img-div img:hover{*!*/
/*!*    transform: scale(1.1);*!*/
/*!*}*!*/
/*.search_text{ overflow:hidden; padding: 0;}*/
/*.search_text h1{ color:#666666; float:left; font-size:14px; margin:0px; padding:0px;}*/
/*.search_text ul{ margin:0; padding:0; list-style:none; float:left; overflow:hidden; height:100%;}*/
/*.search_text li{ color:#666666; float:left; padding-left:5px; padding-right:5px; white-space:nowrap}*/
/*.search_text li a{ list-style:none; color:#666666;}*/
/*.search_text li a:hover{ list-style:none; color:#B40000; text-decoration:none;}*/
/*.search_text li.selected{color:#B40000;}*/
/*.search_text li.selected a{color:#B40000;}*/
/*.search_text li.selected a:hover{color:#B40000;}*/
/*.search_text .selectedUnit{color:#B40000;border: 1px solid #B40000;padding: 3px}*/
/*.search_text .selectedUnit a{color:#B40000;}*/
/*.search_text .selectedUnit a:hover{color:#B40000;}*/

/*.dynamics:hover{*/
/*    box-shadow: 0px 0px 10px rgba(0,0,0,0.35);*/
/*}*/

/*.home-content-navigate{*/
/*     z-index: 10;*/
/*     max-width: 200px;*/
/*     padding: 0 20px 0 0 ;*/
/* }*/
/*.practice-content-navigate{*/
/*    z-index: 10;*/
/*    max-width: 200px;*/
/*    padding: 0 20px 0 0 ;*/
/*}*/

/*!*a{*!*/
/*!*    cursor: pointer;*!*/
/*!*}*!*/
/*.noContent{*/
/*    width: 100%;*/
/*    min-height: 500px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-weight: 700;*/
/*    color: #999999;*/
/*    font-size: 30px*/
/*}*/
/*.pagination .page-link{*/
/*    margin: 0 3px;*/
/*    color: #666666;*/
/*}*/
/*.pagination .active .page-link {*/
/*    color: #FFFFFF;*/
/*    background-color: #B40000;*/
/*}*/
/*.pagination .page-link:hover{*/
/*    background-color: #FFFFFF!important;*/
/*    border: 1px solid #B40000;*/
/*    color: #B40000;*/
/*}*/
/*.aboutChhe-hidden{*/
/*    display: none!important;*/
/*}*/
/*.navigate-two{*/
/*    display: none;*/
/*    height: 45px;*/
/*    background-color: #FFFFFF;*/
/*    !*margin-bottom: 20px;*!*/
/*}*/
/*.navigate-two-itemOne{*/
/*    width: 25%;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*}*/
/*.navigate-two-itemTwo{*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*}*/
/*.navigate-two-itemThree{*/
/*    width: 33%;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*}*/
/*.navigate-two-itemOneSelected{*/
/*    width: 25%;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*    color: #B40000!important;*/
/*    border-bottom: 1px solid #B40000;*/
/*}*/
/*.navigate-two-itemTwoSelected{*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*    color: #B40000!important;*/
/*    border-bottom: 1px solid #B40000;*/
/*}*/
/*.navigate-two-itemThreeSelected{*/
/*    width: 34%;*/
/*    height: 100%;*/
/*    justify-content: center;*/
/*    color: #B40000!important;*/
/*    border-bottom: 1px solid #B40000;*/
/*}*/

/*.down-top {*/
/*    -webkit-transform: rotate(180deg);*/
/*    -moz-transform: rotate(180deg);*/
/*    -o-transform: rotate(180deg);*/
/*    -ms-transform: rotate(180deg);*/
/*    transform: rotate(180deg);*/
/*}*/

/*.hidden {*/
/*    display: none!important;*/
/*}*/