@media screen and (max-width: 2000px) {
    .head {
        width: 100%;
        background: url(../images/head_bg.png) no-repeat center;
        /* height: 152px; */
        background-size: 100%;
    }
}

.head {
    width: 100%;
    background: url(../images/heade_bg.png) no-repeat center;
    /* height: 152px; */
    background-size: cover;
}
.xrld_list_name ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;width: 80%;}
.head_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 35px 0;
}

.logo {
    width: 1078px;
    /* height: 82px; */
}

.logo a {
    display: block;
}
.ph_logo{
    display:none;
}
.logo img {
    width: 100%;
    height: 100%;
}

.search {
    width: 270px;
    height: 45px;
}

.ipt {
    outline: none;
    vertical-align: top;
    width: 220px;
    height: 44px;
    transform: translateX(4px);
    padding-left: 10px;
    border-radius: 20px 0px 0px 20px;
}

.btn {
    width: 45px;
    height: 45px;
    background: url(../images/search.png) no-repeat center;
    background-color: #005799;
    vertical-align: top;
}

.nav {
    height: 56px;
    line-height: 56px;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.nav>ul {
    margin: 0px auto;
    font-size: 0px;
    text-align: center;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 11111;
}

.nav ul>li {
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(50rem);
    /* padding-right: 0.18125rem; */
    /* padding-left: 0.16125rem; */
    height: 55px;
    /* line-height: 55px; */
    /* width: 100%; */
    z-index: 111111111111111111111111111111111;
}

a:hover {
    /* color: rgb(6, 89, 176); */
    text-decoration: none;
}

.nav ul li>a {
    font-size: 18px;
    display: block;
    position: relative;
    font-weight: bold;
    width: 100%;
    color: black;
    padding: 0 18px;
    /* text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px; */
    z-index: 11111111;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav li {
    float: left;
    width: 100% !important;
    height: 37px !important;
    /* padding-left: 6px !important; */
    /* padding-right: 6px !important; */
}

.subNav li a {
    line-height: 38px;
}

.nav ul li.on .subNav {
    display: block;
}

.subNav {
    position: absolute;
    z-index: 11111111111111111111111111111111111111111;
    visibility: hidden;
    transition: all 0.3s ease 0s;
    top: 65px;
    width: 100%;
    left: 0rem;
    /* transform: translateY(15%); */
    background-color: #60addb;
    opacity: 0;
}

.nav .subNav li a {
    font-size: 18px;
    color: #60addb;
    text-shadow: none;
    width: 100%;
}

.nav .subNav li:hover {
    background-color: #4c7bc8;
    color: white;
    width: 100%;
}

.nav-item:hover .subNav {
    visibility: visible;
    opacity: 1;
    top: 56px;
}


/* .nav-item:hover {
background-color: #0a7ec6;
} */

.nav-item .subNav li:hover a {
    font-weight: bold;
    z-index: 1111111111;
    color: white;
}

.nav-item:hover a {
    color: white;
    background-color: #0a7ec6;
}


/* banner */

.banner,
.banner_bd {
    width: 100%;
}

.banner_bd ul li {
    width: 100%;
    /* height: 591px; */
    overflow: hidden;
}

.banner_bd ul li img {
    width: 100%;
    height: 100%;
}

.banner {
    position: relative;
    z-index: 11111;
}

.banner .prev,
.banner .next {
    position: absolute;
    width: 49px;
    height: 49px;
    top: 40%;
    background-size: 100%;
    cursor: pointer;
    z-index: 11111111;
}

.banner .prev {
    background: url(../images/prev.png) no-repeat center;
    right: 20%;
}

.banner .next {
    background: url(../images/next.png) no-repeat center;
    left: 20%;
}

.banner_hd ul {
    display: flex;
    max-width: 300px;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
}

.banner_hd ul li {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: white;
    margin: 10px;
}

.banner_hd ul li.on {
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.3);
}


/* section_01 */

.t_banner_hd li {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    text-align: center;
    line-height: 22px;
    margin: 0 6px;
}

.t_banner_hd li.on {
    width: 22px;
    height: 22px;
}

.news_box {
    background: url(../images/px_bg.png) no-repeat center;
    overflow: hidden;
}

.news_notice {
    width: 100%;
    position: relative;
    margin-top: 42px;
    margin-bottom: 25px;
}

.news_notice .tab_hd {
    width: 259px;
    position: absolute;
    right: 412px;
    z-index: 1111;
}

.t_banner_hd ul {
    display: flex;
    justify-content: right;
}

.tab_banner {
    width: 48%;
    height: 408px;
    overflow: hidden;
    position: relative;
}

.t_banner_bd {
    width: 100%;
}

.t_banner_bd ul li,
.t_img,
.t_img img {
    width: 100%;
    height: 100%;
}

.t_img {
    transition: all .5s;
    width: 677px;
    overflow: hidden;
    height: 403px;
}

.t_img:hover {
    transform: scale(1.1);
}

.t_banner_bd ul li a {
    position: relative;
    display: block;
}

.t_info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
}

