.header {
  width: 100%;
  height: 8rem;
  background: #dbe6f3;
  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;
color:#333;
}
.bodycon{ max-width:1920px; margin:0 auto; }
.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: 356px;
  /*height: 130px;*/

  float: left;
}

.logo a,.logo img{ display:block; width:100%; }


.logo2{ float:left; width:550px; }
.logo2 a,.logo2 img{ display:block; width: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: #10355f;
  cursor: pointer;
  padding-top: 0.3125rem;
  box-sizing: border-box;
  text-align: center;
}

.carousel {
  width: 100%;
  height: 30rem;
  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.8rem;
  line-height: 4.6875rem;
font-weight:bold;
padding:0 2.5rem; 
}

.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: #10355f;
  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: #10355f;
  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: #10355f !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: #333;
  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;*/
padding-bottom:6rem; 
  background: #dbe6f3;
  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;*/

width:100%;  
  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;
background:#10355f;
}

.dialogk {
  width: 100%;
  height: 100%;
  padding: 6.0625rem 0  4rem;
  /* padding-left: 6.9375rem; */
  box-sizing: border-box;
  background: url("../images/zsbj.png") no-repeat;
  background-size: 100% 100%;
  display: none;
background:#10355f;
}

.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: #dbe6f3;
  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: #333;
  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: #333;
  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: #10355f;
  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 {
   width:116px; height:116px;
}

.xs {
  display: inline-block;
}

.road:hover .ycc {
  display: inline-block !important;
}

.road:hover .xs {
  display: none !important;
}

.road:hover p {
  color: #10355f;
  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: #10355f !important;
}

.dg1 {
  width: 13.375rem;
  left: 0rem;
  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: 0rem;
    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: 0rem;
    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:0rem !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: 0rem;
    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: 0rem;
    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: 0rem !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;
}
} */





html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dl,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset{margin:0px;padding:0px; -webkit-font-smoothing: antialiased;}
ul,ol,li{list-style:none outside none;}

