* {
    margin: 0;
    padding: 0;
}

.foot_content {
    width: 100%;
    height: 400px;
    /* background-color: #081E48; */
	background-color: #0d1333;
    display: flex;
    justify-content: center;
}

.f_c_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.f_c_top{
    width: 62%;
}

.f_c_list {
    /* border: 1px solid gold; */
    /* height: 125px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    color: #FFFFFF;
    padding-top: 70px;
    padding-bottom: 30px;
}

.f_c_lis {
    line-height: 50px;
    color: #FFFFFF;
    width: 13.5%;
    /* text-align: center; */
}

.f_c_lis :hover {
    color: #0099CC;
}

.f_c_lis .active {
    color: #0099CC;
}

.f_c_liss {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 130px;
    color: #FFFFFF;
    width: 21%;
}

.f_c_liss :hover {
    color: #0099CC;
}

.f_c_liss .active {
    color: #0099CC;
}

.f_c_text {
    /* text-align: center; */
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FFFFFF;
    width: 100%;
    height: 38px;
    text-decoration: none;
    display: block;
    line-height: 38px;
}

.f_c_bottom {
    width: 62%;
    display: flex;
    justify-content: space-between;
    border-top: none;
}

.f_c_b_li {
    list-style-type: none;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.f_c_b_li_con{
    width: 60%;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f_c_b_lis {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 40px;
    color: #999999;
}

.f_c_b_lis :hover {
    color: #FFFFFF;
}

.f_c_b_lis .active {
    color: #ffffff;
}

.f_c_b_txt {
    color: #999999;
    font-size: 14px;
    text-decoration: none;
}

.f_c_b_telephone {
    color: #999999;
    font-size: 14px;
}

.f_c_b_WeChat_img {
    width: 86px;
	height: 86px;
    /* width: 100px;
    height: 100px; */
    /* margin-top: 20px; */
}

.f_c_b_WeChat {
    padding-top: 10px;
    color: #999999;
    font-size: 14px;
}

.foot_content1 {
    width: 100%;
    height: 70px;
    padding-bottom: 25px;
  /*  background-color: #081E48; */
  background-color: #0d1333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.f_c_right_pic {
    width: 80%;
}

.f_c_right {
    line-height: 55px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.f_c_right span {
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
    font-style: normal;
    color: #999999;
    font-size: 14px;
    padding-right: 12px;
}

.f_c_right_pic1 {
    width: 85%;
    /* height: 10px; */
    padding-right: 15px;
}

.f_c_right_pic2 {
    width: 1.5%;
    /* width: 31px; */
    /* height: 42px; */
}

.f_c_right a{
    text-decoration: none;
}