@charset "utf-8";
/* CSS Document */
html{color:#000;background:#FFF;overflow: scroll;
overflow-x: hidden;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
margin:0 auto;
padding:0; font-family:"微软雅黑"; font-size:12px;
}
table {
border-collapse:collapse;
border-spacing:0;
}
img {
border:0;
}
fieldset{
    border:1px solid #d5d5d5;
    padding:15px 0 0 10px;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content;
}
abbr,acronym{border:0;}
html{background-color:#f5f4f4;}
.float-lt{float:left;}
.float-rt{float:right;}
.blue{color:#138194;font-size:14px;}
.hide{display: none;}
p{
    word-wrap:break-word;
}
#alerts{position:fixed;left:0;right:0;top:230px;bottom:0;margin:auto;display:inline-block;width:250px;height:40px;line-height:40px;text-align:center;color:#66ccdb;border:3px solid #66ccdb;background:#fff;font-size:16px;z-index:20;display: none;}
html,body{
    width:100%;
    height:100%;
    overflow: hidden;
    background-color:#171c28;
}
/* 头部 */
.head{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:68px;
    z-index: 30;
    -webkit-transition:background-color .5s ease;
    transition:background-color .5s ease;
    background-color:#fff;
    background-color:rgba(255,255,255,.8);
}
.head .wrap,.foot .wrap{
    width:1200px;
    overflow: hidden;
}
.head .logo{
    float:left;
    margin-top:2px;
    width:160px;
    height:59px;
    background:url(../images/logo_s.png) no-repeat;
    text-indent:-999px;
}
/*.head .logos{
    display: none;
    background:url(../images/logo.gif) no-repeat;
}
.head .logo:hover{
    background:url(../images/logo.gif) no-repeat;
}*/
.head .nav{
    float:left;
    overflow: hidden;
}
.head .nav li,.head .register,.head .login{
    float:right;
    margin-left:40px;
    font-size:20px;
    height:68px;
    line-height:68px;
    color:#292929;
    cursor:pointer;
    cursor: pointer;
    text-decoration: none;
}
.head .register{
    margin-left:46px;
}
.head .login{
    display: inline-block;
    margin-top:14px;
    padding:2px 44px;
    height:auto;
    line-height:35px;
    background:#138194;
    color:#fff;
    border-radius:2px;
}
.head .user-name{
    padding:2px 0 0 50px;
    height:68px;
    font-size:18px;
    line-height:68px;
}
.head .register{
    position:relative;
    margin-left:40px;
    padding-right:16px;
    display: inline-block;
    color:#138194;
}
.head .register i{
    position:absolute;
    top:28px;
    right:0px;
    display: block;
    width:0;
    height:0;
    border:6px solid transparent;
    border-left-color:#138194;
}
.head .join-btn{
    display: inline-block;
    margin:15px 0 0 20px;
    padding:5px 20px;
    background:#0c7a91;
    height: 30px;
    color:#fff;
    line-height:30px;
    border-radius:4px;
    text-decoration: none;
    cursor:pointer;
}
.head .nav li a:link{
    color:#292929;
    text-decoration: none;
}
.head .nav li a:visited{
    color:#292929;
    text-decoration: none;
}
.head .nav li.active a:link{
    color:#138194;
    text-decoration: none;
}
.head .nav li.active a:visited{
    color:#138194;
    text-decoration: none;
}
/* 尾部 */
.foot{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    padding-top:15px;
    height:35px;
    background:#fff;
    z-index: 15;
}
.foot .wrap{
    width:1200px;
}
.foot a:link{
    color:#138194;
    text-decoration: none;
}
.foot a:hover{
    text-decoration: underline;
}
.foot a:visited{
    color:#138194;
}

/* 每屏公用 */
#list{
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    z-index: 14;
    -webkit-transition:.4s 0s ease;
    -moz-transition:.4s 0s ease;
    -ms-transition:.4s 0s ease;
    -o-transition:.4s 0s ease;
    transition:.4s 0s ease;
}
#list > li{
    position:relative;
    width:100%;
    height:100%;
    overflow: hidden;
}
.li-01{
    background: url(../images/bg_01.jpg) top center no-repeat;
}
.li-02{
    background: url(../images/bg_02.jpg) top center no-repeat;
}
.li-03{
    background: url(../images/bg_03.jpg) top center no-repeat;
}
.li-04{
    background: url(../images/bg_04.jpg) top center no-repeat;
}
.bgSizeAll{
    position:absolute;
    width:100%;
    height:100%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -ms-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.wrap-text{
    position:absolute;
    bottom:0;
    width:100%;
    height: 330px;
    background: url(../images/bg_gray.png) repeat;
}
    .wrap-text .wrap{
        margin:0 auto;
        width:1200px;
        overflow: hidden;
    }
    /* 第一屏 */
    .text-01{
        margin:72px auto 0;
        padding-top:160px;
        text-align: center;
        background: url(../images/index_text01.png) center top no-repeat;
    }
    .btn-login,.btn-register{
        display: inline-block;
        margin:0 15px;
        width: 246px;
        height: 42px;
        font-size:24px;
        line-height:42px;
        color:#fff;
        text-align: center;
        cursor:pointer;
    }
    .btn-login{
        border:2px solid #138194;
        background-color:#138194;
    }
    .btn-register{
        border:2px solid #fff;
        background-color:#656a6e;
        background-color:rgba(255,255,255,0);
        text-decoration: none;
    }
    .btn-register:hover{
        color:#fff;
    }
    .img-text{
        text-indent:-9999px;
    }
    .login-wrap{
        position:relative;
        top:50%;
        margin-top:-207px;
        width:736px;
        height: 414px;
        background: url(../images/index_login_bg.png) no-repeat;
        color:#fff;
        overflow: hidden;
    }
    .login-wrap table{
        margin:100px 0 0 90px;
    }
    .login-wrap table td{
        font-size:16px;
        line-height:30px;
    }
    .login-wrap .login-input{
        padding:0 5px;
        width:294px;
        height: 30px;
        font-size:16px;
        line-height:30px;
        border:1px solid #66ccdb;
        background: #fff;
        text-align: center;
    }
    .login-wrap label,.login-wrap a{
        font-size:12px;
    }
    .login-wrap a{
        text-decoration: none;
    }
    .login-wrap a:link{
        color:#fff;
        text-decoration: none;
    }
    .login-wrap a:visited{
        color:#fff;
    }
    #login_close{
        position:absolute;
        right:30px;
        top:15px;
        font:normal 500 30px/30px "verdana" ;
        color:#66ccdb;
        cursor: pointer;
    }
    #cookie{
        float:left;
        margin:10px 4px 0 0;
    }
    .login-wrap .btn-login{
        margin:0;
        padding:0;
        width: 306px;
        height: 40px;
        border:none;
        background: url(../images/btn_login.png) no-repeat;
    }
    /* 第一屏 End */
    .text-02,.text-03,.text-04{
        background: url(../images/index_text_sprites.png) no-repeat;
    }
    .text-02{
        margin:105px 66px 0 0;
        height:136px;
        background-position:right 0;
    }
    .text-03{
        margin:105px 0 0 66px;
        height:136px;
        background-position:left -165px;
    }
    .text-04{
        margin:105px 66px 0 0;
        height:136px;
        background-position:right -325px;
    }
/*页码*/
#page{
    position:absolute;
    right:60px;
    top:50%;
    margin-top:-120px;
    overflow: hidden;
    z-index: 15;
}
#page li{
    display: block;
    width: 12px;
    height:12px;
    margin-bottom:12px;
    cursor:pointer;
    border-radius:50%;
    border:1px solid #fff;
}
#page li.active{
    border:1px solid #138194;
    background: #138194;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count:1;
  -webkit-transition:left 1s ease,top 1s ease,bottom 1s ease;
  transition:left 1s ease,top 1s ease,bottom 1s ease;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#login_menu{
    visibility:hidden;
}
@media screen and (max-width:1366px){
    .wrap-text{
        height: 270px;
    }
    .text-01{
        margin-top:30px;
    }
    .text-02,.text-03,.text-04{
        margin-top:70px;
    }
}
@media screen and (max-width:1024px){
    .text-02,.text-04{
        margin-right:236px;
    }
    #head .float-rt{
        margin-right:200px;
    }
}