
.footer {
    background: #353535;
    width: 100%;
    margin-top: 0%;
    padding-bottom: 15px; /*调整二维码高度*/
}

@media (max-width: 768px) {
    .footer {
        padding-bottom: 90px;
    }
}

.footer_com {
    max-width: 1200px;
    width: 98%;
    margin: auto;
    padding: 1% 0px;
    background: #353535;
}

    .footer_com .di_nav {
        width: 55%;
        float: left;
        padding-top: 10px; /*调整二维码高度*/
    }

        .footer_com .di_nav .er_pic {
            display: none;
        }

        .footer_com .di_nav li {
            width: 20%;
            float: left;
            border-left: 1px solid #4a4a4a;
            padding-left: 15px;
        }

            .footer_com .di_nav li a {
                display: block;
                color: #959595;
                font-size: 12px;
                line-height: 24px;
                height: 24px;
                overflow: hidden;
                width: 150%;
            }

                .footer_com .di_nav li a:hover {
                    color: #0083c7;
                }

            .footer_com .di_nav li .tit {
                font-size: 14px;
                line-height: 24px;
                height: 24px;
                width: 100%;
                color: #fff;
                margin-bottom: 10px;
            }

    .footer_com .er_right {
        width: 45%;
        float: right;
        padding-top: 15px; /*调整二维码高度*/
    }

        .footer_com .er_right .er {
            width: 26%;
            float: left;
            margin-left: 8%;
        }

            .footer_com .er_right .er .pic {
                margin-left: 10%;
                margin-right: 10%;
                padding: 10px;
                border: 1px solid #606060;
                box-sizing: content-box;
                text-align: center;
                justify-content: center;
                position: relative;
            }

                .footer_com .er_right .er .pic:before {
                    content: "";
                    display: block;
                    padding-top: 2%;
                }

                .footer_com .er_right .er .pic .pic_in img {
                    position: absolute;
                }


            .footer_com .er_right .er .text {
                color: #fff;
                text-align: center;
            }

                .footer_com .er_right .er .text span {
                    line-height: 25px;
                    height: 25px;
                    width: 100%;
                    display: inline-block;
                    font-size: 14px;
                }

                    .footer_com .er_right .er .text span:last-child {
                        color: #aeaeae;
                        font-size: 12px;
                    }

        .footer_com .er_right .dian {
            width: 55%;
            background: url(../images/di_dian.png) no-repeat left;
            float: right;
            padding-left: 52px;
        }

            .footer_com .er_right .dian span {
                display: block;
                color: #fff;
                font-size: 16px;
            }

            .footer_com .er_right .dian a {
                display: block;
                color: #ff9a00;
                font-size: 22px;
                /*font-family: Pabloco;*/

            }

/*@media (max-width: 768px) {
    .footer_com .di_nav {
        display: none;
    }

        .footer_com .di_nav .er_pic {
            display: none;
        }

    .footer_com .er_right {
        width: 100%;
        padding: 15% 0px;
    }

        .footer_com .er_right .er {
            width: 30%;
        }

            .footer_com .er_right .er .pic i {
                padding-bottom: 31.25%;
            }

        .footer_com .er_right .dian {
					  margin-top: 8%;
            width: 45%;
					  
        }
}*/

@media (max-width: 768px) {
    .footer_com .di_nav {
        width: 100%;
        float: left;
        margin-top: 10px;
        display: block;
    }

        .footer_com .di_nav .er_pic {
            width: 100px;
            height: 100px;
            text-align: center;
            display: block;
            float: left;
					  padding: 10px;
            margin-top: 20px;
            margin-left: 20%;
					  border: 1px solid #606060;
        
        }

            .footer_com .di_nav .er_pic .pos-abs {
                color: #fff;
							  width: 100px;
							  text-align: center;
                margin-top: 18px;
                font-size: 12px;
						    margin-left: -11px;
            }

    .footer_com .er_right {
        float: right;
        width: 100%;
        padding: 2% 0px;
    }

    .footer_com .di_nav li {
        width: 20%;
        float: left;
        border-left: 1px solid #4a4a4a;
    }

        .footer_com .di_nav li .tit {
            font-size: 14px;
            line-height: 24px;
            height: 24px;
            width: 100%;
            color: #fff;
        }

            .footer_com .di_nav li .tit:hover {
                color: #fff;
            }

        .footer_com .di_nav li a {
            display: block;
            color: #959595;
            font-size: 12px;
            line-height: 30px;
            height: 30px;
            overflow: hidden;
            width: 150%;
        }

/*        .footer_com .di_nav li:nth-child(n+5) {
            display: none;
        }

        .footer_com .di_nav li:nth-child(1) {
            display: none;
        }*/

    .footer_com .er_right .er {
        width: 100%;
        display: none;
    }

        .footer_com .er_right .er .text {
            padding-left: 0px;
        }

    .footer_com .er_right .dian {
        width: 100%;
        display: none;
    }

        .footer_com .er_right .dian span {
            font-size: 14px;
        }

        .footer_com .er_right .dian a {
            font-size: 18px;
        }
}
@media (max-width: 480px) {
	    .footer_com .di_nav li {
        width: 33%;
    }
	
	     .footer_com .di_nav li:nth-child(n+5) {
            display: none;
        }

        .footer_com .di_nav li:nth-child(1) {
            display: none;
        }
}

/*移动端底部导航*/
.phonefooternav {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 99999;
}

    .phonefooternav ul li {
        width: 25%;
        background: #494949;
        float: left;
        padding: 10px 0;
        border-right: 1px solid #666;
        list-style: none;
    }

        .phonefooternav ul li a {
            display: block;
            color: #fff;
            text-align: center;
        }

            .phonefooternav ul li a i {
                display: block;
                font-size: 20px;
                padding: 10px 0;
            }

@media (max-width: 768px) {
    .phonefooternav {
        display: block;
    }
}

@media (max-width: 480px) {
    .phonefooternav ul li {
        padding: 3px 0px;
    }
}
