body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,code,legend,button,form,fieldset,input,textarea,p,blockquote,th,td {padding: 0; margin: 0;}

li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}

body{
	background: #fff;
	font-family: "微软雅黑";
}

/* top*/

.welcome{
	background: #f1f1f1;
	height: 30px;
	line-height: 30px;
}
.telbox p span{
	font-size: 16px;
	color: #4c4c4c;
}
.telbox p i{
	font-size: 16px;
	font-weight: bold;
	color: #ff0000;
}
.telbox{
	margin-top: 14px;
}
#searchbutton{
	background: #666666;
	width: 50px;
	height: 28px;
	border: none;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}
#searchtext{
	border: solid 1px #d7d7d7;
	height: 28px;
	width: 265px;
	padding-left: 12px;
	position: relative;
}
.searchbox{
	margin-top: 12px;
}
.soso{
	overflow: hidden;
	margin-top: 6px;
}
.soso li{
	float: left;
	margin-left: 6px;
}
.soso span{
	float: left;
}
.bigbox{
	margin: 24px 0px;
}

.navbox{
	border-top: solid 1px #bfbfbf;
	border-bottom: solid 2px #07913a;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
}
.navbox li{
	float: left;
	width: 162px;
	text-align: center;
}
.navbox li a{
	color: #4c4c4c;
	font-size: 16px;
}
.navbox li:hover a{
	display: block;
	background: #07913a;
	color: #fff;
}

/* index */

.company_introduction strong{
	font-size: 20px;
	color: #000;
	line-height: 40px;
}
.company_introduction p{
	line-height: 28px;
	text-indent: 28px;
}
.company_introduction b{
	color: #ff0000;
}
.more{
	width: 25%;
	height: 42px;
	line-height: 42px;
	text-align: center;
	border: solid 1px #8f8f8f;
	margin: 12px 0px 0px 20px;
}
.more a{
	color: #000;	
}
.more:hover{
	display: block;
	background: #000;
	color: #fff;
}
.aboutbox{
	margin-top: 56px;
}

.full_column{
	margin: 56px 0px;
}

.p_title{
	background: url(../images/p_title_bg.jpg) no-repeat center center;
	height: 58px;
	
}
.p_title h6{
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}
.p_title span{
	width: 54px;
	height: 2px;
	background: #07913a;
	display: block;
	margin: 0 auto;	
}

#container{ 
	width:1140px; 
	margin: 0 auto;
}
#container li{ 
	position:relative;
	width: 273px;
	border: 1px solid #ccc; 
	height: 205px; 
	line-height: 205px; 
	text-align: center; 
	margin: 10px 5px; 
	float: left; 
	cursor: pointer;  
	overflow: hidden;
}
#container li p{ 
	height:205px; 
	width: 100%; 
	position: absolute; 
	left: 0; 
	top: -205px; 
	color: #ffffff;
    z-index: 2; 
}
#container li .img{ 
	width: 273px; height: 205px; display: block;
    -moz-transition:.5s ease-in;
    -webkit-transition:.5s ease-in;
    -o-transition:.5s ease-in;
    -ms-transition:.5s ease-in;
    transition:.5s ease-in;
}
#container li:hover .img{
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
}
#container li p i{ 
	width: 100%; 
	height: 100%; 
	display: block; 
	position: absolute; 
	left: 0; 
	top: 0;
	z-index: -1;
	background: #3f8342; 
	opacity: 0.7; 
	-moz-opacity:0.7; 
	filter:alpha(opacity=70); 
	font-size: 16px; 
}
#container li p span{ 
	display: block; 
	width: 94%; 
	margin: 0 auto; 
	line-height: 24px; 
	font-size: 14px; 
	padding-top:100px;
	}
#container li p a{ 
	display: block; 
	position: absolute; 
	width: 32px; 
	height: 32px; 
	left:50%; 
	margin-left: -16px; 
	top:60px;
	background:url("../images/link.png") no-repeat 0 0;
}
.explain{ 
	display: block; 
	margin:0 auto;
}
.item_display{
	margin-top: 25px;
}
.title_load{
	overflow: hidden;
	width: 224px;
	margin: 0 auto;
}
.title_load i{
	width: 47px;
	height: 1px;
	background: #b8b8b8;
	display: block;
	float: left;
	margin-top: 16px;
}
.title_load span{
	float: left;
	font-size: 24px;
	color: #464545;
	padding: 0px 16px;
}
.set_title p{
	color: #828282;
	line-height: 36px;
	margin-bottom: 5px;
}
.moble_service ul{
	margin-top: 10px;
}
.moble_service li{
	margin-top: 10px;
}
.moble_service li span{
	display: block;
	text-align: center;
	line-height: 32px;
	color: #333;
}

.casebox .p_title{
	margin-top: 35px;
}
.scale{
	width: 100%;
	height: auto;
	overflow: hidden;
} 
.scale img{
	cursor: pointer;
	transition: all 0.6s;
}
.scale img:hover{
	transform: scale(1.2); 
}
.casebox li{
	margin-bottom: 20px;
}
.casebox ul{
	margin-top: 35px;
}

.newsbox li{
	overflow: hidden;
	margin-bottom: 20px;
}
.newsbox li a{
	font-size: 18px;
	color: #060001;
}
.newsbox li span{
	line-height: 28px;
}
.newsbox li img{
	margin-right: 10px;
}
.newsbox .p_title{
	margin-bottom: 35px;
}

.order_flowbox{
	overflow: hidden;
}
.order_flowbox li{
	width: 176px;
}
.order_flowbox li span{
	color: #333;
	font-weight: bold;
	line-height: 56px;
}
.order_flowbox li,.order_flowbox i{
	float: left;
}
.order_flowbox i{
	margin-top: 60px;
}
.order_flowbox .p_title{
	margin: 35px 0px 50px 0px;
}

.workbox{
	overflow: hidden;
	padding-top: 75px;
}
.workbox ul{
	margin-top: 35px;
}
.workbox li{
	float: left;
	border: solid 1px #8f8f8f;
	margin: 0px 4px;
}
.workbox span{
	font-size: 22px;
	color: #333;
}
.workbox li:hover{
	border: solid 1px #ff0000;
}

/* footer */

.footerbox{
	background: #171717;
	padding: 25px 0px;
	margin-top: 55px;
}
.footernav li{
	float: left;
	width: 162px;
	text-align: center;
	line-height: 56px;
}
.footernav{
	overflow: hidden;
	border-bottom: solid 1px #2e2d2d;	
}
.footernav li a{
	font-size: 16px;
	color: #fff;
}
.address span{
	font-size: 22px;
	color: #fff;
	line-height: 46px;
}
.address p{
	color: #333;
	line-height: 26px;
}
.saoyisao{
	overflow: hidden;
}
.saoyisao p{
	color: #fff;
	padding-left: 22px;
}
.idears{
	margin-top: 28px;
}















@media only screen and (max-width: 768px) {
	.navbar-default{
		margin-bottom: 0px;
	}
	.aboutbox{
		margin-top: 26px;
	}
	.more{
		width: 33%;
		margin: 0 auto;
	}
	.company_introduction p{
		margin-bottom: 16px;
	}
	.newsbox li{
		overflow: hidden;
		margin-bottom: 20px;
		border-bottom: solid 1px #ccc;
		padding-bottom: 20px;
	}
	.idears{
		margin-top: 0px;
	}
	.footerbox{
		margin-top: 35px;
	}
}