/* CSS Document */
.bottomDom {
	/*width: 1200px;*/
	width: 100%;
	height: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 10000;
	margin-top: -100px;
}
.bottom_left {
	height: 400px;
	width: 50%;
	background-color: #252d6c;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index:1000;
}
.bottom_right {
    height: 487px;
	width: 50%;
	position: absolute;
	bottom: 0px;
	right: 0;
}
.bottom_right a{
	color: #CCCCCC;
	text-decoration: none;
   
}
.bottom_right .txts {
	background-color: #282828;
	font-family: "Î¢ÈíÑÅºÚ";
	color: #CCCCCC;
	display: flex;
	font-size: 14px;
	height: 300px;
	
}
.bottom_right .txts .txt1 {	
	margin-top: 120px;
	margin-right: 10px;
	margin-bottom: 220px;
	margin-left: 100px;
	width:240px;
	
}

.bottom_right .txts .txt2 {
	margin-top: 120px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: 40px;
	padding-right: 20px;
}
.bottom_right .btn_beian {
	padding: 50px;
	color: #666666;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
}

.bottom_icon {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	left: 50%;
	margin-left: -150px;
	
}
#code{
    position: absolute;
    right: -50px;
    top: -125px;
	display:none;
}
#wCode{
position: absolute;
    right: 90px;
    top: -125px;
display:none;
}
.bottom_right .CONTACT {
	color: #FFFFFF;
	padding: 20px;
	font-size: 36px;
	font-weight: bold;
	background-color: rgba(96, 96, 96, 0.5); /* °×É«±³¾°£¬50% Í¸Ã÷¶È */
}
