/*公共样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
	margin: 0;
	padding: 0;
	/*user-select:none;*/
	font-family: "微软雅黑";
	-webkit-font-smoothing:antialiased
}
img
{
   -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a{ 
	display: block;
	text-decoration:none; 
	color:#333; 
}
ul,ol {
	list-style: none;
}
li{
	list-style-type: none;
}
input, textarea {
	outline: none;
	border: none;
}
textarea {
	resize: none;
	overflow: auto;
}
p{
	max-height: 999999px;
}
button{
	outline: none;
}
img{
	display: block;
}

/*============分割线===============*/
/*logo*/
.logo_box{
	width: 1200px;
	margin: 20px auto 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_box1{
	display: flex;
	align-items: flex-end;
}
.logo_img{
	margin-right: 14px;
}
.logo_img img{
	width: 100%;
}
@font-face{
	font-family: 'ziti';
	src: url(../css/叶根友毛笔行书2.0版.ttf) format("truetype");
}
.logo_box1 p{
	font-size: 32px;
	color: #224486;
	padding-left: 14px;
	border-left: 1px solid #e5e5e5;
	font-family: 'ziti';
}
.logo_box2{
	display: flex;
	align-items: flex-end;
}
.logo_box2_left{
	display: flex;
	align-items: center;
	margin-right: 15px;
}
.logo_box2_left div:nth-child(1){
	margin-right: 9px;
}
.logo_box2_left span{
	font-size: 14px;
	color: #666;
}
.logo_box2_left p{
	font-size: 22px;
	color: #96d400;
	font-family: Arial;
}
.logo_box2_right{
	width: 187px;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
}
.logo_box2_right input{
	width: 135px;
	margin-left: 9px;
	font-size: 12px;
	color: #999999;
	padding: 9px 0;
}
.logo_box2_right div{
	margin: 0 10px;
	width: 18px;
	display: flex;
	align-items: center;
}
.logo_box2_right div img{
	width: 100%;
}

/*导航栏*/
.nav_box{
	width: 1200px;
	margin: 0 auto;
}
.nav_box ul{
	display: flex;
	justify-content: space-between;
	background: linear-gradient(#f9f9f9, #e3e3e3);
	border: 1px solid #eee;
}
.nav_box ul li{
	width: 12.5%;
	position: relative;
}
.nav_box ul li .li_a{
	text-align: center;
	padding: 15px 0;
	font-size: 16px;
	color: #313131;
}
.nav_box ul li .li_a:hover{
	background: linear-gradient(#95d300, #81b403);
	color: #fff;	
}
.nav_a{
	background: linear-gradient(#95d300, #81b403);
	color: #fff !important;
}
.nav_hide{
	display: none;
	z-index: 10;
	margin-top: 52px;
	border: 1px solid #ccc;
	border-top: 0;
	width: 1198px;
	height: 178px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.nav_box ul li:nth-child(2) .nav_hide{
	left: -150px;
}
.nav_box ul li:nth-child(3) .nav_hide{
	left: -300px !important;
}
.nav_box ul li:nth-child(4) .nav_hide{
	left: -450px !important;
}
.nav_box ul li:nth-child(5) .nav_hide{
	left: -600px !important;
}
.nav_box ul li:nth-child(6) .nav_hide{
	left: -749px !important;
}
.nav_box ul li:nth-child(7) .nav_hide{
	left: -899px !important;
}
.nav_box ul li:nth-child(8) .nav_hide{
	left: -1049px !important;
}
.nav_show{
	display: block;
}
.nav_hide_box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 60px 0 40px;
}
.nav_hide_img{
	margin: -40px 60px 0;
	padding-right: 60px;
	border-right: 1px dashed #ccc;
}
.nav_hide_img img{
	width: 100%;
}
.nav_hide_box1{
	display: flex;
	flex-wrap: wrap;
	width: 650px;
}
.nav_hide_box1 a{
	font-size: 14px;
	color: #333;
	width: 140px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.nav_hide_box1 a div{
	margin-right: 10px;
}
.nav_hide_box1 a:hover{
	color: #89c102;
}

/*焦点图*/
.focus_map{
	width: 1200px;
	margin: 3px auto 0;
}
.focus_map img{
	width: 100%;
}

/*工程案列*/
.case_box{
	width: 1200px;
	margin: 30px auto 80px;
	display: flex;
	justify-content: space-between;
}
.case_box1{
	width: 198px;
}
.case_box2{
	width: 1200px;
	margin: 30px auto 80px;
	display: flex;
	justify-content: space-between;
}
.case_box1 .case_div{
	border: 1px solid #96d400;
}
.case_div_title{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 17px 0;
	font-size: 24px;
	color: #fff;
	background: linear-gradient(#96d300, #80b303);
}
.case_div_title div{
	padding-right: 10px;
}
.case_box1 .case_div ul .case_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 20px;
	font-size: 14px;
	color: #555;
	border-bottom: 1px solid #96d400;
}
.case_box1 .case_div ul .case_list:last-child{
	border-bottom: 0;
}
.case_box1 .case_div ul .case_list div{
	width: 9px;
}
.case_box1 .case_div ul .case_list div img{
	width: 100%;
}
.case_color{
	background-color: #96d400;
	color: #fff !important;
}
.case_box1 .case_div ul .case_list:hover{
	background-color: #96d400;
	color: #fff;
}
.items_box{
	width: 960px;
	display: flex;
	flex-wrap: wrap;
}
.items_list{
	width: 300px;
	margin-right: 30px;
	margin-bottom: 22px;
}
.items_list:nth-child(3n){
	margin-right: 0;
}
.items_img{
	overflow: hidden;
	margin: 2px;
}
.items_img img{
	width: 100%;
	transition: all 0.6s;
}
.items_list p{
	font-size: 14px;
	color: #555;
	padding: 13px 0;
	text-align: center;
}
.items_list:hover{
	background-color: #96d400;
}
.items_list:hover p{
	color: #fff;
}
.items_list:hover img{
	transform: scale(1.1);
}

/*底部*/
.base_box{
	width: 1200px;
	margin: 0 auto;
	background-color: #313131;
	padding-top: 16px;
}
.base_nav{
	width: 1000px;
	margin: 0px auto 21px;
	background-color: #434343;
	display: flex;
	justify-content: space-between;
}
.base_nav a{
	width: 12.5%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 6px 0;
}
.base_nav a:hover{
	color: #96d400;
}
.base_copyright{
	display: flex;
	justify-content: center;
	padding-bottom: 13px;
	font-size: 12px;
	color: #fff;
}
.base_copyright p:nth-child(2){
	margin: 0 18px;
}

.case_div_title div img{width: 50px;}
/*.case_div_title{background:none;}
.case_div_title p{color: #80b303}*/