<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
	color: #444;
	font: 14px/1.8 microsoft yahei;
	margin: 0;
	padding: 0;
	background: #fff;
}
ul, li, dl, h5, h4, h3, h2, h1, dl, dt, dd, p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #777;
}
a:hover {
	color: #D80D18;
}
img, li {
	list-style: none;
	border: none;
}
h2 {
	text-align: center;
	line-height: 40px;
	height: 100px;
	padding:20px 0;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	background: url(/static/w/images/fudan/mba/h2bg.png) no-repeat top center;
	background-size:250px 110px;
}

h2 p{ font-size:14px;}


.white h2 {
	color: #204F9F;
	background: url(/static/w/images/fudan/mba/h2bg2.png) no-repeat top center;
	background-size:250px 110px;
}
/*  top */

.top {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #fff;
}
.top .nav {
	height: 40px;
	padding-top: 10px;
	width: 1200px;
	margin: 0 auto;
}
.top .nav li {
	float: right;
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.top .nav li.logo {
	float: left;
	height: 40px;
	width: 120px;
}
.top .nav li.webname {
	float: left;
	height: 40px;
	width: 150px;
	font-size: 18px;
}
.top .nav li.webfreetel {
	width: 210px;
	text-align: right;
	background: url(/static/w/images/fudan/mba/24.jpg) no-repeat 10px center;
	background-size: 30px 30px;
}
.top .nav li a {
	color: #333;
}
.top .nav li a:hover {
	text-decoration: underline;
	color: #D70B18;
}
/*  banner */

.banner {
	line-height: 0;
	background: #fff;
	text-align: center;
}
.banner img {
	vertical-align: middle;
	max-width: 100%
}
.lianxi {
	width: 600px;
	height: 60px;
	margin: 0 auto;
	border: #DF570B solid 1px;
	box-sizing: content-box;
	border-radius: 30px;
	margin: 30px auto;
	background: #fff;
}
.lianxi ul li {
	width: 300px;
	height: 60px;
	line-height: 60px;
	float: left;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	font-size: 30px;
	color: #DF570B;
}
.lianxi ul li:first-child {
	background: #DF570B;
	width: 300px;
	font-size: 24px;
}
.lianxi ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
/*university*/

.university {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
}
.university dl {
	width: 895px;
	height: 250px;
	margin: 0 auto;
	padding-top: 25px;
}
.university dl dt {
	width: 335px;
	height: 250px;
	float: left;
	background: url(/static/w/images/fudan/mba/universitybg.jpg) no-repeat;
	background-size: 335px 250px;
}
.university dl dt img {
}
.university dl dd {
	width: 500px;
	height: 230px;
	background: #fff;
	float: left;
	padding: 0 20px;
	margin-left: 20px;
}
.university dl dd h1 {
	font-weight: normal;
	font-size: 30px;
	color: #000;
	background: url(/static/w/images/fudan/mba/h1bg.jpg) no-repeat center left;
	background-size: 25px 25px;
	padding-left: 30px;
}
.university dl dd p {
	line-height: 30px;
	text-align: justify;
	padding: 5px 0;
	font-size: 14px;
}
.university dl dd p span {
	background: #CCC;
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 12px;
	margin: 0 5px;
	vertical-align: middle;
}
/*project*/
#project {
	width: 100%;
	background: #204F9F;
	margin: 0 auto;
	padding: 20px 0 50px;
}
。project：after {
	content: '.';
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0;
}
.item {
	width: 920px;
	height: 40px;
	margin: 0 auto;
	padding: 15px 0 5px;
	border-top: #ddd solid 1px;
}
.item ul {
	display: flex;
	justify-content: center;
}
.item li {
	width: 150px;
	height: 40px;
	line-height: 40px;
	margin: 0 15px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}
