html{
	height: 100%;
	width: 100%;
}

html, body, div, ul{
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-family: Calibri;
}

a{
	text-decoration: none;
}

ul{
	list-style: none;
}

body {
    position: relative;
    min-height: 100vh;
    text-align: center;
}

p{
	font-size: 18px;
	text-align: justify;
}

/*瀵艰埅閮ㄥ垎*/
.nav{
	background-image: linear-gradient(15deg, #0A1855 0%, #88C2D5 100%);
	background-color: #202E8E;
	display: block; 
	position: static;
	left: 0;
	right: 0;
	top:0;
	height: 80px;
	width:auto;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.nav ul{
	font-family: Calibri;
	font-size: 24px;
}

.nav ul li{
	display: inline-block;
	margin: 13px 48px;
}

.nav a{
	color:#FFFFFF;
	padding-right: 20px;
	line-height: 58px;
	font-size: 20px
}

.nav a:hover{
	color: #B3D5FF;
}

.nav .selected{
	color:#94C2FC;
}

.home-logo a{
	display: block;
	background: url('../img/Logo-small.png');
	background: none,url('../img/Logo-small.png');
	background-size: 74px 70px;
	width: 90px;
	background-position: 0 60%;
	background-repeat: no-repeat;
	text-indent: -9000px;
}

/*涓嫳鏂囪浆鎹�*/
.zh-content, .en-content{
	margin: 0 15px;
}

.zh-content{
	text-indent: 2em;
	text-align: justify;
}

.zh-content .title-one,.zh-content .title-two{
	text-indent: 0;
}

.hide{
	display: none;
}

part-big.div{
	width:25%;
	height:100%
}

.btn{
	border: 0;
	padding:5px 10px; 
	background-color: #FFFFFF;
	color: #212AF8;
	font-family: '骞煎渾', Calibri;
	cursor:pointer;
	font-size: 14px;
	float: right;
	margin: 5px 10px;
}

.btn:hover{
	color: #FFFFFF;
	background-color: #DFE9FD;
}

/*姝ｆ枃*/
.container{
	margin: 0 auto;
	padding: 50px 0 50px 0;
	width:1250px;
	text-align: left;
	min-height: 50vh;
}

.container a{
	font-size: 20px;
	text-decoration: none;
	padding-right: 30px;
	color: #3029E4;
	padding: 5px 0;
}

.container a:hover{
	color: #489EF2;
}

/*姝ｆ枃妗嗘灦*/
.part-big{
	background-color:white;
	padding: 20px;
	margin: 8px;
	overflow: auto;
	min-height: 50vh;
}
 part-big.div{
	 width:200%;
	 height:100%
 }

/*姝ｆ枃鏍囬鍙婂唴瀹�*/
.title-one{
	font-size: 26px;
	padding: 20px 0 8px 0;
	color:#1B15C0;
	font-weight: bold;
}

.title-two{
	font-size: 24px;
	font-weight: bold;	
	padding: 15px 0 5px 0;
	margin-left:30px;
}

.content{
	font-size: 18px;
	font-family: Calibri,'瀹嬩綋';
	text-align: justify;
}

.outline{
	border: 1px solid #999999;
	padding: 20px 50px;
	text-indent: 0;
	margin: 10px 30px;
}

/*鑴氶儴鍒�*/
footer{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	overflow: hidden;
	background-color: rgba(187, 221, 248, 0.4);
	padding: 0 30px;
	color: #86A9D6;
	font-family: Kalinga;
	display: block;
}

.copy{
	padding: 6px;
	font-size: 10px;
}

.toTop{
	display: block;
	background-image: url(../img/toTop.png);
	background-size: 40px 40px;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 50px;
	right: 100px;
}

/*瀛椾綋澶у皬*/
.font-big{
	font-size: 22px;
}

.font-medium{
	font-size: 20px;
}
