/*Css Document By:millia米拉 At 2018-07-05 09:42:09 */
@import url(millia.css);
@import url(swiper3.4.2.css);

body {
    background: url(../images/body.png) repeat;
}

#top {
    background: url(../images/topbg.png) repeat;
}

.millia {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

input::-webkit-input-placeholder {
    color: #999 !important;
}

.userInfo {
    position: absolute;
    top: 50px;
    right: 0;
    background: url(../images/icon01.png) no-repeat left center;
    padding-left: 80px;
    color: #005eae;
    line-height: 58px;
    font-size: 18px;
}

.userInfo b,
.userInfo b a {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
}

#banner {
    width: 100%;
}

#banner .swiper-slide {
    width: 100%;
    position: relative;
    height: 620px;
}
#banner .swiper-slide img {

    height: 650px;
}

#banner .swiper-slide dl {
    position: absolute;
    top: 20%;
    left:6%;
    color: #fff;
    width:52%;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

#banner .swiper-slide dl .main {
    font-weight:normal;
    font-size:30px;
    color: #fff;
    margin-bottom: 1rem;
}
#banner .swiper-slide dl .less {
    font-weight:normal;
    font-size:20px;
    color: #fff;
    margin-bottom: 1rem;
}

#banner .swiper-slide dl dd {
    margin-bottom: 2rem;
}

#banner .swiper-slide dl dd a {
    display: inline-block;
    font-size: 1.6rem;
    padding: .5rem 1rem;
    border: 1px solid #fff;
    color: #fff;
}

.newsImg {
    width: 100%;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.newsImg span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #005eae;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    z-index: 99;
}

.newsImg span b {
    display: block;
    text-align: center;
    font-size: 54px;
    line-height: 54px;
}

.newsImg img {
    width: 100% !important;
    height: 100% !important;
    transition: all .5s;
}

.newsImg:hover img {
    transform: scale(1.2, 1.2);
}

.news h1 {
    font-size: 22px;
    padding: 25px 0 15px 0;
}

.news h1 a {
    color: #444;
}

.news a.amore {
    display: inline-block;
    color: #fff;
    background: #005eae;
    padding: 0 10px;
    line-height: 30px;
}

.loginBg {
    /*background: url(../images/loginBg.png) #fff no-repeat left bottom; */
    background:  #fff no-repeat; 
    padding-bottom: 60px;
    position: absolute;
    top: -570px;
    right: 0;
    z-index: 999;
    width: 450px;
    height:430px;
    border-radius: 10px;
    overflow: hidden;
}

.loginHt {
    position: relative;
    height:90px;
    border-bottom: 1px solid #005eae;
}
.loginHt img {
    margin-top:10px;
    height:65px;
 
}
.loginTag img{ padding-right:10px;}
.sysimg img{height:120px;}
.loginTag {
    position: absolute;
    right: -15px;
    top: 6px;
    width: 101px;
    height: 89px;
}

.loginTag li {
    position: absolute;
    display: none;
}

.loginTag li.hover {
    display: block;
}

.loginTag li.hover img {
  height：130px;}

.loginBox {
    height: 400px;
    overflow: hidden;
}

.loginUl {
    padding: 10px 30px 10px 30px;
}

.loginUl li {
    margin-bottom: 15px;
}

.loginUl li span {
    display: inline-block;
    margin-left: 10px;
}

.loginUl li a {
    text-decoration: underline;
}

.loginInt01,
.loginInt02 {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d5d5d5;
    line-height: 46px;
    height: 46px;
    font-size: 14px;
    box-shadow: 0 0 40px 40px #fff inset;
}
.loginInt02 {
    width: 72%;

}

.loginEnter,
.loginReg {
    color: #fff;
    line-height: 50px;
    height: 50px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    background: #008dd3;
}

.loginReg {
    background: #1a8844;
}

.loginGetVcod {
    color: #fff;
    height: 44px;
    width: 100%;
    border: none;
    padding:0 16px;
    border-radius: 5px;
    font-size: 12px;
    background: #008dd3;
}

.erbg {
    background: url(../images/erbg.png) repeat;
    padding: 30px 0;
}

.erList .swiper-slide {
    position: relative;
    height: 210px;
}

.erList .swiper-slide span,
.erList .swiper-slide p {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    backface-visibility: hidden;
    transition: all .5s ease;
}

.erList .swiper-slide p {
    background: #000;
    padding: 20px;
    transform: rotateY(180deg);
    color: #666;
    font-size: 14px;
    text-align: center;
}