.t_info p {
    font-size: 16px;
    font-weight: bold;
    margin-left: 25px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    z-index: 11111;
    position: absolute;
    left: 0;
    bottom: 0;
}

.t_info::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 42px;
    background: url(../images/n_b.png) no-repeat center #00a0e9;
    /* opacity: 0.494; */
    text-align: center;
    left: 0;
    z-index: 1;
    background-size: 100%;
    bottom: 0;
}

.t_banner_hd {
    bottom: 52px;
    margin: 0px;
    justify-content: right;
    position: absolute;
    width: 300px;
    right: 0;
}

.t_banner_hd li {
    background-color: white;
}

.t_banner_hd li.on {
    border: none;
    background-color: #f39800;
    color: white;
}

.tab_list {
    width: 48%;
    height: 390px;
    position: relative;
}

.tab_list_box {
    margin-top: 60px;
}

.t_list_info {
    width: 100%;
}

.t_box2 p {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.t_box2 span {
    text-indent: 2em;
    line-height: 25px;
    display: block;
    font-size: 14px;
    color: #9a9a9a;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 45px;
    -webkit-box-orient: vertical;
    margin-top: 5px;
}

.t_box {
    width: 20%;
}

.t_time {
    background: url(../images/time.png) no-repeat left 3px;
}

.t_time p {
    padding-left: 20px;
    font-size: 14px;
    color: #9a9a9a;
    font-weight: normal;
}

.llgd {
    font-size: 14px;
    color: #0068b7;
}

.t_other_info {
    background: url(../images/lx.png) no-repeat left 4px;
    position: relative;
}

.t_other_info p {
    padding-left: 20px;
    font-size: 15px;
    width: 495px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/jx.png) no-repeat left;
}

.t_other_info p::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background-color: #005799;
    bottom: 7px;
}

.tab_list_box ul li {
    margin-top: 22px;
    transition: all .3s;
}

.tab_list_box ul li:first-child {
    margin-top: 0px;
    border-bottom: 1px dashed #9a9a9a;
    padding-bottom: 15px;
}

.tab_list_box ul li:first-child:hover {
    transform: none;
}

.tab_list_box ul li:hover {
    transform: translateY(-4px);
}

.tab_nav li {
    float: left;
    margin-left: 33px;
}

.tab_nav li:first-child {
    margin-left: 0px;
}

.t_more {
    position: absolute;
    right: 0px;
}

.tab_nav li a {
    font-size: 28px;
    font-weight: normal;
    font-family: "FZZDHJW";
    font-weight: bold;
}

.tab_nav li.on a {
    color: #0068b7;
}

.t_box2 {
    width: 87%;
}

.t_item {
    width: 67px;
    height: 77px;
    box-shadow: rgb(204, 204, 204) 0px 5px 8px;
}

.t_item span,
.t_item p {
    width: 100%;
    display: block;
    text-align: center;
}

.t_item span {
    height: 24px;
    background-color: #0068b7;
    color: white;
    font-size: 12px;
    line-height: 24px;
}

.t_item p {
    height: 53px;
    font-size: 30px;
    line-height: 53px;
    font-family: 'fzltzh';
    color: white;
    background-color: #0068b7;
}

.t_banner_hd ul li.on a {
    color: white;
}

.t_more {
    position: absolute;
    right: 0rem;
}

.t_more a {
    display: block;
    position: relative;
    font-size: 14px;
    padding-right: 19px;
}

.t_more a::after,
.section_tit a::after {
    content: "";
    position: absolute;
    right: 0;
    width: 13px;
    height: 13px;
    background: url(../images/more.png) no-repeat center;
    background-size: 100%;
    bottom: 3px;
}


/* section_02 */

