.main_footer{
	width: 100%;
	/*height: 350px;*/
	background-color: #373b48;
}
.footer_center{
	width: 1200px;
	/*height: 350px;*/
	margin: 0 auto;
}
@font-face {
	font-family: 'rtb';
	src: url('./rtb.ttf');
}
.footer_top{
	/*height: 153px;*/
	/*overflow: hidden;*/
}
.footer_top_l{
	width: 152px;
	height: 153px;
	line-height: 153px;
	text-align: center;
	float: left;
}
.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-family: MicrosoftYaHei;
	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: 1040px;
	/*height: 153px;*/
	float: right;
	padding-top: 32px;
	box-sizing: border-box;
}
.long_aBox{
	width: 490px;
	height: 40px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	opacity: 0.65;
	font-family: MicrosoftYaHei;
	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;
}
.short_select{
	width: 232px;
	height: 41px;
	border-radius: 2px;
	border: solid 1px #dddddd;
	opacity: 0.65;
	font-family: MicrosoftYaHei;
	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: 198px;
	overflow: hidden;
	position: relative;
}
.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{
	text-align: center;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #aaaaaa;
}
.bottom_content>p>span{
	font-weight: bold;
	color: #cd3c46;
}
.clear{
	clear: both;
}