header {
    min-width: 1366px;
    height: 208px;   
    position: relative;
    z-index: 200;
    background-color: #1c4692;
}
.hdContainer{
    width: 1366px;
    height: 208px;
    margin: 0 auto;
}
.hdContainer .zglogo{
        width: 800px;
    padding:30px 0;
}
.hdContainer .hdNav{
    display: flex;
    justify-content: flex-end;
}
.hdDrop {
    -webkit-transition: 00.6s;
    -o-transition: 00.6s;
    transition: 00.6s;
}

.hdDrop:hover {
    color: white;
    background-color: sandybrown;
}
.hdContainer .hdNav .hdDrop .drop{
    display: block;
    font-weight: 600;
    line-height: 50px;
    padding: 0 18px;
    font-size: 16px;
    color: black;
    color: #fff;
}
.active{
	background-color: sandybrown;
}
.hdContainer .hdNav .hdDrop .dropdown{
    visibility: hidden;
    display: none;
    opacity: 0;
    position: absolute;
}
.hdContainer .hdNav .hdDrop:hover>.dropdown,
.hdContainer .hdNav .hdDrop .dropdown:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}
.hdContainer .hdNav .hdDrop .dropdown{
    /*background-color: rgba(255, 255, 255, 0.69);*/
    background-color: sandybrown;
}
.hdContainer .hdNav .hdDrop .dropdown a{
    display: block;
    font-weight: 550;
    line-height: 50px;
    padding: 0 20px 0 20px;
    font-size: 16px;
    color: #333;
}
.hdContainer .hdNav .hdDrop .dropdown a:hover{
    background-color: #1c4692;
    color: white;
}
.swiper{
    /*position: relative;
    top: -110px;
    z-index: 20;*/
}
.swiper-index{
    min-width:1366px; 
}
section{
    margin-top: 30px;
}
.conWrapper{
    /*position: relative;
    z-index: 20;
    top: -60px;*/
    width: 1366px;
    margin: 0 auto;
}
.swiper-slide img{
    min-width: 1366px;
}
.topNews{
    margin-top: 20px;
    display: grid;
    grid-template-columns: 600px 716px;
    column-gap: 50px;
}
.swiper-news{
    width: 600px;
    height: 460px;
}
.swiper-news img{
    /*object-fit: cover;*/
    /*height: 100%;
    width: 100%;*/
}
.swiper-news .swiper-slide img{
    object-fit: cover;
    min-width: 600px;
    min-height: 460px;
}
.newsList{
    margin-bottom: 20px;
}
.newsList .newsTitle{
    font-weight: 560;
}
.newsList .newsTitle:hover{
    color:darkorange;
}
.newsList .newsInfo{
    color: rgb(146, 141, 141);
    line-height: 20px;
    font-size: 14px;
    margin-top: 16px;
}

.cenNewsList{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 30px;
}
.title{
    display: flex;
    justify-content: space-between;
    border-bottom: #E5E5E5 solid 1px;
}
.title .h2{
    line-height: 50px;
    font-size: 20px;
    font-weight: 530;
}
.title .more .iconfont{
    font-size: 30px;
    line-height: 50px;
}
.cenNews a{
    display: block;
    line-height: 36px;
}
.cenNews a:hover{
    color:darkorange;
}

footer{
    margin-top: 30px;
    min-width: 1366px;
    background-color: #ffffff;
    height: 100px;
    text-align: center;
}
.footerWrapper{
    padding-top: 20px;
    width: 1366px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
.footerWrapper span{
    padding: 0 5px;
}
.teacher {
padding:30px 20px;
display: grid;
grid-template-columns: repeat(4, 1fr);
column-gap: 40px;
text-align: center;
}
.teacher .teacher_list {
margin-top:40px;
}
.teacher img {
width:200px;
height:280px;
object-fit: cover;
}
.teacher h4 {
text-align:center;
font-size:18px;
}
.links {
  width: 1366px;
  margin: 50px auto 30px;
}
.links span {
  border: #e2e2e2 1px solid;
  padding: 5px 10px;
  background-color: #f1f1f1;
  margin-right: 10px;
  font-size: 18px;
}
.links .link_title {
  border: none;
  font-weight: 550;
  background-color: #F7F5F4;
}
