/*底部样式合集*/
.foot_css {
    background-color: #0D182E;
    padding: 30rem 30rem 0;
    /* display: none; */
	display: block;
}

.foot_banner {
    width: 100%;
    padding-bottom: 32rem;
}

.foot_banner img {
    width: 369rem;
    height: 77rem;
}

.contact_list {
    color: white;
    align-items: flex-end;
}

.contact_list_item {
    width: 60rem;
    height: 60rem;
}
.contact_list_item a{
	width: 60rem;
	height: 60rem;
}
.contact_list_item > img {
    width: 100%;
    height: 100%;
}
.wx-code{
	width: 350rem;
	height: 350rem;
}
.wx-code img{
	width: 100%;
	height: 100%;
}
.contact_list_item + .contact_list_item {
    margin-left: 28rem;
}

/*内容*/
.content {
    border-top: 1rem #263043 solid;
    border-bottom: 1rem #263043 solid;

}

.content_left {
    padding: 65rem 86rem 49rem 0;
    flex-grow: 1;
	display: none;
}
.content_line{
	display: none;
}

.content_right {
    width: 100%;
    flex-shrink: 0;
    border-left:none;
    padding:30rem 0;
    font-size: 16rem;
}

.content_right_item {
    max-width:none;
	width: 100%;
    line-height: 24rem;
}

.content_right_item > div:first-child {
    color: #384255;
	margin-bottom: 10rem;
}

.content_right_item > div:last-child {
    color: #ffffff;
}

.content_right_item + .content_right_item {
    margin-top:15rem;
}

.content_left_dl {
    color: #fff;
}

.content_left_dl .font_size_2 {
    font-weight: 400;
}

.content_left_dl .font_size_2::after {
    content: "";
    width: 18rem;
    height: 2rem;
    background-color: #fff;
    margin-top: 30rem;
    display: block;
    margin-bottom: 48rem;
}

.content_left_dl dd {
    font-size: 14rem;
    line-height: 14rem;
    color: #787B83;
}

.content_left_dl dd + dd {
    margin-top: 20rem;
}

.foot_copyright {
    padding: 15rem 0;
    color: #787B83;
	flex-wrap: wrap;
}
.foot_copyright span{
	width: 100%;
}