@charset "utf-8";
/* CSS Document */

html,body{
	width: 100%;
	height: 100%;
}
html{font-size:10px}


* {
      margin: 0;
      padding: 0;
      list-style: none;
      border: none;
}

a {
   text-decoration: none;
	color:#FFFFFF;
	font-family: abel;
}

ul{
	text-decoration: none;
	color:#FFFFFF;
	box-sizing:border-box;
}


#baoguo{
	width: 100%;
	height: 100%;
}

#beijing{
	width: 100%;
	height: 90%;
	background: url(../image/01.png);
	background-repeat: no-repeat;
   background-position: top;
	background-size: cover;
}

#footer{
	width: 100%;
	height: 10%;
	background-color: #1c2340;
	font-family:abel;
	color:#808080;
	text-align: center;
}

.tou{
	
	width: 100%;
	height: 25%;
}
.tlogo{
	width: 30%;
	height: 100%;
	float: left;
	position: relative;
}
.tlogo img{
	width: 70%;
	position: absolute;
	bottom: 0;
	margin-left: 50px;
}
.navb{
	width: 50%;
	height: 100%;
	float: left;
	font-size: 15px;
	text-align: center;
	position: relative;
}
.nav{
	width: 100%;
	position: absolute;
	bottom: 20px;
}
.nav li{
	width: 15%;
	float: left;
	margin-left: 5px;
	margin-top: 70px;
}
.ty1{
	width: 20%;
	height: 100%;
	float: left;
	position: relative;
}
.yuyan{
	width:80Px;
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-size: 13px;
	text-align: center;
}
.kr{
	width: 30px;
	float: left;
	border: 1px solid #ffffff;
	border-radius: 10px;
}
.cn{
	width: 30px;
	float: left;
	border: 1px solid #ffffff;
	border-radius: 10px;
	margin-left: 5px;
}
.line{
	width:70%;
	height: 1px;
	background: #ffffff;
	float: right;
	margin-right: 0;
}
.zlogo{
	width: 100%;
	height: 70%;
	text-align: center;
}
.zlogo img{
	width: 31%;
	margin-top: 130px;
}
@media screen and (min-width: 300px) and (max-width: 900px){
	html,body{
	width: 100%;
	height: 100%;
}
html{font-size:10px}


* {
      margin: 0;
      padding: 0;
      list-style: none;
      border: none;
}

a {
   text-decoration: none;
	color:#FFFFFF;
	font-family: abel;
}

ul{
	text-decoration: none;
	color:#FFFFFF;
	box-sizing:border-box;
}


#baoguo{
	width: 100%;
	height: 100%;
}

#beijing{
	width: 100%;
	height: 90%;
	background: url(../image/01.png);
	background-repeat: no-repeat;
   background-position: top;
	background-size: cover;
}

#footer{
	width: 100%;
	height: 10%;
	background-color: #1c2340;
	font-family:abel;
	color:#808080;
	text-align: center;
}

.tou{
	
	width: 100%;
	height: 25%;
}
.tlogo{
	width: 30%;
	height: 100%;
	float: left;
	position: relative;
}
.tlogo img{
	width: 80%;
	position: absolute;
	bottom: 30px;
	margin-left: 20px;
}
.navb{
	width: 50%;
	height: 100%;
	float: left;
	font-size: 10px;
	text-align: center;
	position: relative;
}
.nav{
	width: 100%;
	height: 30%;
	position: absolute;
	bottom:10px;
}
.nav li{
	width: 30%;
	float: left;
	margin-left: 5px;
	margin-top: 3px;
}
.ty1{
	width: 20%;
	height: 100%;
	float: left;
	position: relative;
}
.yuyan{
	width:60Px;
	position: absolute;
	bottom: 50px;
	left: 5px;
	font-size: 8px;
	text-align: center;
}
.kr{
	width: 25px;
	float: left;
	border: 1px solid #ffffff;
	border-radius: 10px;
}
.cn{
	width: 25px;
	float: left;
	border: 1px solid #ffffff;
	border-radius: 10px;
	margin-left: 5px;
}
.line{
	width:70%;
	height: 1px;
	background: #ffffff;
	float: right;
	margin-right: 0;
}
.zlogo{
	width: 100%;
	height: 70%;
	text-align: center;
}
.zlogo img{
	width: 40%;
	margin-top:30px;
}
	
}