html, body, div, span, a,
h1, h2, h3, h4, h5, h6, p,
address,em, img,blockquote,address,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
table, tbody, tfoot, thead, tr, th, td,
article, figcaption, figure,
footer, header, nav, section,
time, mark {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-text-size-adjust: 100%;
}

h3, h4, h5, h6, b, i, em {
    font-weight: normal;
    font-style: normal;
}
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
    display: block;
}

ul,
ol {
    list-style: outside none none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline-style: none;
    outline-color: invert;
    outline-width: 0px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit;
}

li, img, label, input {
    vertical-align: middle;
}

a, button, input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input[type="text"] {
    background-position: -1px;
    /*有时候在移动端输入框的时候有阴影*/
}

input, button {
    -webkit-appearance: none;
    /** 苹果下面的按钮有圆角**/
}
a {
    font-size: 100%;
    text-decoration: none;
    color: #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
input, select {
    vertical-align: middle;
    outline:none;
}
img {
    max-width: 100%;
    border: none;
    vertical-align: baseline;
}
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/*IE/7/6
/* CSS Document */
.nav-item li ul{
    display: none;
    z-index: 100000;
    background: #0089e1;
    position: absolute;
    color:#fff;
}
.nav-item li:hover ul{
    display: block;
}
.nav-item li ul li{
    float: none;
}
.nav-item li ul li:hover{
     background: rgba(0,0,0,.5);
}
#mess{
        width: 1000px;
    height: 160px;
    resize: none;
}
.messvv{
    vertical-align: 142px;
}
#yzm{
    width:140px;
    margin-right:10px;
}
.container-item p img{
    margin:0 auto!important;
}
.container-item{
    margin-top: 0!important;
}
.contact .t{
    margin-bottom: 20px!important;
}
.survey .survey-img{
    width: 270px;
    height: 120px;
}
.survey .i{
    margin-top: 5px!important;
}
.survey .i span{
    font-size: 12px!important;
}
.jianjie img{
    margin:0 auto!important;
}
.school-name .item-name li div span{
    width:310px;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.trends-item li p{
    font-size: 16px!important;
}
.practice .practice-item .practive-r li a{
    font-size: 1.3rem!important;
}
.survey .i{
    height:77px!important;
}
.train-r{
    width: 890px!important;
}
.practice{
    width: 890px!important;
}
.school-news{
    width:439px!important;
}
.practice .practice-item .practive-r li{
    margin-bottom:14px!important;
}
.classity li{
    padding: 8px 25px!important;
    margin-bottom: 10px!important;
}
.train-tt .person .information .info{
    line-height: 1.67!important;
}
.crumb .link span:first-child{
    font-size: 18px!important;
    font-weight: 600!important;
    letter-spacing: 2px;
}
.leader{
    overflow: hidden;
}
.leader-item li p{
    color: #0089e1;
}

/* 改变字体颜色及大小  */
.fsrem{
    font-size: 1.3rem;
    color: #0089e1;
}