
.jst_footer{
    width: 100%;
}
.jst_footer .jst_container{
    background: #000000;

    padding: 66px 7%;
}
.footer_left{
width: 23%;
    color: #fff;
    margin-left: 7%;
    float: left;
}
.footer_middle{
  width: 21%;
    float: left;
    padding-left: 7%;
    color: #fff;
}
.footer_middle2{
  width: 21%;
    float: left;
    padding-left: 7%;
    color: #fff;
}
.footer_right{
        width: 23%;
    float: left;
    color: #fff;
}
.footer_title{
    font-size: 24px;
    font-family: "思源黑体 CN Bold";
    text-align: left;
    color:#fff
}

.footer_content{
    width: 100%;
    font-size: 14px;
    font-family: "思源黑体 CN Normal";
    line-height: 28px;
    padding-top: 38px;
    height: 200px;
}
.content_box{
    width: 100%;
    padding-top: 40px;
    font-size: 0;
}
.seemorebtn{
    width: 39%;
    margin-right: 1%;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    font-family: "思源黑体 CN Normal";
    font-size: 14px;
    margin-top: 30px;
    display: inline-block;
}

.footer_navitem{
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}
.pt38{
    padding-top: 30px;
}
.formbox{
    width: 100%;
    padding-top: 30px;
}
.inputbox{
    width: 48%;
    height: 30px;
    float: left;
    margin-left: 4%;
}
.inputstyle{
    width: 100%;
    height: 100%;
    background: #fff;
    color: #999999;
    padding-left: 10px;
    font-size: 16px;
    line-height: 30px;
}
.textareabox{
    width: 100%;
    float: left;;
    height: 77px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;

}
.textareabox textarea{
    width: 100%;
    height: 100%;
    padding-left: 10px;
    color: #333;
}
.subbtn{
    width: 86px;
    height: 34px;
    float: left;
    margin-top: 20px;
}
.subbtnstyle{
    width: 100%;
    height: 100%;
    background: #c64a28;
    color: #fff;
    border: none;

}
.cpright{
    float: left;
    line-height: 60px;
    text-align: left;
    height: 60px;
}
.sitemap{
    float: right;
    line-height: 60px;
    text-align: right;
    height: 60px;

}

@media (max-width: 1200px) {
.footer_middle2{
  width: 100%;
    float: left;
    padding-left: 0%;
    color: #fff;
	    padding-top: 20px;
}
    .footer_left{
        display: none;
    }
    .footer_middle{
        display: none;
    }
    .footer_right{
        width: 100%;
    }
    .jst_footer .jst_container{
        padding: 30px 5%;
    }
    .inputbox{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .cpright{
        width: 100%;
        text-align: center;
        line-height: 30px;
    }
    .sitemap{
        width: 100%;
        text-align: center;
        height: 30px;line-height: 30px;

    }
    .formbox{
        padding: 0;
    }
}