
.dg_footer {
    width: 100%;
    height: 290px;
    background: #404040;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.footer_left_logo {
    width: 36%;
    float: left;
    height: 100%;
    text-align: left;
}

.footer_right_content {
    width: 64%;
    float: left;
}

.top_navList {
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.nav_item {
    width: 108px;
    float: left;
    height: 80px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.footerbox {
    width: 100%;
    padding: 20px 0;
}

.box_left {
    width: 46%;
    float: left;
}

.box_right {
    width: 37%;
    float: left;
}
.box_right img{
       height: 120px;
}

.footerContactText {
    color: #fff;
    font-size: 14px;
}

.phoneNumber {
    font-size: 36px;
    font-family: Impact;
    color: #fff;
    line-height: 50px;

}

.footer_Bottom {
    width: 100%;
    background: #292929;
    color: #fff;
   height:max-content;
   font-size: 13px;
   line-height: 1.5;
   padding-bottom: 30px;

}

.lefttext {
    float: left;
	   position: relative;
    top: 12px;
}

.righttext {
    float: right;
	    position: relative;
    top: 12px;
}
.dg_container {
    width: 1200px;
    margin: 0 auto;
	 
}
.sjc {
    display: none !important;
}

@media (max-width: 1200px) {
	.pcc {
        display: none !important;
    }
    .sjc {
        display: block !important;
    }
	.dg_container {
    width: 100%;
    margin: 0 auto;
}
.top_navList {
	display:none;
    width: 100%;
    height: 80px;
    line-height: 80px;
}
.footerbox {
    width: 96%;
    padding: 20px 0;
    margin: 0 auto;
}
.box_left {
    width: 68%;
    float: left;
}
.box_right {
    width: 30%;
    float: right;
}
.box_right {
    width: 30%;
    float: right;
    padding-top: 15px;
    padding-bottom: 10px;
}

    .dg_footer{
        height: auto;
    }



    .lefttext{
        float: none;
        width: 100%;
        text-align: center;
        line-height: 27px;
    }
    .righttext{
        float: none;
        width: 100%;
        line-height: 25px;

        text-align: center;
    }
    .footerbox{
        padding: 5px 0;
    }
    .footer_Bottom{
        padding: 0 0 40px;
        
    }

    .footer_left_logo{
        width: 100%;
        height: auto;
        margin-top: 20px ;
        line-height: 1.2;

    }
    .box_left{
        padding-top: 20px;
    }
    .footer_right_content{
        width: 100%;
    }
    .phoneNumber{
        font-size: 21px;
    }
    .box_right img{

        margin-bottom: 10px;
    }
}