.header {
  width: 100%;
  height: 11.5625rem;
  background: url("../images/headerbj.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.headerdw{ width:100%; z-index:9999999999999; background:#1d3b85;  transition: 0.5s;}
.headerdw.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4); top:0px;  transition: 0.5s;}
.headerdw.currents .header{ padding:14px 0px;  transition: 0.5s; }
body {
  min-width: 1422px;
  overflow: auto;
max-width:1920px;
  margin: 0rem auto !important;
}

.headertablist {
  width: 18.75rem;
  height: 2.375rem;
  position: absolute;
  top: 0rem;
  right: 5.625rem;
  border-radius: 0.3125rem;
  padding: 0.5625rem 0rem;
  box-sizing: border-box;
  background: #1d2e65;
  display: flex;
  justify-content: space-around;
}

.tablist {
  width: 33%;
  height: 100%;
  text-align: center;
  color: #fff;
  line-height: 1.25rem;
  cursor: pointer;
}

.tablist:nth-child(1) {
  border-right: 0.0625rem solid #fff;
}

.tablist:nth-child(2) {
  border-right: 0.0625rem solid #fff;
}

.headcontent {
  width: 100%;
  height: calc(100% - 2.375rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 9.125rem;
  padding-right: 5.25rem;
  box-sizing: border-box;
  position: absolute;
  bottom: 0.9375rem;
}

.logo {
  /* width: 33.4375rem;
	height: 8.125rem; */
  width: 535px;
  height: 130px;

  float: left;
}

.logo img {
  width: 100%;
  height: 100%;
}

.login {
  position: absolute;
  right: 24.625rem;
  width: 4.125rem;
  height: 1.8125rem;
  background: #fff;
  border-radius: 3.125rem;
  text-align: center;
  color: #3d2673;
  font-size: 1.0125rem;
  font-weight: bold;
  cursor: pointer;
  margin-top: 0.2375rem;
  float: left;
  line-height: 1.8125rem;
}

.search {
  width: 20.5625rem;
  height: 2.75rem;
  float: left;
}

.search input {
  width: calc(100% - 3.4375rem);
  outline: none;
  height: 100%;
  font-size: 0.9375rem;
  box-sizing: border-box;
}

.search div img {
  width: 1.75rem;
  height: 1.75rem;
}

.search div {
  width: 3.125rem;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.375rem;
  display: inline-block;
  background: #5f409f;
  cursor: pointer;
  padding-top: 0.3125rem;
  box-sizing: border-box;
  text-align: center;
}

.carousel {
  width: 100%;
  height: 44.6875rem;
  position: relative;
}

.carousel img {
  position: absolute;
  /*把所有图片放在同一个位置*/
  width: 100%;
  transition-duration: 3s;
  /*设置过渡时间*/
  height: 100%;
  /* opacity: 0; */
  /* transition: 2s; */
  /* display: none; */
  /*把所有图片变透明*/
}

/*图片显示开关*/
.on img {
  opacity: 1 !important;
}

@keyframes move {
  to {
    transform: translateX(-125rem);
    /* 注意是负的，要回走 ,而且是7张，不是10张的长度*/
  }
}

.carouselzwf ul {
  position: absolute;
  bottom: 5px;
  right: 0;
  max-width: 31.25rem;
  padding: 0.3125rem 7rem;
}

.carouselzwf ul li {
  list-style: none;
  float: left;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  /* margin-left: .625rem; */
  border: 0.0625rem solid #fff;
  cursor: pointer;
  margin-right: 1rem;
}

.carouselzwf ul li.active {
  background-color: #fff;
  /*焦点激活时的样式*/
}

.carouselzwf div {
  width: 100%;
  height: 100%;
  /* display: inline-block; */
  float: left;
  display: inline;
  /* opacity: 0;
    transition: 2s; */
  opacity: 0;
  transition: opacity 2s;
  /* display: none; */
  position: absolute;
}

.on {
  /* display: block !important; */
  opacity: 1 !important;
  display: block !important;
  /*  animation: move 3s linear infinite backwards;

 */
  /*用于显示图片*/
}

.carouseltitle {
  width: 100%;
  height: 9.5625rem;
  background: black;
  position: absolute;
  bottom: 0.625rem;
  left: 0rem;
  opacity: 0.5;
}

.p {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -20px;
  /* opacity: 0.7; */
  background: rgb(0, 0, 0, 0.2);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
 text-align:center;
  box-sizing: border-box;
  line-height: 50px;
}

.carouselzwf {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.topmenu {
  width: 100%;
  height: auto;
  background:#88031d;
  position: absolute;
  top: 0rem;
  opacity: 0.7; 
}

.menu {
  width: 98%;
  height: 100%;
  margin: 0 auto;
  list-style: none;
  /* padding-left: 4.5625rem; */
  box-sizing: border-box;
  /* display: inline-block; */
  display: flex;
  justify-content: center;
  padding: 0;
}

.menu li a {
  color: #fff;
  font-size: 1.175rem;
  line-height: 4.6875rem;
font-weight:bold;
}

.teacherpt a {
  width: 37%;
}

.menu li {
  /* line-height: 3.75rem; */
  text-align: center;
  position: relative;
  float: left;
}

a {
  text-decoration: none;
  /*  color: #fff; */
  display: block;

  padding: 0 2.5rem;
  /* white-space: nowrap; */
  /* 	font-family: "仿宋"; */
  font-weight: normal;
}

.menu li a:hover {
  color: #7a2eb0;
  background-color: #fff;
}

.menu li ul li {
  border-bottom: 0.0625rem solid #e5e5e5;
}

.menu li ul li {
  float: none;
  /* 	margin-top: .125rem; */
  /* height: 3.36rem !important; */
  /* line-height: 3.36rem !important; */
  width: 100%;
  text-align: center;
  margin: 0 auto;
  /* background-color: #fff; */
}

.menu li ul li:last-child :hover {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.menu li ul li:last-child {
  padding-bottom: 2px;
  border-bottom: 0px;
}
.menu li ul li:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  /* padding-top: 8px; */
  /* margin-top: -0.6px; */
}
.menu li ul li:first-child :hover {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.menu li ul li a {
  color: #000;
  padding: 0rem 1rem;
  box-sizing: border-box;
  height: 3.5rem;
  line-height: 3.5rem;
  box-sizing: border-box;
}
.menu li ul li {
  box-sizing: border-box;
  /* height: 3.5rem; */
  overflow: hidden;
}
.menu li ul li:last-child {
  padding: 0;
}
/* .sy1 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */

.menu li ul li a:hover {
  color: #7a2eb0;
  background-color: #ddd6e8;
  margin: 0;
  box-sizing: border-box;
  /* line-height: 3.5rem; */
  /* margin-right:-2px; */
}

.menu li ul li a:hover .dg {
  background: #fff;
}

.menu li ul {
  padding-left: 0;
}

.menu li:nth-child(9) ul {
  /*  padding-top: 3px; */
}
.menu li:nth-child(11) ul {
  /*  padding-top: 2px; */
}

.menu li:hover .dg {
  display: block;
  /* padding: 7px;
    padding-top: 17px; */
}

.menu li:hover ul {
  /* margin-top: .6rem; */
  display: block;
  list-style: none;
}

.selected {
  background: #fff !important;
}

.selected a {
  color: #7a2eb0 !important;
}

.xydt {
  width: 100%;
  height: auto;
  background: #fff;
}

.xydttitle {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5.8125rem 6rem 3.75rem 3.75rem;
  box-sizing: border-box;
}

.title {
  color: #5c3489;
  font-size: 1.8125rem;
  font-weight: normal;
}

.title span {
  font-weight: bold;
  font-size: 2.8125rem;
}

.more {
  font-size: 1.125rem;
  color: #050505;
  cursor: pointer;
}

.xycarousel {
  width: 100%;
  height: auto;
  padding: 0rem 0.625rem;
  box-sizing: border-box;
  position: relative;
}

.xycarousel ul {
  position: absolute;
  bottom: 0.625rem;
  right: 0;
  max-width: 31.25rem;
  padding: 0.3125rem 12.5rem;
}

.xycarousel ul li {
  list-style: none;
  float: left;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-left: 0.625rem;
  background-color: #ccc;
  cursor: pointer;
}

.xycarousel ul li.active {
  background-color: #fff;
  /*焦点激活时的样式*/
}

.xylist div {
  display: none;
}

.xyzx {
  width: 100%;
  height: auto;
  display: flex !important;
  justify-content: space-around;
}

.xyzx1 {
  width: 30%;
  height: auto;
  position: relative;
  display: block !important;
  cursor: pointer;
}

.xyzx1 img {
  width: 100%;
  height: auto;
}

.tdtitle {
  font-size: 1.375rem;
  font-weight: normal;
  color: #262626;
  line-height: 2.0625rem;
  margin-top: 6rem;
}

.tdcontent {
  font-size: 1.125rem;
  margin-top: 1.0625rem;
  line-height: 1.75rem;
  color: #898989;
}

.purple {
  /* 	width: 8.75rem;
	height: 8.75rem; */
  width: 8.5rem;
  height: 8.5rem;
  display: block !important;
  position: absolute;
  left: 1.4375rem;
  background: url("../images/purple.png");
  margin-top: -7.25rem;
  text-align: center;
  padding-bottom: 2.25rem;
  color: #fff;

  font-size: 1.8125rem;
  padding-top: 0.625rem;
  box-sizing: border-box;
  font-weight: bold;
}

.purple span {
  position: relative;
  top: -0.5rem;
}

.purple img {
  width: 100%;
  height: 100%;
}

.purple p {
  font-size: 3.125rem;
  margin: 0rem !important;
}

.xycarousel1 {
  width: 100%;
  height: auto;
  padding: 0rem 0.625rem rem 0.625rem;
  box-sizing: border-box;
  position: relative;
}

.xycarousel1 ul {
  /* position: absolute; */
  /* bottom: .625rem;
    right: 0; */
  max-width: 31.25rem;
  padding: 0.3125rem 12.5rem;
}

.xycarousel1 ul li {
  list-style: none;
  float: left;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  margin-left: 0.625rem;
  border: 0.0625rem solid #521e88;
  background-color: #fff;
  cursor: pointer;
}

.xycarousel1 ul li.active {
  background-color: #521e88;
  /*焦点激活时的样式*/
}

.ull {
  right: 40% !important;
  bottom: 0rem !important;
}

.personlist {
  width: 100%;
  height: auto;

  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.person img {
  width: 100%;
  height: 100%;
}

.person {
  width: 30%;
  height: 22.125rem;
  margin-bottom: 3.625rem;
  position: relative;
  cursor: pointer;
}

.person:nth-child(4) {
  margin-bottom: 0rem !important;
}

.person:nth-child(5) {
  margin-bottom: 0rem !important;
}

.person:nth-child(6) {
  margin-bottom: 0rem !important;
}

.personjs {
  width: 100%;
  height: 8.25rem;
  background: rgb(67, 30, 126, 0.8);
  /* opacity: 0.8; */
  padding-top: 1.8125rem;
  padding-bottom: 1.875rem;
  box-sizing: border-box;
  position: absolute;

  bottom: 0rem;
  overflow: hidden;
}

.personleft {
  width: 32%;
  height: 4.4375rem;
  float: left;
  padding-right: 3.125rem;
  box-sizing: border-box;
  border-right: 0.0625rem solid #fff;
}

.year {
  font-size: 1.25rem;
  color: #fff;
  text-align: right;
  margin-top: 0rem;
  margin-bottom: 0.75rem;
}

.date {
  font-size: 1.5625rem;
  color: #fff;
  margin-top: 0rem;
  text-align: right;
}

.personright {
  padding-left: 1.4375rem;
  width: 67%;
  height: 4.4375rem;
  float: left;
  height: auto;
  box-sizing: border-box;
}

.personright p {
  font-size: 1.25rem;
  margin-top: 0rem;
  margin-bottom: 0.875rem;
  color: #fff;
}

.person:hover .personjs {
  padding-top: 2.25rem;
  box-sizing: border-box;
  height: 100%;
  transition: all 1s;
}

.personcontent {
  width: 100%;
  height: calc(100% - 90px);
  margin-top: 1.5375rem;
  text-overflow: ellipsis;
  /* ellipsis:显示省略符号来代表被修剪的文本  string:使用给定的字符串来代表被修剪的文本*/
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*超出部分隐藏*/
  color: #fffefe;
  font-size: 1.25rem;
  padding: 0rem 1.5625rem;
  line-height: 2.4375rem;
  box-sizing: border-box;
}

.teacher {
  width: 100%;
  height: auto;
  padding: 0rem 4.75rem;
  box-sizing: border-box;
  overflow: hidden;
}

.teacher_left {
  width: 50%;
  cursor: pointer;
  height: 35.625rem;
  position: relative;
  float: left;

  overflow: hidden;
  /* background: url("../images/jxms.png") no-repeat;
	background-size: 100% 100%; */
}

.teacher_left img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.teacher_left:hover img {
  transform: scale(1.2);
}

.zj:hover .ms1 {
  transform: scale(1.2);
}
.asideimg:hover .ms {
  transform: scale(1.03);
}
.ms {
  position: absolute;
  left: 0rem;
  transition: all 0.5s;
}

.teacher_left div {
  position: absolute;
  bottom: 1.625rem;
  right: 2.5rem;
  color: #fff;
  font-size: 2.5625rem;
  font-weight: bold;
}

.teacher_right {
  width: 48%;
  float: right;
  height: 35.625rem;
  cursor: pointer;
  position: relative;
}

.zj img {
  width: 100%;
  height: 100%;
}

.zj {
  width: 100%;
  height: 17.375rem;
  margin-bottom: 1.0625rem;
  overflow: hidden;
  position: relative;
}

.zj div {
  position: absolute;
  bottom: 1.5rem;
  right: 2.75rem;
  color: #fff;
  font-size: 2.5625rem;
  font-weight: bold;
}

.notifymodule {
  width: 100%;
  height: 53.125rem;
  background: url("../images/notify.png") no-repeat;
  background-size: 100% 100%;
}

.notifytitle {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.9375rem 5.8125rem 5.125rem 3.6875rem;
  box-sizing: border-box;
}

.notitle {
  color: #fff;
  font-size: 1.8125rem;
}

.notitle span {
  font-weight: bold;
  font-size: 2.8125rem;
}

.notifymore {
  font-size: 1.125rem;
  color: #fff;
  cursor: pointer;
}

.notifymore a {
  color: #fff !important;
}

.notifylist {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  padding: 0rem 5.5625rem;
  box-sizing: border-box;
}

.activetype {
  position: absolute;
  top: -0.5625rem;
  right: 0rem;
  display: none;
}

.typeactive1 {
  display: block !important;
}

.activetype1 {
  position: absolute;
  top: 4.5rem;
  right: 0rem;
  display: none;
}

.activetype2 {
  position: absolute;
  top: 9.375rem;
  right: 0rem;
  display: none;
}

.activetype3 {
  position: absolute;
  top: 14.4375rem;
  right: 0rem;
  display: none;
}

.activetype4 {
  position: absolute;
  top: 19.5rem;
  right: 0rem;
  display: none;
}

.activetype5 {
  position: absolute;
  top: 24.3125rem;
  right: 0rem;
  display: none;
}

.activetype6 {
  position: absolute;
  top: 29.375rem;
  right: 0rem;
  display: none;
}

.notifytype {
  width: 9.8125rem;
  height: auto;
  float: left;
  margin-top: 1.125rem;
}

.notifytype div {
  width: 100%;
  height: 3.75rem;
  cursor: pointer;
  background: #fff;
  margin-bottom: 1.25rem;
  color: #000;
  text-align: center;
  line-height: 3.75rem;
  font-size: 1.375rem;
}

.pd {
  padding-top: 5.1875rem !important;
}

.typeactive {
  background: #2c0f65 !important;
  color: #fff !important;
}

.notifylis {
  width: 15.625rem;
  float: left;
  height: auto;
  position: relative;
}

.dialog {
  width: calc(100% - 15.625rem);
  height: 43.375rem;

  box-sizing: border-box;
  float: left;

  margin-top: -4.625rem;
}

.dialogk11 {
  width: 100%;
  height: 100%;
  padding-top: 8.0625rem;
  /* padding-left: 6.9375rem; */
  box-sizing: border-box;
  background: url("../images/zsbj.png") no-repeat;
  background-size: 100% 100%;
  display: block !important;
}

.dialogk {
  width: 100%;
  height: 100%;
  padding-top: 6.0625rem;
  /* padding-left: 6.9375rem; */
  box-sizing: border-box;
  background: url("../images/zsbj.png") no-repeat;
  background-size: 100% 100%;
  display: none;
}

.dialogk a {
  padding: 0rem !important;
  width: 80%;
  margin: 0 auto;
}

.dialogk1 {
  width: 100%;
  height: 100%;
  padding-top: 8.0625rem;
  padding-left: 6.9375rem;
  box-sizing: border-box;
  background: url("../images/zsbj.png") no-repeat;
  background-size: 100% 100%;
  display: none;
}

.info {
  color: #fff;
  font-size: 1.4375rem;
  margin-bottom: 3.125rem;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.teacherpt {
  width: 100%;
  height: auto;
  padding-left: 2.4375rem;
  padding-right: 2.0625rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
}

.aside a {
  width: 100%;
  height: 100%;
  padding: 0rem !important;
}

.aside {
  width: 37%;
  height: 26.25rem;
  background: url("../images/aside1.png") no-repeat;
  background-size: 100% 100%;
  padding: 1.875rem 2.25rem 2.875rem 2.25rem;
  transition: all 0.3s;
  box-sizing: border-box;
}

.more a {
  color: #050505;
}

.teacher_left a {
  padding: 0rem !important;
}

.zj a {
  padding: 0rem !important;
}

.center {
  width: 48%;
  height: 35.3125rem;
  background: url("../images/center.png") no-repeat;
  background-size: 100% 100%;
  padding: 1.875rem 2.25rem 2.875rem 2.25rem;
  box-sizing: border-box;
  margin-top: -4.3125rem;
}

.asideimg {
  width: 100%;
  height: 100%;
  position: relative;
}

.asideimg img {
  width: 100%;
  height: 100%;
}

.asideimg div {
  position: absolute;
  bottom: 0.875rem;
  left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
  font-size: 1.0625rem;
  /* white-space:pre-wrap; */
  line-height: 1.5625rem;
  color: #fff;
}

.asideimg div p {
  font-size: 1.8125rem;
  margin-bottom: 1.125rem;
}

.technology {
  width: 100%;
  height: 53.5rem;
  overflow: hidden;
  position: relative;
}

.white {
  width: 18.4375rem;
  height: 100%;
  float: left;
}

.whiteright {
  width: calc(100% - 18.4375rem);
  height: 100%;
  float: right;
  background: url("../images/kxyj.png") no-repeat;
  background-size: 100% 100%;
  padding-left: 20rem;
  padding-top: 6.0625rem;
  box-sizing: border-box;
}

.first:hover img {
  transform: scale(1.2);
}

.first {
  position: absolute;
  top: 1.375rem;
  left: 0rem;
  overflow: hidden;
  width: 35.0625rem;
  height: 23.5rem;
  cursor: pointer;
}

.first img {
  width: 100%;
  height: 100%;
}

.cgimg {
  overflow: hidden;
  cursor: pointer;
}

.cgimg img {
  transition: all 0.5s;
}

.cgimg:hover img {
  transform: scale(1.2);
}

.first img {
  transition: all 0.5s;
}

.second:hover img {
  transform: scale(1.2);
}

.second {
  position: absolute;
  bottom: 1.375rem;
  left: 0rem;
  cursor: pointer;
  width: 35.0625rem;
  height: 23.5rem;
  overflow: hidden;
}

.second img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.whiteleft {
  width: 40%;
  height: 100%;
  float: left;
  margin-right: 9.1875rem;
}

.whiteleft1 {
  width: 40%;
  height: 100%;
  float: left;
}

.whitetitle {
  width: 100%;
  height: auto;
  font-size: 2.0625rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.whitetitle a {
  font-size: 2.0625rem;
  font-weight: bold;
  color: #fff;
}

.whitetitle img {
  margin-right: 0.9375rem;
  vertical-align: middle;
}

.whitecontent {
  margin-top: 3.4875rem;
  font-size: 1.25rem;
  color: #fff;
}

.whitecontent1 {
  margin-top: 3.9375rem;
  font-size: 1.25rem;
  color: #fff;
}

.whitea a {
  color: #fff !important;
  font-size: 1.25rem;
}

.tuandui {
  width: 100%;
  height: 26.25rem;
}

.tuandui1 {
  width: 100%;
  height: auto;
}

.ptcontent {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.9375rem;
  font-size: 1.25rem;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 1.75rem;
}
.ptcontentTitle {
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer {
  width: 100%;
  height: 18.3125rem;
  background: url("../images/bottom.png") no-repeat;
  background-size: 100% 100%;
  padding-top: 4rem;
  padding-left: 2.25rem;
  box-sizing: border-box;
  /* display: flex; */
}

.phonewe {
  float: left;
  margin-left: 6.75rem;
}

.phonewe p {
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0rem;
}

.dg {
  width: auto;
  min-width: 8.8875rem;
  /* padding-bottom: 4px; */
  /* height: 11.25rem; */
  /* background: url("../images/dg.png") no-repeat;
    background-size: 100% 100%; */
  display: none;
  left: 0rem;
  position: absolute;
  top: 3.125rem;
  z-index: 999;
  /* height: auto; */
}

.dg214309 {
  /* background: url("../images/2144221.png") no-repeat;
    background-size: 100% 100%; */

  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.dg214309:after {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0px;
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
}

.dg214240 {
  /*  background: url("../images/2144221.png") no-repeat;
    background-size: 100% 100%; */

  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.dg214240:after {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0px;
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
}

.dg214363 {
  /* background: url("../images/2144221.png") no-repeat;
    background-size: 100% 100%; */

  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.dg214363:after {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0px;
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
}

.dg214187 {
  /* background: url("../images/2144221.png") no-repeat;
    background-size: 100% 100%; */

  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.dg214187:after {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0px;
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
}

.dg214125 {
  /* background: url("../images/2144221.png") no-repeat;
    background-size: 100% 100%; */

  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.dg214125:after {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0px;
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
}

.dg214422 {
  /*  background: url("../images/2144221.png") no-repeat;
    background-size: 100% 100%; */

  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.dg214422:after {
  position: absolute;
  display: inline-block;
  top: -10px;
  left: calc(50% - 10px);
  width: 0;
  height: 0px;
  content: "";
  border-style: solid;
  border-width: 10px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.2);
}

.schoollink {
  float: right;
  /* margin-left: 15.1875rem; */
  margin-right: 0.625rem;
}

.schoollink p {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.3125rem;
}

.schoollink div {
  margin-bottom: 0.9375rem;
}

.schoollink select {
  width: 20.1875rem;
  outline: none;
  padding-left: 0.625rem;
  box-sizing: border-box;
  height: 2.8125rem;
}

.roadlist {
  width: 100%;
  height: auto;
  display: flex;
  margin-bottom: 2.5rem;
  justify-content: space-around;
}

.road {
  width: 14%;
  height: auto;
  text-align: center;
  cursor: pointer;
  font-size: 1.5625rem;
}

.road p {
  margin-top: 1.375rem;
}

.rczp {
  color: #683990;
  font-weight: bold;
  margin-top: 1.375rem;
}

.lxwm {
  font-size: 1.25rem !important;
  font-weight: bold !important;
}

.phonewe p span {
  color: #fdfdff !important;
  font-weight: normal;
}

.ycc {
  
}

.xs {
  display: inline-block;
}

.road:hover .ycc {
  display: inline-block !important;
}

.road:hover .xs {
  display: none !important;
}

.road:hover p {
  color: #683990;
  font-weight: bold;
}

@media screen and (max-width: 62rem) {
  body {
    overflow: auto;
    margin: 0rem auto !important;
  }
}

.menuli {
  /* height: 12.5rem !important; */
}

.menuli:hover .indexaa {
  background: #fff;
  color: #7a2eb0 !important;
}

.dg1 {
  width: 13.375rem;
  left: -2.0625rem;
  top: 3.175rem;
}

.dg2 {
  height: 19.125rem;
  /* width: 9.375rem; */
  /* left: -1.0625rem; */
  left: 0%;
  top: 2.375rem;
}

.uldg {
  /* height: 100%; */
  width: 100% !important;
  /* margin-left: 2px;  */
  margin: 0 auto;
}
.uldg:hover {
  transition: all 6s ease 0s;
}
@media screen and (max-width<1440) {
  body {
    width: 1440px;
    overflow: auto;
    margin: 0rem auto !important;
  }
}

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1680px) and (min-width: 1600px) {
  .schoollink {
    float: right;

    margin-right: 0.625rem;
  }
  .uldg2 {
    width: 93.2% !important;
    margin-left: 2.7008px;
  }
  .uldg1 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 2.5008px;
  }
  .dg1 {
    /* height: 19.8125rem; */
    width: 13.375rem;

    left: -2.875rem;
    top: 3.175rem;
  }

  .dg3 {
    left: -0.9rem !important;
  }

  .dg5 {
    left: -0.9rem !important;
  }

  .dg4 ul {
    /* left: .6rem !important; */
  }
  .uldg11 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 2.2992px;
  }
  .uldg {
    width: 100% !important;
  }
  .uldg35 {
    width: 93.1% !important;
    margin-left: 3px;
    padding-top: 1px;
  }
  .uldg45 {
    width: 93.2% !important;
    margin-left: 3px !important;
  }
  .uldg355 {
    width: 93.2% !important;
    margin-left: 3px !important;
  }
  .footer {
    display: flex;
    justify-content: space-around;
  }

  .dg1 {
    /* height: 22.8125rem; */
    width: 13.375rem;
    left: -2.875rem;
    top: 4.375rem;
  }

  a {
    text-decoration: none;
    /*  color: #fff; */
    display: block;

    padding: 0 1.6rem;
    /* white-space: nowrap; */
    /* 	font-family: "仿宋"; */
    font-weight: normal;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1440px) {
  .schoollink {
    float: right;

    margin-right: 0.625rem;
  }
  .uldg2 {
    width: 93.2% !important;
    margin-left: 2.4px;
  }
  .uldg1 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 2.5008px;
  }
  .uldg11 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 2.2992px;
  }
  .footer {
    display: flex;
    justify-content: space-around;
  }

  .yjsb {
    line-height: 1.5rem !important;
  }

  .dg4 ul {
    /* left: .7rem !important; */
  }

  .uldg {
    width: 100% !important;
  }

  .dg2 {
    height: 19.125rem;
    /* width: 13.375rem; */
    /* left: -3.4625rem !important; */
    left: 0%;
    top: 2.375rem;
  }

  .dg6 ul {
    left: 0.6rem !important;
  }

  .dg {
    left: -1rem;
    border: 1px solid transparent;
    /* padding: 5px 0; */
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
    /*  color: #fff; */
    display: block;

    padding: 0 1.4rem;
    /* white-space: nowrap; */
    /* 	font-family: "仿宋"; */
    font-weight: normal;
  }

  .dg1 {
    /* height: 22.9375rem; */
    width: 13.375rem;
    left: -3.175rem !important;
    top: 4.175rem;
  }
}

@media screen and (max-width: 1440px) {
  .schoollink {
    float: right;
    margin-right: 0.625rem;
  }
  .uldg11 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 3.5008px;
  }
  .uldg1 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 3.5008px;
  }

  .activetype {
    top: -1.7rem !important;
  }

  .activetype1 {
    top: 3.2rem !important;
    /* top: -1.55rem !important; */
  }

  .activetype2 {
    top: 8.275rem !important;
    /* top: -1.55rem !important; */
  }

  .activetype3 {
    top: 13.1375rem !important;
    /* top: -1.55rem !important; */
  }

  .activetype4 {
    top: 18.3rem !important;
    /* top: -1.55rem !important; */
  }

  .activetype5 {
    top: 23.2125rem !important;
  }

  .activetype6 {
    top: 28.175rem !important;
  }

  .dg4 ul {
    /* left: .7rem !important; */
  }

  .dg2 {
    /* width: 14.975rem; */
    left: 0%;
    /* left: -3.2425rem; */
  }

  .uldg {
    width: 100% !important;
  }
  .uldg35 {
    width: 93.2% !important;
    margin-left: 3.5008px !important;
  }
  .uldg355 {
    width: 93.2% !important;
    margin-left: 3.5008px !important;
  }
  .uldg2 {
    width: 93.2% !important;
    margin-left: 3.5008px;
  }
  .yjsb {
    line-height: 3.5rem !important;
  }
  .dg1 {
    width: 13.375rem;
    left: -2.0625rem;
    top: 4.5rem;
  }
  /* .dg1 {
        height: 279px;
        width: 214px;
        left: -53px;
        top: 38px;

    } */
}

/* .yjsb{
     line-height: 1.5rem !important;
} */
@media screen and (min-width: 1920px) {
  a {
    text-decoration: none;
    /*  color: #fff; */
    display: block;

    padding: 0 2.5rem;
    /* white-space: nowrap; */
    /* 	font-family: "仿宋"; */
    font-weight: normal;
  }
  .uldg7 {
    width: 93.2% !important;
    margin-left: 3px;
  }
  .uldg2 {
    width: 93.2% !important;
    margin-left: 2.5008px;
  }
  .uldg1 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 2.2992px;
  }
  .yjsb {
    line-height: 1.5rem !important;
  }

  .dg2 {
    height: 19.125rem;
    /* width: 9.375rem; */
    /* left: -0.0625rem; */
    left: 0%;
    top: 2.375rem;
  }

  .dg1 {
    width: 13.375rem;
    left: -2.075rem;
    top: 4.5rem;
  }

  .dg4 ul {
    /* left: .45rem !important; */
  }
  .uldg11 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 2.4px;
  }
}

.dg3 ul {
  left: 0.52rem !important;
}

.dg4 ul {
  /* left: .7rem ; */
}

.dg5 ul {
  left: 0.6rem !important;
}

.dg6 ul {
  left: 0.3rem;
}

@media screen and (max-width: 1919px) and (min-width: 1680px) {
  a {
    text-decoration: none;
    /*  color: #fff; */
    display: block;

    padding: 0 1.99rem;
    /* white-space: nowrap; */
    /* 	font-family: "仿宋"; */
    font-weight: normal;
  }
  .uldg2 {
    width: 93.2% !important;
    margin-left: 2.7008px;
  }
  .uldg1 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 2.2992px;
  }
  .schoollink {
    float: right;
    margin-right: 0.625rem;
  }

  .uldg {
    width: 100% !important;
  }
  .uldg355 {
    width: 93.2% !important;
    margin-left: 3px !important;
  }
  .dg2 {
    height: 19.125rem;
    /* width: 13.375rem; */
    left: 0%;
    top: 2.375rem;
  }

  .yjsb {
    line-height: 1.5rem !important;
  }

  .dg6 ul {
    left: 0.6rem !important;
  }

  .dg4 ul {
    /* left: .5rem !important; */
  }
  .uldg11 {
    height: 100%;
    width: 93.4% !important;
    margin-left: 2.4px;
  }
  .dg1 {
    left: -2.7625rem !important;
    top: 4.5rem;
  }

  .dg {
    left: -0.5rem;
  }
}

/* @media screen and (width: 90rem) {
    body {
overflow: auto;
width: 118.9375rem;
margin: 0rem auto !important;
    }
    html{
        width: 152.5rem;
    }
  
} */
/* @media screen and (max-width: 105rem) {
.indexaa{
    font-size: 1.125rem !important;
}
.menu{
    padding-left: 2.0625rem !important; 
}
.footer{
    display: flex;
    padding-right: .9375rem;
}
.phonewe{
    margin-left: 5.375rem;
}
.schoollink{
margin-left: 7.6875rem;
}
.dg{
left: -0.0625rem;
}
} */