.erList .swiper-slide p b {
    display: block;
    font-size: 22px;
    color: #f1f1f1;
    margin: 50px 0 10px 0;
    font-weight: normal;
}

.erList .swiper-slide span img {
    width: 100%;
    height: 100%;
}

.erList .swiper-slide:hover span {
    transform: rotateY(180deg);
}

.erList .swiper-slide:hover p {
    transform: rotateY(0deg);
}

.sysimg {margin:0 auto;text-align:center}

.end {
    background:#fff;
    padding: 20px 0 20px 0;
    color:#666; 
}

.end a,
.footer a {
    color: #fff;
}

.footer {
    background: #f4f4f4;
    color:#666;
    padding: 10px 0;
    font-size:12px;
   
}

.login {
    width: 44%;
    margin: 0 auto;
    padding: 80px 0 0 0;
}

.login dl dt {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid #008dd3;
    color: #008dd3;
}

.login dl dd {
    padding-left: 100px;
    position: relative;
    margin-top: 6px;
    font-size: 18px;
    line-height: 44px;
}

.login dl dd label {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.login dl dd i {
    display: block;
    position: absolute;
    top: 5px;
    right: -110px;
    color: #00263a;
    font-style: normal;
    font-size: 14px;
    width: 100px;
    white-space: nowrap;
}

.int01 {
    height: 42px;
    line-height: 42px;
    border: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
    background: #f4f4f4;
    padding-left: 10px;
    box-sizing: border-box;
}

.bt01 {
    background: #008dd3;
    color: #fff;
    font-size: 24px;
    border: none;
    line-height: 64px;
    width: 100%;
    text-align: center;
}

.whiteBg {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 10px #e5e5e5;
    margin: 30px auto !important;
    border-radius: 15px;
}

.posi i {
    color: #174bb5;
    font-style: normal;
}

#content {
    padding: 40px 0;
}

#content h1 {
    font-size: 30px;
    padding-bottom: 20px;
    text-align: center;
}

#content .source {
    border-bottom: 1px dotted #e0e0e0;
    padding-bottom: 30px;
}

.content p {
    padding-bottom: 10px;
}

.content img {
    max-width: 100% !important;
    height: auto !important;
}

hr.hrline {
    height: 1px;
    border: none;
    border-top: 1px dashed #cbcbcb;
    float: none;
    *float: left;
    display: block;
}

.list li {
    background: url(../images/icon02.png) no-repeat right center;
    padding: 20px 30px 20px 0;
    border-bottom: 1px dashed #bcbcbc;
    color: #00637f;
    position: relative;
}

.list li span {
    display: block;
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 14px;
}

.list a {
    color: #666;
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.page span a,
.page a:hover {
    border: 1px solid #25418a;
    background: #25418a;
    color: #fff;
    text-decoration: none;
}

.manageTop,
.manageLogo {
    background: url(../images/top.png) repeat;
    height: 120px;
    border-bottom: 1px solid #2e72b1;
}

.manageLogo {
    height: 72px;
    padding: 24px;
}

.manageNav {
    width: 18%;
    background: url(../images/managebg.png) #f3f3f3 no-repeat bottom left;
    background-size: contain;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.manageContent {
    width: 82%;
}

.topNav {
    font-size: 0;
    padding: 40px 0;
}

.topNav li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    background: url(../images/line01.png) no-repeat left center;
    padding: 0 35px;
}

.manageUser {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 60px;
}

.manageQuit {
    background: url(../images/icon06.png) no-repeat left center;
    display: inline-block;
    padding-left: 40px;
    color: #fff;
    margin-right: 30px;
}

.manageUserImg {
    color: #fff;
}

.manageUserImg span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #fff;
}

.manageUserImg span img {
    width: 101%;
    height: 101%;
    vertical-align: top;
}

.manageList li {
    padding-left: 10%;
    border-bottom: 1px solid #005eae;
    line-height: 66px;
    font-size: 18px;
    color: #005eae;
    cursor: pointer;
    position: relative;
}

.manageList li a {
    color: #005eae;
    display: block;
}

.manageList li.hover {
    background: #99cbe3;
    color: #fff;
}

.manageList li.hover a {
    color: #fff;
}

.manageList li span {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
}

.manageList li.hover span {
    background: url(../images/icon07.png) no-repeat left 20px;
    width: 15px;
    height: 100%;
}

.manageList div {
    background: #99cbe3;
    padding: 0 0 15px 10%;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    display: none;
}

.manageList div a {
    display: block;
    background: url(../images/list01.png) no-repeat left center;
    padding-left: 15px;
    color: #fff;
}