.nav-top {
	left: 0px; top: 0px; width: 100%; position: absolute; z-index: 9999;
}
.nav-top .lang-switch-container {
	background: rgba(17, 17, 17, 0.5); height: 30px;
}
.nav-top .lang-switch-container .lang-switch {
	text-align: right; color: rgb(255, 255, 255); font-size: 13px;
}
.nav-top .lang-switch-container .lang-switch li {
	transition:color 0.25s ease-in-out; line-height: 30px; margin-left: 15px; display: inline-block; cursor: pointer;
}
.nav-top .lang-switch-container .lang-switch li:hover {
	color: rgba(255, 255, 255, 0.5);
}
.nav-top .lang-switch-container .lang-switch li:last-child {
	margin-right: 10%;
}
.nav-top .nav-menu-container {
	background: rgba(255, 255, 255, 0.5);
}
.nav-top .nav-menu-container .nav-menu {
	padding: 20px 0px; display: flex; justify-content: space-between;
}
.nav-top .nav-menu-container .nav-menu .nav-homepage img {
	width: 306px; height: 48px;
}
.nav-top .nav-menu-container .nav-menu .nav-homepage .site-names {
	text-align: justify; margin-left: 8px; display: flex; flex-direction: column; justify-content: center;
}
.nav-top .nav-menu-container .nav-menu .nav-homepage .site-names .zh-name {
	font-size: 20px;
}
.nav-top .nav-menu-container .nav-menu .nav-homepage .site-names .en-name {
	font-size: 12px;
}
.nav-top .nav-menu-container .nav-menu .nav-items {
	margin-right: 10%;
}
.nav-top .nav-menu-container .nav-menu .nav-items > li {
	display: inline-block; position: relative;
}
.nav-top .nav-menu-container .nav-menu .nav-items > li:last-child {
	margin-right: 0px;
}
.nav-top .nav-menu-container .nav-menu .nav-items > li > a {
	padding: 10px; transition:color 0.25s ease-in-out; color: rgb(0, 0, 128); display: inline-block; cursor: pointer;
}
.nav-top .nav-menu-container .nav-menu .nav-items > li > a:hover {
	color: rgba(255, 255, 255, 0.5);
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems {
	background: rgba(255, 255, 255, 0.96); border-radius: 4px; left: 0px; top: 100%; width: 140px; display: none; position: absolute; z-index: 10; box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .caret-up {
	top: -5px; width: 0px; height: 0px; right: 40px; border-right-color: transparent; border-bottom-color: rgb(255, 255, 255); border-left-color: transparent; border-right-width: 5px; border-bottom-width: 5px; border-left-width: 5px; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; position: absolute; z-index: 10;
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .sub-list > li {
	border-bottom-color: rgb(232, 232, 232); border-bottom-width: 1px; border-bottom-style: solid;
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .sub-list > li:last-child {
	border-bottom-color: currentColor; border-bottom-width: medium; border-bottom-style: none;
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .sub-list > li > a {
	padding: 10px 16px; transition:color 0.25s ease-in-out; color: rgb(96, 96, 96); font-size: 16px; display: block; cursor: pointer;
}
.nav-top .nav-menu-container .nav-menu .nav-items .nav-subitems .sub-list > li > a:hover {
	color: rgba(96, 96, 96, 0.5);
}
.nav-bottom {
	background: rgba(17, 17, 17, 0.8); left: 0px; width: 100%; height: 36px; bottom: 0px; color: rgb(255, 255, 255); font-size: 13px; position: fixed; z-index: 9999;
}
.nav-bottom .site-bottom {
	height: 36px; display: flex; justify-content: space-between; align-items: center;
    padding-left: 2%;
    padding-right: 2%;
}
.nav-bottom .site-bottom .site-bottom-right {
	display: flex;
}
.nav-bottom .site-bottom .site-bottom-right .ruo-school {
	margin-right: 10px;
}
.nav-bottom .site-bottom .site-bottom-right .wexin-offical {
	margin-right: 10px;
}
.nav-bottom .site-bottom a {
	color: rgb(255, 255, 255);
}
.nav-bottom .wexin-offical {
	width: 19px; height: 16px; position: relative; cursor: pointer; background-image: url("../images/wechat_light.png"); background-size: 100%;
}
.nav-bottom .wexin-offical .wexin-popup {
	background: rgb(255, 255, 255); padding: 3px; border-radius: 10px; border: 2px solid rgb(219, 119, 30); border-image: none; left: -67px; bottom: 24px; display: none; position: absolute; z-index: 10;
}
.nav-bottom .wexin-offical .wexin-popup::before {
	left: 50%; width: 0px; height: 0px; bottom: -6px; margin-left: -6px; border-top-color: rgb(219, 119, 30); border-right-color: transparent; border-left-color: transparent; border-top-width: 6px; border-right-width: 6px; border-left-width: 6px; border-top-style: solid; border-right-style: solid; border-left-style: solid; position: absolute; content: "";
}
.nav-bottom .wexin-offical .wexin-popup img {
	width: 140px; height: 140px;
}
.nav-bottom .wexin-offical .wexin-popup .scan-desc {
	padding: 0px 7px; text-align: center; color: rgb(96, 96, 96); font-size: 16px;
}
.nav-bottom .wexin-offical .wexin-popup .scan-desc.en {
	font-size: 12px;
}
.nav-bottom .ruo-school {
	width: 18px; height: 18px; position: relative; cursor: pointer; background-image: url("../images/"); background-size: 100%;
}
.nav-bottom .ruo-school .ruo-school-popup {
	background: rgb(255, 255, 255); padding: 3px; border-radius: 10px; border: 2px solid rgb(219, 119, 30); border-image: none; left: -67px; bottom: 25px; display: none; position: absolute; z-index: 10;
}
.nav-bottom .ruo-school .ruo-school-popup::before {
	left: 50%; width: 0px; height: 0px; bottom: -6px; margin-left: -6px; border-top-color: rgb(219, 119, 30); border-right-color: transparent; border-left-color: transparent; border-top-width: 6px; border-right-width: 6px; border-left-width: 6px; border-top-style: solid; border-right-style: solid; border-left-style: solid; position: absolute; content: "";
}
.nav-bottom .ruo-school .ruo-school-popup img {
	width: 140px; height: 140px;
}
.nav-bottom .ruo-school .ruo-school-popup .scan-desc {
	padding: 0px 7px; text-align: center; color: rgb(96, 96, 96); font-size: 16px;
}
.nav-bottom .ruo-school .ruo-school-popup .scan-desc.en {
	font-size: 12px;
}
body.sticky-bottom .nav-bottom {
	background: rgb(245, 246, 247); color: grey; border-top-color: currentColor; border-top-width: medium; border-top-style: none; position: absolute;
}
body.sticky-bottom .nav-bottom .wexin-offical {
	background-image: url("../images/wechat_dark.png");
}
body.sticky-bottom .nav-bottom .ruo-school {
	background-image: url("../images/");
}
body.sticky-bottom .nav-bottom a {
	color: grey;
}
a {
	color: rgb(51, 51, 51);
}
a.email {
	color: rgb(51, 51, 51);
}
* {
    box-sizing: border-box;
    margin-bottom: 0px;
    margin-top: 0px;
    letter-spacing: .1em;
    line-height: 1.3em;
}
body {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; height: 100%; line-height: 1.3; font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
html {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; height: 100%; line-height: 1.3; font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
}
.container {
	margin: 0px auto; width: 100%;
}
ul {
	list-style: none; margin: 0px; padding: 0px;
}
.clearfix::after {
	clear: both; display: block; content: "";
}
a {
	text-decoration: none; cursor: pointer;
}
img {
	vertical-align: middle; display: inline-block;
}
.vertical-split-line {
	margin: 0px 10px;
}
body.sticky-bottom {
	padding-bottom: 36px;
}
a.email:active {
	color: rgb(0, 0, 0);
}
a.email:hover {
	color: rgb(0, 0, 0);
}
a.email:visited {
	color: rgb(0, 0, 0);
}
.desc-font-weight {
	font-weight: 300;
}
.font-family-title {
	font-family: Microsoft YaHei; font-weight: 500;
}
.empty-list {
	width: 100%; height: 100%; display: flex; min-height: 150px; justify-content: center; align-items: center;
}
html {
	height: auto; position: relative; -ms-overflow-y: auto; min-height: 100%;
}
.profession-page .main-content .head-poster {
	background-position: center; width: 100%; height: 348px; position: relative; background-image: url("../images/profession_banner.png"); background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover;
}
.profession-page .main-content .head-poster::before {
	background: rgba(0, 0, 0, 0.05); left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; content: "";
}
.profession-page .main-content .description-zone {
	top: -89px; margin-bottom: -53px; position: relative;
}
.profession-page .main-content .description-zone .description-header {
	left: 0px; margin-bottom: 36px; display: flex; position: relative;
}
.profession-page .main-content .description-zone .description-brand {
	width: 376px; height: 149px; background-image: url("../images/profession_brand.png"); background-repeat: no-repeat; background-size: 100%; -webkit-background-size: 100% 100%;
}
.profession-page .main-content .description-zone .brand-name {
	margin: 52px 0px 0px 21px; width: 185px; height: 21px; background-image: url("../images/practics_name.png"); background-repeat: no-repeat; background-size: 100%; -webkit-background-size: 100% 100%;
}
.profession-page .main-content .description-content {
	display: flex;
}
.profession-page .main-content .description-content .list-row {
	margin-bottom: 60px; display: flex;
}
.profession-page .main-content .description-content .list-item {
	flex:1 1 0px; padding-right: 0px; min-height: 0px; min-width: 0px;
}
.profession-page .main-content .description-content .list-item .list-item-inner {
	padding-left: 0px; position: relative;
}
.profession-page .main-content .description-content .list-item .list-icon {
	left: 0px; position: absolute; background-repeat: no-repeat; background-size: 100%; -webkit-background-size: 100% 100%;
}
.profession-page .main-content .description-content .list-item .list-icon.icon-marriage {
	top: 4px; width: 21px; height: 16px; background-image: url("../images/icon_plan.png");
}
.profession-page .main-content .description-content .list-item .list-icon.icon-wealth {
	top: 5px; width: 21px; height: 16px; background-image: url("../images/icon_wealth.png");
}
.profession-page .main-content .description-content .list-item .list-icon.icon-service {
	top: 1px; width: 23px; height: 23px; background-image: url("../images/icon_service.png");
}
.profession-page .main-content .description-content .list-item .list-icon.icon-culture {
	top: 3px; width: 24px; height: 19px; background-image: url("../images/icon_culture.png");
}
.profession-page .main-content .description-content .list-item .list-icon.icon-setting {
	top: 3px; width: 26px; height: 21px; background-image: url("../images/icon_set.png");
}
.profession-page .main-content .description-content .list-item .list-icon.icon-tax {
	left: 4px; top: 2px; width: 19px; height: 21px; background-image: url("../images/icon_tax.png");
}
.profession-page .main-content .description-content .list-item .list-icon.icon-govern {
	top: 4px; width: 22px; height: 16px; background-image: url("../images/icon_govern.png");
}
.profession-page .main-content .description-content .list-item .list-item-category {
	color: rgb(39, 39, 39); font-size: 20px; margin-bottom: 0px;
}
    .profession-page .main-content .description-content .list-item .list-item-children {
        color: rgb(96, 96, 96);
        font-size: .9em;
        letter-spacing: .1em;
        line-height: 1.3em;
    }
.profession-page .main-content .description-content .list-item .list-item-children .child-item {
	margin-bottom: 15px;
}
.profession-page .main-content .description-content .list-item .list-item-children :last-child.child-item {
	margin-bottom: 0px;
}
.profession-page .main-content .description-content .content-left {
	flex:1 1 0px; min-height: 0px; min-width: 0px;margin-left: 15%;	margin-right: 15%;
}
.profession-page .main-content .description-content .content-right {
	width: 25%; 
}
.profession-page .main-content .description-content .content-right .list-item {
	padding-right: 0px;
}