.item li.curr {
	border-bottom: #fff solid 2px;
	box-sizing: border-box;
}
#project dl {
	width: 920px;
	height: auto;
	margin: 20px auto 0;
	background: #FFF;
	padding: 0;
	display: none;
}
#project dl.curr {
	display: block;
}
#project dl dt {
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 18px;
	border: #204F9F 1.5px solid;
	border-bottom: none;
}
#project dl table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	content: "";
	box-sizing: border-box;
	line-height: 3;
}
#project dl table th {
	border: #204F9F 1.5px solid;
}
#project dl table td {
	border: #204F9F 1.5px solid;
	padding: 0 10px;
	text-align: center;
}
#project dl table tr:nth-child(2n) {
	background: #D5E7FF;
}
.expain {
	width: 920px;
	text-align: right;
	margin: 0 auto;
	color: #fff;
	padding-top: 10px;
}
/*setp*/

.setp {
	width: 1200px;
	background: #fff;
	margin: 0 auto;
	padding: 50px 0;
	height: auto;
}
.setp:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.setp h5 {
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding: 15px 0;
	font-size: 25px;
	font-weight: normal;
	color: #444;
}
.setp h5 span {
	padding: 0 20px;
	font-size: 22px;
}
.setp h4 {
	text-align: center;
	height: 45px;
	line-height: 45px;
	padding: 150px 0 0;
	font-size: 25px;
	font-weight: normal;
	color: #444;
	background: url(/static/w/images/mpacc/h4bg.png) no-repeat bottom center;
}
.setp .time {
	width: 1100px;
	height: 70px;
	margin: 0 auto;
	background: url(/static/w/images/fudan/mba/timebg.jpg) repeat-x left top;
	background-size:192px 70px;
}
.setp .time span {
	position: absolute;
	width: 200px;
	height: 200px;
	background: #999;
	left: 0;
	top: 0;
}
.setp .time li {
	width: 140px;
	height: 70px;
	float: left;
	text-align: center;
	margin-right: 52px;
	border: #204F9F solid 2px;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 0;
}
.setp .time li:last-child {
	margin-right: 0;
}
.setp dl {
	width: 330px;
	height: 105px;
	margin: 20px 0 0 50px;
	line-height: 30px;
	border: #204F9F solid 2px;
	border-radius: 5px;
	float: left;
	position: relative;
	color: #fff;
	color:#204F9F;
}
.setp dl span {
	content: '';
	display: block;
	line-height: 0;
	position: absolute;
	left: 50px;
	top: -30px;
	width: 30px;
	height: 30px;
	background:#000;
	background:url(/static/w/images/fudan/mba/allow.png) no-repeat center;
	background-size:30px 30px;
}
.setp dl dt {
	text-align: center;
	font-size: 18px;
	padding: 5px 0;
	font-weight:bold;
}
.setp dl dd {
	text-align: center;
	color:#333;
}
.setp dl:last-child {
	margin-left: 245px;
}


.guanyuan{ width:1200px; height:510px;  margin:0 auto; text-align:center;}

/*interview*/
 

#interview {
	width: 100%;
	background: #204F9F;
	margin: 0 auto;
	padding: 20px 0 50px;
}
#interview:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
#interview dl {
	width: 920px;
	height: auto;
	margin: 20px auto 0;
	background: #FFF;
	display: none;
}
#interview dl.curr {
	display: block;
}
#interview dl dt {
	text-align: center;
	line-height: 60px;
	height: 60px;
	font-weight: bold;
	font-size: 18px;
	border: #204F9F 1.5px solid;
	border-bottom: none;
}
#interview dl table {
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	content: "";
	box-sizing: border-box;
	line-height: 3;
}
#interview dl table th {
	border: #204F9F 1.5px solid;
}
#interview dl table td {
	border: #204F9F 1.5px solid;
	padding: 0 10px;
	text-align: center;
}
#interview dl table tr:nth-child(2n) {
	background: #D5E7FF;
}
/*assess*/
 
.assess {
	width: 100%;
	background: #FF;
	margin: 0 auto;
	padding: 50px 0;
}
.assess:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.assess .assess_main {
	width: 1000px;
	height: 350px;
	background: #204F9F;
	margin: 0 auto;
}
.assess .assess_main .left {
	width: 600px;
	height: 350px;
	float: left;
}
.assess .assess_main .left img {
	border-radius: 0 20px 20px 0;
}
.assess .assess_main .right {
	width: 400px;
	height: 350px;
	float: left;
}
#apply {
	background: none;
}

