@charset "UTF-8";
/**
 *
 * @authors
 * @date    2018-05-09 17:05:22
 */
html,body{
    width: 100%;
    height: 100%;
 }
body.on{
    overflow: hidden;
}
#header{
    opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    min-width: 1200px;
    height: 70px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
#header .h-title{
    width: 1200px;
    height: 50px;
    margin: 10px auto;
}
#header .h-title .logo{
    float: left;
    width: 233px;
    height: 100%;
}
#header .h-title .logo a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
#header .h-title .logo a img{
    position: absolute;
    top:50%;
    left:0;
    width: 100%;
    height:45px;
    transform: translateY(-50%);
}
#header .h-title .nav{
    float: left;
    height: 100%;
    margin-left: 100px;
}
#header .h-title .nav .n-list .n-li{
    position: relative;
    float: left;
    height: 50px;
}
#header .h-title .nav .n-list .n-li>a{
    display: block;
    height: 100%;
    padding: 0 50px;
    line-height: 50px;
    font-size: 15px;
    color:#fff;
}
#header .h-title .nav .n-list .n-li:hover>a{
    color: #63ba70;
}
#header .h-title .nav .n-list .n-li .hide{
    overflow: hidden;
    display: none;
    position: absolute;
    top:100%;
    z-index: 999;
    height:220px;
    background: #202731;
    border-top:3px solid #63ba70;
}
#header .h-title .nav .n-list .n-li:nth-child(3) .hide{
    height:440px;
}
#header .h-title .nav .n-list .n-li:hover .hide{
    display: block;
}
#header .h-title .nav .n-list .n-li .hide .part{
    float: left;
    height:200px;
    margin:10px 0;
    border-right:1px dotted #3c4249;
}
#header .h-title .nav .n-list .n-li .hide .part:nth-child(3n){
    border-right:none;
}
#header .h-title .nav .n-list .n-li .hide .part::after{
    display: block;
    content: '';
    width:0;
    height:0;
    clear: both;
}
#header .h-title .nav .n-list .n-li .hide .part .title{
    width: 100%;
    height: 45px;
    text-indent: 64px;
}
#header .h-title .nav .n-list .n-li .hide .part .title>a{
    color:#63ba70;
    font-size: 14px;
    line-height: 45px;
}
#header .h-title .nav .n-list .n-li .hide .part .p-ul .p-li a{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: 50px;
    line-height: 32px;
    font-size: 12px;
    color:#ccc;
}
#header .h-title .nav .n-list .n-li .hide .part .p-ul .p-li a:hover{
    color: #63ba70;
}
#header .h-title .admin{
    float: right;
    height: 100%;
    margin-right: 25px;
}
#header .h-title .admin .a-welcome{
    height: 100%;
    line-height: 50px;
    color: #63ba70;
}
#header .h-title .admin .a-ul .a-li{
    float: left;
    height: 100%;
}
#header .h-title .admin .a-ul .a-li>a{
    display: block;
    height: 100%;
    line-height: 50px;
    color: #fff;
}
#header .h-title .admin .a-ul .a-li>a:hover{
    color: #63ba70;
}
#header .h-title .admin .a-ul .a-line>a{
    margin: 0 10px;
    color: #63ba70;
    font-weight: bold;
}
#header .h-title .login{
    display: none;
    position: fixed;
    z-index: 9999;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}
#header .h-title .login .login-show{
    overflow: hidden;
    position: absolute;
    top:50%;
    left: 50%;
    width: 410px;
    background: #fff;
    border-radius: 6px;
    transform: translate(-50% , -50%);
}
#header .h-title .login .login-show .l-title{
    position: relative;
    width: 100%;
    height: 67px;
}
#header .h-title .login .login-show .l-title>h3{
    text-align: center;
    color: #383838;
    line-height: 67px;
    font-size: 16px;
    font-weight:bold;
}
#header .h-title .login .login-show .l-title .close{
    position: absolute;
    top:-6px;
    right: 6px;
    font-size: 32px;
    color: #39c197;
    font-weight: 300;
    cursor: pointer;
}
#header .h-title .login .login-show .login-admin{
    width: 330px;
    padding:0 40px;
}
#header .h-title .login .login-show .login-admin>form>p.hint{
    color: #fff;
    line-height: 22px;
}
#header .h-title .login .login-show .login-admin>form>p{
    position: relative;
}
#header .h-title .login .login-show .login-admin>form>p .l-bg{
    position: absolute;
    top:7px;
    width:46px;
    height: 46px;
    background: url("../images/index/icon_13.png");
}
#header .h-title .login .login-show .login-admin>form>p:nth-child(1) .l-bg{
    background-position: 0 0;
}
#header .h-title .login .login-show .login-admin>form>p:nth-child(2) .l-bg{
    background-position: 46px 0;
}
#header .h-title .login .login-show .login-admin>form>p>input{
    width: 100%;
    height: 46px;
    padding: 8px;
    margin:7px 0;
    text-indent: 40px;
    font-size: 14px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    outline: none;
    border-radius: 5px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ccc;
}
#header .h-title .login .login-show .login-admin>form>p>input[type=submit]{
    display: block;
    width: 100%;
    background: #39c197;
    border:none;
    font-size: 18px;
    color: #fff;
    text-indent: 0;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
}
#header .h-title .login .login-show .login-admin .apply{
    padding:5px 0 17px;
    text-align: right;
}
#header .h-title .login .login-show .login-admin .apply>a{
    color: #39c197;
    font-size: 12px
}
#section{
    width: 100%;
    min-width: 1200px;
}
#footer{
    width: 100%;
    min-width: 1200px;
    height: 200px;
    background: #1b212a;
    color: #ccc;
}
#footer .content{
    width: 1200px;
    height:140px;
    padding: 30px 0;
    margin:0 auto;
}
#footer .content .left{
    float: left;
    width: 490px;
    height: 100%;
    padding-left: 20px;
}
#footer .content .left>p{
    margin:25px 0;
}
#footer .content .left>p:nth-child(1){
    margin-top:0;
}
#footer .content .left>p:nth-child(3){
    line-height: 26px;
}
#footer .content .right{
    position: relative;
    float: right;
    width: 400px;
    height: 100%;
}
#footer .content .right img{
    display: block;
    width: 75px;
    height: 75px;
}
#footer .content .right>p{
    margin:10px 0;
}
#footer .content .right .scan{
    position: absolute;
    top:25px;
    left: 100px;
    margin: 0;
}
#footer .content .right .company{
    position: absolute;
    top:56px;
    left: 100px;
    margin: 0;
}
#footer .content .right .keep-record{
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
#footer .content .right .keep-record img{
    display: inline-block;
    width: 20px;
    height: 20px;
}
#footer .content .right .keep-record a{
    color: #ccc;
}
#footer .content .right .keep-record a:hover{
    text-decoration: underline;
}
