.main_footer{
	width: 100%;
	/*height: 350px;*/
	background-color: #2b3852;
}
.footer_center{
	width: 1200px;
	/*height: 350px;*/
	margin: 0 auto;
	padding: 32px 0;
}
@font-face {
	font-family: 'rtb';
	src: url('./rtb.ttf');
}
.footer_top{
	height: 44px;
	overflow: hidden;
}
.footer_top_l{
	width: 122px;
	height: 40px;
	float: left;
}
.footer_top_l p{
	width: 102px;
	height: 40px;
	background: url("./../images/changchun/link-logo.png") center no-repeat;
}
.l1{
	font-family: FZDBSJW--GB1-0;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #cd3c46;
}
.l2{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
	color: #ffffff;
	margin-left: 6px;
	border-bottom: 2px solid whitesmoke;
}
.footer_top_r{
	width: 1060px;
	/*height: 153px;*/
	float: right;
	box-sizing: border-box;
}
.long_aBox{
	width: 338px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #fff;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 23px;
	cursor: pointer;
	box-sizing: border-box;
}
.long_aBox:last-child{
	margin-right: 0;
}
.short_select{
	width: 232px;
	height: 41px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	opacity: 0.65;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #dedede;
	text-align: center;
	float: left;
	margin-right: 26px;
	cursor: pointer;
	box-sizing: border-box;
	margin-top: 20px;
	/*overflow: hidden;*/
	/*transition: height 1s;*/
	background-color: #373b48;
	position: relative;
	/*z-index: 99;*/
	box-sizing: border-box;
}
.short_title{
	width: 232px;
	height: 41px;
	position: absolute;
}
.short_select:hover .short_list{
	height: auto;
	max-height: 160px;
	overflow-y: scroll;
	border: 1px solid #dddddd;
	border-top: none;
}
.short_select:hover{
	border-bottom: none;
	opacity: 1;
}
.short_list::-webkit-scrollbar {
	display: none; /* Chrome Safari */
}
.short_list{
	 width: 230px;
	 height: 0;
	 overflow: hidden;
	 position: absolute;
	 top: 40px;
	 left: -1px;
	 z-index: 999;
	 background-color: #373b48;
 }
.short_list::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.short_list::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: red;
}

.short_list::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: white;
}
.short_li{
	width: 232px;
	height: 40px;
}
.short_li:hover{
	background: black;
	opacity: 0.85;
}
.footer_bottom{
	height: 69px;
	overflow: hidden;
	position: relative;
	margin-top: 44px;
}

.footer_bottom .bottom_left{
	float: left;
	width: 56px;
	height: 67px;
}
.footer_bottom .bottom_right{
	float: right;
	width: 110px;
	height: 55px;
	margin-top: 12px;
}

.bottom_icon1{
	width: 56px;
	height: 67px;
	position: absolute;
	top: 40px;
	left: 20px;
}
.bottom_icon2{
	width: 110px;
	height: 55px;
	position: absolute;
	top: 40px;
	right: 34px;
}
.bottom_content{
	float: left;
	width: 1000px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #aaaaaa;
}
.bottom_content p{
	line-height: 23px;
}
.bottom_content p span{
	display: inline-block;
	margin: 0 20px;
}
.bottom_content p span a{
	color: #aaaaaa;
}
.bottom_content p span a:hover{
	color: #fff;
}
.bottom_content .bottom_content_ul{
	width:300px;
	margin: 0 auto;
	overflow: hidden;
}
.bottom_content .bottom_content_ul li{
	float: left;
	width: 50%;
	height: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 14px;
	color: #aaaaaa;
}
.bottom_content .bottom_content_ul li a{
	display: inline-block;
	width: 90%;
	color: #aaaaaa;
}
.bottom_content .bottom_content_ul li a:hover,.bottom_content .bottom_content_ul li a:active{
	color: #fff;
}
.clear{
	clear: both;
}