@charset "utf-8"; 

@import url(base.css); /*通用样式*/body {
	background: #fff;
	font-size: 12px;
	color: #434343;
	font-family: "Microsoft YaHei","SimSun","宋体";
}
body {
  margin: 0;
}
a,a:link,a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #0f82f9
}/*c6712c*/.wrap {
	width: 1120px;
	margin: 0 auto;
} /*top*/.top {
	height: 35px;
	background: #505050
}

.top-in {
	height: 35px;
	position: relative
}

.ul-tips {
	line-height: 35px;
}

.ul-tips span {
	padding-left: 8px;
	padding-right: 8px;
	color: #bdbdbd
}

.ul-tips a,.ul-tips a:link,.ul-tips a:visited {
	color: #bdbdbd
}

.search {
	position: absolute;
	right: 0;
	top: 8px;
	height: 27px;
}

.search label {
	line-height: 21px;
	padding-right: 4px;
	color: #565758;
	color: #bdbdbd
}

.input_text {
	width: 90px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #5f5f5f;
	padding-left: 2px;
	margin-right: 5px;
	font-size: 12px;
	vertical-align: top;
	color: #bdbdbd;
	background: #3d3d3d
}

.input_submit {
	width: 49px;
	height: 21px;
	text-align: center;
	color: #fff;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	background: #ff9000;
	border-radius: 4px;
	cursor: pointer
}

.header {
	width: 100%;
	background: #0f82f9;
	overflow: hidden
}

.headerIn {
	height: 115px;
	background: url(guoji/header.gif) no-repeat left center;
	text-align: right
} 

/* nav */
.outnav {
  position: relative;
  z-index: 9999;
  height: 58px;
  line-height: 58px;
  background: #fff;
  overflow: visible;
}

.nav {
  display: flex;
  align-items: stretch;
  height: 58px;
  margin: 0;
  padding: 0 150px 0 0; /* 给右侧 English 留位置 */
  list-style: none;
  background: #fff;
  box-sizing: border-box;
}

.nav .nLi {
  position: relative;
  width: 105px;
  height: 58px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.nav .nLi h3 {
  margin: 0;
  padding: 0;
  height: 58px;
  line-height: 1.15;
  font-weight: normal;
}

.nav .nLi h3 a {
  display: flex;
  height: 58px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #111;
  font-size: 15px;
  text-decoration: none;
}

.nav .nLi h3 a strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.nav .nLi h3 a span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
}

.nav .nLi.on h3 a,
.nav .nLi:hover h3 a,
.nav .nLi.is-open h3 a {
  background: #ff9000;
  color: #fff;
}

.nav .sub {
  display: none;
  position: absolute;
  left: 0;
  top: 58px;
  z-index: 99999;
  width: 105px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(68, 70, 69, 0.96);
  text-align: center;
}

.nav .nLi:hover .sub,
.nav .nLi.is-open .sub {
  display: block;
}

.nav .sub li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav .sub a {
  display: block;
  padding: 8px 6px 7px;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
}

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

