@charset "utf-8";

html, body{
    margin:0;
    height:100%;
}
ul,li{
    margin:0;
    padding:0;
    list-style:none;
}
a{
    text-decoration:none;
}
p{
    margin:0;
    padding:0;
}
input,select{
    padding:0 8px;
    box-sizing: border-box;
    outline: none;
    font-size:16px;
}
hr{
    border:none;
    margin:0;
    padding:0;
    background:#888;
    display: block;
    height: 1px;
}

*{
    font-family: "Microsoft YaHei","Source Han Sans CN", sans-serif;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    clear: both;
    content: '\20';
    display: block;
    height: 0;
    visibility: hidden;
}



.hide{
    display:none !important;
}


body{
    background: #f7f7f7;
}



.container{
    width:1920px;
    margin:0 auto;
}
#top{
    background: url(../images/top.jpg) ;
    background-size:100% auto;
    height:604px;
    position: relative;
}

.nav {
    padding:0 50px;
    box-sizing: border-box;
}

.nav-logo{
    background: url(../images/top-logo.png) ;
    height:60px;
    width:603px;
    float: left;
    margin-top:40px;
    background-size:100% auto;
}
.nav-list{
    height:60px;
    line-height:60px;
    width:1000px;
    float: right;
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}

#login_head_id{
    display: inline-block;
    min-width:390px
}

.nav-list a{
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.nav-list a:hover{
    color: #000;

}

.nav-list > li{
    text-align: center;
    color: #FFFFFF;
    line-height: 60px;
    font-size:18px;
    display: inline-block;
    margin-right:50px;
    position: relative;
}
.nav-home{
    font-weight: bold;
    font-size: 20px;
}
.nav-login{
    border: 1px solid #fff;
    width:54px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
}
.nav-sub{
    display:none;
    position: absolute;
    top:50px;
    width:200px;
    background: #ffffff80;
    left:50%;
    margin-left:-105px;
    padding:5px ;
    border-radius:  0 0 5px  5px ;
    font-size:14px;

}
.nav-list li:hover .nav-sub{
    display: block;
}
.nav-sub > li{
    height:36px;
    line-height:36px;
    color:#333;
}


.nav-sub > li:hover{
    color:#0253C7;
    background:url(../images/jj2.png) left center no-repeat;
    border-radius:0px 0px 0px 0px;

}


.nav-sub > li a{
    color:#333;
}

.nav-sub > li:hover a{
    color:#0253C7;
}

/*三级*/
.nav-sub li:hover .nav-sub1 {
    display: block;
}
.nav-sub1{
    display:none;
    /*display:block;*/
    position: absolute;
    top:50px;
    width:160px;
    background: #ffffff80;
    left:50%;
    margin-left:85px;
    padding:5px ;
    border-radius:  0 0 5px  5px ;
    font-size:14px;
}
.nav-sub1 > li{
    height:36px;
    line-height:36px;
    color:#333;
}


.nav-sub1 > li:hover{
    color:#0253C7;
    background:url(../images/jj2.png) left center no-repeat;
    border-radius:0px 0px 0px 0px;

}


.nav-sub1 > li a{
    color:#333!important;
}

.nav-sub1 > li:hover a{
    color:#0253C7!important;
}

#crumb{
    height:66px;
    line-height: 66px;
    background: #fff;
    box-shadow: 0px 4px 50px 0px rgba(0,0,0,0.25);
    padding:0 180px;
    box-sizing: border-box;
}
#crumb .container{
    width:1560px;
}

.split-txt{
    margin:0 6px;
}


#page{
    padding:1px 180px;
    box-sizing: border-box;
}
.page-sidebar{
    text-align: center;
    float:left;
    width: 235px;
    height: 353px;
    font-size: 20px;
    border:1px solid #eee;
    margin-bottom: 20px;
}
.side-title{
    font-weight: bold;
    background: #0253C7;
    height:80px;
    line-height: 80px;
    color: #fff;
}
.side-nav{
    height:272px;
    overflow: hidden;
    background: url(../images/sidebar.png) center center no-repeat;
}
.side-item{
    margin-top: 20px;
    height:47px;
    line-height: 47px;
    color: #666;
}

.side-item.active{
    background:#0253C7;
}
.side-item.active a{
    color: #fff;
}

.page-main{
    margin:40px 0 40px 60px;
    width:1260px;
    float: right;
}




#friend{

    height: 66px;
    line-height: 66px;
    background: #0253C7;
    border-radius: 0;
    margin-top:20px;
    overflow: hidden;
}
.friend-link{
    width:1560px;
    padding:0 180px;
    margin: 0 auto;
}

.friend-link li{
    height:18px;
    font-size:16px;
    color:#fff;
    display: inline-block;
    margin-right:30px;
}
.friend-link li:last-child{
    margin-right: 0;
}


#footer{
    background: url(../images/footer.jpg) ;
    background-size:100% auto;
}

.footer-content{
    width:1560px;
    margin: 0 auto;
    padding:50px 0;
    display: flex;
}
.footer-info{
    flex: 1;
    text-align: left;
    color:#fff;
    font-size: 14px;
    line-height: 22px;
}
.footer-logo{
    flex: 1;
    text-align: center;
}
.footer-logo img{
    width:140px;
}
.footer-qrcode{
    flex: 1;
    text-align: center;
}
#copyright{
    text-align:center;
    font-size:12px;
    color:#fff;
    background:#333;
    padding:6px 0;
}