/*响应式图片*/
.gp-img-responsive{width: 100%;height: 0;padding-bottom: 56.2%;overflow:hidden;display: block;background-color: #d2d2d2}
.gp-img-responsive img{width: 100%;transition: all 0.2s ease-in-out; }
.gp-img-responsive img:hover{transform:scale(1.1);}
.gp-radius{border-radius: 3px;display: block;overflow: hidden;}
.gp-round{border-radius: 500px;display: block;overflow: hidden;}
.gp-circle{border-radius: 50%;display: block;overflow: hidden;}


/*字号*/
.gp-f12{font-size:14px; }
.gp-f13{font-size:13px; }
.gp-f14{font-size:14px; }
.gp-f15{font-size:15px; }
.gp-f16{font-size:16px; }
.gp-f18{font-size:18px; }
.gp-f20{font-size:20px; }
.gp-f22{font-size:22px; }
.gp-f24{font-size:24px; }
.gp-f26{font-size:28px; }
.gp-f28{font-size:28px; }
.gp-f30{font-size:34px; }
.gp-f32{font-size:32px; }
.gp-f34{font-size:34px; }
.gp-f36{font-size:36px; }
.gp-f38{font-size:38px; }
.gp-f40{font-size:40px; }
.gp-ul-inline{font-size: 0;}
.gp-ul-inline > li{display: inline-block;*display: inline;*zoom:1;font-size: 14px;vertical-align: top;}
.gp-fl{float: left;}
.gp-fr{float: right;}
.gp-center{display: block;margin-left: auto;margin-right: auto;}
.gp-vam,.gp-vama *{vertical-align:middle;}
.gp-bold{ font-weight: bold; }
.gp-normal{font-weight: normal;}
.gp-title{ display: block; overflow: hidden; }
.gp-title-lh28{ display: block; line-height: 28px; height: 28px;overflow: hidden; color:#10355f;}
.gp-title-lh24{ display: block; line-height: 24px; height: 48px;overflow: hidden; color:#10355f; }
.gp-title-lh22{ display: block; line-height: 22px; height: 44px;overflow: hidden; color:#10355f;}

/*
字体色
*/
.black *{color:#333}
.white *{color:#fff}
/*一行截短*/
.gp-ellipsis,.gp-text-truncate { word-wrap:normal; text-overflow:ellipsis; white-space:nowrap; overflow:hidden}
/*透明度*/
.gp-opt-50{ opacity: 0.5;filter: alpha(opacity=50);}
/*-平均分配*/
/*[class*="gp-avg"] > li {float: left;}*/

/*
版心和间距的问题
*/
.gp-container{/*width: 1400px;*/margin-left: auto;margin-right: auto; overflow:hidden; padding:0rem 4.75rem;} 

.clear{ clear:both; }

/***
布局-网格样式 
**/


  .gp-avg-sm-1 > li{width: 100%;}
  .gp-avg-sm-2 > li{width: 100%;}
  .gp-avg-sm-3 > li{width: 33.3%;}
  .gp-avg-sm-4 > li{width: 25%;}
  .gp-avg-sm-5 > li{width: 20%;}



/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { /*! text-decoration:none; */ display: block; width: 58px; height: 58px;  overflow: hidden; cursor: pointer;transition: all 0.35s ease-in-out;border-radius: 50%;border: rgba(255,255,255,0.4) 1px solid;}
.flex-direction-nav a:hover{text-shadow: 1px 1px 0 #666;}
.flex-direction-nav .flex-prev {}
.flex-direction-nav .flex-next {}
.flexslider:hover .flex-prev {}
.flexslider:hover .flex-next {}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/*新闻动态*/
.wrap_mode1{ padding:70px 0 55px;/* background: url(../images/modebg1.png) no-repeat top center; */background-size: cover; overflow: hidden; }
.mode1 {}
.mode1 > .gp-fl{width: 59.3%; overflow: hidden;}
.mode1 > .gp-fr{width: 38%;}
.articleTitle1{ margin-bottom:3rem; overflow: hidden; font-weight: bold;
    font-size: 2.8125rem; }
.articleTitle1 .title{ display: inline-block; background: url(../images/titlebg1.png) no-repeat left center; padding:0 0 12px 50px; overflow: hidden;position: relative;}
.articleTitle1 .title:before{ content: ""; display: block;width: 160px; height: 1px; background: #10355f; position: absolute; bottom: 0; left: 50px; }
.articleTitle1 .title_en{ display: inline-block; color: #999999; position: relative; padding-top: 6px;}
.articleTitle1 .title_en:before{ content:""; display: block;width: 16px; height: 2px;background: #999; position: absolute; top: 0; left: 0; }
.articleTitle1 .title_cn{ display: inline-block; }
.articleTitle2 .title{ background: url(../images/titlebg2.png) no-repeat left center;}



.list1{ position: relative; overflow: hidden; }
.list1 a{ display: block; overflow: hidden; }
.list1 .listText{ position: relative; transition: all 0.2s ease;}
.list1 a:hover .listText{}
.list1 .listTitle{ margin:20px 110px 0 0; height: auto; }
.list1 .listDate{ display: inline-block;color: #10355f; padding-left:20px;position: absolute; right: 0; top: 20px;}
.list1 .listDate:before{ content: "";display: block; width: 1px; height: 17px; background: #163e8c;
position: absolute; left: 0; top: 0;}
.list1 .flex-control-nav{ display: none; }
.list1 .flex-direction-nav .flex-prev{ background: url(../images/arrow_lf.png) no-repeat center;background-color: rgba(0,0,0,0.4); float: left;position: absolute;left:2%;top: 40%; z-index:8;}
.list1 .flex-direction-nav .flex-next{ background: url(../images/arrow_rt.png) no-repeat center;background-color: rgba(0,0,0,0.4); float: right;position: absolute;right:2%;top: 40%; z-index:8;}
.list1 .flex-direction-nav a:hover{ background-color:#10355f; }



.list2{}
.list2 li{margin-bottom: 20px;}
.list2 li a{ display: block;background: #fff; box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06); overflow: hidden; transition: all 0.2s ease; }
.list2 .listDate{ display: block;width: 100px; height: 100px; float: left; background: url(../images/datebg.jpg) no-repeat center; }
.list2 .listDate *{ color: #10355f; }
.list2 .day{ display: block; height: 22px; margin:16px 0 0 20px; position: relative;}
.list2 .day:before{ content: ""; display: block;width: 1px; height: 18px;background: #10355f; position: absolute; left:30px; top: 10px; transform:skewX(-25deg);}
.list2 .month{ display: block; height: 22px; margin-left: 60px;}
.list2 .listText{ margin-left: 100px; padding:21px 18px; }
.list2 .mark{ display: inline-block; padding:4px 14px; border:#e5e5e5 1px solid; border-radius: 20px; }
.list2 .listTitle2{ height: 24px; line-height: 24px; margin-top: 5px; }
.list2 li a:hover { background: url(../images/libg.png) no-repeat right bottom #fff;box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.28); margin-left: -20px; }
.list2 li a:hover .mark{ color: #10355f; }
.list2 li a:hover .listTitle,.list2 li a:hover .listTitle2{ color: #10355f; font-weight: bold; }
.wrapmore{ text-align: center; overflow: hidden; }
.more1 {display: inline-block;line-height: 68px; background: #10355f; text-align: center; margin-top: 20px; padding: 0 55px; color: #fff;position: relative;}
.more1 a{ display: inline-block; color: #fff; padding-left:25px; background: url(../images/more1.png) no-repeat left center; position: relative; z-index: 1; }
.more1:after {content: '';display: block;width: 0;position: absolute;left: 50%;transform: translateX(-50%);
    background: #00a3d9;height: 100%;top: 0;z-index: 0;transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;}
.more1:hover:after {width: 100%;}


.index_part1{ display:flex; flex-wrap: wrap;
    justify-content: space-between; margin-top:5rem;  }
.index_part1_div{ width:47.5%; }
.index_part1_div .notifytitle{  padding:0px 0px 35px 0px;}
.index_part1_div .notitle{color:#333;}
.index_part1_div .notifymore a{ color:#333 !important; }

.list5{  }
.list5 li{ border-bottom:#e4e4e4 1px solid; overflow: hidden; transition: all 0.2s ease;}
.list5 li:hover{ background: #10355f; }
.list5 li:hover *{ color: #fff; }
.list5 li:hover .listDate{/* background: url(../images/libg3.png) no-repeat top 4px left; */opacity: 0.8; }
.list5 li a{ display: block; margin: 22px 11px; overflow: hidden; }
.list5 .gp-img-responsive{ width: 100%; /*height: 135px;*/ padding: 0;/* float: left;*/ display:block; height:auto; }
.list5 .listDate{ display: inline-block; border-bottom: #ccc 1px solid; padding-bottom:7px;padding-left: 24px; background: url(../images/libg2.png) no-repeat top 4px left;  }
.list5 .listText{  padding:20px; }
.list5 .listTitle{ margin: 12px 0; }
.list5 .listCon{ line-height: 20px; height: 40px; color: #757575; }

.list5 .gp-img-responsive img{ display:block; height:100%; }