body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{
	margin:0;
	padding:0;
	user-select: none;
	color: #5b5b5b;
}
body{
	font:14px "微軟雅黑","Arial Narrow",HELVETICA;
	background:#fff;
	-webkit-text-size-adjust:100%
}
a{color:#172c45;text-decoration:none;display: block;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle;display: block;width: 100%;margin: auto 0;display: block !important;}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word;max-height: 999999999px;}
span{
	max-height: 999999999px;
}

/*重复样式*/
/*頭部*/
.up_box{
	width: 100%;
	min-width: 1200px;
	border-bottom: 1px solid #d0d0d0;
}
.up_centent{
	width: 1200px;
	line-height: 30px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.up_p{
	font-size: 12px;
}
.up_right{
	display: flex;
	align-items: center;
}
.up_right a{
	font-size: 12px;
	margin-left: 5px;
}
.up_right a:last-child{
	margin-left: 10px;
	position: relative;
}
.up_right a:last-child::before{
	position: absolute;
	top: 10px;
	left: -6px;
	content: '';
	width: 2px;
	height: 11px;
	background-color: #bbb;
}
.up_right a:hover{
	color: #00a348;
}

/*logo*/
.logo_box{
	width: 1200px;
	height: 96px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo_left{
	display: flex;
	align-items: center;
}
.logo_img{
	width: 70px;
	height: 70px;
	overflow: hidden;
	margin-right: 10px;
}
.logo_text h2{
	font-size: 28px;
	color: #231815;
}
.logo_text p{
	font-size: 18.24px;
	color: #027f53;
	text-align: center;
	position: relative;
}
.logo_text p::before{
	position: absolute;
	left: 0;
	top: 12px;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #7d7d7d;
}
.logo_text p::after{
	position: absolute;
	right: 0;
	top: 12px;
	content: '';
	width: 40px;
	height: 2px;
	background-color: #7d7d7d;
}
.logo_phone{
	width: 310px;
	padding: 20px 0;
	background: url(../image/tel.jpg)no-repeat left 75px center;
}
.logo_phone p{
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-align: right;
}

/*导航栏*/
.nav_box{
	width: 100%;
	min-width: 1200px;
	background: url(../image/menubg.jpg);
}
.nav_box nav{
	width: 1200px;
	margin: 0 auto;
}
.nav_ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav_li{
	width: 150px;
	height: 48px;
	background: url(../image/shu.jpg) no-repeat right;
	position: relative;
}
.nav_li .nav_div{
	width: 110px;
	height: 48px;
	background-color: rgb(255,255,255,0);
	transform: skew(-22deg);
	position: absolute;
	top: 0;
	left: 12px;
}
.nav_li .nav_div a{
	display: block;
	line-height: 48px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	transform: skew(22deg);
}
.nav_li .nav_div:hover{
	background-color: #14d465;
}
.nav_style{
	background-color: #14d465 !important;
}
.nav_hide{
	width: 150px;
	position: absolute;
	top: 47px;
	left: 0;
	background-color: #009241;
	z-index: 10;
	display: none;
}
.nav_hide a{
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.nav_hide a:hover{
	background-color: #23735a;
}
.nav_hide a:last-child{
	border-bottom: 0;
}

/*主要业务*/
.yw_box{
	width: 1200px;
	margin: 35px auto;
	background: url(../image/tabturn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
.yw_box h4{
	width: 80px;
	color: #fff;
	padding-top: 5px;
	margin-left: 5px;
	float: left;
}
.yw_box p{
	padding: 10px;
	border: solid 1px #008053;
	width: 1080px;
	float: left;
	line-height: 22px;
}

/*底部导航栏*/
.db_box{
	min-width: 1200px;
	padding-top: 20px;
	background-color: #008357;
}
.db_centent{
	width: 1200px;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
}
.db_centent a{
	padding: 0 15px;
	color: #fff;
	display: inline-block;
}
.db_centent span{
	padding-left: 30px;
	background: url(../image/phone.png) no-repeat 10px center;
	color: #fff;
}

/*底部*/
.db_box1{
	min-width: 1200px;
	background-color: #008357;
	padding-bottom: 20px;
}
.db_box1 .db_centent{
	line-height: 30px;
}
.db_box1 p{
	color: #fff;
}

/*banner*/
.banner_box{
	width: 100%;
	height: 380px;
	background: url(../image/banner2.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
}

/*位置*/
.wz_box{
	min-width: 1200px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e6e6e6;
}
.wz_centent{
	width: 1200px;
	line-height: 40px;
	margin: 0 auto;
	overflow: hidden;
}
.wz_centent span{
	color: #008053;
}
.wz_centent a{
	display: inline-block;
}
.wz_centent a:hover{
	color: #008053;
}