.section_02 {
    width: 100%;
    background: url(../images/s02_bg.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.s02_box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 45px;
}

.s02_box>div {
    width: 48%;
}

.section_tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section_tit p {
    font-size: 28px;
    font-weight: bold;
}

.section_tit a {
    display: block;
    font-size: 14px;
    position: relative;
    padding-right: 19px;
}

.s02_01_list {
    margin-top: 30px;
}

.s02_01_list ul li a {
    display: block;
}

.s02_01_list ul li a p {
    font-size: 15px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s02_01_list ul li a span {
    display: block;
    font-size: 14px;
    margin-top: 8px;
}

.s02_01_list ul li {
    margin-top: 30px;
    transition: all .3s;
    position: relative;
}

.s02_01_list ul li::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: -16px;
    border-bottom: 1px dashed #dbdbdb;
}

.s02_01_list ul li:hover {
    transform: translateY(-4px);
}

.s02_01_list ul li:hover p {
    font-weight: bold;
}

.s02_01_list ul li:last-child:after {
    display: none;
}

.s02_02_list {
    width: 100%;
    margin-top: 30px;
}

.s02_02_list ul li a {
    display: flex;
    justify-content: space-between;
}

.s02_02_time {
    width: 11%;
    text-align: center;
}

.s02_year {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    background-color: #0068b7;
    color: white;
}

.s02_day {
    font-size: 25px;
    font-family: "fzltzh";
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    background-color: white;
}

.s02_02_info {
    width: 86%;
}

.s02_02_info p {
    font-size: 16px;
}

.s02_02_info span {
    font-size: 14px;
    text-indent: 2em;
    display: block;
    margin-top: 5px;
    line-height: 20px;
    color: #9a9a9a;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 41px;
    -webkit-box-orient: vertical;
}

.s02_02_list ul li {
    margin-top: 27px;
    transition: all .3s;
}

.s02_02_list ul li:first-child {
    margin-top: 0px;
}

.s02_02_list ul li:hover {
    transform: translateY(-4px);
}

.s02_02_list ul li:hover .s02_year {
    background-color: #cfa972;
}

.s02_02_list ul li:hover .s02_02_info p {
    font-weight: bold;
}


/* section_03 */

.section_03-04 {
    width: 100%;
    background: url(../images/s03_bg.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}

.s03_box {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.s03_box>div {
    width: 48%;
}

.s03_01_list,
.s03_02_list {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
}

.s03_01_list ul li,
.s03_02_list ul li {
    width: 210px;
    height: 143px;
    overflow: hidden;
    padding-top: 4px;
    transition: all .3s;
}

.s03_01_list ul li a,
.s03_02_list ul li a {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.s03_01_list ul li a img,
.s03_02_list ul li a img {
    width: 100%;
    transition: all .5s;
    height: 100%;
}

.s03_01_list ul li a img:hover,
.s03_02_list ul li a img:hover {
    transform: scale(1.1);
}

.s03_01_list ul li:hover,
.s03_02_list ul li:hover {
    transform: translateY(-4px);
}


/* s04_box */

.s04_box {
    margin-top: 45px;
}

.s04_list {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 70px;
}

.s04_list ul {
    display: flex;
    justify-content: space-between;
}

.s04_img {
    width: 121px;
    height: 121px;
    border-radius: 100%;
    background-color: #005799;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}

.s04_list ul li {
    width: 16.6%;
    transition: all .3s;
}

.s04_list ul li p {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.s04_list ul li:hover {
    transform: translateY(-4px);
}

.s04_list ul li .s04_img {
    transition: all .3s;
}

.s04_list ul li:hover .s04_img {
    background-color: #cfa972;
    transform: scale(1.1);
}

.s04_list ul li:hover p {
    font-weight: bold;
}


/* footer */

.footer {
    width: 100%;
    background: url(../images/f_bg.png) no-repeat center;
    background-size: 100%;
}

.f_link {
    width: 100%;
    /* margin-top: 30px; */
    /* margin-bottom: 20px; */
    position: relative;
    height: 75px;
    line-height: 75px;
}

.f_link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: white;
    left: 0;
    bottom: 0px;
}

.f_link>ul {
    display: flex;
    justify-content: center;
    height: 75px;
    align-items: center;
    position: relative;
}

.f_link>ul>li {
    /* width: 178px; */
    height: 28px;
    color: white;
    background-color: #0180df;
    border-radius: 15px;
    text-align: center;
    line-height: 28px;
    margin: 0 10px;
}

.f_link>ul>li p {
    padding: 0 35px;
    cursor: pointer;
    font-size: 15px;
    color: white;
}

.link_list,
.link_list2,
.link_list3,
.link_list4 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #037ac0;
    height: 68px;
    transform: translateY(50px);
    border: 1px solid #037ac0;
    opacity: 0;
    z-index: 111;
    transition: all .5s;
}

.link_list ul,
.link_list2 ul,
.link_list3 ul,
.link_list4 ul {
    display: flex;
    justify-content: left;
    height: 70px;
    /* line-height: 50px; */
    flex-wrap: wrap;
}

.link_list ul li,
.link_list2 ul li,
.link_list3 ul li,
.link_list4 ul li {
    margin: 0 6px;
    width: 15%;
}

.link_list ul li a,
.link_list2 ul li a,
.link_list3 ul li a,
.link_list4 ul li a {
    font-size: 14px;
    color: white;
}

.link_list.on,
.link_list2.on,
.link_list3.on,
.link_list4.on {
    opacity: 1;
    transform: translateY(-100%);
}

.f_sc {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 40px;
}

.f_logo {
    width: 55%;
}

.f_logo img {
    width: 100%;
}

.f_logo a {
    display: block;
}

.f_sc_dz {
    width: 31%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.evm {
    width: 91px;
    height: 91px;
    overflow: hidden;
}

.evm img {
    width: 100%;
}

.f_sc_evm p {
    color: white;
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
}

.f_sc_xx p {
    color: white;
    font-size: 15px;
    margin-top: 10px;
}

.f_sc_xx p:first-child {
    margin-top: 0px;
}

.bq {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: white;
    background-color: #005799;
}

.teacher-center {
    position: relative;
}

.teacher-center-box-left {
    background-color: #f3f3f3;
    text-align: center;
    line-height: 106px;
    float: left;
    margin-top: -38px;
    width: 22%;
}

.teacher-center-box-left h2 {
    width: 100%;
    height: 106px;
    color: white;
    background-color: rgb(7, 86, 169);
    font-size: 22px;
    font-weight: bold;
}

.teacher-nav {
    /* background-color: white; */
    margin-top: 20px;
}

.teacher-nav li {
    height: 65px;
    text-align: center;
    line-height: 65px;
}
.teacher-nav li.on{
    border-left: 4px solid #037ac0;
    background-color: white;
}
.teacher-nav li.on a{
    color: black;
}
.teacher-nav li a {
    font-size: 18px;
}

.teacher-nav li:hover {
    background-color: #258cff3b;
}

.teacher-nav li:hover a {
    color: white;
}

.teacher-center-box-right {
    float: right;
    width: 78%;
}

.location {
    margin-top: -26px;
    position: relative;
    z-index: 1111;
}

.location span {
    margin-left: 10px;
    z-index: 1111;
    font-weight: bold;
}

.location a {
    z-index: 111;
}

.opcity-bg {
    background-color: rgb(238, 238, 238);
    opacity: 0.4;
    margin-top: -30px;
    width: 100%;
    float: left;
    height: 35px;
}

.teacher-list {
    width: 100%;
    margin-top: 10px;
}

.teacher-list>.human-infor>ul {
    padding-bottom: 30px;
}

.teacher-list>.human-infor>ul>li {
    padding-top: 50px;
    margin-left: 36px;
    margin-bottom: 27px;
}

.teacher-list>.human-infor>ul>li>div {
    width: 460px;
}

.teacher-list>.human-infor>ul>li>.human-infor-container>.infor-box>.message {
    width: 265px;
}

.search-list>ul>li {
    padding-top: 18px;
    padding-bottom: 18px;
    border: 1px solid rgb(223, 223, 223);
    margin-top: 20px;
}

.search-list>ul>li>a {
    display: block;
    overflow: hidden;
    position: relative;
}

.search-list li .search-date p {
    font-size: 27px;
    line-height: 38px;
    position: relative;
    background-color: rgb(0, 104, 183);
    color: white;
    font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“_GBK.TTF";
}

.search-date span {
    font-size: 12px;
    position: relative;
    line-height: 39px;
}

.search-date {
    background-color: rgb(236, 236, 236);
    width: 69px;
    height: 72px;
    text-align: center;
    margin-left: 30px;
    color: black;
    transition: all 0.3s ease 0s;
}

.background-images img {
    width: 100%;
    height: 841px;
}

.search-list-tit {
    display: block;
    margin-left: 68px;
    height: 41px;
    font-size: 14px;
    line-height: 25px;
    color: black;
    margin-top: 2px;
    transition: all 0.3s ease 0s;
}

.search-last-text {
    overflow: hidden;
    padding-left: 23px;
    padding-top: 6px;
}

.search-last-text h1 {
    font-size: 18px;
    font-weight: normal;
    /* padding-left: 24px; */
    color: rgb(9, 9, 9);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* max-width: 350px; */
}

.search-last-text p {
    font-size: 14px;
    line-height: 20px;
    color: rgb(118, 118, 118);
    margin-top: 2px;
    text-indent: 2em;
    overflow: hidden;
    height: 37px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.search-list {
    margin-left: 18px;
    margin-top: 20px;
    margin-bottom: 62px;
}

.search-list ul li {
    transition: all 0.3s ease 0s;
}

.search-list ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.5) 3px 7px 31px -5px;
    transform: scale(1) translateY(-3px);
    background-color: white;
}

.search-list ul li:hover .search-last-text h1 {
    font-weight: bold;
}

.value-tit h4 {
    font-size: 20px;
    line-height: 1;
    margin-top: 40px;
    color: rgb(9, 9, 9);
    text-align: center;
}

.value-tit-p {
    font-size: 14px;
    line-height: 40px;
    background-color: rgb(244, 244, 244);
    color: rgb(118, 118, 118);
    text-align: center;
    text-indent: 2em;
    margin-top: 15px;
}

.search-right {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    padding: 0px 30px 50px;
    min-height: 400px;
    margin-left: 41px;
}
.search-right img{
    width:100%;
    height: 100%;
}
.value-tit-p span {
    display: inline-block;
    margin: 0px 8px;
}

.value-text p {
    font-size: 16px;
    color: black;
    margin-top: 30px;
    text-indent: 2em;
}

.value-text-link {
    margin-top: 10px;
}

.value-text-link a {
    margin: 30px 0px;
    color: rgb(103, 103, 103);
}

.value-text-link div {
    margin: 15px 0px;
}

.value-text-link a:hover {
    color: rgb(0, 71, 157);
}

.static {
    width: 100%;
}

.static img {
    width: 100%;
}

.nav-btn {
    display: none;
}

.phone_nav {
    display: none;
}

.nav-btn {
    background-color: transparent;
    background-image: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 55%;
    transform: translateY(-50%);
    display: none;
}

.nav-btn .icon-bar-nav {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background-color: #fff;
}

.nav-btn .icon-bar-nav+.icon-bar-nav {
    margin-top: 3px;
}


/* ?|aÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°aÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½1?|?ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“?o?ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥?ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°???ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨???a */

.phone_nav {
    display: none;
}


/* ?ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥?ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°???ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨???a */


/* .phone_nav{display: block;} */

.phone_nav {
    background: #0068b7;
    padding: 0 2%;
    position: relative;
    z-index: 111111111;
    right: 0rem;
    width: 100%;
    top: 10%;
}

.phone_nav>ul>li {
    border-bottom: solid #fff 1px;
}

.phone_nav>ul>li>a {
    color: #fff;
    line-height: 35px;
}


/* .phone_nav>ul>li>ul{display: none;} */

.phone_nav>ul>li {
    position: relative;
}

.phone_nav>ul>.has_sub:after {
    content: "+";
    color: #fff;
    position: absolute;
    font-size: 15px;
    right: 0;
    top: 0;
    line-height: 30px;
}

.phone_nav>ul>li>ul {
    padding-left: 10px;
    display: none;
}

.phone_nav>ul>li>ul>li>a {
    line-height: 30px;
    color: #fff;
}

.img-list {
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.img-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}

.img-list ul li {
    width: 33%;
    margin-top: 37px;
}

.img-list ul li a {
    width: 282px;
    display: block;
    height: 192px;
    overflow: hidden;
}

.img-list ul li a img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.img-list ul li a img:hover {
    transform: scale(1.1);
}

.xyld {
    width: 100%;
    margin-bottom: 71px;
}


.xrld_tit {
    width: 100%;
    background: url(../img/xrld_bg.png) no-repeat center left;
    height: 47px;
    background-size: 100%;
    overflow: hidden;
}
.xrld_tita{
 background: url(../img/xrld_bg.png) no-repeat center left;
background-size: 120% 100%;

}

.xrld_tit p {
    font-size: 22.9px;
    color: white;
    margin-left: 37px;
    margin-top: 10px;
}


.xrld_list ul li {
    width: 48%;
    height: 70px;
    border: none;
    display: flex;
    /* justify-content: space-evenly; */
    /* align-items: center; */
    /* float: left; */
    /* flex-shrink: 0; */
    margin-top: 37px;
    transition:all .3s;
}
.xrld_list ul li:hover{
    transform:translateY(-4px);
}
.xrld_list ul li a{
    display: block;
    width: 100%;
}

.xrld_list ul li .xrld_name {
    width: 100%;
    height: 70px;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(0, 0, 48, 0.07) 0px 4px 5px 3px;
}


.xrld_list_name {
    width: 100%;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.xrld_name p {
    font-size: 20px;
    color: #595959;
    background: url(../images/js_bg.png) no-repeat left;
    padding-left: 35px;
}


.xrld_list_name ul li .xrld_name:hover p {
    color: #2f5496;
    background: url(../images/js_bg2.png) no-repeat center left;
}