#apply dl dt{ color:#fff;}

#apply dl .input {
	border: #000 solid 1px;
	border-radius: 5px;
}
#apply #courselist {
	background: #fff;
}
#stbut {
	background: #DF570B;
}

/*introduction*/
  
.introduction {
	width: 100%;
	background: #eee;
	margin: 0 auto;
	padding: 20px 0 50px;
}
.introduction:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
.introduction ul {
	width: 1050px;
	height: auto;
	margin: 0 auto;
}
.introduction ul.img {
	height: 250px;
}
.introduction ul.img li {
	width: 240px;
	float: left;
	height: 200px;
	float: left;
	text-align: center;
	margin-right: 25px;
	border-top: #E7BD33 solid 5px;
	position: relative;
}
.introduction ul.img li span {
	line-height: 40px;
	width: 160px;
	position: absolute;
	top: 30px;
	left: 0;
	font-size:16px;
	background:rgba(240,240,240,0.8);
	color:#222;
}

.introduction ul.img li a{ color:#222;}


.introduction ul.img li:nth-child(2) {
	border-top: #9EAF69 solid 5px;
}
.introduction ul.img li:nth-child(3) {
	border-top: #F77750 solid 5px;
}
.introduction ul.img li:nth-child(4) {
	border-top: #FC0 solid 5px;
}
.introduction ul.img li:last-child {
	margin-right: 0;
}
.introduction ul.list {
	margin-top: 20px;
}
.introduction ul.list li {
	width: 500px;
	float: left;
	height: 45px;
	line-height: 45px;
	position: relative;
	border-bottom: #CCC solid 1px;
	font-size: 13px;
	text-indent: 20px;
	background: url(/static/w/images/common/point.png) no-repeat 10px center;
}
.introduction ul.list li:nth-child(2n) {
	margin-left: 50px;
}
.introduction ul.list li span {
	position: absolute;
	top: 0;
	right: 10px;
}
/*lecture*/
#lecture {
	width: 100%;
	background: url(/static/w/images/fudan/mba/lecturebg.jpg) no-repeat center top #fff;
	margin: 0 auto;
	padding: 20px 0;
}
#lecture:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
#lecture ul {
	width: 1000px;
	height: 300px;
	margin: 0 auto;
}
#lecture ul li {
	width: 460px;
	height: 375px;
	float: left;
	background: #f8f8f8;
	margin: 0 10px;
	padding: 10px;
}
#lecture ul li:hover {
	box-shadow: 2px 2px 2px rgba(190,190,190,0.8);
}
#lecture ul li p {
	padding: 0 10px;
}
/*lecture*/
 
#share {
	width: 100%;
	background: #FFF;
	margin: 0 auto;
	padding: 20px 0 50px;
}
#share:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
#share ul {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	height: 350px;
}
#share ul li {
	width: 350px;
	float: left;
	height: 285px;
	text-align: center;
	margin:20px  25px 0 0;
	background:#eee;
	line-height:20px;
}

#share ul li:nth-child(3n){ margin-right:0;}


/*lecture*/
.score {
	width: 1200px;
	height: 200px;
	background: #9CF;
	margin: 0 auto;
}
/*activity*/
 
.activityouter {
	background: url(/static/w/images/fudan/mba/activityouterbg.jpg) no-repeat center #3C2E2D;
	background-size: contain;
	padding: 20px 0 40px;
}
#activity {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 50px;
}
#activity:after {
	content: ".";
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}
#activity dl {
	float: left;
	width: 250px;
	height: 250px;
	text-align: center;
	margin: 10px 65px 0 65px;
	color: #fff;
	position: relative;
	padding-top: 250px;
	background: url(/static/w/images/fudan/mba/activitybg.png) repeat-x;
}
#activity dl dt {
	width: 250px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}
