.nav-bar {
    display: flex;	
}

.nav-bar a,a:link,a:visited {
    text-decoration: none;
    color: #222
}

.nav-bar a:active,a:hover {
    text-decoration: underline;
    color: #222
}
.nav-logo {
	height:33px!important;
}

/* header */
#header {
    width: 100%;
    height: 72px;
    position: relative;
	display: flex;
	background: white;
    justify-content: space-between;
}

.header>div * {
    margin: 0;
    padding: 0;
    font-family: Segoe UI, Arial, Segoe, Tahoma, sans-serif;
	font-size:16px;
}

.header>div {
    align-items: center;
    overflow: visible;
    justify-content: space-between;
}

.header li {
    display: inline-block;
}

.header div>div>ul:nth-child(1) {
    margin-top: 18px;
    margin-bottom: 15px;

}

.header div>div>ul:nth-child(1) li {
    margin-right: 40px;
    line-height: 28px;
}

.header div>div>ul:nth-child(1) li:nth-child(1) i {
    width: 18px;
    height: 18px;
    background: url(../images/store.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: -4px;
}

.header div>div>ul:nth-child(1) li:last-child {
    margin: 0px;
    vertical-align: -7px;
}

.header div>div>ul:nth-child(1) li a {
    font-size: 16px;
    color: #222;
}


.header div ul {
    text-align: right;
}

.header div ul:nth-child(2) {
    margin-bottom: 22px;
    position: relative;
}

.header div ul:nth-child(2) li {
    display: inline-block;
    font-size: 18px;
    color: #333;

    margin-right: 32px;
}

.header div ul:nth-child(2) li>span>i {
    width: 12px;
    height: 6px;
    background: url(../images/arrow-down-up.png);
    display: inline-block;
    margin-left: 8px;
    vertical-align: 2px;
}

.header div ul:nth-child(2) li:last-child {
    margin-right: 0px;
}

.header div ul:nth-child(2) li::after {
    clear: both;
    content: "";
    width: 100%;
    height: 25px;
    background: transparent;
    position: absolute;
    top: 20px;
    left: 0px;
    display: none;
}

.header div ul:nth-child(2) li.active>span {
    color: #0067e7;
    text-decoration: none;
    cursor: pointer;
}
.header div ul:nth-child(2) li.active>a {
    color: #0067e7;
    text-decoration: none;
    cursor: pointer;
}
.header div ul:nth-child(2) li.active div {
    display: block;
}

.header div ul:nth-child(2) li.active:after {
    display: block;
}

.header div ul:nth-child(2) li.active>span>i {
    background-position-y: -6px;
}

.header div ul:nth-child(2).header_nav li:hover div {
    display: block;
}

.header div ul:nth-child(2).header_nav li:hover>span {
    color: #0067e7;
    text-decoration: none;
    cursor: pointer;
}
.header div ul:nth-child(2).header_nav li:hover>a {
    color: #0067e7;
    text-decoration: none;
    cursor: pointer;
}
.header div ul:nth-child(2).header_nav li:hover:after {
    display: block;
}

.header div ul:nth-child(2).header_nav li:hover>span>i {
    background-position-y: -6px;
}

.header div ul:nth-child(2) li div {
    position: absolute;
    top: 45px;
    right: 0px;
    background: #fff;
    z-index: 10;
    padding: 51px 87px 40px;
    border-radius: 0 0 8px 8px;
    box-shadow: 1px 1px 15px 7px rgba(0, 0, 0, .1);
    width: 880px;
    box-sizing: border-box;
    display: none;
}

.header div ul:nth-child(2) li div {
    overflow: hidden;
}

.header div ul:nth-child(2) li div dl {
    width: 280px;
    text-align: left;
    display: block;
    float: left;
}

.header div ul:nth-child(2) li div dl:nth-child(1) {
    margin-right: 104px;
}

.header div ul:nth-child(2) li div dl dt {
    font-size: 20px;
    color: #222;
    border-bottom: 1px solid #d1d1d1;
    width: 100%;
    padding-bottom: 13px;
    margin-top: 0px;
    font-weight: 550;
}

.header div ul:nth-child(2) li div dl dd {
    display: block;
    line-height: 14px;
    margin-top: 22px;
    margin-right: 0px;
}

.header div ul:nth-child(2) li div dl dd>img {
    vertical-align: -2px;
    margin-right: 8px;
}

.header div ul:nth-child(2) li div dl dd a {
    font-size: 14px;
    color: #222;
    font-weight: normal;
    position: relative;
    position: relative;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}

.header div ul:nth-child(2) li div dl dd img {
    margin-left: 12px;
}

.header div ul:nth-child(2) li div dl dt img {
    margin: 0px;
    margin-right: 8px;
    vertical-align: -5px;
}

.header div ul:nth-child(2) li div dl dd a::after {
    width: 0px;
    clear: both;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #2674e9;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    max-width: 100%;
}

.header div ul:nth-child(2) li div dl dd a:hover::after {
    width: 100%;
}

.header div ul:nth-child(2) li div dl dd a:hover {
    color: #2674e9;
    text-decoration: none;
}

.header div ul:nth-child(2) li:nth-last-child(2) div,
.header div ul:nth-child(2) li:nth-last-child(1) div {
    width: 880px;
    padding: 51px 55px 40px;
}

.header div ul:nth-child(2) li:nth-last-child(2) div dl:nth-child(2),
.header div ul:nth-child(2) li:nth-last-child(1) div dl:nth-child(2) {
    margin-right: 104px;
}

.header .toggle {
    display: none;
}


@media screen and (max-width:808px) {
    .header div>div {
        display: flex;
        flex-direction: column;
        border-radius: 0 0 8px 8px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    }

    .header div>div>ul:nth-child(1) {
        order: 2;
        margin: 0 !important;
    }

    .header div>div>ul:nth-child(2) {
        order: 1;
    }

    .header div>div>ul:nth-child(1) {
        display: block;
    }

    .header div>div>ul:nth-child(1) li {
        display: none !important;
    }

    .header div>div>ul:nth-child(1) li:last-child {
        display: block !important;
    }

    .header .toggle {
        font-size: 30px;
        color: #222;
        display: inline-block;
		float:right;
        width: 20px;
        height: 20px;
		margin-right:10px;
        background: url(../images/toggle-list.svg);
    }

    .header .toggle.active {
        background: url(../fonts/toggle-close.svg) no-repeat 6px;
    }

    .header {
        position: relative;
        height: 60px;
		width:100%;
        background: #fff;
        z-index: 4;
    }

    .header>div {
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .header div>div {
        position: absolute;
        left: 0px;
        top: 60px;
        z-index: 2;
        width: 100%;
        background: #fff;
        display: none;
    }

    .header div>div.active {
        display: flex;
    }

    .header div>div ul>li {
        display: block !important;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid #eee;
        margin: 0px !important;
    }

    .header div ul:nth-child(2) li div dl dd {
        border: none;
    }

    .header div>div ul>li span,
    .header div ul:nth-child(2) li div dl dd {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .header div ul:nth-child(2) a {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .header div>div ul>li span {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header div ul:nth-child(2) li div dl dt {
        border: none;
        padding-bottom: 20px;
        padding-top: 25px;
        border-bottom: 1px solid #eee;
    }

    .header div ul:nth-child(2) li div {
        position: static;
        box-shadow: 0 0 0;
        width: 100% !important;
        padding: 0px !important;
        margin: 0 !important;
    }

    .header div ul:nth-child(2) li div dl {
        display: block;
        float: none;
        width: 100%;
    }

    .header div ul:nth-child(2) li:hover:after {
        display: none !important;
    }

    .header div ul:nth-child(2) {
        margin-bottom: 0px;
    }

    .header div ul:nth-child(2) div li:last-child {
        padding-bottom: 0px;
    }

    .header div>div>ul:nth-child(1) li {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .header div ul:nth-child(2) li div dl dt {
        font-size: 16px;
        padding-left: 10px;
    }

    .header div ul:nth-child(2) li div dl dd {
        padding-left: 44px;
    }

    .header div ul:nth-child(2) li div dl dd:hover a {
        color: #2674e9;
    }
    .nav-logo{
		margin-top:6px !important;
	}



  

@media screen and (max-width:850px) {

   
}


@media screen and (max-width:630px) {

}

@media screen and (max-width:540px) {
  	.nav-logo {height:25px!important;} 
}

@media screen and (max-width:430px) {
	.nav-logo {height:25px!important;}
   
}

@media screen and (max-width:375px) {
	.nav-logo {height:25px!important;}
}

@media screen and (max-width:320px) {
	.nav-logo {height:25px!important;}
}

