/*导航*/
header{
    width: 100%;
    background: transparent;
    position: absolute;
    top:0;
    height: 90px;
    z-index: 111;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
nav{
    width: 1200px;
    height: 90px;
    line-height: 90px;
    margin:0 auto;
}
.logo{
    float: left;
    margin-top: 25px;
}
.nav{
    width:70%;
    height: 100%;
    float: right;
}
.nav li{
    width: 15%;
    text-align: center;
    float: left;
}
.nav li a{
    font-size: 18px;
    color:#fff;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.nav li.back{
    border-bottom:3px solid #ffffff; 
    position:absolute; 
    z-index:99;
    bottom: 0
}
/*滚动的导航*/
.header{
    width: 100%;
    background:#fff;
    /*position: fixed;
    top:0;*/
    height: 90px;
    -moz-box-shadow:0px 10px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow:0px 10px 10px rgba(0,0,0,0.2);
    -ms-box-shadow:0px 10px 10px rgba(0,0,0,0.2);
    -o-box-shadow:0px 10px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
    margin-bottom: 300px;
    position: fixed;
    top:0;
    z-index: -1;
    /*display: none;*/
}
.s-nav{
    width: 1200px;
    height: 90px;
    line-height: 90px;
    margin:0 auto;
}
.scroll-nav{
    width:70%;
    height: 100%;
    float: right;
    position: relative;
}
.scroll-nav li{
    width: 15%;
    text-align: center;
    float: left;
}
.scroll-nav li a{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 18px;
    color:#000;
    position: ;
}
.scroll-nav li a:hover{
    color:#2A4F8A;
}
.scroll-nav .current a{
    color:#2A4F8A;
}
.scroll-nav li.back{
    border-bottom:3px solid #2A4F8A; 
    position:absolute; 
    z-index:99;
    bottom: 0
}

.footer{
    width:100%;
    background: #333333;
    margin-top:20px;
}
footer{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
footer ul{
    float: left;
    color:#fff;
    padding: 40px 80px;
}
footer ul li:first-child{
    font-size: 16px;
    margin-bottom: 30px;
}
footer ul li:not(:first-child){
    margin-bottom: 10px;
}
footer ul li:not(:first-child) :before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C2C2C2;
    display: block;
    float: left;
    margin:8px 6px 0;
}
footer ul li:not(:first-child):hover :before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ffffff;
    display: block;
    float: left;
    margin:8px 6px 0;
}
footer ul a{
    color:#C2C2C2;
}
footer ul a:hover{
    color:#fff;
    text-decoration: underline;
}
footer>img{
    display: block;
    float: left;
    margin-top: 40px
}
.copy{
    border-top:1px dashed #cacaca;
    color:#cacaca;
    font-size: 14px;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    clear: both;
}
/*面包屑*/
.crumbs{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
}
.crumbs-content{
    width:1200px;
    margin: 0 auto;
}
.crumbs-content img{
    display: inline-block;
    margin-top: -4px;
}
.crumbs-content a,.crumbs-content span{
    color: #999;
    margin-left: 10px;
    font-size: 14px;
}
.crumbs-content a:hover{
    color: #4A87E7;
}
.footer-code{
    margin-top: 40px;
    float: left;
    text-align: center;
}
.footer-code>img{
    display: block;
    width:118px;
    height: 118px;
    margin-bottom: 10px;
}
.footer-code a{
    color:#333333;
}
.footer-code a:hover{
    color:#fff;
}