#activity dl dt img {
	border-radius: 50%;
}
#activity dl dd {
	line-height: 35px;
	padding-top: 5px;
	font-size: 16px;
}
#activity dl dd.address {
	color: #ccc;
	background: url(/static/w/images/fudan/mba/address.png) no-repeat 50px center;
	background-size: 20px 20px;
}
#activity dl dd.time {
	color: #ccc;
	background: url(/static/w/images/fudan/mba/time.png) no-repeat 50px center;
	background-size: 18px 18px;
}
#activity dl dd.button {
	padding-top: 20px;
	height: 35px;
}
#activity dl dd.button a {
	width: 100px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	border: #DF570B solid 1px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	float: left;
	margin: 0 0 0 15px;
}
#activity dl dd.button a:first-child {
	background: #DF570B;
	color: #fff;
}
#activity dl:last-child {
	margin-right: 0;
}
/*quickentry*/

#quickentry {
	width: 95px;
	height: 390px;
	position: fixed;
	right: 10px;
	top: 155px;
	z-index: 100;
	text-align: center;
	cursor: pointer;
}
#quickentry dl {
	width: 95px;
	height: 350px;
}
#quickentry dl dd {
	float: left;
	width: 95px;
	height: 385px;
}

/* footer */


#footerouter {
	width: 100%;
	height: 350px;
	background: #444;
	margin-top: 50px;
	padding: 20px 0;
}
#footer {
	height: 310px;
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer .tel {
	text-align: center;
	line-height: 30px;
	padding: 0;
	font-size: 18px;
}
#footer .tel b {
	font-weight: normal;
	font-size: 30px;
	padding-left: 10px;
	font-style: italic;
}
#footer .tel h3 {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	padding: 5px 0;
}
#footer .service {
	height: 155px;
	padding: 20px 10px 10px;
	width: 1200px;
}
#footer .service dl {
	float: left;
	width: 250px;
	line-height: 30px;
}
#footer .service dl dt {
	font-weight: bold;
}
#footer .service dl dd {
	width: 120px;
	padding: 3px 0;
	float: left;
}
#footer .service dl.address {
	width: 800px;
}
#footer .service dl.address dd {
	width: 730px;
}
#footer .service dl.address dd .fdot {
	padding-top: 6px;
}
#footer .service dl.address dd .fdot li {
	float: left;
	text-align: center;
	width: 95px;
	height: 30px;
	color: #999;
	line-height: 30px;
	border: #999 solid 1px;
	box-sizing: border-box;
	margin-right: 10px;
	position: relative;
}
#footer .service dl.address dd .fdot li span {
	width: 600px;
	height: 60px;
	line-height: 60px;
	background: #eee;
	position: absolute;
	left: 0;
	top: -62px;
	padding-left: 20px;
	color: #000;
	text-align: left;
	font-size: 18px;
	display: none;
}
#footer .service dl.address dd .fdot li:nth-child(2) span {
	left: -105px;
}
#footer .service dl.address dd .fdot li:nth-child(3) span {
	left: -210px;
}
#footer .service dl.address dd .fdot li:nth-child(4) span {
	left: -315px;
}
#footer .service dl.address dd .fdot li:nth-child(5) span {
	left: -420px;
}
#footer .service dl.address dd .fdot li:nth-child(6) span {
	left: -525px;
}
#footer .service dl.address dd .fdot li:hover {
	background: #999;
	color: #fff;
}
#footer .service dl.address dd .fdot li:hover span {
	display: block;
}
#footer .service dl.qcpde {
	width: 300px;
}
#footer .service dl.qcpde dt {
	width: 100px;
	float: left;
}
#footer .service dl.qcpde dd {
	width: 150px;
	float: left;
	font-size: 16px;
	line-height: 33px;
	padding-left: 20px;
}
#footer .service dl.qcpde dd b {
	color: #FFF000;
	font-weight: normal;
}
#footer .enter a {
	margin-right: 30px;
}
#footer .enter a:nth-child(2n) {
	margin-right: 0;
}
#footer .friendlink {
	width: 1200px;
	height: 45px;
	line-height: 45px;
	color: #777;
}
#footer .friendlink li {
	float: left;
}
#footer .friendlink a {
	margin: 0 15px;
	color: #777;
	float: left;
}
#copyright {
	text-align: center;
	color: #999;
	padding: 5px 0;
}
#copyright a {
	color: #999;
	margin: 0 5px;
}
#copyright a:hover {
	text-decoration: underline;
}
</pre></body></html>