.arrow{
    width: 100%;
    height: 53px;
    overflow: hidden;
    position: relative;
    margin-top: .5em;
}
.arrow-layer{
    position: absolute;
    left: 0px;
    width: 310px;
    height: 53px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.arrow-layer div{
    float: left;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.arrow-layer div:first-child{
    margin-left: 100px;
    opacity: 1;
}
.arrow-layer div:last-child{
    margin-right: 105px;
    opacity: 0;
}
.text:hover .arrow-layer{
    left: -55px;
}
.text:hover .arrow-layer div:first-child{
    opacity: 0;
}
.text:hover .arrow-layer div:last-child{
    opacity: 1;
}
nav.menu{
    top: 80px;
    width: 100%;
    background-color: #EBF4FD;
    text-align: center;
    opacity: 0;
    display: none;
}
nav.menu.active{
    opacity: 1;
    display: block;
    overflow-y: scroll;
    z-index: 111;
    position: fixed;
}
nav.menu ul{
    list-style: none;
}
nav.menu ul li{
}
nav.menu ul li img{
    display: block;
}
nav.menu>ul.container{
    display: inline-block;
    margin: 0;
    margin-top: 5em;
    padding: 0;
    max-width: 980px;
}
nav.menu>ul.container>li{
    float: left;
}
nav.menu>ul.container>li:nth-child(odd){
    margin-left: 5%;
    margin-right: 9%;
}
nav.menu>ul.container>li:not(.top-class){
    margin-top: 4em;
}
nav.menu>ul.container>li:nth-child(5){
    clear: left;
}
nav.menu>ul.container>li:last-child{
    /*margin-bottom: 4em;*/
    padding-bottom: 4em;
}
nav.menu>ul.container ul{
    padding: 0;
}
nav.menu .title{
    margin-bottom: 1em;
    text-align: left;
}
nav.menu li:nth-child(1) .title img{
    width: 206px;
}
nav.menu li:nth-child(2) .title img{
    width: 323px;
}
nav.menu li:nth-child(3) .title img{
    width: 335px;
}
nav.menu li:nth-child(4) .title img{
    width: 207px;
}
nav.menu li:nth-child(5) .title img,
nav.menu li:nth-child(6) .title img{
    width: 225px;
}
nav.menu li:nth-child(7) .title img{
    width: 227px;
}
nav.menu li:nth-child(8) .title img{
    width: 209px;
}
nav.menu .page-banner{
    margin-bottom: 5px;
}
nav.menu .container>li:nth-last-child(2){
    padding-bottom: 4em;
}
.page-banner{
    position: relative;
}
.page-banner .arrow{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.page-banner .arrow-layer{
    width: 100%;
}
.page-banner .arrow-layer div:first-child img{
    width: 45px;
}
.page-banner .arrow-layer div:nth-child(2) img{
    width: 58px;
}
.page-banner:hover .arrow-layer{
    left: -45px;
}
.page-banner .arrow-layer div:first-child{
    margin-left: 190px;
}
.page-banner .arrow-layer div:last-child{
    margin-right: 107px;
}
.page-banner:hover .arrow-layer div:first-child{
    opacity: 0;
}
.page-banner:hover .arrow-layer div:last-child{
    opacity: 1;
}
nav.menu .anchor-list{
}
.anchor-list .anchor{
    width: 100%;
}
.anchor-list .anchor a{
    padding: 1em 0;
    margin: 0 2%;
    display: block;
    border-bottom: 1px solid #DCDCDD;
    text-align: left;
    width: 96%;
}
.anchor-list .anchor img{
    padding-left: 8px;
}
@media screen and (max-width: 949px){
    nav.menu>ul.container>li:nth-child(odd){
        margin-left: 0;
        margin-right: 0;
    }
    nav.menu>ul.container>li{
        float: none;
    }
    nav.menu>ul.container>li.top-class:not(:first-child){
        margin-top: 4em;
    }
    nav.menu .container>li:nth-last-child(2){
        padding-bottom: 0;
    }
}
@media screen and (max-device-width: 480px), screen and (max-device-width: 720px) and (-webkit-min-device-pixel-ratio: 2.0){
    nav.menu>ul.container>li:first-child{
        margin-top: 4em;
    }
    nav.menu>ul.container{
        width: 90%;
        margin: 0 5%;
    }
    .page-banner a img{
        width: 100%;
    }
    .page-banner .arrow-layer div:first-child{
        margin-left: -webkit-calc(50% - 22.5px);
        margin-left: calc(50% - 22.5px);
    }
    .page-banner .arrow-layer div:last-child{
        margin-right: -webkit-calc(40% - 58px);
        margin-right: calc(40% - 58px);
    }
    .title img{
        max-width: 288px;
    }
    nav.menu li:nth-child(3) .anchor:nth-child(1) a img{
        width: 317px;
    }
    nav.menu li:nth-child(3) .anchor:nth-child(6) a img{
        width: 128px;
    }
    nav.menu li:nth-child(3) .anchor:nth-child(7) a img{
        width: 146px;
    }
    nav.menu li:nth-child(3) .anchor:nth-child(2) a img,
    nav.menu li:nth-child(3) .anchor:nth-child(3) a img,
    nav.menu li:nth-child(3) .anchor:nth-child(4) a img,
    nav.menu li:nth-child(3) .anchor:nth-child(5) a img{
        width: 215px;
    }
    nav.menu li:first-child .anchor:nth-child(1) a img,
    nav.menu li:first-child .anchor:nth-child(2) a img,
    nav.menu li:nth-child(4) .anchor:nth-child(1) a img,
    nav.menu li:nth-child(4) .anchor:nth-child(3) a img,
    nav.menu li:nth-child(4) .anchor:nth-child(4) a img{
        width: 127px;
    }
    nav.menu li:first-child .anchor:nth-child(3) a img{
        width: 99px;
    }
    nav.menu li:nth-child(2) .anchor:nth-child(1) a img,
    nav.menu li:nth-child(2) .anchor:nth-child(2) a img,
    nav.menu li:nth-child(2) .anchor:nth-child(3) a img{
        width: 72px;
    }
    nav.menu li:nth-child(4) .anchor:nth-child(2) a img{
        width: 198px;
    }
    nav.menu li:nth-child(5) .anchor:nth-child(1) a img,
    nav.menu li:nth-child(5) .anchor:nth-child(2) a img,
    nav.menu li:nth-child(5) .anchor:nth-child(3) a img,
    nav.menu li:nth-child(8) .anchor:nth-child(1) a img{
        width: 132px;
    }
    nav.menu li:nth-child(6) .anchor:nth-child(1) a img,
    nav.menu li:nth-child(6) .anchor:nth-child(2) a img,
    nav.menu li:nth-child(6) .anchor:nth-child(3) a img,
    nav.menu li:nth-child(7) .anchor:nth-child(1) a img{
        width: 133px;
    }
    nav.menu li:nth-child(7) .anchor:nth-child(2) a img,
    nav.menu li:nth-child(7) .anchor:nth-child(5) a img{
        width: 104px;
    }
    nav.menu li:nth-child(7) .anchor:nth-child(3) a img{
        width: 199px;
    }
    nav.menu li:nth-child(7) .anchor:nth-child(4) a img{
        width: 126px;
    }
    nav.menu li:nth-child(7) .anchor:nth-child(6) a img{
        width: 77px;
    }
    nav.menu li:nth-child(8) .anchor:nth-child(2) a img{
        width: 246px;
    }
    nav.menu .container>li:nth-last-child(2){
        padding-bottom: 0;
    }
}
/* iphone 5 */
@media screen and (max-device-width: 320px) and (max-device-height: 568px){
    nav.menu li:nth-child(3) .anchor:nth-child(1) a img{
        width: 274px;
    }
    nav.menu .container>li:nth-last-child(2){
        padding-bottom: 0;
    }
}
