body, input, textarea, select {
	font-size: 14px;
	line-height: 24px;
	color: #000;
	font-family: "Microsoft YaHei";
}

body, h1, h2, h3, h4, p, ul, ol, dl, dt, dd, input, button, form, tr, td, ul, li {
	margin: 0;
	padding: 0;
}

dl, dt, dd {
	padding: 0
}

h1, h2, h3, h4 {
	font-size: 20px;
}

ul, ol, dd, li {
	padding-left: 0;
	list-style-type: none;
}
img{
	max-width: 100%;
}
a img {
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}

a:hover {
	color: #019f15
}
/*css通用样式库*/
.b30 {
	height: 30px;
}

.b20 {
	height: 20px;
}

.b10 {
	height: 10px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after {
	clear: both;
	display: block;
	content: '';
}

.warp {
	max-width: 1400px;
	margin: 0 auto;
}

.h_top {
	background-color: rgba(0, 0, 0, 0.8);
	padding: 10px 0;
}

.ss_box {
	border: none;
}

.ss_box .f_input {
	width: 220px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	padding-left: 32px;
	background: #fff url("../images/ss.png") no-repeat 5px;
	background-size: 23px;
	height: 30px;
	line-height: 30px;
}

.ss_box .sub {
	width: 70px;
	height: 34px;
	text-align: center;
	line-height: 30px;
	background: #019f15;
	color: #fff;
	border: none;
	font-size: 14px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.h_text {
	margin-left: 130px;
	color: #d3d3d3;
	font-size: 16px;
	line-height: 36px;
}
.nav_h{
    /*padding: 20px 0;*/
}
.nav_h .logo{
	padding: 15px 0;
}
.nav_ul{
    width: 840px;
}
.nav_ul li{
    float: left;
}
.nav_ul li .nav_a{
    position: relative;
    display: block;
    padding: 39px 25px;
    font-size: 18px;
    color: #252525;
    font-weight: normal;
    transition: all .5s ease;
}
.nav_a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 2px;
    background-color: #019f15;
    opacity: 0;
    transition: all .5s ease;
}
.nav_ul li:hover .nav_a {
    transform: translateY(0%);
    color: #019f15;
}
.nav_ul li:hover .nav_a::after {
    width: 100%;
    opacity: 1;
}
.layui-fluid,.layui-card-body{
	padding: 0;
}
#carousel02{
	height: 600px !important;
}
.layui-col-space10 {
	margin: 0;
}
footer {
	width: 100%;
	overflow: hidden;
	padding: 40px 0;
	background: #2d2d2d;
}
footer .foot {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
	border-bottom: 1px #444 solid;
}
footer .foot dl {
	float: left;
	width: 230px;
	overflow: hidden;
}
footer .foot dl dt {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	display: block;
}
footer .foot dl dd {
	display: block;
	overflow: hidden;
	margin-top: 10px;
}
footer .foot dl dd a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 32px;
}
footer .foot div {
	width: 150px;
	float: right;
	overflow: hidden;
}
footer .foot div em img {
	width: 150px;
	height: 150px;
}
footer .foot div p {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
}
footer .copy {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding-top: 30px;
	line-height: 26px;
}
footer .copy p{
	margin-top: 10px;
}
footer .copy p a{
	color: #fff;
}