@charset "utf-8";
body {
  -webkit-text-size-adjust: 100%;
  font-family: '微软雅黑' !important;
}

#container .inner.content {
  padding: 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* 列表页 */
.col_news_list .wp_article_list .list_item .Article_Index {
  display: none;
}
.wp_article_list .list_item {
  height: 35px;
  line-height: 35px;
  border-bottom: none;
    font-size: 16px;
}
.wp_paging {
  margin: 60px 0;
}

.wp_article_list .list_item .Article_Index {
  display: none;
}

/* 主导航开始 */
.navbar {
  position: relative;
  width: 100%;
}
.navbar .nav-item:hover {
  background-color: #1953aa !important;
}
/* 下拉箭头 */
.dropDown,
.dropUp {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 9px;
  right: 30px;
  display: none;
  cursor: pointer;
}
.dropDown i,
.dropUp span {
  font-size: 22px;
}
.dropUp {
  display: none;
}
/* 少栏目的导航 */
.navbar .selected,
.navbar .parent {
  background-color: #1953aa;
}
.navbar .wp_nav {
  display: flex;
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.navbar .nav-item {
  flex: 1;
  float: none;
}
/* 多栏目的导航 */
.navbar.long .selected {
  background-color: rgb(25, 83, 170);
}
.navbar.long .wp_nav {
  display: block;
}
@media (min-width: 1281px) {
  .navbar.long .wp_nav {
    width: 100%;
    text-align: center;
  }
  .navbar.long .nav-item {
    float: none;
  }
}
@media (max-width: 1280px) {
  .navbar.long .wp_nav {
    width: auto;
    height: 50px;
    padding-left: 80px;
  }
  .navbar.long .wp_nav.showColumn {
    height: auto;
  }
  .navbar.long .nav-item {
    float: none;
    display: inline-block;
  }
  .navbar.long .wp_nav .nav-item:nth-child(n + 11) {
    display: none;
  }
  .navbar.long .dropDown {
    display: block;
  }
}
/* 主导航结束 */

.font15 {
  font-size: 15px;
  color: #333;
}
.font16 {
  font-size: 16px;
  color: #333;
}
/* 右边咨询开始 */
.rightChat {
  width: 184px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999999;
  box-shadow: 0 0 5px 2px rgba(5, 81, 164, 0.26);
  background-color: #fff;
}
.rightChat ul {
  list-style: none;
}
.rightChat .rightChatItem {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
}
.rightChat .rightChatItem.onlineconsultation {
  background-color: rgb( 255, 255, 255);
  border-bottom: 1px solid rgb( 255, 255, 255);
}
.rightChat .rightChatItem.onlineRegistration {
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
}
.rightChat .rightChatItem span {
  display: inline-block;
  margin-top: 8px;
  font-size: 18px;
  color: #fff;
}
.icon-guanbi {
  position: absolute;
  top: -27px;
  right: 0;
  cursor: pointer;
  color: rgba(25, 59, 137, 1);
  font-weight: bold;
}
/* 右边咨询结束 */

.topnav {
  display: flex;
  height: 100px;
  align-items: center;
}

.banner,
.banner img {
  width: 100%;
}

/* 标题 */
.innertitle {
  font-size: 22px;
  color: #0d64d0;
  font-weight: bold;
  margin: 60px 0 20px;
}
.innerLineBox {
  display: flex;
  align-items: center;
  align-items: flex-end;
  margin-bottom: 40px;
}
.innerLineBox .innerLine {
  width: 40px;
  height: 6px;
  background-color: #ec982c;
  margin-right: 25px;
}
.innerLineBox span {
  font-size: 18px;
  color: #999999;
  font-family: Helvetica Neue;
  line-height: 14px;
}

/* 中间内容 */
.centerWrap {
  text-align: center;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  margin: 0px 0 40px;
  padding-top: 30px;
}
.centerWrap .titleWrap {
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-width: 96px;
}
.centerWrap .titleWrap .centerCont {
  margin: 0 30px;
  color: #333;
  font-size: 22px;
}
.centerWrap .engTitle {
  color: #d0d0d0;
  margin-top: 10px;
}

/* 切换新闻 */
.changeNews {
  display: flex;
  width: 686px;
  margin: 0 auto 40px;
}
.changeNews .newTitle {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
  text-align: center;
  background-color: #fff;
  border: 1px #ccc solid;
  cursor: pointer;
}
.changeNews .newTitle.selected {
  background-color: #163274;
  color: #fff;
}
.changeNews .last {
  margin-right: 0;
}
.changeNews .newTitle:hover {
  background-color: #163274;
  color: #fff;
}
.newswrap .newsBox {
  width: 1280px;
  padding-bottom: 20px;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.newswrap .newsBox:first-child {
  display: block;
}
.newswrap .newsBox .newsBoxLeft {
  width: 640px;
  height: 400px;
  position: relative;
  float: left;
}
.newswrap .newsBox .newsBoxLeft > div,
.newswrap .newsBox .newsBoxLeft > div > div {
  overflow: visible !important;
}
.newswrap .newsBox .newsBoxLeft .dtjt9_div_img .number {
  bottom: 50px !important;
}
.newswrap .newsBox .newsBoxLeft .dtjt9_div_text {
  height: 40px !important;
  bottom: 0 !important;
}
.newswrap .newsBox .newsBoxLeft .dtjt9_div_text_title {
  height: 100%;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
.newswrap .newsBox .newsBoxLeft .dtjt9_div_text_title a {
  font-size: 16px !important;
  color: #fff !important;
}
.newswrap .newsBox .newsBoxLeft .dtjt9_div_text_title a:hover {
  color: rgb(184, 28, 34) !important;
}
.newswrap .newsBox .newsBoxRight {
  width: 640px;
  float: left;
  cursor: default;
}
.newsBoxRight .titleAndTime,
.newsBoxRight .cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsBoxRight .cont span {
  line-height: 28px;
  color: #999;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 14px;
}
.newsBoxRight .cont i {
  padding: 0 10px;
  cursor: pointer;
  margin: 0 15px;
  color: #999;
}
.newsBoxRight .titleAndTime {
  margin-bottom: 10px;
  position: relative;
}
.newsBoxRight tr:nth-child(3) {
  border-bottom: 1px #e6e6e6 solid;
}
.newsBoxRight td {
  padding: 0 0 0 20px;
  height: 135px;
  border-top: 1px #e6e6e6 solid;
}
.newsBoxRight .titleAndTime .title {
  line-height: 25px;
}
.newsBoxRight .titleAndTime .title a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  display: inline-block;
}
.newsBoxRight .titleAndTime .title a:hover {
  color: rgb(184, 28, 34);
}
.newsBoxRight .titleAndTime span {
  font-size: 16px;
  color: #ccc;
}
.newsBoxRight .titleAndTime .point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #0d64d0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
#container .newsBox .newsBoxRight .Article_Index {
  display: none;
}
#container .newsBox .newsBoxRight .wp_article_list .list_item {
  font-size: 15px;
  margin-bottom: 15px;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
#container .newsBox .newsBoxRight .Article_Title {
  color: #333;
}
#container .newsBox .newsBoxRight .Article_PublishDate {
  color: #999;
}
.newsBoxRight .more-btn {
  position: absolute;
  bottom: -40px;
  right: 0;
}
.newsBoxRight .more-btn a span {
  font-size: 14px;
  color: #ccc;
}

