﻿@charset "utf-8";
/*当浏览器尺寸小于960px的时执行下面的CSS*/
@media screen and (max-width: 960px){
.head{width:100%; height:auto; background-color:#ff6a00;}

/*logo*/
.logo{width:100%; height:auto; overflow:hidden}
.logo .l_pc{display:none}
.logo .l_mobile{height:auto; text-align:center; padding:10px 0}
.logo .l_mobile img{max-width:100%; height:auto;}
.logo .r{ display:none}

/*首页菜单*/
.menu{width:100%; height:auto; overflow:hidden;}
.menu li{
	float: left;
	width:33.333%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	font-size: 0.16rem;
	height:0.43rem;
	line-height: 0.43rem;
	border-right: 1px solid #7bbf4d;
	white-space: nowrap;/*规定段落中的文本不进行换行*/
	text-overflow: ellipsis;/*当文本溢出包含元素时显示省略符号来代表被修剪的文本。*/
	box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	background:linear-gradient(to bottom,#70b442,#569e26);
}
.menu li a{display: block; color: #fff;}
.menu li:nth-of-type(3n+0){border-right:0;}
.menu li:hover a,.menu li.active a{text-decoration:none; color:#fff; background-color:#3d8d07}

/*banner背景图片动画*/
.page_banner{width:100%; height:auto; overflow:hidden; }
.page_banner img{width:100%; height:auto}

@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}	
/*banner背景图片动画end*/

/*标题*/
.title_202110{ margin-top:10px; padding-left:26px; height:0.4rem; line-height:0.4rem; color:#FFF; background: #f1f4f8; border-radius:4px; position:relative}
.title_202110:before{content: ""; width:10px; height:0.36rem; background-color:#dd0000; position:absolute; left:0; top:0; border-radius:4px 0 0 4px; }
.title_202110 a{ color:#666; margin-right:10px;}
.title_202110 a:hover{ color:#dd0000}
.title_202110 a+a:before{ padding-right:10px; color:#999999; content: "/";}

/*以下是主体部分*/
.main_box{ width:100%; height:auto; margin-top:15px; overflow:hidden}
.main_box .l_left{margin-top:26px; width:100%; height:auto}
.main_box .l_right{width:100%; height:auto}

/*左侧部分*/
.l_right_title{height:0.8rem; background:#70b442; color:#fff; text-align:center;}
.l_right_title .span1{ display:block; font-size:0.22rem; font-weight:700; padding-top:0.15rem;}
.l_right_title .span2{ display:block; font-size:12px; color:#EFFCF7; padding-top:5px; text-transform:uppercase}

.ul_l_right{ width:100%; height:auto; margin-top:10px;}
.ul_l_right li{height:0.5rem; line-height:0.5rem; font-size:0.16rem; background-color:#f2f2f2; color:#000; position: relative; border-left:3px solid #ea6103; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
.ul_l_right li a{display:block; color:#737373; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; padding-left: 24px;}
.ul_l_right li a:hover{ color:#FFF}
.ul_l_right li span{ display:inline-block; position: absolute;z-index: 10; right:20px; top:0; width:27px; height:100%; background:url(../images/classJT.png) left center no-repeat;}
.ul_l_right li em{ position: absolute; left:0; top:0; width: 0; height: 100%; background:#70b442; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.3s; }
.ul_l_right li:hover em{ width:100%; }
.ul_l_right li.active a{color:#fff; background:#70b442;}

.pro_more{ display: block; height:0.6rem; line-height:0.6rem; background:#ea6103; color:#fff!important; text-align:center; font-size:18px; margin-top:10px;}
.pro_more:hover{ background-color:#dc0000;}

/*新闻图片分类*/
.fenlei_box{width:100%; height:auto; background: #f1f4f8;}
.fl_menu_u1{ width:95%; height:auto; margin:0 auto; overflow:hidden}
.fl_menu_u1 li{float:left; height:0.5rem; line-height:0.5rem;  text-align:center; }
.fl_menu_u1 li a{display: block; font-weight:400; font-size:0.15rem; color:#333333; padding:0 15px;}
.fl_menu_u1 li:hover a,.fl_menu_u1 li.active a{color:#000000; font-weight:bold; background-color:#FFFFFF}

/*产品分类*/
.pro_fl_u1{ width:100%; height:auto; display:flex; display: -webkit-flex; /* Safari */ flex-direction:row;/*从左到右排*/ flex-wrap: wrap;/*换行，第一行在上方*/}
.pro_fl_u1 li{width:50%;  height:0.45rem; line-height:0.45rem; text-align:center; border-right:1px solid #fff; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; background:linear-gradient(to bottom,#70b442,#42900e);}
.pro_fl_u1 li a{display: block; font-weight:400; font-size:0.14rem; color:#fff;}
.pro_fl_u1 li:hover a,.pro_fl_u1 li.active a{color:#fff; background:linear-gradient(to bottom,#d71f1f,#f03827);}
.pro_fl_u1 li:nth-child(2n){border-right:none}

/*产品详情标题*/
.product_list{height:0.36rem; border-bottom:1px solid #CCC; margin-top:0px;}
.product_list span{ font-size:0.16rem; font-weight:bold; line-height:0.36rem; position:relative;}
.product_list span:before{content: ""; width:150px; height:4px; background-color:#d13845; position:absolute; left:0; top:0.27rem}
/*通用内容盒子_end*/

/*产品框*/
.ul_product{ width:100%; height:auto; margin:0 auto; margin-top:20px; overflow:hidden}
.ul_product li{float:left; width:48%; height:auto; margin-right:4%; margin-bottom:10px; }
.ul_product li span{display:block; width:100%; height:auto; overflow:hidden;}
.ul_product li span img{width:100%; height:auto;}
.ul_product li:nth-child(2n){margin-right:0;}
.ul_product li p{text-align: center; color: #282828; height:0.4rem; line-height:0.4rem; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*产品框_end*/

/*解决方案*/
.ul_linyi{ width:100%; height:auto; margin:0 auto;  overflow:hidden}
.ul_linyi li{float:left; width:48%; height:auto; margin-right:4%; margin-bottom:10px; }
.ul_linyi li span{display:block; width:100%; height:auto; overflow:hidden;}
.ul_linyi li span img{width:100%; height:auto;}
.ul_linyi li .mask{ display:none}
.ul_linyi li:nth-child(2n){margin-right:0;}
.ul_linyi li p{text-align:center; color:#fff; font-size:0.12rem; height:0.35rem; line-height:0.35rem; background:#70b442; margin-top:10px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*产品框_end*/

/*新闻*/
.ul_news{ padding:10px; height:auto; overflow:hidden; margin-top:10px;}
.ul_news li{ padding:15px; height:auto; border:1px solid #e7eaf1; box-shadow:0px 0px 10px #dddbdb; border-radius: 5px; margin-bottom:10px; background-color:#FFF}
.ul_news li a{display:block;}
.ul_news li h4{ font-size:0.18rem; font-weight:400; height:auto; line-height:0.32rem}
.ul_news li p{ font-size:0.14rem; color:#999999; margin-top:10px; height:auto; line-height:26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2;/*显示几行*/-webkit-box-orient: vertical;}
.ul_news li span{color: #a3afb7; font-size:0.14rem; display:inline-table; margin-top:10px}
.ul_news li i{color: #a3afb7; font-size:0.14rem; display:inline-table; margin-top:10px; background:url(../images/click.png) no-repeat left center; padding-left:26px; margin-left:20px;}

/*相关图片*/
.pic_xg{width:100%; height:auto; margin-top:40px; overflow:hidden;}
.pic_xg li{float:left; text-align:center; width:48%; height:1.35rem; margin-right:4%; margin-bottom:15px;  position:relative; overflow:hidden; border:1px solid #EBEBEB}
.pic_xg li img{display:block; width:100%; height:100%; max-width:100%;}
.pic_xg li p{ position:absolute; left:0; top:1rem; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.pic_xg li:hover p{top:0; }
.pic_xg li span{ display:block; position:absolute; left:0; top:1rem; color:#FFF; width:100%; height:0.35rem; line-height:0.35rem; z-index:1; font-size:0.12rem; transition: 0.5s all ease; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pic_xg li:hover span{top:45%; }
.pic_xg li:nth-of-type(2n+0){margin-right:0px;}
/*相关图片_end*/

/*相关产品前6个*/
.pro_tj_5{width:100%; height:auto; overflow:hidden; margin-top:30px; }
.pro_tj_5 li{float:left; width:48%; height:auto; margin-right:4%; margin-bottom:15px; position: relative; border:1px solid #EBEBEB; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.pro_tj_5 li img{display:block; width:100%; height:100%; max-width:100%;}
.pro_tj_5 li h2{ position:absolute; left:0; bottom:0; right:0; height:0.35rem; line-height:0.35rem; color:#FFF; text-align:center; font-size:0.12rem; font-weight:100; background-color:#333; opacity: 0.7; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; padding:0 10px}
.pro_tj_5 li:hover h2{ background-color:#000}
.pro_tj_5 li:nth-of-type(2n+0){margin-right:0px;}
/*产品前6个end*/

/*标题专用*/
.view_title{ width:100%; height:0.5rem; line-height:0.5rem; background: #f1f4f8;}
.view_title a{ color:#666; margin-right:10px;}
.view_title a:hover{ color:#dd0000}
.view_title a+a:before{ padding-right:10px; color:#999999; content: "/";}

/*********footer*********/
.foot_2021{margin-top:30px; padding:30px 0; background-color:#70b442; color:#FFFFFF}
.foot_2021 a{color:#FFFFFF}
.foot_2021 a:hover{ color:#FFCC00}

.foot_2021_box{ overflow:hidden}
.foot_2021_box .l{ display:none}
.foot_2021_box .c{width:100%; height:auto;}
.foot_2021_box .c div{ text-align:center}
.foot_2021_box .r{ width:100%; height:auto; text-align:center; margin-top:20px;}
.foot_2021_box .r img{width:150px; height:auto}
.foot_2021_box .r p{text-align:center; line-height:36px}

.foot_ul{width:100%; height:auto; color:#FFFFFF; margin-top:20px}
.foot_ul li{ line-height:27px; color:#FFFFFF; text-align:center}
.foot_ul li a{ display:block; color:#FFFFFF}

.foot_one{width:100%; height:auto; padding:10px 0; line-height:0.32rem; text-align:center; color:#FFF; font-size:0.12rem; background-color:#61a334}
.foot_one a{color:#FFF;}
.foot_one a:hover{color:#f9df05}
/*********footer*********/
}

/*当浏览器尺寸大于960px时候*/
@media screen and (min-width:960px){
.head{position:fixed; left:0; right:0; top:0; z-index:99999; width:100%; height:auto; background-color:#ff6a00; box-shadow: 1px 2px 10px rgba(0,0,0,.4);}

/*logo*/
.logo{width:90%; height:90px; margin:0 auto; position:relative}
.logo .l_pc{position:absolute; left:0; top:0; width:300px; height:90px;}
.logo .l_pc img{max-width:100%; height:auto;}
.logo .l_mobile{ display:none}
.logo .r{position:absolute; right:0; top:27px; width:150px; height:45px; text-align:right;}

/*导航菜单start*/
.menu {display:table; margin:0 auto; overflow:hidden;}
.menu li{display:inline-block; line-height:90px;}
.menu li a{display:block; padding:0 26px; font-size:16px; color:#fff; font-weight:bold;}
.menu li:hover a,.menu li.active a{text-decoration:none; color:#fff; background-color:#ef5002}

/*banner背景图片动画*/
.page_banner{width:100%; height:400px; overflow:hidden; position:relative; margin-top:90px;}
.page_banner img{width:100%; height:auto}

@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
.scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}	
/*banner背景图片动画*/

/*标题*/
.title_202110{ margin-top:20px; padding-left:26px; height:40px; line-height:40px; color:#FFF; background: #f1f4f8; border-radius:4px; position:relative}
.title_202110:before{content: ""; width:10px; height:40px; background-color:#dd0000; position:absolute; left:0; top:0; border-radius:4px 0 0 4px; }
.title_202110 a{ color:#666; margin-right:10px;}
.title_202110 a:hover{ color:#dd0000}
.title_202110 a+a:before{ padding-right:10px; color:#999999; content: "/";}

/*以下是主体部分*/
.main_box{ width:100%; height:auto; margin-top:20px; overflow:hidden}
.main_box .l_left{float:left; width:250px; height:auto}
.main_box .l_right{float:right; width:985px; height:auto}

/*产品分类*/
.l_right_title{height:90px; background:#70b442; color:#fff; text-align:center;}
.l_right_title .span1{ display:block; font-size:31px; font-weight:700; padding-top:11px;}
.l_right_title .span2{ display:block; font-size:12px; color:#EFFCF7; padding-top:8px; text-transform:uppercase}

.ul_l_right{ width:100%; height:auto; margin-top:10px; overflow:hidden}
.ul_l_right li{height:54px; line-height:54px; font-size:15px; background-color:#f2f2f2; color:#000; position: relative; border-left:3px solid #ea6103; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd;}
.ul_l_right li a{display:block; color:#737373; z-index:1; position:absolute; left:0; top:0; width:100%; height:100%; padding-left: 24px;}
.ul_l_right li a:hover{ color:#FFF}
.ul_l_right li span{ display:inline-block; position: absolute;z-index: 10; right:20px; top:0; width:27px; height:100%; background:url(../images/classJT.png) left center no-repeat;}
.ul_l_right li em{ position: absolute; left:0; top:0; width: 0; height: 100%; background:#70b442; -moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.3s; }
.ul_l_right li:hover em{ width:100%; }
.ul_l_right li.active a{color:#fff; background:#70b442;}

.pro_more{ display: block; height:60px; line-height:60px; background:#ea6103; color:#fff!important; text-align:center; font-size:18px; margin-top:10px;}
.pro_more:hover{ background-color:#dc0000;}

/*图片新闻分类*/
.fenlei_box{width:100%; height:auto; background: #f1f4f8;}
.fl_menu_u1{ width:100%; height:auto; overflow:hidden}
.fl_menu_u1 li{float:left; height:60px; line-height:60px; text-align:center;}
.fl_menu_u1 li a{display: block; font-size:16px; color:#333333; padding:0 45px;}
.fl_menu_u1 li:hover a,.fl_menu_u1 li.active a{color:#000000; font-weight:bold; background-color:#FFFFFF}

/*产品分类*/
.pro_fl_u1{ width:100%; height:auto; margin:0 auto; margin-top:20px; text-align:center}
.pro_fl_u1 li{display:inline-block; height:50px; line-height:50px; margin-right:10px; text-align:center; background-color:#70b442; border-radius:5px;}
.pro_fl_u1 li a{display: block; font-weight:bold; color:#FFF; padding:0 17px}
.pro_fl_u1 li:hover a,.pro_fl_u1 li.active a{color:#fff; background:linear-gradient(to bottom,#d71f1f,#f03827); border-radius:5px;}

/*产品详情标题*/
.product_list{height:36px; border-bottom:1px solid #CCC; margin-top:30px;}
.product_list span{ font-size:16px; font-weight:bold; line-height:36px; position:relative;}
.product_list span:before{content: ""; width:200px; height:4px; background-color:#d13845; position:absolute; left:0; top:27px}
/*通用内容盒子_end*/

/*产品框*/
.ul_product{ width:100%; height:auto; margin:0 auto; margin-top:20px; overflow:hidden}
.ul_product li{float:left; width:23.5%; height:auto; margin-right:2%; margin-bottom:20px; position:relative;}
.ul_product li span{display:block; width:100%; height:auto; overflow:hidden;}
.ul_product li span img{width:100%; height:auto;}
.ul_product li .mask{
	position:absolute; 
	top:0; 
	left:-250px;
	width:200px;
	height:300px;
	background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0)); 
	-webkit-transform:skewx(-25deg); 
	-webkit-transition:all .9s; 
}
.ul_product li:hover .mask{left:400px;}
.ul_product li:nth-child(4n){margin-right:0;}
.ul_product li p{text-align: center; font-size:16px; color: #282828; height:40px; line-height:40px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*产品框_end*/

/*解决方案*/
.ul_linyi{width:100%; height:auto; margin:0 auto; overflow:hidden}
.ul_linyi li{float:left; width:32%; height:auto; margin-right:2%; margin-bottom:20px; position:relative;}
.ul_linyi li span{display:block; width:100%; height:auto; overflow:hidden;}
.ul_linyi li span img{width:100%; height:auto;}
.ul_linyi li .mask{
	position:absolute; 
	top:0; 
	left:-250px;
	width:200px;
	height:300px;
	background:-webkit-linear-gradient(0deg,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0)); 
	-webkit-transform:skewx(-25deg); 
	-webkit-transition:all .9s; 
}
.ul_linyi li:hover .mask{left:400px;}
.ul_linyi li:nth-child(3n){margin-right:0;}
.ul_linyi li p{text-align: center; font-size:14px; color:#FFF; line-height:40px; background:#70b442; margin-top:10px; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
/*解决方案_end*/

/*新闻*/
.ul_news{width:86%; height:auto; margin:0 auto; margin-top:30px; overflow:hidden}
.ul_news li{ float:left; width:49%; height:auto; padding:50px; background-color:#FFF; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; margin-right:2%; margin-bottom:35px; position: relative}
.ul_news li a{ display:block;}
.ul_news li h4{ font-size:22px; font-weight:100; height:auto}
.ul_news li p{ font-size:16px; color:#999999; margin-top:10px; height:auto; line-height:27px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2;/*显示几行*/-webkit-box-orient: vertical;}
.ul_news li span{color: #a3afb7; font-size: 16px; display:inline-table; margin-top:10px}
.ul_news li i{color: #a3afb7; font-size: 16px; display:inline-table; margin-top:10px; background:url(../images/click.png) no-repeat left center; padding-left:26px; margin-left:20px;}
.ul_news li em{ position: absolute; left:0; bottom:0; width: 0; height:3px; background:#ff6a00; -moz-transition: all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.3s; }
.ul_news li:hover em{ width:100%; }
.ul_news li:nth-child(2n){margin-right:0;}

/*相关图片,图片详情下面*/
.pic_xg{width:100%; height:auto; margin-top:30px; overflow:hidden;}
.pic_xg li{float:left; text-align:center; width:23.5%; height:auto; margin-right:2%; margin-bottom:20px; position:relative; overflow:hidden; border:1px solid #EBEBEB}
.pic_xg li img{display:block; width:100%; height:100%; max-width:100%;}
.pic_xg li p{ position:absolute; left:0; top:80%; width:100%; height:100%; background:rgba(0,0,0,0.4); transition: 0.5s all ease}
.pic_xg li:hover p{top:0; }
.pic_xg li span{ display:block; position:absolute; left:0; top:82%; color:#FFF; width:100%; height:35px; line-height:35px; z-index:1; font-size:12px; transition: 0.5s all ease; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis;}
.pic_xg li:hover span{top:45%; }
.pic_xg li:nth-of-type(4n+0){margin-right:0px;}
/*相关图片_end*/

/*相关产品前5个*/
.pro_tj_5{width:100%; height:auto; overflow:hidden; margin-top:30px; }
.pro_tj_5 li{ float:left; width:19.2%; height:auto; margin-right:1%; position: relative; border:1px solid #EBEBEB; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.pro_tj_5 li img{display:block; width:100%; height:100%; max-width:100%;}
.pro_tj_5 li h2{ position:absolute; left:0; bottom:0; right:0; height:35px; line-height:35px; color:#FFF; text-align:center; font-size:12px; font-weight:100; background-color:#333; opacity: 0.7; overflow:hidden; white-space:nowrap; -ms-text-overflow:ellipsis; text-overflow:ellipsis; padding:0 10px}
.pro_tj_5 li:hover h2{ background-color:#000}
.pro_tj_5 li:nth-of-type(5n+0){margin-right:0px;}
/*产品前5个end*/

/*标题专用*/
.view_title{ width:100%; height:60px; line-height:60px; background: #f1f4f8;}
.view_title a{ color:#666; margin-right:10px;}
.view_title a:hover{ color:#dd0000}
.view_title a+a:before{ padding-right:10px; color:#999999; content: "/";}

/*产品分类*/
.prolist{width:90%; height:auto; margin:0 auto; overflow:hidden; margin-top:26px; text-align:center}
.prolist a{ padding:13px 25px; background-color:#70b442; display:inline-table; margin-bottom:10px; margin-right:5px; color:#fff; border-radius:5px;}
.prolist a:hover{ background-color:#ff6a00; color:#FFF}
.prolist a.active a{color:#fff; background:linear-gradient(to bottom,#d71f1f,#f03827); border-radius:5px;}

/*********footer*********/
.foot_2021{margin-top:30px; padding:60px 0; background-color:#70b442; color:#FFFFFF}
.foot_2021 a{color:#FFFFFF}
.foot_2021 a:hover{ color:#f9df05}

.foot_2021_box{ overflow:hidden}
.foot_2021_box .l{ float:left; width:700px; height:auto;}
.foot_2021_box .c{ float:left; width:350px; height:auto; margin-left:10px;}
.foot_2021_box .r{ float:right; width:150px; height:auto;}
.foot_2021_box .r img{width:100%; height:auto}
.foot_2021_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{ color:#FFFFFF; font-size:18px; font-weight:400; position:relative;}


.foot_ul{width:100%; height:auto; color:#FFFFFF; margin-top:20px}
.foot_ul li{ line-height:27px; color:#FFFFFF}
.foot_ul li a{ display:block; color:#FFFFFF}

.foot_one{width:100%; height:50px; line-height:50px; text-align:center; color:#FFF; background-color:#61a334}
.foot_one a{color:#FFF;}
.foot_one a:hover{color:#f9df05}
/*********footer*********/
}

/* 移动端底部专用 */
.foot_height{height:0.6rem;}
.footer{width:100%; height:0.6rem; overflow:hidden; position:fixed; bottom:0; right:0; z-index:999; background: rgba(0, 0, 0, 0.8);}
.footer li{float:left; width:25%; height:auto; border-right:#4d5054 solid 1px; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */}
.footer li:nth-child(4){ border: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:#CCCCCC;}
/* 移动端底部专用_end */