@charset "utf-8";

.header * {
    outline: 0;
   
}
html {
    font: normal 14px "Microsoft YaHei";
    -webkit-text-size-adjust: 100%
}
body {
    padding: 0;
    margin: 0 auto;
    /* font-size: 14px; */
    color: #333333;
    background-color: #ffffff;
    /* font-family: "Microsoft YaHei"; */
    /* min-width: 1200px; */
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside {
    padding: 0;
    margin: 0;
	list-style: none;
}

.ul,
.ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table td {
    border-collapse: collapse;
    font-size: 14px;
}

select,
input,
textarea {
    font-size: 14px;
    color: #333333;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-family: "Microsoft YaHei";
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 去掉链接触摸高亮 */
}
a:hover {
    color: #761c1b;
    text-decoration: none;
}
a:focus {
    color: #761c1b;
    outline: none;
    -moz-outline: none;
}
a:active {
    color: #761c1b;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Microsoft YaHei";
    text-align: justify;
    text-justify: inter-ideograph;
}

img,
object {
    border: none;
    max-width: 100%;
    border: 0;
    overflow: hidden;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix {
    *zoom: 1;
}


/*IE/7/6*/

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*2行文本省略号*/

.dot2 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*3行文本省略号*/
.dot3 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ytable {
    display: table;
    width: 100%;
}
.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}
a {
    color: #585858;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

a:focus {
    outline: none;
    -moz-outline: none;
}

.hide {
    display: none;
}

.auto_1200 {
    position: relative;
    max-width: 1200px;
    margin: auto;
}


/* -------------------------------- */
.m-btn {
    display: none;
    width: 40px;
    height: 40px;
    background: url(../images/more1.png) no-repeat center;
    background-size: 100%;
}
.navList li .navList2 dd a:hover {
    background: #432c94;
    color: #ffffff;
    padding: 5px;
}
.mark {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.mark.on {
    z-index: 100;
    opacity: .8;
}
@media(max-width:1199px){
    .search,.topNav{
        display: none;
    }
    .topBox {
        background-color: #ffffff;
        margin-bottom: 0;
        z-index: 99999;
        position: relative;
    }
    .m-btn{
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .navBox .navListBox{
        background: #fff;
    }
    .navBox .navListBox {
        float: none;
        position: fixed;
        width: 50%;
        height: calc(100% - 70px);
        z-index: 199;
        background-color: #ffffff;
        right: -80%;
        top: 70px;
        padding: 20px;
        overflow-y: auto;
    }
    .navBox .navList {
        width: 100%;
        margin-bottom: 30px;
    }
    .navBox .navList>li {
        width: 100%;
        border-bottom: 1px #f6f6f6 solid;
        padding: 5px 0;
        text-align: left !important;
        text-indent: 16px;
    }
    .navBox .navList li>a {
        line-height: 40px;
        font-size: 14px;
        color: #000000;
        
    }
    .navBox .navList>li i {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 8px;
        height: 8px;
        border-top: 2px #666666 solid;
        border-right: 2px #666666 solid;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transition: all .3s;
    }
    .navBox .navList>li.on i {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }
    .navList li .navList2 {
        position: inherit;
        top: auto;
        left: auto;
        width: 100%;
    }
    .fixed {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 9999;
    }
}
@media (max-width: 1024px) {
    
    .swiper1{
        width: 100%;
        overflow: hidden;
    }
    .swiper1 .mask {
        font-size: 20px;
        line-height: 60px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .swiper1 .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper1 .swiper-slide img,
    .swiper-wrapper a img {
        width: auto;
        height: 200px;
    }


    .HomeCen{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .topBox{
        width: 100%;
    }
    .topBox .topBoxTop .logo{
        width: 80%;
    }
    .New,.announcement,.Activity,.imgList,.bottom,.swiper1,.topBoxTop,.bottomBox,.Introduction,.AcademicCen,.box,.location .locationRi,
    .SupervisorsCen,.studentCen,.ProgramCen,.CenInfo1{
        width: 98% !important;
        margin: 0 auto;
    }
    .NewTitle{
        background: 100% 100%;
    }
    .location .locationLe,.location .locationRi,.Manage .slidebar,.Manage .AcademicCen,.studentCen,.ProgramCen,.CenInfo1,
    .NewOne .NewOneLe,.NewOne .NewOneRi{
        float: none;
        text-align: left;
    }
    .SupervisorsLi li,
    .NewOne{
        display: flex;
    }
    .NewOne .NewOneLe,
    .SupervisorsLi .SupervisorsImg{
        margin-right: 20px;
    }
    .NewOne .NewOneRi,
    .NewOne .NewOneLe{
        float: none;
        text-align: left;
    }
}
@media (max-width:950px) {
    html{
        font-size: 16px;
    }
    .swiper1 .mask {
        font-size: 18px;
    }
   
}
@media (max-width:767px) {
    .imgList .imgListCen li{
        width: 40%;
    }
    .studentLi .studentImg img{
        width: 135px;
    }
}

@media (max-width:480px) {
    .header .nav {
        width: 60%;
    }
    .SupervisorsLi li{
        display: block;
    }
    .imgList .imgListCen li{
        width: 90%;
    }
    .swiper-slide {
        height: 200px;
    }
    .swiper1 .mask {
        font-size: 14px;
    }
    .swiper1 .mask {
        line-height: 40px;
    }
    
    .SupervisorsLi .SupervisorsImg,
    .SupervisorsLi .SupervisorsTex,
    .studentLi .studentImg,
    .studentLi .studentTex{
        float: none;
        text-align: left;
    }
    .SupervisorsLi .SupervisorsTex,
    .studentLi .studentTex{
        width: 100%;
    }
    
}