<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* banner */
.fullSlide {
    width: 100%;
    position: relative;
    height: 1080px !important;
    background: #fff;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 1080px !important;
    overflow: hidden;
    text-align: center;
    background: cover;
}

.fullSlide .bd li a {
    display: block;
    height: 1080px !important;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}

.fullSlide .hd ul {
    text-align: center;
    padding-top: 5px;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 5px;
    background: url(../images/tg_flash_p.png) -18px 0;
    overflow: hidden;
    line-height: 9999px;
}

.fullSlide .hd ul .on {
    background-position: 0 0;
}

#menu-open ~ label ~ .side-menu {
    display: flex;
    position: fixed;
    top: 0;
    height: 780px !important;
    transform: translateX(-100%);
    width: 100%;
    background: url(../images_new/bg01_new.png) top center no-repeat !important;
    transition: 0.2s linear;
    z-index: 10;
}

/* 头部搜索 */
.index_search {
    width: 206px;
    height: 30px;
    margin-top: 57px;
    position: relative;
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #999999;
}

.index_search .input {
    background: none;
    color: #595959;
    padding-left: 10px;
    width: 170px;
    height: 31px;
    border: 0;
    outline: none;
    line-height: 31px;
    position: absolute;
    left: 0;
}

.index_search .btn {
    background: url(../images/btn.png) center no-repeat;
    height: 30px;
    border: 0;
    cursor: pointer;
    right: 0;
    position: absolute;
    width: 40px !important;
}

/* 头部搜索 */
.bg01_show .index_search {
    width: 206px;
    height: 30px;
    margin-top: 57px;
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    overflow: hidden;
    border: 1px solid #999999;
}

.bg01_show .index_search .input {
    background: none;
    color: #fff;
    padding-left: 10px;
    width: 170px;
    height: 31px;
    border: 0;
    outline: none;
    line-height: 31px;
    position: absolute;
    left: 0;
}

.bg01_show .index_search .btn {
    background: url(../images_new/btn.png) center no-repeat;
    height: 30px;
    border: 0;
    cursor: pointer;
    right: 0;
    position: absolute;
    width: 40px !important;
}

/* 导航 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    padding: 0;
    height: 54px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    width: 1140px;
    margin: 0 auto;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi01 {
    float: left;
    position: relative;
    display: inline;
    color: #fff;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    width: 114px !important;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 114px !important;
    left: 0;
    top: 54px;
    position: absolute;
    background: #0953bc;
    line-height: 26px;
    padding: 5px 0;
    border-top: 2px solid #fff;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 0;
    text-decoration: none;
    text-align: center;
}

.nav .sub a:hover {
    background: #3a75c9;
    color: #fff;
}

/* 导航 */
.bg01_show .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.bg01_show .nav {
    padding: 0;
    height: 54px;
    line-height: 54px;
    position: relative;
    z-index: 1;
    width: 100% !important;
    margin: 0 auto;
}

.bg01_show .nav a {
    color: #fff;
}

.bg01_show .nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.bg01_show .nav .nLi01 {
    float: left;
    position: relative;
    display: inline;
    color: #fff;
}

.bg01_show .nav .nLi h3 {
    float: left;
}

.bg01_show .nav .nLi h3 a {
    display: block;
    font-size: 24px !important;
    font-weight: normal;
    width: 140px !important;
    text-align: center;
}

.bg01_show .nav .sub {
    display: block !important;
    width: 140px !important;
    left: 0;
    top: 74px !important;
    position: absolute;
    background: transparent !important;
    line-height: 40px !important;
    padding: 5px 0;
    border-top: 0 solid #fff !important;
}

.bg01_show .nav .sub li {
    zoom: 1;
}

.bg01_show .nav .sub a {
    display: block;
    padding: 0;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}

.bg01_show .nav .sub a:hover {
    background: transparent !important;
    color: #fff;
    text-decoration: underline;
}

.wrapper1 {
    width: 1400px;
    margin: 0 auto;
}

.bg02_new {
    background: url(../images_new/bg02_new.png) top center no-repeat;
    height: 690px;
}
.bg03_new {
    background: url(../images_new/bg03_new.png) top center no-repeat;
    height: 380px;
}
.bg04_new {
    background: url(../images_new/bg04_new.png) top center no-repeat;
    height: 630px;
}

.pt60 {
    padding-top: 60px;
}

.index_information_new {
    padding-top: 60px;
}

.index_information_new .hd {
    height: 50px;
    padding: 0;
    position: relative;
}

.index_information_new .hd ul {
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
    line-height: 30px;
}

.index_information_new .hd ul li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    color: #222222;
    font-size: 14px;
    border: 1px solid #cccccc;
    margin-left: 10px;
}

