.header-navbar {
	min-height: 110px;
	background-color: rgba(0, 0, 0, 0.2);
	/*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));*/
	display: inline-block;
	width: 100%;
	overflow: hidden;
	textOverflow: ellipsis;
	whiteSpace: nowrap;
	cursor: pointer;
	position: fixed;
	z-index: 30;
}
.header-navbar:hover {
	background-color: rgba(0, 0, 0, 0.4) !important;
}
 [v-cloak] {
  display: none;
}
.index-nav {
	 display: block !important; /* 把链接显示为块元素可使整个链接区域可点击 */
	 text-decoration: none !important; /* 去除下划线 */
	font-size: 16px !important;
	padding: 10px 30px !important;
	color: white !important;
}
.index-nav:hover{
	color: #01CA83 !important;
}
ul>li:hover .two{
	display: block !important;
	
}
.two{
	display: none;
	min-width: 120px;
    background: #ffffff;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
} 

.nav-item{
	display: block;
	text-decoration: none !important; 
	font-size: 14px !important;
	color: #535466 !important;
	line-height: 20px !important;
	padding:5px 0px !important;
	cursor:pointer !important;
}
.two .nav-item:hover{
	background:rgba(94,96,119, 0.1) !important;
	color: #5E6077 !important;
	border-radius: 2px !important;
}
.index-nav-centent {
	margin: 0 auto;
	font-size: 16px;
	color: white;
	clear: both;
	position: relative;
	top: 6px;
	/*width: 750px;*/
	display: table;
	text-align: center;
}

.index-footer {
	position: relative;
	bottom: 0px;
	width: 100%;
	background: #373D41;
}

.contact-text {
	width: 25%;
	border-right: 2px solid #464B4E;
	float: left;
}
.index-logo{
	text-align: left;
	padding:12px 0px 0px 30px;
	width: 50%;
	float: left;
}
.fr-bar{
	text-align: right;
	width: 50%;
	padding: 12px 0px 0px 0px;
	float: right;
}
.email-bar{
	padding-right: 30px;
	font-size: 16px;
}
.font16{
	font-size: 16px;
}
.font18{
	font-size: 18px;
}
.chn-font-img{
	width: 25px;
	height: 18px;
	margin-right: 5px;
	margin-top: -2px;
}

.footer-silpe{
	opacity: 0.16;
	border: 1px solid #979797;
	clear: both;
	margin-bottom: 15px;
}
.contact-phone{
	float: left;
	width: 60px;
	height: 46px;
	padding-top: 26px;
	text-align: center;
}
.contact-email{
	height: 31px;
	float: left;
	width: 60px;
	text-align: center;
}
.contact-method{
	line-height: 20px;
	font-size: 14px;
	letter-spacing: 0.7px;
}
.contact{
	width: 30px;
    height: 120px;
    background: #01CA83;
    position: fixed;
    margin-right: 8px;
    right: 0px;
    top: 290px;
    text-align: center;
    z-index: 12px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
    z-index: 7;
}
.contact-img{
	padding-top: 10px;
	padding-bottom: 8px;
	width: 14px;
}
.marks {
	height: 61px;
	width: 156px;
	margin-bottom: 36px;
}

.mark-item {
	padding: 6px 0px;
	opacity: 0.4;
	font-size: 14px;
	color: #FFFFFF;
}

.train-item {
	line-height: 27px;
	opacity: 0.4;
	font-size: 14px;
	color: #FFFFFF;
	cursor:pointer;
}

.lslip {
	width: 8%;
}

.train-centent {
	width: 25%;
	padding-left: 100px;
}
.up-top{
    height: 30px;
    background: white;
    padding: 7px 6px 6px;
    right: 0px;
    cursor: pointer;
    width: 30px;
    position: fixed;
    margin-right: 8px;
    right: 0px;
    top: 430px;
    text-align: center;
    z-index: 12px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.16);
    z-index: 7;
}
.font-color-white{
	color: white !important;
	display: block;
}
.train-img-item{
    width: 100%;
    text-align: center;
    /*position: absolute;
    top: 30%;*/
    position: relative;
    top: -194px;
}
.email-centent{
	padding-top: 20px;
	border-top: 10px solid #fafafa;
}
.fonter-train{
	padding-bottom: 10px;
}
/*.selected {
	background: #FFFFFF;
	color: #01CA83;
}*/
.fl-menu-title{
	line-height: 32px;
	font-size: 14px;
	text-align: left;
	padding-left: 13px;
	color: #ffffff;
	cursor:pointer; 
}
.fl-menu-title:hover{
	background: #FFFFFF;
	color: #01CA83;
}
.menu-list{
	width: 14%;
	min-width: 190px;
	min-height: 260px;
	margin: 20px;
	margin-right: 0px;
	background: #01CA83;
	float: left;
	color: #ffffff;
}
.fr-menu-list{
	width:60%;
	background: #FFFFFF;
	min-height: 480px;
	margin-top: 20px;
	float: left;
}
.menu-list-ul{
	padding: 10px 0px;
}
.fr-menu-title{
	line-height: 32px;
	font-size: 14px;
	color: #23242A;
	text-align: left;
	cursor:pointer; 
	padding-left: 40px;
}