@charset "utf-8";
/* CSS Document */
/*全局样式*/
body,ul,li,p,h4,h3,h2,h1,a,ol,div,img{ padding:0; margin:0; font-weight:normal; list-style:none; font-size:100%; text-decoration:none; font-style:normal;}
a{ color:black; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none;}
@font-face{ font-family:content; src:url(../fonts/content.otf), url(../fonts/content.eot);}
@font-face{ font-family:maintitle; src:url(../fonts/Maintitle.ttf), url(../fonts/Maintitle.eot);}
@font-face{ font-family:deputytitle; src:url(../fonts/Deputytitle.ttf), url(../fonts/Deputytitle.eot);}
@font-face{ font-family:english; src:url(../fonts/English.ttf), url(../fonts/English.eot);}
@font-face{ font-family:hyzkj; src:url(../fonts/hyzkj.ttf), url(../fonts/hyzkj.eot);}
@font-face{ font-family:zzgfbh; src:url(../fonts/zzgfbh.ttf), url(../fonts/zzgfbh.eot);}
/*后台登录*/
/*背景图与居中盒子*/
img.lee-bg{width:100%; min-width:1280px; height:auto; min-height:100%; position:fixed; bottom:0; top:auto;}
#login-container{position:absolute; width:360px; top: 30px; left: 50%; margin-left:-180px;}
/*4个链接*/
.linkbox1{width:50%; float:left; border-top:4px white solid; border-left:4px white solid; border-right:4px white solid;padding:5%; transition:all 0.7s; position:relative;}
.linkbox2{width:50%; float:left; border-top:4px white solid; border-right:4px white solid; padding:5%; transition:all 0.7s;}
.linkbox3{width:50%; float:left; border:4px white solid; padding:5%; transition:all 0.7s;}
.linkbox4{width:50%; float:left; border-top:4px white solid; border-bottom:4px white solid; border-right:4px white solid; padding:5%; transition:all 0.7s;}
.linkp1{font-size:25px; font-weight:bold; text-transform: uppercase; color:white; font-family:english; letter-spacing:2px;}
.linkdiv{border:1px white solid; width:20%;}
.linkdiv1{ background-image:url(../img/buttonlee.png); background-size:cover; width:50px; height:50px; float:left;}
.linkp2{font-size:20px; color:white; font-family:zzgfbh;}
.linki{color:white;}
.linkbox1:hover,.linkbox2:hover,.linkbox3:hover,.linkbox4:hover{ background:#0570c3;}
.linkbox1:hover p,.linkbox2:hover p,.linkbox3:hover p,.linkbox4:hover p{ color:black;}
.linkbox1:hover .linkdiv,.linkbox2:hover .linkdiv,.linkbox3:hover .linkdiv,.linkbox4:hover .linkdiv{border:1px black solid; width:20%;}
.linkbox1:hover .linki,.linkbox2:hover .linki,.linkbox3:hover .linki,.linkbox4:hover .linki{ color:#141e36;}
.linkbox1:hover .linkdiv1,.linkbox2:hover .linkdiv1,.linkbox3:hover .linkdiv1,.linkbox4:hover .linkdiv1{background-image:url(../img/buttonlee2.png);}
@media screen and (min-width: 769px) {#login-container{width: 930px; top: 50px; margin-left: -465px;}}
@media screen and (min-width: 1367px) {#login-container{width: 930px; top: 160px; margin-left: -465px;}}
@media screen and (max-width: 330px) {#login-container{width: 290px; margin-left: -145px;}}
@media screen and (max-width: 330px) {.linkp2{ font-size:18px;}}
@media screen and (max-width: 330px) {.linkp1{ font-size:23px;}}
@media screen and (max-width: 1280px) {img.lee-bg{left: 50%; margin-left: -640px;}}
/*账号与密码*/
.zft1{text-align:center; color:white; font-size:30px; font-family:zzgfbh;}
.zft2{margin-bottom:0.5em; text-align:center; color:white; font-size:30px; font-family:english; letter-spacing:4px; text-transform: uppercase;}
.zftform{width:80%; font-weight:bold; margin-left:10%;}
.pnbutton{width:50%; color:white; border:1px #0570c3 solid; background:#0570c3; font-weight:bold; border-radius:.25rem; font-size:1.2rem; text-align:center; padding:6px 12px; transition:all 0.7s;}
