@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

input,
select {
    vertical-align: middle;
    font-family: "΢���ź�";
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img {
    border: 0 none;
}

a,
input,
textarea {
    outline: none;
}

input:focus,
select:focus,
textarea:focus {
    color: #666 !important;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.tl li {
    white-space: nowrap;
    overflow: hidden;
}

.fl {
    float: left;
    width: 9%;
}

.fr {
    float: right;
    color: #2fa6fe;
    width: 8%;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dian {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pa {
    position: absolute;
}

.disnone {
    display: none;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: "microsoft yahei";
    color: #333;
}

body,
html {
    width: 100%;
    height: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide1 {
    overflow: hidden;
}

.swiper-slide {
    position: relative;
}

.who {
    top: 100px;
    left: 20px;
}

.who-div1 p {
    font-size: 32px;
    color: #fff;
    margin-top: 20px;
}

.who-div1 p:last-child {
    font-weight: bold;
}

.who-div2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
}

.what {
    left: 20px;
    top: 72%;
    font-size: 32px;
    color: #fff;
    letter-spacing: 4px;
    line-height: 55px;
}

.what-div1 i {
    font-size: 46px;
    color: #f1d037;
}

.what-div2 {
    margin-top: 20px;
}

@-webkit-keyframes start {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
    }
}

@-moz-keyframes start {
    0%,
    30% {
        opacity: 0;
        -moz-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate(0, -8px);
    }
}

@keyframes start {
    0%,
    30% {
        opacity: 0;
        transform: translate(0, -8px);
    }
    60% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, -8px);
    }
}

.arrow {
    position: absolute;
    z-index: 999;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 2%;
    margin-left: -30px;
    width: auto;
    height: auto;
    margin-top: 0;
    animation: start 1.2s infinite;
    -o-animation: start 1.2s infinite ease-in-out;
    -moz-animation: start 1.2s infinite ease-in-out;
    -webkit-animation: start 1.2s infinite;
}

.swiper-container-scrollbar .swiper-slide {
    height: auto !important;
}

.zlimg1 {
    padding-top: 30px;
    text-align: center;
}

.main {
    width: 92%;
    margin: 0 auto;
}

.people {
    width: 100%;
    height: 13.5rem;
    position: relative;
    background: url(../images/zl2.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
}

.people-lf {
    float: left;
    width: 330px;
    margin-left: 1.5rem;
    position: relative;
}

.eng {
    width: 50%;
    height: 1.75rem;
    background: #2fa6fe;
    font-size: 1.7rem;
    color: #27313d;
    text-align: center;
    line-height: 1.75rem;
    margin-top: 1.3rem;
    margin-left: 0.45rem;
}

.hanzi {
    font-size: 4rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-top: 1rem;
}

.college {
    width: 53%;
    height: 2rem;
    line-height: 2rem;
    /* box-sizing: border-box; */
    border: 1px solid #fff;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
}

.zbzr {
    position: absolute;
    top: 135px;
    left: -15px;
    width: 160px;
    height: 40px;
    background: #f1d037;
    font-size: 32px;
    color: #27313d;
    text-align: center;
    line-height: 40px;
}

.people-lr {
    width: 10.5rem;
    height: 10.5rem;
    position: absolute;
    right: 7%;
    top: 8%;
}

@media screen and (max-width: 361px) {
    .people-lr {
        width: 8.5rem;
        height: 8.5rem;
        position: absolute;
        right: 7%;
        top: 8%;
    }
    .college {
        width: 38%;
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 375px) {
    .hanzi {
        font-size: 3rem;
    }
}

.people-lr img {
    width: 100%;
    height: 100%;
    border: 0.55rem solid #2fa6fe;
}

.flo {
    float: left;
}

.desc {
    font-size: 1.5rem;
    color: #27313d;
    line-height: 2.4rem;
    text-indent: 2em;
    text-align: justify;
    margin: 2rem 0;
}

.lm {
    text-align: center;
    position: relative;
}

.lm img {
    width: 100%;
    height: 100%;
}

.lm-word {
    position: absolute;
    right: -2%;
    bottom: 8%;
    width: 14rem;
    height: 3rem;
    background: url(../images/zl5.png) no-repeat;
    background-size: 100% 100%;
    font-size: 1.4rem;
    color: #fff;
    line-height: 3.8rem;
    text-align: center;
    z-index: 10;
}

.new-gk {
    margin-top: 30px;
}

.new-gk img {
    width: 100%;
    height: 100%;
}

.icon {
    /* width: 9%; */
    height: 3rem;
}

.gk-word {
    width: 88%;
    background: #eeeff0;
    font-size: 1.7rem;
    line-height: 2rem;
    box-sizing: border-box;
    text-align: justify;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
}

.gk-word p+p {
    margin-top: 2rem;
}

.bottom {
    margin-top: 2rem;
    padding: 2rem 0;
    width: 100%;
    height: 9rem;
    background: #f0f1f2;
    display: flex;
    justify-content: space-between;
}

.bottom-mid {
    width: 6rem;
    height: 6rem;
}

.bottom-mid img {
    vertical-align: middle;
}

.bottom-lr {
    width: 6rem;
    height: 6rem;
    position: relative;
}

.saoma {
    position: absolute;
    right: -52%;
    top: 0%;
}

.saoma>div {
    float: left;
    width: 1rem;
    font-size: 0.75rem;
    color: #27313d;
    line-height: 12px;
    margin-left: 6px;
}

img {
    height: 100%;
    width: 100%;
}

.bottom-lf {
    width: 6rem;
    height: 6rem;
    margin-left: 1rem;
}

.footer {
    height: 5rem;
    font-size: 1.4rem;
    color: #ffffff;
    line-height: 5rem;
    text-align: center;
    background: #27313d;
}