@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: normal;
    font-family:Microsoft YaHei,SimSun
}
body{font-size: 10px;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display:block;
}
ul,ol {list-style:none;}
a {text-decoration: none;outline:none;
    color: #000;}
a:hover{color: #ffffff;}
fieldset,img {border: 0;vertical-align: middle}
select,input {vertical-align: middle;font-family: Microsoft YaHei;}
table {border-collapse: collapse}
button {cursor: pointer}
.fl{float:left;}
.fr{float:right;}
/*  clearfloat */
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

/*================================*/
html, body {
    position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.slid:hover{
    cursor: pointer;
}
.slid>img{
    width: 1920px;
    height: 700px;
}
.swiper-container .father{
    width: 100%;
    height: 80px;
    line-height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    /*text-align: center;*/
    z-index: 100;
    background-color: #ffffff;/*固定顶部整体背景*/
}

.fatherTop{
    height: 100%;
    width: 80%;
    margin: 0 auto;
    /*text-align: justify;*/
    /*background-color:  rgba(24,210,110,.5);!*固定顶部内容背景*!*/
}

.swiper-container .mather{
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    /*text-align: center;*/
    z-index: 100;
    background-color: #ffffff;/*固定顶部整体背景*/
}

.matherTop{
    height: 100%;
    width: 800px;
    margin: 0 auto;
}

.flLeft{
    font-size: 34px;
    font-weight: 700;
    color: #000000;
    padding-left: 10px;
    padding-right: 20px;
    border-left: 6px solid #000000;
    letter-spacing: 6px;
}
.flRight{
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 6px;
}
/* 分页器小圆点*/
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background:rgba(24,210,110,.7);/* 分页器小圆点*/
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 60px;
}

/*登录框*/
.rightHalf{
    width: 50%;
    height: 100%;
    position:fixed;
    top:0;
    right: 0;
    z-index:100;
}
.half{
    width: 360px;
    /*height: 400px;*/
    position:relative;
    top:50%;
    left:50%;
    padding: 10px;
    transform:translate(-50%,-50%) ;
    background-color: rgba(255,255,255,.6);
    z-index: 400;
}
/* 右上角登录切换 */
#pageflip{
    position:relative;
    float:right;
}
#pageflip:hover{
    cursor:pointer;
}

#pageflip img{
    z-index:99;
    position:absolute;
    top:0px;
    right:0px;
    width:50px;
    height:50px;
    ms-interpolation-mode:bicubic
}
#pageflip .msg_block{
    background-image: url("/STATIC-INF/login/img/subscribe.png");
    background-repeat: no-repeat;
    background-position:right top;
    overflow:hidden;
    width:50px;
    height:50px;
    position:absolute;
    top:0px;
    right:0px;
}
/*===========账户 + 密码==========*/
.formLog{
    width: 80%;
    height:auto;
    margin:0 auto;
    margin-top:70px;
}
.log{
    margin:20px auto 0;
    height: 42px;
    line-height: 42px;
    background-color: rgba(255,255,255,0.7);
    border:1px solid #ddddd8;
    border-radius: 5px;
}
.log>input{
    width: 90%;
    height: 100%;
    padding-left: 34px;
    font-size: 15px;
}
.log input,input:focus{
    border:0;
    background:transparent;
    outline: none;
}
.log .logAccount{
    background:url(/STATIC-INF/login/img/login_icon.png) 0 12px no-repeat ;
}
.log .logPwd{
    background:url(/STATIC-INF/login/img/login_icon.png) 0 -50px no-repeat ;
}

/*=====验证======*/
.logSum,.logCount{
    display:inline-block;
    background-color:rgba(255,255,255,0.7) ;
    line-height:35px;
}
.logSum{
    width:40%;
    border: 1px solid #ddddd8;
    margin-right: 1%;
    border-radius: 10px;
}
.logCount{
    width:80px;
    border: 1px solid #ddddd8;
}
.logSum>input{
    padding-left: 10px;
}
#valied{
    border:none;
    background-color: transparent;
    display:none;
}

#logBtn{
    text-align: center;
    font-size: 20px;
    letter-spacing: 10px;
    background-color: rgba(34,119,218,0.7);
    color: #ffffff;
    border:none;
    cursor: pointer;
    margin-bottom:15px;
}
#logBtn:hover{
    background-color: rgba(34,119,218,0.9);
}
#logBtn:active{
    background-color: rgba(34,119,218,1);
}
/*=========扫码登录===========*/
.wechartLog{
    width: 80%;
    height:315px;
    margin:0 auto;
    margin-top:40px;
    text-align: center;
    display: none;
}
.wechartTop{
    font-size: 21px;
    color:rgba(34,119,218,1);
    font-weight:700;
    letter-spacing: 2px;
    text-align: left;
}
.wechart{
    margin-top:30px;
    margin-bottom: 40px;
}
.wechartInco{
    margin-left: 50px;
}
.wechartText{
    text-align: left;
    margin-left: 10px;
}