@font-face {
    font-family: 'iconfont';  /* project id 611290 */
    src: url('//at.alicdn.com/t/font_611290_m4n6deczx2.eot');
    src: url('//at.alicdn.com/t/font_611290_m4n6deczx2.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_611290_m4n6deczx2.woff') format('woff'),
    url('//at.alicdn.com/t/font_611290_m4n6deczx2.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_611290_m4n6deczx2.svg#iconfont') format('svg');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.site-nav {
    width: 100%;
    background: white;
    height: 100px;
    line-height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.site-nav.active {
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
}

.site-nav .wrap1200 {
    position: relative;
}

.site-nav .layui-nav {
    background-color: white;
}

.site-nav-height {
    height: 100px;
}

.wrap1200 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}

.wrap1920 {
    width: 1920px;
    height: 100%;
    position: absolute;
    left: 50%;
    overflow: hidden;
    margin-left: -960px;
}

.site-nav .wrap1200 .logo {
    width: 279px;
    height: 68px;
    float: left;
    overflow: hidden;
    margin-top: 16px;
    margin-right: 40px;
    background: url(../images/logo.png) no-repeat 0 0;
}

.site-nav .wrap1200 ul {
    float: left;
    height: 100%;
}

.site-nav .wrap1200 ul li {
    line-height: 100px;
}

.site-nav .wrap1200 ul li a {
    color: #666;
    font-size: 16px;
}

.site-nav .wrap1200 ul li a:hover {
    color: #05dbc6;
}

.site-nav .wrap1200 .login {
    float: right;
}
.site-nav .layui-nav-nobar .layui-nav-bar{
    display: none;
}
.layui-nav-nobar .layui-nav-child{
    top:85px;
}

/* 侧边浮动栏 */
.site-fixed {
    width: 80px;
    height: 338px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -169px;
    z-index: 999
}

.site-fixed li {
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 1px;
    color: #fff;
    font-size: 14px;
    position: relative
}

.site-fixed li a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
    overflow: hidden;
    background: #05dbc6;
    cursor: pointer;
    -moz-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -o-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    transition: all .5s cubic-bezier(.4,0,.25,1) 0s
}

.site-fixed li a:hover {
    background: #04b7a5;
    -moz-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -o-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    transition: all .5s cubic-bezier(.4,0,.25,1) 0s
}

.site-fixed li span {
    height: 26px;
    line-height: 26px
}

.site-fixed li i {
    font-size: 24px;
    display: block;
    margin: 16px auto 0;
}

.site-fixed li img{
    display: block;
    height: 26px;
    margin: 16px auto 0;
}

.site-fixed li.phone a {
    position: relative
}

.site-fixed li.phone .z {
    width: 235px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    font-family: Arial;
    color: #666;
    position: absolute;
    left: -100px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #f8f8f8;
    visibility: hidden;
    -moz-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -o-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    overflow: hidden
}

.site-fixed li.phone:hover .z {
    left: -236px;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -moz-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -o-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    transition: all .5s cubic-bezier(.4,0,.25,1) 0s
}

.site-fixed li.top a {
    position: relative
}

.site-fixed li.top a:hover .z {
    left: -236px;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -o-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    transition: all .5s cubic-bezier(.4,0,.25,1) 0s
}

.site-fixed li.top span {
    width: 100%;
    display: block
}

.site-fixed li.top span.x {
    height: 26px;
    line-height: 26px;
    font-family: Arial;
    font-size: 22px;
    margin-top: 25px
}

.site-fixed li.top span.y {
    height: 22px;
    line-height: 22px
}


/* 底部 */

.site-foot {
    width: auto;
    background: #1b1b1b;
    height: 110px;
    padding: 90px 0
}

.site-foot .wrap1200 {
    position: relative
}

.site-foot .wrap1200 .logo {
    width: 255px;
    height: 100%;
    float: left;
    overflow: hidden;
    border-right: 1px solid #9EA7B3
}

.site-foot .wrap1200 .logo i {
    width: 160px;
    height: 55px;
    display: block;
    margin: 30px 50px;
    background: url(../images/logo_footer.png) no-repeat 0;
}

.site-foot .wrap1200 .detail {
    width: auto;
    height: 100%;
    float: left;
    color: #9ea7b3;
    margin-left: 60px
}

.site-foot .wrap1200 .detail .contact {
    height: 20px;
    overflow: hidden;
    font-size: 16px
}

.site-foot .wrap1200 .detail .contact .address, .site-foot .wrap1200 .detail .contact .phone {
    height: 20px;
    float: left;
    display: block;
    line-height: 20px;
    margin-right: 20px;
    overflow: hidden
}

.site-foot .wrap1200 .detail .contact .address i, .site-foot .wrap1200 .detail .contact .address span, .site-foot .wrap1200 .detail .contact .phone i, .site-foot .wrap1200 .detail .contact .phone span {
    display: block;
    float: left;
    color: #9ea7b3!important
}

.site-foot .wrap1200 .detail .contact .address i, .site-foot .wrap1200 .detail .contact .phone i {
    width: 20px;
    height: 20px;
}

.site-foot .wrap1200 .detail .contact .phone i {
    margin-right: 5px;
    background-position: -214px -146px
}

.site-foot .wrap1200 .detail .contact .address i {
    margin-right: 2px;
    background-position: -261px -147px
}

.site-foot .wrap1200 .detail .nav {
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    margin: 24px 0
}

.site-foot .wrap1200 .detail .nav a {
    color: #9ea7b3;
    -moz-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    -o-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s
}

.site-foot .wrap1200 .detail .nav a:hover {
    color: #fff;
    -moz-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    -o-transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s;
    transition: all .5s cubic-bezier(.4, 0, .25, 1) 0s
}

.site-foot .wrap1200 .detail .nav span {
    height: 20px;
    float: left;
    display: block;
    line-height: 20px;
    padding: 0 20px;
    border-left: 1px solid #9EA7B3
}

.site-foot .wrap1200 .detail .nav span.fst {
    border-left: 0;
    padding-left: 0
}

.hide {
    display: none;
}

#login_panel .layui-form {
    margin-top: 30px;
}

#login_panel .layui-input-block {
    margin: auto;
}
.layadmin-user-jump-change {
    float: right;
}
.layadmin-link {
    color: #029789!important;
}
[lay-href], [lay-tips], [layadmin-event] {
    cursor: pointer;
}
.fail{
    color: #e96262;
}
.reg .wrap1200{
    min-height: 550px;
}
.user-reg{
    margin: 50px 0 0 0;
    width: 625px;
}
.reg .layui-form-label{
   width: 120px; 
}
.reg .layui-input-inline{
    width: 260px;
}
.reg .submit-btn{
    margin-left: 150px;
}
#page {
    margin: 20px 20px 50px;
    text-align: center;
    overflow: hidden;
    color: #333;
    font-family: Arial;
}

#page .pagination{
    width: auto;
}
#page .pagination li{
    width: auto;
    height: 25px;
    padding: 0 10px;
    border: 1px solid #D7DBDC;
    display: inline-block;
    background: #ebebeb;
    color: #404548;
    text-align: center;
    line-height: 25px;
    margin: 0 2px 0 0;
}
#page .pagination li.active{
    color: #fff;
    background: #3F3F3F;
    border: 1px solid #3F3F3F;
}

#page li:hover {
    background: #fff;
    -moz-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -webkit-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    -o-transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
    transition: all .5s cubic-bezier(.4,0,.25,1) 0s;
}