﻿body,
html {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #fff;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	font-family: "微软雅黑";
	border: 0;
}

/*首页*/
.layui-container{
	padding: 0;
}
.head_top{
	height: 80px;
	line-height: 78px;
	/*text-align: center;*/
	font-size: 18px;
	color: #4d4d4d;
}
.head_top .phone_left{
	text-align: left;
}
.head_top .right_name{
	text-align: right;
}
.right_title{
	position: relative;
}

.right_title span i{
	font-size: 14px;
}
.phone_number{
	margin-left: 15px;
}
.right_title .span_icon{
	margin-left: 10px;
}

.nav_list{
	width: 100%;
	height: 80px;
	background: #8eab4f;
	z-index: 9999;
}
.nav_list-top{
	position: fixed;
	top: 0;
}
#navul{
	line-height: 80px;
	height: 80px;
}
#navul li{
	float: left;
	width: 234px;
	text-align: center;
	font-size: 20px;
	position: relative;
}
#navul li a{
	color: #fff;
	display: inline-block;
	width: 100%;
}

#navul li a:hover{
	color: #597938;
	background: #e2f0d9;
}
#navul li ul{
	display: none;
    position: absolute;
    z-index: 10000;
    top: 79px;
    left: 0;
    background: #fff;
    border-bottom: none;
}
#navul li ul li a{
	color: black;
}
#navul li ul li{
	display: block;
	height: 50px;
	position: relative;
	line-height: 50px;
}
#navul li.navmoon ul{
	display: block;
}


