.page-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 80px;
	background-color: #fff;
	width: 100%;
}
.page-top>div {
	min-width: 1400px;
	margin: 0 5%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.page-top .logo {
	max-height: 100%;
    height: 60px;
    width: 180px;
}
.page-top.on-fixed {
	box-shadow: 0 0 5px #ECEDEE;
}
.page-top .menu-container {
	width: calc(100% - 150px);
	margin-left: 60px;
}
.page-top .menu-container #wnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	width: 100%;
	position: relative;
}
.page-top .menu-container #wnav>ul {
	display: inline-block !important;
}
.page-top .menu-container #wnav>ul>li {
	padding: 0 30px;
	float: left;
	position: relative;
}
.page-top .menu-container #wnav>ul>li:last-child {
	padding-right: 0;
}
.page-top .menu-container #wnav>ul>li>a {
	line-height: 80px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	position: relative;
	display: block;
}
.page-top .menu-container #wnav>ul>li>a::after {
	bottom: 20px;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	width: 0;
	height: 4px;
	background-color: #0b86ea;
	border-radius: 2px;
	transition: .5s;
}
.page-top .menu-container #wnav>ul>li>a img {
	bottom: 15px;
	left: 50%;
	width: 0;
	position: absolute;
	display: block;
	transform: translate(-50%, 0);
	transition: all 0.3s;
}
.page-top .menu-container #wnav>ul>li>a.act img,
.page-top .menu-container #wnav>ul>li:hover>a img {
	width: 100%;
}
.page-top .menu-container #wnav>ul>li:hover>a,
.page-top .menu-container #wnav>ul>li>a.act,.page-top .menu-container #wnav>ul>li>ul>li>a.act {
	color: #0b86ea;
}
.page-top .menu-container #wnav>ul>li:hover>a::after,
.page-top .menu-container #wnav>ul>li>a.act::after {
	width: 100%;
}
.page-top .menu-container #wnav ul li div.down_list {
	display: none;
	border-radius: 0.625rem;
	background: rgba(255, 255, 255, 0.8);
	margin-top: -0.65rem;
}
.page-top .menu-container #wnav ul li div.down_list ul li a {
	display: block;
	text-align: center;
}
.page-top .menu-container span {
	display: none;
	z-index: 9999;
	height: 50px;
	width: 50px;
	right: 0;
	top: 0;
	position: absolute;
	background: url(../image/menu1.svg) no-repeat center center;
	background-size: 70%;
}
.page-top .menu-container span:active {
	opacity: .8;
}
.page-top.index .menu-container #wnav>ul>li>a {
	text-transform: capitalize;
	position: relative;
	color: #FFFFFF;
}
body.on-menu .page-top .menu-container span {
	background: url(../image/menu-hide1.svg) no-repeat center center;
	background-size: 40%;
	z-index: 9999;
}
#wnav,
#wnav ul li,
#wnav ul li a,
#wnav #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	display: block;
	position: relative;
	box-sizing: border-box;
}
#wnav #menu-button {
	display: none;
}
#wnav {
	width: auto;
}
#menu-line {
	top: 0;
	left: 0;
	height: 3px;
	background: #b3c9e2;
	transition: all .25s ease-out;
	position: absolute;
}
#wnav>ul>li {
	float: left;
}
#wnav>ul>li>a {
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	transition: color .2s ease;
	padding: 0;
}
#wnav>ul>li:hover>a,
#wnav>ul>li.active>a {
	color: #fff;
}
#wnav ul ul ul {
	top: 0;
	right: 100%;
	width: 100%;
}
#wnav ul ul li:hover>ul {
	margin-left: 0;
}
#wnav ul ul {
	top: 80px;
	left: 0;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	z-index: 99;
	display: none;
	transition: all 0.5s;
	background-color: #eaf0f5;
}
#wnav ul li:hover>ul {
	display: flex;
}
#wnav ul li:hover>ul>li {
	margin: 0 30px;
	white-space: nowrap;
}
#wnav ul ul .ul {
	box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, 1);
}
#wnav ul ul::after {
	top: 80px;
	left: 0;
	width: 100%;
	height: 60px;
	content: "";
	position: fixed;
	z-index: 9;
	background-color: #eaf0f5;
}
#wnav ul ul li {
	transition: height .2s ease;
}
#wnav ul ul li>a {
	z-index: 10;
	padding: 8px 0;
	color: #666;
	text-decoration: none;
	font-size: 16px;
	transition: color .2s ease;
	position: relative;
}
#wnav ul ul li:hover a {
	display: flex;
	align-items: center;
	justify-content: center;
}
#wnav ul ul li:hover a span {
	display: inline-block;
	width: 10px;
	height: 2px;
	background: #fff;
	margin-right: 3px;
}
#wnav ul ul li>a:hover,
#wnav ul ul li a:hover {
	color: #0b86ea;
}
#wnav ul ul li:last-child>a {
	border: 0;
}
.appointment {
	background-image: linear-gradient(-40deg, #0b86ea 0%, #0b86ea 100%);
	border-radius: 21px;
	color: #fff !important;
	width: 120px;
	height: 42px;
	margin-right: 30px;
}
.phone {
	border: solid 1px #0b86ea;
	height: 42px;
	border-radius: 21px;
	padding: 0 20px;
}
.phone img {
	margin-right: 10px;
}
/*pc-m*/
@media screen and (min-width:993px) and (max-width:1024px) {
    .page-top .menu-container {
		width: 100%;
	}
	.page-top .logo {
		max-height: 40px;
	}
    .page-top .menu-container #wnav>ul>li {
		padding: 0 10px;
	}
}
/*mobile*/
@media screen and (max-width:992px) {
    #wnav {
        width: 100%
    }
    #wnav ul {
        display: block;
        width: 100%;
    }
    #wnav ul ul {
        border-top: 1px #eee solid;
        top: 0;
        box-shadow: none;
        border: 0;
    }
    #wnav ul ul .ul {
        border-radius: 0;
        background: #fff;
        box-shadow: none !important;
    }
    #wnav>ul>li>a {
        padding: 0 20px;
    }
    .menu.align-center>ul,
    .menu.align-right ul ul {
        text-align: left
    }
    #wnav ul li:hover>ul>li,
    #wnav ul ul li,
    #wnav ul li {
        height: auto;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
    #wnav ul li:hover>ul {
        top: 0;
    }
    #wnav ul li a,
    #wnav ul ul li a {
        width: 100%
    }
    #wnav>ul>li,
    .menu.align-center>ul>li,
    .menu.align-right>ul>li {
        display: block;
        float: none
    }
    #wnav ul ul li a {
        background: 0 0;
        font-size: 12px;
        padding: 0 30px 0 20px
    }
    #wnav ul ul ul li a {
        padding-left: 40px
    }
    #wnav ul ul,
    #wnav ul ul ul {
        margin: 0;
        left: 0;
        right: auto;
        position: relative;
        width: 100%
    }
    #wnav>ul>li.has-sub>a::after,
    #wnav ul ul li.has-sub>a::after {
        display: none
    }
    #menu-line {
        display: none
    }
    #wnav #menu-button {
        cursor: pointer;
        font-size: 12px;
        color: #000;
        padding: 20px;
        text-transform: uppercase
    }
    #wnav #menu-button::after {
        top: 20px;
        right: 20px;
        width: 15px;
        height: 2px;
        background: #fff;
        position: absolute;
        display: block;
        content: ''
    }
    #wnav #menu-button::before {
        top: 25px;
        right: 20px;
        width: 15px;
        height: 3px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        position: absolute;
        display: block;
        content: ''
    }
    #wnav .submenu-button {
        z-index: 10;
        right: 0;
        top: 0;
        height: 52px;
        width: 52px;
        border-left: 1px solid #eee;
        display: block;
        cursor: pointer;
        position: absolute
    }
    #wnav .submenu-button::after {
        top: 21px;
        left: 26px;
        width: 1px;
        height: 11px;
        background: #999;
        z-index: 99;
        position: absolute;
        display: block;
        content: ''
    }
    #wnav .submenu-button::before {
        left: 21px;
        top: 26px;
        width: 11px;
        height: 1px;
        background: #999;
        z-index: 99;
        position: absolute;
        display: block;
        content: ''
    }
    #wnav .submenu-button.submenu-opened:after {
        display: none
    }
    #wnav ul ul {
        padding: 0;
        border-bottom: none;
        background: transparent;
    }
    #wnav ul ul ul {
        top: 0;
    }
    #wnav li:hover>ul {
        left: auto;
        margin-left: auto;
    }
    .page-top .menu-container #wnav ul li ul li {
        border-bottom: 1px #eee dashed;
        border-top: 0;
        margin-left: 0;
    }
    .page-top .menu-container #wnav ul li ul li:last-child {
        border: 0;
    }
    .page-top>div {
        min-width: initial;
        line-height: 1.8;
        padding: 0;
        width: 92%;
        margin: 0 auto;
        font-size: 14px
    }
    .page-top .logo {
        max-height: 28px;
        margin-top: 10px
    }
    #wnav ul ul {
        opacity: 1;
        visibility: visible
    }
    #wnav ul ul.open {
        display: block !important
    }
    .page-top .page-container {
        display: block
    }
    .page-top.index .menu-container #wnav>ul>li>a {
        color: #333
    }
    .page-top {
        position: fixed !important;
        z-index: 999;
        top: 0;
        right: 0;
        left: auto;
        width: 100%;
        height: 50px;
        padding-top: 0;
        background: #fff;
        transition: right 300ms !important
    }
    .page-top.index {
        background: #FFFFFF;
        border: 0;
        box-shadow: 0 0 5px #EEEEEE
    }
    .page-top .menu-container #wnav>ul>li>a:hover {
        color: #006bea
    }
    .on-fixed .page-top {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1)
    }
    .page-top .menu-container span {
        display: block
    }
    body.on-menu .page-top .mbtn {
        z-index: 9999
    }
    .page-top .menu-container #wnav {
        position: fixed;
        top: 50px;
        right: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
        background-color: #fff;
        transition: right 300ms;
        right: -100%;
        padding: 0;
        z-index: 9999;
        overflow-y: auto;
        text-align: center;
        margin-top: 0;
        padding-bottom: 50px;
        display: block
    }
    .page-top .menu-container #wnav ul>li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
        float: none;
        width: 100%
    }
    .page-top .menu-container #wnav ul>li:first-child {
        border-top: 1px #eee solid
    }
    #wnav ul ul {
        transform: translate(0, 0);
        border-top: 1px solid rgba(255, 255, 255, .1)
    }
    .page-top .menu-container #wnav ul li a {
        display: block;
        line-height: 50px;
        height: 50px;
        color: #333;
        text-align: left;
        font-size: 16px;
        font-weight: normal
    }
    .page-top .menu-container #wnav>ul>li>a.now::after,
    .page-top .menu-container #wnav>ul>li:hover>a::after {
        display: none
    }
    .page-top .menu-container #wnav>ul>li>a.login {
        width: 100px;
        margin: 10px 0;
        margin-left: 20px;
        text-align: center
    }
    .page-top .menu-container #wnav>ul>li>a small {
        display: none
    }
    .page-top .menu-container #wnav>ul {
        display: block;
        width: 100%
    }
    body.on-menu .page-top .menu-container #wnav {
        right: 0
    }
    body.on-menu .main {
        right: 0
    }
    .page-top .menu-container #wnav>ul>li>a {
        padding: 0 20px;
        background: none;
        margin: 0;
        width: 100%;
        color: #333
    }
    .page-top .menu-container #wnav ul li i {
        display: block
    }
    .page-top .twoMenu {
        top: 0px;
        background: none;
        padding: 0;
        width: initial;
        position: relative
    }
    .page-top .twoMenu dl {
        margin-bottom: 10px
    }
    .page-top .twoMenu dl dd {
        margin-top: 0
    }
    .page-top .menu-container #wnav ul li .twoMenu dl dt>a {
        color: #fff
    }
    .on-fixed .page-top .menu-container #wnav ul li .twoMenu dl dt>a {
        color: #000
    }
    .page-top .menu-container #wnav ul li .twoMenu {
        top: 10px;
        box-shadow: none
    }
    .page-top .menu-container #wnav ul li .twoMenu .liDiv>a {
        line-height: 32px;
        height: 32px;
        font-weight: normal
    }
    .page-top .twoMenu .liDiv>a:after {
        top: 0
    }
    .page-top .menu-container #wnav ul li.relativeLi .twoMenu .ulDiv {
        margin: 0 15px
    }
    body.on-menu .page-top .menu-container li span {
        background: none
    }
    .page-top .menu-container #wnav ul li .twoMenu dl dt>a {
        line-height: 50px;
        height: initial
    }
    .page-top .menu-container #wnav>ul>li>a::before {
        display: none
    }
    .page-top .menu-container #wnav>ul>li:hover,
    .page-top .menu-container #wnav>ul>li:focus,
    .page-top .menu-container #wnav>ul>li.on {
        background: none
    }
    .page-top .menu-container #wnav>ul>li.on>a {
        color: #204e9e
    }
    .page-top .menu-container #wnav>ul>li>a:hover span,
    .page-top .menu-container #wnav>ul>li>a.now span {
        display: none
    }
}