@charset "utf-8";
/*
    Document   : CSS样式初始化
    Created on : 2016.7.23
    Author     :
    Description:
        CSS样式表的初始化，全局样式设置。部分样式属性请根据具体页面重置其属性
        导入方式：<link href="css/common.css" rel="stylesheet" type="text/css" />
*/
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}  /* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img {border:0 none}  /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li {list-style:none}   /* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote, q {quotes: none}   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}  /* 重置嵌套引用*/
input,select,textarea,button {vertical-align:middle}  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent;cursor:pointer}  /* 重置表单button按钮效果 */
body {background:#fff}   /* 重置body 页面背景为白色 */
body,th,td,input,select,textarea,button {font-size:12px;line-height:1 ;font-family:"微软雅黑", "黑体","宋体";color:#666} /* 重置页面文字属性 */
a {color:#666;text-decoration:none}  /* 重置链接a标签 */
a:active, a:hover {text-decoration:none}   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}  /* 重置样式标签的样式 */
caption {display:none;}    /* 重置表格标题为隐藏 */
table {width:100%;border-collapse:collapse;border-spacing:0;table-layout:fixed;}    /* 重置table属性 */
img{vertical-align:top}  /* 图片在当前行内的垂直位置 */
 
.container-fluid,.container{
	padding: 0;
}
.row{
	margin: 0;
}
.navp{
	position: relative;
}
.logo{
	position: absolute;
	left: 187px;
	top: 15px;
	z-index: 999;
}
.navbox{
	position: absolute;
	right: 124px;
	top: 15px;
	line-height: 100px;
	z-index: 999;
}
.navbox a{
	color: black;
	font-size: 16px;
}
.navbox li{
	float: left;
	margin-left: 30px;
}
.navbox li:hover a{
	color: #40c32f;
}
.probox{
	margin-top:50px ;
	margin-bottom: 40px;
}
.probt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 32px;
}
.probt{
	margin-bottom: 50px;
}
.profl{
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 47px;
}
.profl li{
	float: left;
	width: 150px;
	text-align: center;
	border: solid 1px #cacaca;
	line-height: 40px;
	margin: 0 8px;
}
.profl a{
	color: black;
	font-size: 16px;
}
.profl li:hover{
	border: solid 1px #40c32f;
}
.pro01{
	background: #f8f8f8;
	padding: 33px 20px;
}
.pro01 span{
	display: block;
	text-align: center;
	color: black;
	font-size: 20px;
	margin-bottom: 20px;
}
.pro01 p{
	color: #555555;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.pro02 img{
	transition: all 0.5s;
	width: 100%;
}
.pro02:hover img{
	transition: all 0.5s;
	transform: scale(1.1);
}
.pro02{
	overflow: hidden;
}
.promore{
	width: 241px;
	line-height: 43px;
	border: solid 1px #cdcdcd;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
}
.promore a{
	color: #525252;
	font-size: 16px;
}
.aboutbox{
	background: url(../img/about01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 170px;
	padding-bottom: 229px;
}
.about01{
	background: #40c32f;
	padding: 105px 56px 100px 50px;
}
.about01 span{
	display: block;
	color: white;
	font-size: 32px;
	margin-bottom: 43px;
}
.about01 p{
	color: white;
	font-size: 14px;
	line-height: 30px;
}
.aboutmore{
	width: 209px;
	line-height: 40px;
	text-align: center;
	border: solid 1px white;
	margin-top: 45px;
}
.aboutmore a{
	color: white;
	font-size: 14px;
}
.adbox{
	margin-top: 56px;
	margin-bottom: 75px;
}
.adbt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 32px;
}
.adbt p{
	text-align: center;
	color: black;
	font-size: 16px;
	line-height: 60px;
}
.adbt{
	margin-bottom: 45px;
}
.ad02 span{
	display: block;
	color: #ff8603;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
}
.ad02 p{
	color: #666666;
	font-size: 15px;
	line-height: 40px;
}
.adL{
	margin: 40px 0;
}
.servicebox{
	background: url(../img/ser01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 157px;
	padding-bottom: 237px;
}
.serbt span{
	display: block;
	text-align: center;
	color: white;
	font-size: 32px;
}
.serbt p{
	color: white;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	margin-top: 28px;
}
.serbt{
	margin-bottom: 70px;
}
.serC li{
	padding: 0;
}
.ser01{
	background: white;
	padding: 63px 0;
}
.ser01 span{
	display: block;
	text-align: center;
	color: black;
	font-size: 20px;
	line-height: 35px;
}
.newbox{
	margin-top: 60px;
	margin-bottom: 30px;
}
.newbt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 32px;
}
.newbt p{
	text-align: center;
	color: black;
	font-size: 16px;
	line-height: 35px;
	margin-top: 20px;
}
.newbt{
	margin-bottom: 54px;
}
.new01{
	border: solid 1px #a2a2a2;
	padding: 20px;
}
.new01 a{
	color: black;
	font-size: 16px;
	display: block;
	margin-top: 30px;
}
.new01 hr{
	margin: 18px 0;
	background: #a2a2a2;
	height: 1px;
	width: 0;
	transition: all 0.3s;
}
.new01 p{
	color: #6a6a6a;
	font-size: 14px;
	line-height: 30px;
}
.new01:hover hr{
	transition: all 0.3s;
	width: 100%;
	background: #499b26;
}
.new01:hover{
	border: solid 1px #499b26;
}
.newmore{
	width: 241px;
	line-height: 43px;
	border: solid 1px #cdcdcd;
	text-align: center;
	margin: 60px auto 0 auto;
}
.newmore a{
	color: #525252;
	font-size: 16px;
}
.footerbox{
	background: url(../img/footer01.jpg) no-repeat center center;
	background-size:cover ;
	padding-top: 94px;
	padding-bottom: 132px;
}
.footerbt span{
	color: white;
	font-size: 32px;
	display: block;
	text-align: center;
}
.footerbt p{
	color: white;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	margin-top: 20px;
}
.footerbt{
	margin-bottom: 76px;
}
.footer02{
	background: rgba(0,0,0,0.5);
	padding: 60px 70px 116px 70px;
	position: relative;
}
.footer02 span{
	display: block;
	color: white;
	font-size: 24px;
	margin-bottom: 35px;
}
.footer02 p{
	color: white;
	font-size: 16px;
	line-height: 35px;
}
.ewm{
	position: absolute;
	right: 78px;
	bottom: 37px;
}
.form-group input{
	background: #cce8cf;
}
/*移动端CSS*/
.sjprobox,.sjnewbox{
	margin: 20px 0;
}
.sjprobt,.sjaboutbt,.sjnewbt{
	margin-bottom: 20px;
}
.sjprobt span,.sjaboutbt span,.sjnewbt span{
	display: block;
	text-align: center;
	color: black;
	font-size: 24px;
}
.sjproC span{
	display: block;
	text-align: center;
	color: black;
	font-size: 14px;
	line-height: 30px;
}
.sjaboutC{
	padding: 0 10px;
}
.sjaboutC p{
	color: black;
	font-size: 14px;
	line-height: 30px;
	text-indent: 2em;
}
.sjnewC{
	padding: 0 10px;
}
.sjnewC li{
	line-height: 40px;
	border-bottom: dashed 1px #CCCCCC;
}
.sjnewC a{
	color: black;
	font-size: 14px;
}
.sjnewC span{
	float: right;
	color: black;
	font-size: 14px;
}
.sjfooterbox{
	background: black;
	font-size: 14px;
	color: white;
	line-height: 30px;
	padding: 20px 10px;
}
