@media all and (min-width: 1000px) {




.pc{

}

.mobile{
	display: none;
}


.main-body{
	display: block;
	text-align: center;

}

.main-body-in{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 1000px;

}




.pagebg{
	display: block;
	min-height: 100vh;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding-top: 200px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

}





.header{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1000;
	display: block;
	width: 100%;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	box-sizing: border-box;
	transition:  all 0.3s;
	
}

.header-bg{
	background-color: #1b1a68;
}


.header .menu{
	display: block;
	text-align: right;

}


.header .menu a{
	display: inline-block;
	margin-left: 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.8);
}


.header .menu a:hover{
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
}


.p1{

	padding-top: 100px;
}



.p1 .left{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 400px;

}

.p1 .left .logo{
	display: inline-block;
	vertical-align: middle;

}


.p1  .left .logo img{
	height: 80px;
	margin-right: 20px;

}

.p1  .left .sitename{

	display: inline-block;
	vertical-align: middle;
}

.p1 .left .sitename .t{
	display: block;
	font-size: 26px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

.p1 .left .sitename .sl{
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.7);
	text-transform: uppercase;
}


.p1 .right{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 600px;
	font-size: 30px;
	font-weight: 900;
	color: #fff;

}

.p1{
	background-image: url(../images/mongolia-map.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center center;
}


.p1{

	.login-box-bg{
		display: block;
		text-align: center;
		padding-top: 100px;
	}


	.login-box{
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 280px;
		box-sizing: border-box;
		border-radius: 18px;
		border: 2px solid rgba(255, 255, 255, 0.6);
		padding: 30px 40px;
	}

	.logo2{
		display: block;
		text-align: center;
		padding-bottom: 10px;
	}

	.logo2 img{
		height: 60px;
	}



	.lo-t{
		display: block;
		text-align: center;
		font-size: 17px ;
		font-weight: 700;
		color: #fff;
		padding-bottom: 20px;
	}



	.la{
		display: block;
		font-size: 15px ;
		color: #fff;
		padding-bottom: 5px;
	}


.inp{
		display: block;
		padding-bottom: 10px;
}

.but{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}

.links{
	padding-top: 15px;
	display: block;
	text-align: center;

}

.links a{
	color: #ffe850;
	text-decoration: underline;
}


}






.p2{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}



.sec1-bg{
	display: block;
	text-align: center;

}

.sec1-bg .in{
	display: inline-block;
	vertical-align: top;
	width: 80%;
	text-align: left;

}

.title{
	display: block;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 40px;
}


.text1{
	display: block;
	padding: 30px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	line-height: 150%;
	font-size: 20px;

}




.p3{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}




.sec2-bg{
	display: block;
	text-align: center;

}

.sec2-bg .in{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;

}




.sec2-col1{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding-right: 30px;
}



.sec2-col2{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
}




.text2{
	display: block;
	padding: 30px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	line-height: 120%;
	font-size: 20px;

}



.list-item{
	display: inline-block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left: 80px;
	margin-bottom: 30px;
}


.list-item span{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 26px;
	font-weight: 900;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 56px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	box-sizing: border-box;
	padding-top: 9px;
}












.p4{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}




.sec4-bg{
	display: block;
	text-align: center;

}

.sec4-bg .in{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;

}




.sec4-col1{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
	padding-right: 30px;
}



.sec4-col2{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
}


.sec4-col3{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
}



.text4{
	display: block;
	padding: 30px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	line-height: 120%;
	font-size: 20px;

}



.text4 ul{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}


.text4 ul li{
	padding-bottom: 30px;
}



.title2{
	display: block;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	height: 100px;

}





.sec5-bg{
	display: block;
	text-align: center;

}

.sec5-bg .in{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;

}


.sec5-bg .img{
	display: block;

}


.sec5-bg .img img{
 width: 100%;

}



.sec5-bg .tit2{
	display: block;
	text-align: center;
	padding-bottom: 20px;
}

.sec5-bg .tit2 .too{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 20px;
	font-weight: 900;
	font-size: 20px;
}


.sec5-bg .tit2 .too span{
	display: inline-block;
	vertical-align: middle;
	background-color: #ccc;
	border-radius: 60px;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	text-align: center;
	padding-top: 19px;
	font-size: 20px;
	font-weight: 900;
	color: #3331c6;
	border: #3331c6 4px solid;
	margin-left: 20px;

}

.p6{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}




.sec6-col1{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding-right: 20px;
}



.sec6-col2{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 20px;
}




.text6{
	display: block;
	padding: 30px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	line-height: 120%;
	font-size: 20px;
	margin-bottom: 40px;

}



.p7{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}



.text7{
	display: block;
	position: relative;
	padding-left: 160px;
	font-size: 27px;
	font-weight: 900;
	margin-bottom: 60px;
	line-height: 140%;
}

.text7 span{
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 90px;
	color: #fac811;
}






.p8{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}





.sec8-col1{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: left;
	box-sizing: border-box;
	padding-right: 30px;
}



.sec8-col2{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
}


.sec8-col3{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
}


.sec8-col4{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: left;
	box-sizing: border-box;
	padding-left: 30px;
}


.text8{
	display: block;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	line-height: 120%;
	font-size: 17px;

}



.text8 ul{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}


.text8 ul li{
	padding-bottom: 30px;
}



.title8{
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	height: 80px;

}








.p9{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}





.sec9-col1{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
	padding-right: 30px;
}

.sec9-col2{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
	padding-right: 30px;
}

.sec9-col3{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: left;
	box-sizing: border-box;
	padding-right: 30px;
}




.text9{
	display: block;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	line-height: 120%;
	font-size: 17px;

}



.text9 ul{
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}


.text9 ul li{
	padding-bottom: 5px;
}

.text9 span{
	display: block;
	color: #fac811;
	font-weight: 700;
}

.title9{
	display: block;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	height: 80px;
	text-transform: uppercase;

}


.title9 span{
	display: block;
	color: #fac811;

}







.p10{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}



.text10{
	display: block;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	line-height: 120%;
	font-size: 17px;

}


.title10{
	display: block;
	text-align: left;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 40px;



}






.p11{
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center 100px;
}




.title11{
	display: block;
	text-align: left;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 40px;



}


.footer{
	display: block;
	padding: 20px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.7);
	background-color: rgba(255, 255, 255, 0.05);
	line-height: 120%;
	font-size: 22px;
	margin: 80px 0px;

}


.footer .c1{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	text-align: left;

}


.footer .c2{
	display: inline-block;
	vertical-align: top;
	width: 70%;
	text-align: right;

}


.footer .c2 a{
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	text-decoration: none;

}

.footer .c2 a:hover{
	text-decoration: none;
	color: #fac811;

}











}