* {
	margin: 0;
	padding: 0;
	font-family: '思源黑体', 'Source Han Sans CN Regular'
}

a {
	text-decoration: none;

}

.nv {
	height: 60px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 20;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
}

.nv .ct {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}


.nv .ct .n {
	font-size: 15px;
	color: #333;
	margin-right:60px;
	position: relative;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
}
.nav-center{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 60px;
}
.nv .ct .n:last-child{
	margin-right: 0;
}
.nv .ct .n:hover{
	color: #2ACD8E;
}
.nv .ct .n:hover:after{
	display: inline-block;
}
.nv .ct .n:after{
	position: absolute;
	height: 3px;
	width: 100%;
	background-color: #2acd8e;
	left: 0; 
	content: '';
	bottom: 0;
	display: none;
}
.nv .ct .n.act{
	color: #2ACD8E;
}
.nv .ct .n.act:after {
	display: inline-block;
}

.nv .ct .loged-show {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
}

.enter-myclass{
	border: 1px solid #2acd8e !important;
	border-radius: 18px;
	cursor: pointer;
	outline: none;
	text-align: center;
	line-height: 28px;
	color: #2acd8e;
	width: 80px;
	height: 28px;
	font-size: 12px;
	display: inline-block;
	margin-right: 20px;
}

.nv .ct .loged-show a{
	display: flex;
	align-items: center;
}
.nv .ct .loged-show img {
	margin-right: 5px;
	border: 3px solid #D1D1D1;
	width: 35px;
	height: 35px;
	border-radius: 100%;
}

.nv .ct .l {
	display: inline-block;
	width: 75px;
	height: 30px;
	font-size: 14px;
	border: 1px solid #666;
	border-radius: 17px;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	color: #666;
	border-radius: 16px;
}

.nv .ct .l.dl {
	color: #2acd8e;
	border: 1px solid #2acd8e;
}

.nv .log-out {
	margin-left: 20px;
	cursor: pointer;
}

/*footer {*/
/*	background: #272a30;*/
/*	display: flex;*/
/*	flex-direction: column;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*	font-size: 14px;*/
/*	color: #65696E;*/
/*	line-height: 18px;*/
/*	height: 80px;*/
/*	text-align: center;*/
/*}*/
/*footer div:nth-child(1) {*/
/*	margin-bottom: 5px;*/
/*}*/

/*footer span {*/
/*	color: #999;*/
/*}*/
.fixed-peixun-right-side .inner-content .back-up i{
	font-size: 22px !important;
}

.loged-show{
	position: relative;
	height: 60px;
	cursor: pointer;
}
.loged-show:hover .person-opt{
	display: block;
}
i.idown{
	font-size: 12px;
	color: #666;
	display: inline-block;
	transform: scale(.7);
	margin-left: 15px;
}
.person-opt{
	position: absolute;
	font-size: 13px;
	width: 100px;
	top: 55px;
	left: 10px;
	position: absolute;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #cecece;
	display: none;
}
.person-opt:after{
	border-top: 1px solid #cecece;
	border-left:1px solid #cecece;
	background-color: white;
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	transform: rotateZ(45deg);
	top: -6px;
	left: 45px;
	position: absolute;
}


.person-opt a{
	color: #666;
}
.person-opt div{
	cursor: pointer;
	width: 100%;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 9px;
	padding-left: 33px;
	height: 35px;
	line-height: 35px;
}
.person-opt div.a{
	background-image: url(../images/20180124_navbar_icon01.png);
	background-position-y: 8px;
	background-size: 18px;
}
.person-opt div.b{
	background-image: url(../images/20180124_navbar_icon03.png);
	background-position-y: 9px;
	background-position-x: 11px;
	background-size: 14px;
	border:1px solid #e1e1e1;
}
.person-opt div.c{
	background-image: url(../images/20180124_navbar_icon04.png);
	background-position-y: 11px;
	background-position-x: 11px;
	background-size: 16px;
}




/* footer */
#bottom-page-footer {
	background-color: #FAFAFA;
	width: 100%;
}
#bottom-page-footer .footer-center {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#bottom-page-footer .footer-center .footer-logo{
	padding: 30px 0 20px 0;
	border-bottom: 1px solid #EFEFEF;
}
#bottom-page-footer .footer-center .footer-logo img{
	width: 456px;
	height: 35px;
}
#bottom-page-footer .footer-center .footer-new-show{
	margin-top: 20px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#bottom-page-footer .footer-center .footer-new-show .fns-txt{
	width: 268px;
	height: 180px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	text-align: justify;
}
#bottom-page-footer .footer-center .footer-new-show .fns-link{
	width: fit-content;
	margin-left: 40px;
	text-align: left;
}
#bottom-page-footer .footer-center .footer-new-show .link-item{
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333;
	line-height: 23px;
}
#bottom-page-footer .footer-center .footer-new-show .link-item+.link-item{
	margin-top: 5px;
}
#bottom-page-footer .footer-center .footer-new-show .fns-code{
	margin-left:82px;
}
#bottom-page-footer .footer-center .footer-new-show .fns-code img{
	display: block;
	margin: auto;
	width: 98px;
	height: 97px;
	cursor: pointer;
}
#bottom-page-footer .footer-center .footer-new-show .fns-code p{
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4E4B48;
	line-height: 20px;
	margin-top: 8px;
	margin-bottom: 0;
	text-align: center;
}
#bottom-page-footer .footer-center .footer-new-show .fns-code+.fns-code{
	margin-left: 24px;
}
#bottom-page-footer .footer-center .frd-links{
	margin-top: 34px;
	border-top: 1px solid rgba(151, 151, 151, 0.2);
}
#bottom-page-footer .footer-center .frd-links h4{
	font-size: 14px;
	color: white;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 15px;
}
#bottom-page-footer .footer-center .frd-links .links-list{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
#bottom-page-footer .footer-center .frd-links .links-list.up-links{
	padding-top: 20px;
}
#bottom-page-footer .footer-center .frd-links .links-list.down-links{
	flex-wrap: wrap;
	margin-top: 5px;
}
#bottom-page-footer .footer-center .frd-links .links-list.down-links a{
	margin-right: 23px;
	margin-bottom: 5px;
}
#bottom-page-footer .footer-center .frd-links .links-list a{
	font-size: 14px;
	color: #999;
}
#bottom-page-footer .flow-info{
	background: rgba(244, 244, 244, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #65696E;
	line-height: 26px;
	height: 70px;
	text-align: center;
}