.nav .sub h5 {
  margin: 2px 0 0;
  padding: 0;
  color: inherit;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

.school {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 58px;
  background: #ff9000;
  text-align: center;
  overflow: visible;
}
.school a {
  position: relative;
  z-index: 2;
  display: block;
  height: 58px;
  color: #fff;
  font-size: 16px;
  line-height: 58px;
  text-decoration: none;
}
.nav-sub-en {
  font-size: 11px;
  line-height: 13px;
}
/**/ /*end nav*/
.banner {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.banner img {
  width: 100%;
}

.slideBox {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slideBox .bd {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slideBox .bd ul {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.slideBox .bd li {
  display: none;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd li.on {
  display: block;
}

.slideBox .bd li.on img {
  animation: bannerImageIn 680ms ease both;
}

@keyframes bannerImageIn {
  from {
    opacity: 0.35;
    transform: scale(1.035);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.slideBox .bd img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  transform-origin: center center;
}

/* 左右箭头：纯 CSS */
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  transition: opacity 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.slideBox:hover .prev,
.slideBox:hover .next {
  opacity: 1;
}

.slideBox .prev {
  left: 18px;
}

.slideBox .next {
  right: 18px;
}

.slideBox .prev::before,
.slideBox .next::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.slideBox .prev::before {
  left: 17px;
  transform: translateY(-50%) rotate(-135deg);
}

.slideBox .next::before {
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
}

.slideBox .prev:hover,
.slideBox .next:hover {
  background: rgba(0, 0, 0, 0.55);
  transform: scale(1.06);
}

.slideBox .prevStop,
.slideBox .nextStop {
  display: none;
}

.slideBox .hd {
  position: absolute;
  right: 18px;
  bottom: 16px;
  z-index: 4;
  height: auto;
  overflow: visible;
}

.slideBox .hd ul {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 6px 8px;
  list-style: none;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(6px);
}

.slideBox .hd ul li {
  float: none;
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  color: #334155;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.slideBox .hd ul li.on {
  background: #16a34a;
  color: #fff;
  transform: scale(1.12);
}

.slideBox .hd ul li:hover {
  background: #22c55e;
  color: #fff;
}

.col-3 {
	float: left;
	width: 357px;
	padding-bottom: 30px;
	margin-right: 24px;
}

.h1-title {
	height: 80px;
	line-height: 80px;
	position: relative;
	background: #fff
}

.h1-title h1 {
	font-size: 18px;
	color: #0f82f9
}

.h1-title span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}

.h1-title span a,.h1-title span a:link..h1-title span a:visited {
	color: #777
} /*01*/.news-row1 {
	height: 112px;
	padding-left: 165px;
	padding-right: 10px;
	background: #ededed;
	position: relative;
	overflow: hidden
}

.news-row1 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 150px;
	height: 112px;
}

.news-row1 h1 {
	padding-top: 10px;
	font-size: 14px;
	color: #232323;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 5px
}

.news-row1 p {
	color: #535353;
	line-height: 24px;
}

.news-row2 {
	width: 100%;
}

.news-row2 li {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px dashed #cacaca;
	font-size: 14px;
	overflow: hidden
}

.news-row2 li span {
	padding-left: 5px;
	padding-right: 5px;
	color: #009e96;
	font-size: 12px;
}

.ul-list2 li {
	height: 41px;
	line-height: 41px;
	background: url(guoji/li-icon.gif) no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	overflow: hidden
}

.ul-list2 li span {
	float: right;
	color: #b2b2b2;
	font-size: 12px
}

.ul-list2 li a,.ul-list2 li a:link,.ul-list2 a:visited {
	display: block;
	height: 41px;
	width: 80%;
	overflow: hidden;
}

.table-register {
	width: 100%;
	border: 0;
}

.table-register th {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #cacaca;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.table-register td {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #cacaca;
	font-size: 14px
}

.table-register td.wid70 {
	width: 74px;
}

.table-register td.wid70 p {
	width: 54px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #ff9000;
	color: #fff;
	margin: 7px auto;
	border-radius: 4px;
	font-size: 12px
}

.table-register td span {
	padding-left: 15px;
	font-size: 12px
} /*03*/.week-title {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #cacaca;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	overflow: hidden
} /* 本例子css */


.img-list {
	margin-bottom: 22px;
}
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.img-list li {
	float: left;
	width: 85px;
	height: 100px;
	margin-right: 18px;
	display: inline;
	text-align: center;
	position: relative
}

.img-list li img {
	width: 85px;
	height: 100px;
}

.img-list li p {
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	line-height: 20px;
	text-align: center;
	background: #e4e4e4;
	filter: alpha(opacity:89);
	opacity: 0.89;
	color: #121212;
}

.img-list li.img-tips {
	font-size: 16px;
	height: 75px;
	line-height: 24px;
	color: #fff;
	padding-top: 25px;
	background: url(guoji/img-cwxy.gif) no-repeat center center
} /*login-bottom*/.login-bottom {
	background: #e7ecf1;
}
.login-left {
	float: left;
	width: 236px;
	padding-top: 17px;
	display: inline;
	position: relative
}

.input-text {
	width: 155px;
	padding-left: 6px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 4px;
	color: #555;
}

.input-button {
	position: absolute;
	right: 0;
	top: 17px;
	width: 67px;
	height: 57px;
	line-height: 57px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0f82f9;
	border: 0;
	border-radius: 3px
}

.ul-quickexit {
	float: right;
	padding-top: 14px;
	padding-bottom: 14px;
	display: inline;
}

.ul-quickexit li {
	float: left;
	width: 105px;
	padding-left: 105px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	background: url(guoji/bg-quickexit.gif) no-repeat left center;
	position: relative
}

.ul-quickexit li img {
	position: absolute;
	top: 6px;
	left: 37px;
	width: 48px;
	height: 48px;
} /*footer*/.div-footer {
	background: #3e3e3e;
}

.footer-nav {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #525252;
	text-align: center
}

.footer-nav span {
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-nav a,.footer-nav a:link,.footer-nav a:visited {
	color: #fff
}

.foot {
	padding-top: 10px;
	padding-bottom: 14px;
	text-align: center
}

.foot p {
	line-height: 24px;
	color: #fff
} /*sub1.html*/.subMain {
	padding-top: 6px;
	padding-bottom: 10px;
	background: #f2f2f2;
	border-bottom: 1px solid #d4d4d4
}

.subMain .left {
	float: left;
	width: 270px;
	padding-bottom: 50px;
	background: #fff
}

.subMain .left h1 {
	height: 65px;
	line-height: 65px;
	background: #6e6e6e;
	text-align: center;
	font-size: 22px;
	color: #fff;
}
.subMain .left h1 li {
        float: right;
	padding: 0 10px 0 0 ;
	font-size: 12px;
        list-style-type:none;
	overflow: hidden;
}

.subMain .left ul {
	width: 80%;
	margin: 0 auto;
	padding-top: 10px;
}

.subMain .left ul li {
	height: 41px;
	line-height: 41px;
	border-bottom: 1px dashed #b7b6b6;
	font-size: 13px;
	overflow: hidden
}

.subMain .left ul li a,.subMain .left ul li a:link,.subMain .left ul li a:visited {
	display: block;
	padding-left: 20px;
	background: url(../iag/dian-link.jpg) no-repeat 10px 20px;
	color: #000
}

.subMain .left ul li a:hover {
	display: block;
	background: url(guoji/dian-hover.jpg) no-repeat 10px 20px;
	color: #ff9000
}

.subMain .right {
	float: right;
	width: 810px;
	padding: 15px;
	background: #fff;
}

.subMain .right2 {
	width: 1120px;
	padding: 15px;
	background: #fff;
}

.location {
	line-height: 24px;
	background: url(guoji/bg-orange.jpg) no-repeat left center;
	padding-left: 16px;
	color: #7a7a7a;
	font-size: 14px
}

.location a,.location a:link,.location a:visited {
	color: #7a7a7a
}

.location a:hover {
	color: #ff9000
}

.catedetail .h1-detail {
	padding-top: 40px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 26px;
}

.catedetail .h2-detail {
	line-height: 40px;
	text-align: center;
	color: #7d7d7d;
}

hr {
	display: block;
	width: 100%;
	height: 1px;
	background: #cfcfcf;
	border: 0
}

.catedetail .h2-detail span {
	margin-right: 10px;
}

.catedetail .introduce {
	padding-top: 20px;
	padding-bottom: 30px;
}

.catedetail .introduce h1 {
	color: #0f82f9;
	font-size: 24px;
	line-height: 30px;
}

.catedetail .introduce h1 span {
	padding-left: 20px;
	font-size: 14px
}

.detail-text {
	padding-left: 145px;
	position: relative
}

.introduce p {
	text-indent: 2em;
	color: #000;
	font-size: 16px;
	line-height: 30px;
}

.detail-text p {
	text-indent: 2em;
	color: #000;
	font-size: 14px;
	line-height: 30px;
}

.introduce p img {
	display: block;
	width: auto;
	height: auto;
	max-width: 85%;
	margin: 10px auto;
}

.detail-text img {
	position: absolute;
	top: 10px;
	left: 0;
	padding: 12px;
	background: #e5e5e5;
} /*sub2.html*/.imglist {
	padding-top: 20px;
}

.imglist li {
	float: left;
	border: 1px solid #d7d7d7;
	width: 157px;
	height: 141px;
	padding: 3px;
	margin-left: 28px;
	margin-bottom: 20px;
	text-align: center;
	display: inline;
}

.imglist li img {
	width: 157px;
	height: 115px;
}

.imglist li p {
	line-height: 25px;
} /*sub3.html*/.catelist {
	padding-top: 10px
}

.catelist li {
	height: 59px;
	line-height: 59px;
	border-bottom: 1px solid #d4d4d4;
	background: url(guoji/catelist-bg01.jpg) no-repeat 12px center;
	padding-left: 25px;
	font-size: 14px;
	overflow: hidden
}

.catelist li span {
	color: #009e96;
	padding-right: 15px;
	font-size: 12px
}

.catelist li a,.catelist li a:link,.catelist li a:visited {
	color: #000
}

.catelist li a:hover {
	color: #ff9000
}

.dd {
	height: 200px;
	background: #f00
}

.detail-text1 p {
	text-indent: 2em;
	color: #000;
	font-size: 14px;
	line-height: 30px;
} /*fenye*/.fenye {
	clear: both;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 20px;
}

.fenye a,.fenye a:link,.fenye a:visited {
	border: 1px solid #dddfe5;
	padding: 2px 6px;
	margin-right: 6px;
	color: #000;
}

.fenye a.nobor {
	border: 0;
}

.fenye a:hover {
	background: #0f82f9;
	color: #fff;
	border: 1px solid #015cb9;
} /*end fenye*/.school {
	z-index: 9999;
	position: absolute;
	top: 0;
	right: 0;
	width: 119px;
	height: 52px;
	background: url(guoji/school.jpg) no-repeat;
	text-align: center;
	font-size: 15px
}

.txtMarquee-top {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.txtMarquee-top .bd {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.txtMarquee-top .marquee-scroll {
  animation: marqueeTop 18s linear infinite;
}

.txtMarquee-top:hover .marquee-scroll {
  animation-play-state: paused;
}

.txtMarquee-top .table-register {
  width: 100%;
  border-collapse: collapse;
}

.txtMarquee-top .table-register tr {
  height: 36px;
}

.txtMarquee-top .table-register td {
  border-bottom: 1px dashed #cacaca;
  line-height: 36px;
  font-size: 14px;
}

.txtMarquee-top .table-register .wid70 {
  width: 70px;
}

.txtMarquee-top .table-register p {
  margin: 0;
  width: 54px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: #ff9000;
  color: #fff;
  border-radius: 4px;
  font-size: 12px;
}

.txtMarquee-top .table-register a {
  color: #333;
  text-decoration: none;
}

.txtMarquee-top .table-register a:hover {
  color: #ff9000;
}

@keyframes marqueeTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

 /* ========================================
   分页
   ======================================== */
.pagination {
  clear: both !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 30px 0;
  margin-top: 28px;
}
.pagination-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.pagination-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 10px;
  height: 40px;
  padding: 0 14px;
  font-size: 14px;
  font-weight: 400;
  color: #374151;
  background: #f3f4f6;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.pagination-btn:link,
.pagination-btn:visited {
  color: #374151;
}

.pagination-btn svg {
  stroke: currentColor;
}

.pagination-btn:hover:not(:disabled) {
  background: #374151;
  color: #ffffff;
}

.pagination-btn.active {
  background: #4b5563;
  color: #ffffff;
  font-weight: 500;
}

.pagination-ellipsis {
  padding: 0 8px;
  color: #d1d5db;
}
  .hot-image-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 12px 0 20px;
    padding: 0;
  }

 .hot-image-list {
  width: 180px;
margin: 24px auto 0 0;
  padding: 0;
}

.hot-image-card {
  display: block;
  width: 180px;
  margin: 0 auto 0px;
  text-align: center;
  text-decoration: none;
}

.hot-image-card img {
  display: block;
  width: 180px;
  height: 130px;
  margin: 0 auto;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hot-image-card:hover img {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}

.hot-image-title {
  display: block;
  margin-top: 8px;
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.hot-image-card:hover .hot-image-title {
  color: #ff9000;
}