.index_information_new .hd ul li.on {
    background: #0953bc;
    border: 1px solid #0953bc;
    color: #fff;
}

.index_information_new .bd ul {
    padding: 0;
    zoom: 1;
    margin-top: 22px;
}

.index_information_new .bd li {
    height: 50px;
    line-height: 50px;
    padding: 15px 0;
    background: #fff;
    width: 570px;
    float: left;
    margin: 10px 15px 0 15px;
}
.index_information_new .bd li .date {
    float: left;
    width: 90px;
    text-align: right;
    color: #bcbcbc;
    line-height: 25px;
    font-size: 16px;
    border-right: 1px solid #f0f0f0;
    padding-right: 22px;
}
.index_information_new .bd li .date span {
    display: block;
    color: #0953bc;
    font-size: 24px;
}
.index_information_new .bd li a {
    float: right;
    width: 410px;
    margin-right: 20px;
    font-size: 16px;
    color: #222;
    text-decoration: none;
}
.index_information_new .bd li:hover {
    background: url(../images_new/index02_new.png) no-repeat;
}
.index_information_new .bd li:hover .date {
    color: #fff;
    border-right: 1px solid #fff;
}
.index_information_new .bd li:hover .date span {
    color: #f5ae22;
}
.index_information_new .bd li:hover a {
    color: #fff;
}
.index_information_new .bd .more {
    text-align: center;
    margin-top: 40px;
}
.index_information_new .bd .more a {
    display: inline-block;
    background: #f5ae22;
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    line-height: 30px;
    font-size: 14px;
}

.admissions_guidelines {
    padding-top: 200px;
    display: flex;
    justify-content: space-between;
}
.admissions_guidelines .item {
    width: 90px;
    text-align: center;
}
.admissions_guidelines .item i {
    display: block;
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
}
.admissions_guidelines .item a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}
.admissions_guidelines .item:hover a {
    color: #f5ae22;
}
.admissions_guidelines .item.item01 i {
    background: url(../images_new/icon01_new.png) no-repeat;
}
.admissions_guidelines .item.item02 i {
    background: url(../images_new/icon02_new.png) no-repeat;
}
.admissions_guidelines .item.item03 i {
    background: url(../images_new/icon03_new.png) no-repeat;
}
.admissions_guidelines .item.item04 i {
    background: url(../images_new/icon04_new.png) no-repeat;
}
.admissions_guidelines .item.item05 i {
    background: url(../images_new/icon05_new.png) no-repeat;
}
.admissions_guidelines .item:hover.item01 i {
    background: url(../images_new/icon01_hover_new.png) no-repeat;
}
.admissions_guidelines .item:hover.item02 i {
    background: url(../images_new/icon02_hover_new.png) no-repeat;
}
.admissions_guidelines .item:hover.item03 i {
    background: url(../images_new/icon03_hover_new.png) no-repeat;
}
.admissions_guidelines .item:hover.item04 i {
    background: url(../images_new/icon04_hover_new.png) no-repeat;
}
.admissions_guidelines .item:hover.item05 i {
    background: url(../images_new/icon05_hover_new.png) no-repeat;
}

.enrollment_plan01 {
    width: 360px;
    height: 320px;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    margin-right: 60px;
}
.enrollment_plan01 .con {
    padding: 30px 30px;
}
.enrollment_plan01 .con .select {
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
    font-size: 14px;
}
.enrollment_plan01 .con .select select {
    width: 180px;
    height: 24px;
    border-radius: 25px;
    background: transparent;
    border: 1px solid #deeafb;
    color: #222222;
    margin-left: 20px;
}
.enrollment_plan01 .con button {
    background: #0953bc;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
    border: 0;
    cursor: pointer;
    width: 100%;
}

