﻿@charset "utf-8";
/*当页面小于992px的时执行下面的CSS*/
@media screen and (max-width: 992px){
.foot{width:100%; height:auto; margin-top:30px; padding:40px 0; color:#fff; background-color:#b70e13}
.foot a{color:#fff}
.foot a:hover{ color:#c7f6cf}

.foot_box{overflow:hidden}
.foot_box .l{ display:none}
.foot_box .r{ width:100%; height:auto; text-align:center}
.foot_box .r img{width:150px; height:auto}
.foot_box .r p{text-align:center; line-height:36px}

.foot_foot{overflow:hidden; padding:20px 0; text-align:center; line-height:30px}
.foot_foot span{ display:block}
}

/*当页面大于992px时候*/
@media screen and (min-width:992px){
.foot{width:100%; height:auto; margin-top:30px; padding:60px 0; color:#333333; background-image: url(../images/foot2024.jpg); background-repeat: no-repeat; background-position: center; background-size: cover;}
.foot a{color:#333333}
.foot a:hover{ color:#b70e13}

.foot_box{overflow:hidden}
.foot_box .l{ float:left; width:800px; height:auto;}
.foot_box .r{ float:right; width:150px; height:auto;}
.foot_box .r img{width:100%; height:auto}
.foot_box .r p{text-align:center; line-height:36px}

.foot_text{width:100%; height:auto; display:flex; display: -webkit-flex; /*启用弹性布局*/ flex-direction:row;/*从左到右排*/}
.foot_text div{width:100%; height:auto; text-align:left; margin-right:10px;}
.foot_text h6{font-size:20px; font-weight:600; position:relative;}
.foot_text h6:before{content: ""; width:40px; height:3px; background-color:#b70e13; position:absolute; left:0; top:33px}

.foot_ul{width:100%; height:auto; margin-top:30px}
.foot_ul li{ line-height:27px; }
.foot_ul li a{ display:block;}

.foot_foot{overflow:hidden; padding:20px 0; text-align:center; line-height:30px; background-color:#b70e13; color:#FFFFFF}
.foot_foot span{ margin-left:30px}
.foot_foot a{color:#FFFFFF}
.foot_foot a:hover{ color:#FFCC00}
/*********footer*********/
}

/* 移动端底部专用 */
.foot_height{height:0.5rem;}
.footer{width:100%; height:0.6rem; overflow:hidden; position:fixed; bottom:0; right:0; z-index:999; background-color:#b70e13; border-top-right-radius: 10px; border-top-left-radius: 10px;}
.footer li{float:left; width:25%; height:auto; position:relative}
.footer li:before{content: ""; width:1px; height:0.3rem; background-color:#a90308; position:absolute; right:0; top:0.15rem}
.footer li:nth-child(4):before{ display:none}
.footer li a{display:block}
.footer li span{display:block; width:100%; height:0.26rem; padding-top:0.07rem; text-align:center;}
.footer li span img{height:100%}
.footer li p{width:100%; height:0.26rem; line-height:0.26rem; text-align:center; font-size:0.12rem; font-weight:100; color:#fff;}
/* 移动端底部专用_end */