
#top {
    position: fixed;
    right: 0;
    z-index: 99999;
}
#top img {
    display: block;
}
header {
     font-family: 'Apple SD Gothic Neo',arial,sans-serif;
}
#header {
    width: 100%;
    height: 95px;
    margin: 0 auto;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    z-index: 9999999;
    box-sizing: border-box;
    top: 0;
    transition: 0.5s;
    position: fixed;
    background: #fff;
}

.h_inner {
    width: 1740px;
    position: relative;
    display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	min-width: 450px; 
    left: 50%;
    transform: translateX(-50%)
}
.logo {
    display: block;
    top: 23px;
    left: 3%;
    position: relative;
}
.logo a {
    display: block;
    text-indent: -9999px;
    background: url(../img/nf/sublogo.png) no-repeat 0 0;
    width: 152px;height: 57px;
    position: relative;
}

nav {
	min-width: 1000px;
    position: absolute;    
    z-index: 9999;
    transition: all 0.5s;
    top: 0;
    left: 70%;
    transform: translateX(-50%);
    font-family: 'Gotham Book', sans-serif;
}
nav>ul {
display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */;
justify-content: center;
    flex-wrap: wrap;
}
nav>ul>li {
    height: 94px;
	position: relative;
    height: auto;
    box-sizing: border-box;
    margin: 0 10px;
    padding: 0 20px;
    width: auto;
}
nav>ul>li:hover {
    color: #00b6bd;
    
}
nav>ul>li>a {
    display: block;
    color: #333;
    line-height: 94px;
    position: relative;
    font-size: 16px;
    text-align: center;
    letter-spacing: -0.5px;
    box-sizing: border-box;
    font-weight: 600;
    transform: rotate(-0.03deg);
    z-index: 111;
}
/*
nav>ul>li>a::after {
    content: "·";
    position: absolute;
    right: -30px;
    
    opacity: 0.5;
}
nav>ul>li:last-child>a::after {
    display: none;
}
*/



.sub {
    text-align: center;
    
    font-size: 14px;
    font-weight: 300;
    display: block;
    padding: 30px 0 20px 0;
    border-radius: 20px;
    position: absolute;
    display: none;
    background: #fff;
    border: 1px solid #eee;
    width: 170%;
    left: -35%;
    top: 78px;
}
.sub::before {
    width: 8px;
    height: 8px;
    background: #263284;
    display: block;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    left: 50%;
    top: -4px;
    overflow: hidden;
}
.sub a {
    text-align: center;
    display: block;
    line-height: 24px;
    margin-bottom: 8px;
    transform:rotate(-0.03deg);
    color: #333 !important;
    font-family: 'Apple SD Gothic Neo',arial,sans-serif;
}
.sub a:hover {
    font-weight: bold;
    font-size: 16px;
    color: #263284 !important;
    letter-spacing: -1px;
}

.bsub {
    padding-top: 65px;
}
.bsub::before {
    display: none;
}
.wsub {
    width: 150%;
}



.call {
    position: absolute;
    top: 32px;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    left: 77vw;
    opacity: 1;
    background: url(../img/nf/call.png) no-repeat 0 0;
    width: 363px;
    height: 42px;
}






/*footer*/


footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 99999999;
    position: relative;
}
.f_inner{
    height: auto;
    background: #ffffff;
    position: relative;
    left: 50%;
    color: #fff;
    font-size: 14px;
    transform: translateX(-50%);
    width: 100%;
    padding: 20px 0 0 0;
    
}
footer .shsg {
    font-size: 17px;
    color: #000;
}

address {
    white-space: pre-wrap;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.3px;
    color: #8a8a8a;
    font-weight: 500;
    transform:rotate(-0.03deg);
    position:relative;
    text-align: center;
    margin: 0 auto;
    width: 1350px;
    padding-top: 20px;
    
}
address p,
address a {
    color: #8a8a8a;
}
address>p>span {
    opacity: 0.4;
}
address strong {
    font-weight: 600;
}
.flogo {
    position: absolute;
    left: 0;
    top: 0px;
}
footer img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.adm {
    padding: 5px 7px;
    margin-left: 5px;
    border-radius: 2px;
    color: #8a8a8a;
    font-size: 14px;
    position: relative;
    top: -0px;
}
.cpr {
    width: 100%;
    bottom: 0;
    padding-top: 30px; margin-top: 10px;
    border-top: 1px solid #4b4b4b;
    position: relative;
}
.f_call {
    position: absolute;
    right: 0;
    top: 32px;
}
/*footer end*/

@media all and (max-width:1500px) {
    nav {
        left: 50%;
    }
}
@media all and (max-width:1400px) {

    
    nav>ul>li {
    margin: 0 0px;
    }
    
nav>ul>li>a::after {
    content: "·";
    position: absolute;
    right: -22px;
    
    opacity: 0.5;
}
nav>ul>li:last-child>a::after {
    display: none;
}

    nav a {
        font-size: 14px !important;
    }
    
    .call {
        left: inherit;
        right: 3% !important;
    }
}

@media all and (max-width:1200px) {
    nav>ul>li {
    margin: 0 0;
    }
    nav a {
        font-size: 13px !important;
    }

}

@media all and (max-width:1100px) {
    
    nav {
        opacity: 0;
        top: -10px;
    }
}

