@charset "UTF-8";


.top-nav{
    height: 88px;
    margin: 0 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    line-height: 88px;
    transition:opacity 1s;
}
.top-nav.off{
    opacity: 0;
}
.top-nav.on{
    opacity: 1;
}
.top-nav .left a,
.top-nav .left i{
    display:inline-block;
    margin-right: 10px;
    color: #333;
}
.top-nav .left .home{
    width: 15px;
    height: 15px;
    background: url("../img/home.png") no-repeat center/100%;
}
.top-nav .left i{
    width: 9px;
    height: 10px;
    background: url("../img/＞.png") no-repeat center/100%;
}
.top-nav .right ul li{
    margin-left: 30px;
}
.top-nav .right ul li a{
    color: #333;
}
.top-nav .right ul li a:hover{
    color: #0068b3;
}
.top-nav .right ul li:hover span{
    width: 62px;
    left: 0px;
}
.top-nav .right ul li a.on{
    color: #0068b3;
}
.top-nav .right ul li span{
    bottom: -2px;
    left: 30px;
    width: 0px;
    height: 4px;
    background-color: #0068b3;
    border-radius: 10px;
    transition: .3s;
}
.top-nav .right ul li span.on{
    width: 100%;
    left: 0px;
}
.main-title{
    margin-bottom: 80px;
    padding: 0 5%;
    color: black;
    font-size: 32px;
    text-align: center;
    transition: 1s;
}
.main-title.off{
    opacity: 0;
}
.main-title.on{
    opacity: 1;
}

#pagers{
    margin: auto;
    font-size: 14px;
}
#pagers > div{
    float: left;
    width: 30px;
    height: 37px;
    margin-top: 60px;
    margin-right: 8px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 37px;
}
#pagers > div:hover{
    background-color: #0773b7;
    border-color: #0773b7;
}
#pagers > div:hover a {
    color: white;
}
#pagers > div.on{
    background-color: #0773b7;
    border-color: #0773b7;
}
#pagers > div a.on {
    color: white;
}
#pagers > div a{
    color: #333;
    padding: 8px;
}
.go-back{
    display: inline-block;
    margin-top: 75px;
    margin-bottom: 65px;
    padding: 13px 26px;
    border: 2px solid #0068b3;
    color: #333;
    font-size: 14px;
    border-radius: 30px;
}
.go-back:hover{
    background-color: #0068b3;
    color: white;
}

@media screen and (max-width: 414px){

    .top-nav{
        font-size: 20px;
    }

}

@media screen and (max-width: 1600px){
    #pagers > div a {
        padding: 7px ;
    }
}
@media screen and (max-width: 1600px){
    #pagers > div a {
        padding: 4px ;
    }
}

