.foot_banners{
    width: 100%;
    height: 400px;
    font-size: 0;
    position: relative;
}
.foot_banners img{
    width: 100%;
    height: 400px;
}
.foot_banners p{
    position: absolute;
    font-size: 42px;
    font-family:  STKaiti,SimSun;
    text-align: center;
    width: 100%;
    color: #ffffff;
}
.foot_banners .p1{
    top: 80px;
}
.foot_banners .p2{
    top: 180px;

}
.foot_banners .p3 a{
    color: #ffffff;
    font-size: 17px;
    background-color:rgba(78,55,33,.6);
    display: inline-block;
    font-family: normal;
    width: 240px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.foot_banners .p3{
    bottom: 54px;
}
.foot_banners .p3 a:hover{
    color: #ed4040;
}



.foot_box .foo_boxs {
    overflow: hidden;
    background-color: transparent;
    position: relative;
}
.foot_box .foot_right {
    height: 372px;
    width: 750px;
    display: inline-block;
}
.foot_box .tip_logo {
    width: 446px;
    height: 60px;
    font-size: 0;
    display: inline-block;
    overflow: hidden;
    margin-top: 30px;
}
.foot_box .tip_logo img{
    width: 446px;
    height: 60px;
}

.foot_box .content {
    display: inline-block;
    margin-top: 40px;
    overflow: hidden;
}
.foot_box .content ul {
    display: inline-block;
    overflow: hidden;
}
.foot_box .content ul .content_li {
    display: inline-block;
    width: 85px;
    vertical-align: top;
    margin-right: 35px;
}
.foot_box .content_li a {
    width: 100%;
    display: inline-block;
    text-align: left;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    padding: 4px 0;
    transition: 0.5s;
}
.foot_box .content_li a:hover{
     color: #ed4040;
 }

.foot_box .content_li .firsta{
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    cursor: default;
}
.foot_box .lasta {
    cursor: default;
}
.foot_box .lasta span {
    margin-right: 10px;
    cursor: pointer;
}
.foot_box .lasta span:hover{
     color: #ed4040;
 }

.foot_box .content_li_last a{
    width: 50%;
}
.foot_box .content_li_last .firsta{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 10px;
    cursor: default;
}
.foot_box .foo_boxs .foot_right .content ul .content_li1 {
    width: 175px;
    margin-left: 25px;
}

.foot_box .foot_left {
    width: 283px;
    display: inline-block;
    height: 372px;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 0;
}
.foot_box .leftcontent {
    display: inline-block;
    overflow: hidden;
    margin-top: 50px;
}
.foot_box .leftcontent p {
    padding: 8px 5px;
    background-color: #503f2f;
}
.foot_box .leftcontent span {
    color: #ba994c;
}

.foot_box .leftcontent a {
    display: inline-block;
    color: #ba994c;
    font-size: 14px;
    padding-bottom: 1px;
    border-bottom: 1px solid #ba994c;
    vertical-align: top;
    margin-left: 10px;
}
.foot_box .connect .tip{
    color:rgba(255,255,255,.9);
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 16px;
}
.foot_box .foo_boxs .foot_left .connect .imgbox {
    display: inline-block;
    width: 44px;
    height: 44px;
    border: 1px solid #c3b9b1;
    line-height: 44px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative;
    padding-top: 0;
    vertical-align: top;
}
.foot_box .connect .tip span {
    color: #c3b9b1;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    padding-top: 5px;
}
.foot_box .connect .imgbox img{
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 50px;
    height: 0;
    transition: 0.2s;
    z-index: 6;
}
.foot_box .foot_phone {
    color: rgba(255, 255, 255, .7);
    margin-top: 5px;
    font-size: 14px;
}
.foot_box .foot_phone span{
    color: #e1dcd8;
    font-size: 13px;
}

.foot_box .foot_left_img {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    overflow: hidden;
}
.foot_box .foot_left_img img{
    width: 322px;
    height: 400px;
}





.box_faq{
    width: 1200px;
    margin: 20px auto;
    background: #fff;
}
.box_faq ul{
    padding: 30px;
}
.box_faq li{
    line-height: 48px;
    margin-left: 30px;
    font-size: 20px;
    list-style-type: decimal;
}
.addmoreBox{
    text-align: center;
}
