﻿@charset "utf-8";
/*当页面小于992px的时执行下面的CSS*/
@media screen and (max-width: 992px){
.dbbox{
	width:100%;
	height:auto;
	background-color:#007f0f;
	padding:5px 0;
	margin-top:30px;
}
.dbadd{ overflow:hidden}
.dbadd li{width:100%; height:auto; padding:15px 0; border-bottom:1px solid #30994e; background:url(../images/db1.png) no-repeat left center; color:#FFFFFF; padding-left:70px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.dbadd li:nth-child(2){ background:url(../images/db2.png) no-repeat left center;}
.dbadd li:nth-child(3){ background:url(../images/db3.png) no-repeat left center;}
.dbadd li:last-child{ border:none}
.dbadd li p{ line-height:30px}
.dbadd li b{ display:block}
.dbadd li a{ color:#FFFFFF}

.foot{width:100%; height:auto; padding:40px 0; color:#a1a0a0; background-color:#333333}
.foot a{color:#a1a0a0}
.foot a:hover{ color:#8cd999}

.foot_box{ overflow:hidden}
.foot_box .l{width:95%; height:auto; margin:0 auto; text-align:center}
.foot_box .l img{max-width:100%; height:auto;}
.foot_box .c{width:95%; height:auto; margin:0 auto; margin-top:30px}
.foot_box .c h6{width:90%; height:auto; margin:0 auto; font-size:0.18rem; text-align:center; padding-bottom:19px; border-bottom:1px solid #565656}

.foot_box .r{width:95%; height:auto; margin:0 auto; text-align:center; margin-top:35px}
.foot_box .r img{max-width:100%; height:auto;}

.foot_center{ width:100%; height:auto; margin:0 auto; margin-top:15px; text-align:center}
.foot_center a{display:inline-table; margin-bottom:10px; color:#666; border-radius:5px; font-size:12px; padding:0 10px}
.foot_center a:hover{ background-color:#007f0f; color:#FFF}

.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){
.dbbox{
	width:100%;
	height:auto;
	background-color:#007f0f;
	padding:5px 0;
	margin-top:30px;
}
.dbadd{
	display:flex;/*启用弹性布局*/
	display: -webkit-flex; /*启用弹性布局,Webkit内核的浏览器*/
	flex-direction:row;/*项目的排列方向,从左到右排*/
	-webkit-flex-direction:row;/*项目的排列方向,从左到右排*/
	justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
	-webkit-flex-justify-content:space-between;/*在主轴上的对齐方式,两端对齐，项目之间的间隔都相等*/
}
.dbadd li{ width:32%; height:auto; padding:15px 0; border-right:1px solid #30994e; background:url(../images/db1.png) no-repeat left center; color:#FFFFFF; padding-left:100px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.dbadd li:nth-child(2){ background:url(../images/db2.png) no-repeat left center;}
.dbadd li:nth-child(3){ background:url(../images/db3.png) no-repeat left center;}
.dbadd li:last-child{ border:none}
.dbadd li p{ line-height:30px}
.dbadd li b{ display:block}
.dbadd li a{ color:#FFFFFF}

.foot{width:100%; height:auto; padding:60px 0; color:#a1a0a0; background-color:#333333}
.foot a{color:#a1a0a0}
.foot a:hover{ color:#8cd999}

.foot_box{ overflow:hidden}
.foot_box .l{float:left; width:20%; height:180px; display:flex; align-items:center; overflow:hidden;}
.foot_box .l img{max-width:100%; height:auto;}

.foot_box .c{ float:left; width:58%; height:auto; margin-left:3%; border-left:1px solid #565656; border-right:1px solid #565656;}
.foot_box .c h6{width:90%; height:auto; margin:0 auto; font-size:18px; padding-bottom:19px; border-bottom:1px solid #565656}

.foot_box .r{ float:right; width:17%; height:auto; text-align:right;}
.foot_box .r img{max-width:100%; height:auto;}

.foot_center{ width:90%; height:auto; margin:0 auto; margin-top:25px;}
.foot_center a{display:inline-table; margin-bottom:18px; color:#666; border-radius:5px; padding:0 8px}
.foot_center a:hover{ background-color:#007f0f; color:#FFF}

.foot_foot{overflow:hidden; padding:20px 0; text-align:center; line-height:30px}
.foot_foot span{ margin-left:30px}
/*********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:#009a19; 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:#0ab325; 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 */