<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrap-main {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}
/*header*/
.header {
    width: 100%;
}

.header-box {
    height: 78px;
    background-color: #fff;
}
.ruite-dialog {
	position: absolute;
	border: none;
	border-radius: 0px;
	box-shadow: 2px 2px 3px #CCC;
	background-color: #FAFAFA;
	padding: 5px;
	overflow: hidden;
}
.logo {
    display: block;
    position: absolute;
    left: 0;
    top: 21px;
    width: 243px;
    height: 36px;
    background: url("../images/logo.png") center center no-repeat;
    background-size: 100% 100%;
}

.header-nav {
    height: 100%;
    position: relative;
}

.header-nav&gt;li {
    position: relative;
    float: left;
}

.header-nav&gt;li&gt;a {
    display: block;
    width: 100px;
    height: 78px;
    line-height: 78px;
    transition: all 0.3s;
    text-align: center;
    color: #333;
}

.header-nav&gt;li:hover&gt;a {
    color: #fff;
    background: rgba(0, 138, 120, .6);
}
.header-nav&gt;.nav-active&gt;a {
    background: rgba(0, 138, 120, .8);
    color: #fff;
}
.menu-container{
    display: none;
}

.nav-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #008a78;
    transition: all 0.3s;
}

/* banner */
#banner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.banner-pic {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
}

.banner-pic&gt;div {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    left: 100%;
    z-index: 1;
}

.banner-pic&gt;div.banner-active {
    left: 0;
    position: relative;
    top: 0;
    background: linear-gradient(90deg, #208fce,#208fce 50%, #10ad6a 50%);
}

.banner-pic&gt;div&gt;a {
    display: block;
    width: 100%;
    cursor: default;
}

.banner-pic&gt;div&gt;a&gt;img {
    width: 100%;
    display: block;
}

/* banner 灏忓渾鐐� */
.banner-bottom {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    z-index: 10;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: .8;
}

.banner-bottom i.banner-label {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
}

.banner-bottom i.banner-label.iconActive {
    background-color: #fff;
}

.footer {
    padding: 60px 10px 20px;
    font-size: 14px;
    text-align: center;
}
.to-top {
    cursor: pointer;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: rgba(0, 138, 120, 1);
    opacity: .6;
    color: #fff;
    font-size: 14px;
    z-index: 100;
    border-radius: 50%;
}

/*鐧诲綍*/
.login-entry {
    display: block;
    width: 100px;
    height: 78px;
    line-height: 78px;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    color: #008a78;
}
.login-entry:hover {
    background: rgba(0, 138, 120, .6);
    color: #fff;
}
.dialog-login{
    position: fixed;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.51);z-index: 1000;top: 0;left: 0;
    -webkit-animation: fadeIn .2s linear both;
    animation: fadeIn .2s linear both;
}
.login-logo {display: none}
.login-box{
    overflow:hidden;background-color: #fff;padding:.35rem .5rem 0;position: absolute;width: 4.4rem;height: 3.88rem;-webkit-border-radius: .06rem;border-radius: .06rem;left: 50%;top: 50%;margin: -1.94rem 0 0 -2.2rem;
    -webkit-animation: fadeInUp-20 1.6s 200ms both;
    animation: fadeInUp-20 1.6s 200ms both;
}
.login-box:before,
.login-box:after{content: '';position: absolute;width: 243px;height: 243px;z-index: -1;pointer-events: none;background: url("../images/login/bg.png") center no-repeat;-webkit-background-size: contain;background-size: contain}

.login-box:before{left: 340px;top:-150px}
.login-box:after{left: -150px;bottom:-195px}

.login-close{
    width: 20px;height: 20px;background: transparent url("../images/login/close.png") center no-repeat;border: 0;outline: 0;position: absolute;right: 15px;top: 15px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.login-close:hover{
    opacity: .8;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.login-status{font-size: 20px;white-space: nowrap;border-bottom: 1px solid #d8dce6;overflow: hidden;position: relative;}
.login-status a{
    cursor: pointer;padding: 10px 0;width: 4em;float: left;color: #999;;text-align: center;
    -webkit-transition: color .5s;
    transition: color .5s;
}
.login-status a:hover{color: #777}
.login-status a+a{margin-left: 2em}
.login-status a.active{color: #000}
.login-status span{
    position: absolute;bottom: 0;width:0;height: 2px;background-color: #008a78;left: 0;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.login-status a.login-student.active+a+span{left: 0;width:4em}

.login-box form{margin: .4rem 0 0;padding-bottom: .4rem}
.login-box form&gt;input{display: block;width: 100%;height: .4rem;font-size: .22rem}
.login-box .login-user,
.login-box .login-pwd{
    border:1px solid #c8ccd5;padding-left: 36px;-webkit-border-radius: 3px;border-radius: 3px;
    -webkit-transition: border .2s;
    transition: border .2s;
}
.login-box .login-user:focus,
.login-box .login-pwd:focus{border-color: #008a78}
@media \0screen { /* ie8 */
    .dialog-login {filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);}
    .login-box {border:1px solid #ccc}
    .login-box form&gt;input{line-height:38px}
}
.login-box form&gt;input+input{margin-top: .2rem}
.login-box .login-user{background: transparent url("../images/login/user.png") 10px center no-repeat}
.login-box .login-pwd{background: transparent url("../images/login/pwd.png") 10px center no-repeat}
.login-box form label{display:inline-block;margin-top: 20px;cursor: pointer;color: #000;font-size: 14px}
.login-box form label input{cursor: pointer;width: 1em;height: 1em;position: relative;vertical-align: middle;bottom:.05em;margin-right: .25em;background: transparent;-webkit-border-radius: 3px;border-radius: 3px;}

.login-box .login-btn {
    margin-top: .4rem;color: #fff;-webkit-border-radius: 50em;border-radius: 50em;border: 0;
    background-image: -webkit-linear-gradient(-38deg, #008a78,#34c8b5);
    background-image: linear-gradient(142deg, #008a78,#34c8b5);
    background-color:#008a78;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.login-box .login-btn:hover{
    background-image: -webkit-linear-gradient(-38deg, #0d9d8a,#49e7d3);
    background-image: linear-gradient(142deg, #0d9d8a,#49e7d3);
    background-color: #0d9d8a;
}
</pre></body></html>