.enrollment_plan_right {
    width: 360px;
}
.enrollment_plan_right img {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
.enrollment_plan_bottom {
    background: url(../images_new/index07_new.png) no-repeat;
    height: 150px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
}
.enrollment_plan_bottom .item {
    width: 200px;
    text-align: center;
    padding-top: 20px;
}
.enrollment_plan_bottom .item a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.enrollment_plan_bottom .item a i {
    display: block;
    font-size: 60px;
    margin-bottom: 15px;
}
.enrollment_plan_bottom .item a:hover {
    color: #f5ae22;
}

.index_video {
    padding-top: 60px;
}
.index_video .t {
    position: relative;
    height: 50px;
}

.index_video .index_video_menu {
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
    height: 30px;
    line-height: 30px;
}

.index_video .index_video_menu li {
    float: left;
    padding: 0 15px;
    cursor: pointer;
    color: #222222;
    font-size: 14px;
    border: 1px solid #cccccc;
    margin-left: 10px;
    text-decoration: none;
}

.index_video .index_video_menu li.active {
    background: #0953bc;
    border: 1px solid #0953bc;
    color: #fff;
}

.multipleColumn {
    overflow: hidden;
    position: relative;
    width: 1200px;
    height: 580px;
}
.multipleColumn .hd {
    overflow: hidden;
    height: 30px;
    padding: 0;
    position: absolute;
    bottom: 20px;
    right: 145px;
}
.multipleColumn .hd .prev,
.multipleColumn .hd .next {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #0953bc;
    font-size: 16px;
}
.multipleColumn .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.multipleColumn .hd ul li {
    float: left;
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url(../images_new/arrow.png) no-repeat;
}
.multipleColumn .hd ul li.on {
    background: url(../images_new/arrow_hover.png) no-repeat;
}

.multipleColumn .bd {
    padding: 0;
    overflow: hidden;
}
.multipleColumn .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 380px;
    float: left;
    _display: inline;
    margin: 0 15px;
}
.multipleColumn .bd ul li {
    margin: 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    position: relative;
    width: 380px;
    height: 214px;
    margin-top: 30px;
}
.multipleColumn .bd ul li .pic {
    text-align: center;
    width: 380px;
    height: 214px;
}
.multipleColumn .bd ul li .pic img {
    width: 380px;
    height: 214px;
    display: block;
}
.multipleColumn .bd ul li .title {
    line-height: 50px;
    position: absolute;
    width: 320px;
    height: 50px;
    background: rgba(34, 34, 34, 0.6);
    color: #fff;
    padding:0 30px;
    font-size: 16px;
    bottom: 0;
    left: 0;
    text-align: left;
}
.multipleColumn .bd ul li .title a{
    color: #fff;
}
.multipleColumn .more{
  position: absolute;
  bottom: 20px;
  right: 0;
}
.multipleColumn .more a {
  display: inline-block;
  background: #f5ae22;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  line-height: 30px;
  font-size: 14px;
}

.ny_right .con .details {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 30px;
  padding: 20px 0;
  border-bottom: 0 solid #b8b8b8 !important;
}

.ny_right .con .np{
  line-height: 30px;
  color: #4f4f4f;
  padding-top: 15px;
  border-top: 1px solid #b8b8b8 !important;
}
.ny_right .con .np a{
color: #4f4f4f;
text-decoration: none;
}
.ny_right .con .np a:hover{
  font-weight: bold;
}
.ny_right .con .np p{
  padding-bottom: 10px;
}

.ny_right .con .xyzy_item{
  width: 860px;
  height: 300px;
  min-height: 300px;
  position: relative;
  background: url(../images_new/ny02_new.png) 38px 209px no-repeat;
  margin-top: 30px;
}
.ny_right .con .xyzy_item .img{
  width: 320px;
  height: 180px;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 10;
}
.ny_right .con .xyzy_item .img img{
  width: 320px;
  height: 180px;
}
.ny_right .con .xyzy_item .xyzy_item_con{
  width: 465px;
  height: 300px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  background: url(../images_new/ny03_new.png) bottom no-repeat;
  border-radius: 30px 0 0 0;
  box-shadow: 0 1px 10px rgba(14, 113, 209, 0.25);
  min-height: 300px;
  padding-left: 110px;
  padding-right: 25px;
}
.ny_right .con .xyzy_item .xyzy_item_con .t_name{
  font-size: 20px;
  color: #222;
  height: 30px;
  line-height: 30px;
  padding-top: 30px;
}
.ny_right .con .xyzy_item .xyzy_item_con .t_name img{
  width: 33px;
  height: 33px;
  float: left;
  margin-right: 10px;
}
.ny_right .con .xyzy_item .xyzy_item_con .t_name a{
  float: right;
  line-height: 24px;
  background: #0854bc;
  color: #fff;
  padding: 0 10px;
  border-radius: 5px;
  margin-top: 3px;
  font-size: 12px;
}
.ny_right .con .xyzy_item .xyzy_item_con .t_con{
  height: 100px;
  margin-top: 20px;
  font-size: 14px;
  color: #888;
  line-height: 26px;
}
.ny_right .con .xyzy_item .xyzy_item_con .t_link{
  margin-top: 20px;
}
.ny_right .con .xyzy_item .xyzy_item_con .t_link a{
  float: left;
  background: url(../images_new/arrow01.png) left no-repeat;
  padding-left: 20px;
  color: #222;
  font-size: 14px;
  line-height: 30px;
  padding-left: 30px;
  width: 200px;
  margin-bottom: 20px;
  text-decoration: none;
}
.ny_right .con .xyzy_item .xyzy_item_con .t_link a:hover{
  color: #0953bc;
}</pre></body></html>