/* 衔接院校开始 */
.banner2 {
  width: 100%;
  height: 350px;
  position: relative;
}
.banner2 img {
  width: 100%;
}

.imgtitle_xjyx {
  position: absolute;
  left: 0;
  color: #163274;
}
.imgtitle_xjyx .chTitle {
  font-size: 22px;
}
.imgtitle_xjyx .engTitle {
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .imgtitle_xjyx {
    top: -250px;
  }
}
@media (max-width: 1920px) and (min-width: 1280px) {
  .imgtitle_xjyx {
    top: -300px;
  }
}
@media (min-width: 1921px) {
  .imgtitle_xjyx {
    top: -315px;
  }
}

.guoDetail {
  position: absolute;
  left: 0;
  top: -120px;
  width: 315px;
  height: 220px;
  background-color: #163274;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.guoDetail tr {
  display: none;
}
.guoDetail .futitle {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.guoDetail .title {
  font-size: 30px;
  color: #fff;
  margin: 60px 0 30px;
}
.guoDetail .cont {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}

.rightCont {
  width: calc(100% - 375px);
  min-height: 265px;
  margin-left: 375px;
}
.rightCont .country {
  padding: 40px 0 30px;
  display: flex;
  font-size: 16px;
  color: #333;
}
.rightCont .country .oneCountry {
  margin-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rightCont .country .oneCountry p {
  margin-bottom: 10px;
}
.rightCont .country .oneCountry div {
  display: none;
}
/* .rightCont .country .oneCountry:nth-child(1) div{display: block}
.rightCont .country .oneCountry:nth-child(1) p{color: #b81c22} */
.rightCont .country .oneCountry:hover {
  color: #b81c22;
  font-weight: bold;
}
.rightCont .country .oneCountry:hover div {
  display: block;
}
.up-triangle {
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 6px;
  border-style: solid;
  border-color: #dc291e transparent;
  display: none;
}

.rightCont .collegewrap tbody {
  display: flex;
  flex-wrap: wrap;
}
.rightCont .collegewrap tbody tr {
  width: 200px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.rightCont .collegewrap tbody tr:nth-child(4n) {
  margin-right: 0;
}
.rightCont .collegewrap td {
  width: 100%;
  height: 120px;
  text-align: center;
}
.rightCont .collegewrap td img {
  width: 100%;
}
.rightCont .collegewrap .college {
  display: none;
}
.rightCont .collegewrap .college:nth-child(1) {
  display: block;
}
/* 衔接院校结束 */

/* 升学流程 */
.liuchen {
  display: flex;
  padding-bottom: 40px;
}
.liuchen {
  flex: 1;
}
.liuchen .iconWrap {
  width: 100%;
  position: relative;
}
.liuchen .icons {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.liuchen .icons .Oneicon {
  width: 90px;
  text-align: center;
  z-index: 10;
}
.liuchen .icons .Oneicon img {
  box-shadow: 0 0 30px 1px rgba(160, 180, 180, 0.753);
  border-radius: 100%;
}
.liuchen .icons .Oneicon p {
  font-size: 16px;
  color: #333;
  margin-top: 30px;
}
.liuchen .icons .imgyou {
  margin: 35px 0;
  height: 20px;
  width: 11px;
}
.liuchen .dashLine {
  width: 100%;
  position: absolute;
  top: 44px;
  border-bottom: 1px dashed rgb(92, 92, 92);
  z-index: 0;
}

/* 友情链接 */
.centerWrap.links {
  margin-bottom: 20px;
}
.linksWrap {
  margin-bottom: 30px;
}
.linksWrap tbody {
  display: flex;
  justify-content: space-around;
}
.linksWrap tbody tr {
  padding: 0 50px;
  border-right: 1px solid #333;
}
.linksWrap tbody tr:last-child {
  border: 0;
}
.linksWrap tbody td {
  width: 245px;
  height: 80px;
}
.linksWrap tbody td img {
  width: 100%;
  height: 100%;
}

/* footer */
.footerWrap {
  width: 100%;
  height: 260px;
  background: url(../images/footbg.png) no-repeat center;
  background-size: 150%;
}
.footerWrap .footer {
  width: 1280px;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerWrap .footer .footleft {
  color: #fff;
  font-family: '微软雅黑';
}
.footerWrap .footer .footright {
  display: flex;
}
.footerWrap .footer .footright > div {
  margin-right: 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
}
.footerWrap .footer .footright .map {
  margin-right: 20px;
}
.footerWrap .footer .footright #mapWrap {
  cursor: pointer;
  width: 170px;
  height: 120px;
  margin-bottom: 15px;
}
.footerWrap .footer .footright #mapWrap img {
  width: 100%;
  height: 100%;
}
.footerWrap .footer .footright .maWrap {
  width: 120px;
  height: 120px;
  margin-bottom: 15px;
}
.footerWrap .footer .footright .maWrap img {
  width: 100%;
  height: 100%;
}
#mapmapWrap {
  visibility: hidden;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#mapmap {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.amap-copyright {
  display: none !important;
}
.amap-toolbar {
  visibility: hidden !important;
}

/* 管理特色 */
.manage {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.manage tbody {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1849px) {
  .manage tbody tr {
    width: 406px;
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 20px 26px;
    box-sizing: border-box;
    border: 1px #f0f0f0 solid;
    cursor: pointer;
  }
}
@media (min-width: 1850px) and (max-width: 2099px) {
  .manage tbody tr {
    width: 406px;
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 20px 26px;
    box-sizing: border-box;
    border: 1px #f0f0f0 solid;
    cursor: pointer;
  }
}
@media (min-width: 2100px) {
  .manage tbody tr {
    width: 286px;
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 20px 26px;
    box-sizing: border-box;
    border: 1px #f0f0f0 solid;
    cursor: pointer;
  }
}
.manage tbody tr:hover {
  border: 2px #193b89 solid;
}
.manage .img {
  text-align: center;
  margin: 44px 0 20px;
}
.manage .img img {
  width: auto;
}
.manage .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.manage .cont {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: start;
  letter-spacing: 1px;
}

/* 合作院校 */
.college {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.college tbody {
  /*display: flex;
  flex-wrap: wrap; */
}
.college tbody .news_icon {
  display:none !important;
}
@media (max-width: 1849px) {
  .college tbody tr {
    width: 330px;
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 20px 26px;
    box-sizing: border-box;
    border: 1px #f0f0f0 solid;
    cursor: pointer;
  }
}
@media (min-width: 1850px) and (max-width: 2099px) {
  .college tbody tr {
    width: 330px;
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 20px 26px;
    box-sizing: border-box;
    border: 1px #f0f0f0 solid;
    cursor: pointer;
  }
}
@media (min-width: 2100px) {
  .college tbody tr {
    width: 330px;
    height: auto;
    margin: 0 30px 30px 0;
    padding: 0 20px 26px;
    box-sizing: border-box;
    border: 1px #f0f0f0 solid;
    cursor: pointer;
  }
}
.college tbody tr:hover {
 /* border: 2px #193b89 solid; */
}
.college .img {
  text-align: center;
  margin: 44px 0 20px;
}
.college .img img {
  width: auto;
}
.college .title {
  font-size: 22px;
  color: #333;
  margin-bottom: 20px;
}
.college .cont {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  text-align: start;
  letter-spacing: 1px;
}

/* 滚动图片 */
.swiper-container {
  height: 200px;
  margin: 30px 40px 20px;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-slide {
  height: 200px;
  background-color: #fff;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
}

/* 首页banner图开始 */
#banner .inner {
  width: 1280px;
  text-align: center;
  position: relative;
}
.bannerWrapper .orbit-wrapper a {
  cursor: default;
}
.bannerWrapper .timer {
  display: none;
}
.orbit-wrapper {
  margin: 0 auto;
}
.bannerWrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
.mbanner .focus .focus-title-bar {
  bottom: 40px;
  left: 40px;
  margin-left: 0px;
}
.mbanner .focus .focus-title-bg {
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=60);
}
.mbanner .focus .focus-pagination {
  position: absolute;
  right: 14px;
  bottom: 14px;
  margin-right: 0px;
  z-index: 60;
}
.mbanner .focus .focus-page {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  background: #fff;
}
.mbanner .focus .focus-page-active {
  width: 18px;
  background: #fff;
  opacity: 1;
  filter: Alpha(opacity=100);
}
.mbanner .focus .focus-navigation {
  width: 58px;
  height: 53px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  background: url(../images/slide_next.png) no-repeat;
  text-indent: -999em;
}
.mbanner .focus .focus-navigation:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner .focus .focus-navigation:active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner .focus .focus-prev {
  left: 0px;
}
.mbanner .focus .focus-next {
  right: 0px;
  background-position: right top;
}
.bannerBottomTitle {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  letter-spacing: 2px;
}
/* 首页banner图结束 */