.website_bananer{
	height: 600px;
    position: relative;
    width: 100%;
    background-image: url(../images/index_webbananer.jpg);
    background-size: 100% 100%;
}
.news_trends{
	background: #fff;
	line-height: 40px;
	font-size: 18px;
	color: #666666;
}
.news_trends .added{
	text-align: right;
}
.brief_intro{
	background: #F8F8F8;
	/*height: 2000px;*/
}
.brief_intro .brief_h1{
	padding-top: 70px;
	font-size: 36px;
	color: #597938;
	text-align: center;
}
.brief_intro .brief_p1{
	text-align: center;
	font-size: 22px;
	color: #4D4D4D;
	letter-spacing:2px;
	padding-top: 10px;
}
.brief_know{
	text-align: center;
	font-size: 19px;
	letter-spacing:2px;
	padding-top: 10px;
}
.brief_know a{
	color: #597938;
}
.profess{
	padding: 80px 0 80px;
}
.profess .profess_left{
	padding-right: 20px;
}
.profess .profess_right{
	padding-left: 20px;
}
.profess .layui-col-md6 .grid-demo{
	height: 430px;
	background: #fff;
}
.profess .layui-col-md6 .grid-demo .profess_left_img{
	height: 230px;
    width: 100%;
    background-image: url(../images/proess_img.jpg);
    background-size: 100% 100%;
}
.profess .layui-col-md6 .grid-demo .profess_right_img{
	height: 230px;
    width: 100%;
    background-image: url(../images/proess_right_img.jpg);
    background-size: 100% 100%;	
}
.profess .layui-col-md6 .grid-demo .profess_left_txt{
	width: 465px;
	height: 200px;
	background: #fff;
	margin: -50px auto;
	box-shadow: 0 0 10px 0 rgba(36,36,36,0.3)
}
.profess .layui-col-md6 .grid-demo .profess_left_txt h1{
	text-align: center;
	padding-top: 50px;
	font-size: 30px;
	color: #4d4d4d;
}
.profess .layui-col-md6 .grid-demo .profess_left_txt p{
	text-align: center;
	padding-top: 35px;
	font-size: 19px;
	color: #597938;
}
.profess .layui-col-md6 .grid-demo .profess_left_txt a{
	color: #597938;
}
.product_title{
	text-align: center;
	font-size: 28px;
	margin-bottom: 80px;
}
.join_product_title{
	margin-top: 80px;
}
.product_title span{
	padding-bottom: 5px;
	border-bottom: 3px solid #597938;
}
.product_box{
	margin: 0 50px 40px 90px;
}
.product_box .layui-col-md4{
	padding-right: 50px;
	padding-bottom: 40px;
}
.product_box .product_box_media{
	display: flex;
    position: relative;
    background: #fff;
    padding: 26px 0 26px 25px;
}
.product_box_media .index_box{
	width: 50px;
    height: 50px;
    text-align: center;
    padding-right: 30px;
}
.product_box_media .index_box img{
	width: 50px;
    height: 50px;
}
.index_box .iconfont{
	color: #597938;
	font-size: 50px;
}
.product_box_media .index_box_txt{
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.product_box_media .index_box_txt h2{
	color: #597938;
	font-size: 21px;
	margin-bottom: 6px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_box_media .index_box_txt p{
	font-size: 16px;
}
.join_box{
	height: 400px;
    position: relative;
    width: 100%;
    background-image: url(../images/join_img.jpg);
    background-size: 100% 100%;
    margin-bottom: 80px;
}
.join_box h1{
	color: #fff;
	font-size: 44px;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 140px;
}
.join_box p{
	text-align: center;
	padding-top: 15px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
}
.join_box p a{
	color: #fff;
	font-size: 20px;
	letter-spacing: 1px;
}
.footer_introduce{
	height: 340px;
	background: #ecf0f1;
	padding: 80px 0 20px;
}
.footer_layui_row{
	padding: 0 44px 0 44px;
}
.footer_font_weight{
	margin-bottom: 15px;
}
.footer_font_weight h2{
	font-weight: 800;
}
.footer_none_weight .grid-demo{
	font-size: 16px;
}
.footer_none_weight{
	margin-bottom: 15px;
}
.footer_logo{
	text-align: center;
	margin: 65px 0 20px;
}
.records_p{
	text-align: center;
	color: #333;
	font-size: 14px;
}

/*体系*/
.system_tab{
	background: #f5f5f5;
}
.system_tab .layui-tab-title li{
	display: block;
	text-align:left ;
}
.system_tab .layui-tab-title .layui-this{
	color: #597938;
	border-left: 2px solid #597938;
}
.tab_box{
	/*margin-left: 0 auto;*/
	/*padding: 80px 160px 0 0;*/
	/*position: relative;*/
	margin: 0;
    padding: 80px 0 0 0;
}
.nav_fixed {
	/*background: white;*/
	z-index: 99999;
	position: absolute;
	width: 200px;
	top: 80px;
}
.nav_fixed ul li{
	padding: 10px 10px 10px 15px;
}
.ul_list li a.hover{
	color: #597938;
	border-left: 1px solid #597938;
}
.nav_fixed ul li a{
	border-bottom: 1px solid black;
	font-size: 18px;
	padding-bottom: 3px;
	padding-right: 40px;
	padding-left: 5px;
	letter-spacing: 1px;
}

/*.nav_fixed ul li a:active{
	color: deepskyblue;
}*/
.system_tab h3{
	font-weight: 800;
	font-size: 20px;
	margin: 0 0 50px 8px;
}
.tab_box .layui-tab-title li{
	font-size: 16px;
}
.tab_box .layui-tab-content{
	padding: 0;

}
.system_h{
	color: #597938;
}
.tab_box .layui-tab-content .tab-content_p{
	margin-top: 15px;
	font-size: 17px;
	color: #4D4D4D;
}
.about_p{
	text-align: right;
	margin-top: 15px;
}
.about_p a{
	color: #597938;
	font-size: 17px;
}
.about_p_img{
	margin-top: 15px;
}
.about_p_img img{
	width: 100%;
}
.scroll_content{
	margin-bottom: 60px
}

/*动态--公司介绍*/
.tab_box .layui-tab-content .firm_introduce{
	margin-top: 26px;
    font-size: 18px;
    color: #4D4D4D;
    letter-spacing: 2px;
 	line-height: 2;
}
/*动态--新闻动态*/
.look_all{
	text-align: right;
}
.look_all a{
	color: #597938;	
}

.news_dynamic{
	font-size: 18px;
	margin-top: 26px;
	letter-spacing: 2px;
}
.news_dynamic a{
	display: inline-block;
	width: 100%;
	font-size: 18px;
}
.news_dynamic a span:first-child{
	float: left;
}
.news_dynamic a span:last-child{
	float: right;
}
.news_dynamic a:hover{
	color: #597938;
}
/*动态--发展历程*/
.dement_history_h1{
	margin-bottom: 26px;	
}
.dement_history{
	font-size: 18px;
	color: #4D4D4D;
	/*margin-top: 26px;*/
}
.dement_history span:first-child{
	margin-right: 50px;
}
.divide{
	margin: 10px 0 10px 21px;
    border-left: 1px solid darkgray;
    padding: 26px 0 26px 26px;
    line-height: 26px;
    background-color: #f5f5f5;
}
.divide p{
	border-bottom: 2px solid gainsboro;
	margin-left: 36px;
}
.activity_div{
	margin-top: 26px;
}
.activity_introduce p{
	padding: 30px 0 30px 10px;
	font-size: 18px;
	border-bottom: 1px solid darkgray;
}
.activity_div .layui-row{
	margin-bottom: 60px;
}
.activity_img_right .grid-demo{
	text-align: right;
}
.office_environment{
	margin-top: 26px;
}
.office_environment .grid-demo img{
	width: 100%;
	height: 100%;
	cursor:pointer;
	transition:all .6s;
}
.office_environment .grid-demo img:hover{
	width: 100%;
	height: 100%;
	transform:scale(1.4);
}
.office_environment_img1{
	height: 220px;
	 overflow:hidden;
}
.office_environment_img2{
	height: 150px;
	 overflow:hidden;
}
.office_environment_img3{
	height: 130px;
	 overflow:hidden;
	background: #008d00;	
}
/*全部新闻*/

.newsall_list{
	background: #fff;
}
.newsall_padding{
	padding: 80px 0 80px;
	border-bottom: 1px solid #ccc;
}
.newsall_left_img .grid-demo{
	padding-right: 50px;
}
.newsall_left_img img{
	height: 200px;
	width: 100%;
	border-radius: 10px;
}
.newsall_right_section h1{
	color: #597938;
	font-size: 18px;
	font-weight: bold;
}
.p_date{
	font-size: 15px;
	color: #999;
	margin-top: 8px;
}
.p_date span:first-child{
	margin-right: 15px;
}
.p_content{
	margin: 25px 0 25px;
	font-size: 17px;
	color: #999;
}
.newsall_right_section a{
	font-size: 15px;
	color: #999;
	padding: 3px 20px;
	border: 1px solid #999;
	border-radius: 50px;
}
.more_newsall{
	padding: 70px 0;
	text-align: center;
}
.more_newsall a{
	color: #999;
	font-size: 15px;
}
/*诚招英才*/
.post_h{
	margin-bottom: 26px;
}
.posts_box .h_job{
	font-weight: bold;
}
.posts_box .technique_date{
	font-size: 17px;
	margin: 10px 0 30px;
}
.posts_box .job_describe{
	margin-bottom: 8px;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 2px;
}
.posts_box .post_details{
	text-align: right;
}
.post_details a{
	color:#597938;
	font-size: 14px;
}
.posts_box .padding_shadow{
	padding: 30px 40px 30px 30px;
	box-shadow: 0 0 10px 0 rgba(36,36,36,0.3);
}
/*产品详情*/
.posts_box .product_box_media{
	display: flex;
    position: relative;
}
.pro_img_float{
	width: 50%;
	float: left;
}
.pro_scheme{
	margin-left: 10px;
	float: left;
}
.pro_scheme h4{
	color: #4d4d4d;
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 10px;
    font-weight: bold;
}
.pro_scheme p{
	color: darkgray;
}
.correlation_web{
    width: 67%;
}
.correlation_web a{
	color: #597938;
	font-size: 14px;
	float: right;
	margin-top: 10px;
}
.pro_img{
	float: left;
}
.pro_img img{
	width: 60px;
	height: 60px;
	border-radius: 50px;
}
.post_details_box{
	margin-top: 26px;
}
.post_details_box .web_describe{
	margin-top: 26px;
    font-size: 16px;
    color: black;
    letter-spacing: 2px;
    line-height: 2;
}
/*新闻详情*/
.layui-container-width{
	max-width: 750px;
}
.all_details_content{
	/*height: 500px;*/
	padding: 80px 0 80px;
}
.all_details_content h1{
	text-align: center;
	color: #597938;
	font-size: 26px;
}
.publish_p{
	color: #999;
	text-align: center;
	font-size: 13px;
	margin: 20px 0px 20px 0px;
}
.publish_p span:first-child{
	margin-right: 30px;
}
.publish_img{
	text-align: center;
}
.publish_img img{
	width: 100%;
	max-width:100%;
}
.all_details_content .publish_intro{
	color: #4D4D4D;
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 20px;
}

/*顶部下拉*/
.login_pull{
	position: absolute;
	right: 0;
	z-index: 999;
	top: 59px;
	/*border: 1px solid silver;*/
	background: #fff;
	/*width: 184px;*/
	display: none;
}
.login_pull b{
	display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #597938;
    margin-left: 64px;
}
.right_title a{
	color:#597938 ;
}
.right_title .icon-xiala{
	margin-left: 5px;
}
.login_hover{
	color: #597938;
}
.login_hover span{
	margin-left: 5px;
}
.login_pull li{
	line-height: 48px;
	color: #597938;
	text-align: center;
}
.login_pull li a{
	display: inline-block;
    padding: 0 20px 0 20px;
    width: 108px;
}
.login_pull li a:hover{
	background: #597938;
	color: #fff;
}
.right_title .login_pull.loginpull{
	display: block;
}


























