/*css初始化工作开始*/
*{
	margin: 0;
	padding: 0;
}

ul,li{
	list-style:none;
}

a{
	text-decoration: none;
}
a:link,a:visited{
	color:#049240;
}
a:hover,a:active{
	color:#049240;
}
body{
	color:#333;
	font-size: 14px;
	font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;/*小米米官网*/
	line-height: 1.5;/*行高设置为原来的1.5倍  原来默认是1倍*/
}

/*定义一个版心*/
.container{
	width: 1440px;
	margin: 0 auto;
}

.container2{
	width: 990px;
	margin: 0 auto;
}

.header{
	height: 205px;
	border-bottom: 1px solid #DDD;
	box-shadow:2px 2px 3px rgba(0,0,0,0.1);
}

/*****************  top_nav开始  *********************/
.left{
	float: left;
}

.header .top_nav{
	height: 130px;
}

.header .top_nav .logo {
	width:125px;
	height: 130px;
	background: url(../images/logo.png) no-repeat;
	background-size:cover;
	float:left;
}

.header .top_nav .logo h1 a{
	height: 130px;
	display: block;
	text-indent: -9999px;
}

.header .top_nav .top_words{
	margin-top: 50px;
	float: right;
}

.header .top_nav .top_words .top_xm01{
	color: #049240;
}

.header .top_nav .top_words .top_xm01 ul{
	background: #F3F3F4;
	display: none;
	margin-top: -15px;
}

.header .top_nav .top_words .top_xm01 ul li a{
	color: #333;
}

.header .top_nav .top_words .top_xm01 .ull01{
	z-index:999;
	position:absolute;
	margin-left: 56px;
}

.header .top_nav .top_words .top_xm01 .ull02{
	z-index:999px;
	position:absolute;
	margin-left: 56px;
}

.header .top_nav .top_words .top_xm01 .ull03{
	z-index:999;
	position:absolute;
	margin-left: 56px;
}

.header .top_nav .top_words .top_xm01 ul li{
	height: 25px;
	margin:10px 20px 10px 20px;
	text-align: center;
	cursor: pointer;
}

.header .top_nav .top_words .top_xm01 ul li:hove{
	color: #333; 
}

.header .top_nav .top_words .top_xm01 span{
	cursor:pointer;/*模拟鼠标手势*/
	height: 45px;
	display: inline-block;
	margin-left: 80px;
	margin-top: 8px;
}

.header .top_nav .top_words .top_xm01 .top_nav_icon{
	background:url(../images/top_nav_icon.png);
	 background-repeat: no-repeat;
	height:15px;
	width: 16px;
	display: inline-block;
	vertical-align: sub;
	margin-left:10px;
	margin-top: 5px;
}

.header .top_nav .top_words .login{
	float: right;
	margin-left: 70px;
}

.header .top_nav .top_words .login span{
	background:url(../images/man01.png);
	height:30px;
	width: 31px;
	display: inline-block;
	vertical-align: sub;
	margin-right: 6px; 
}

/*****************  top_nav结束  *********************/




/***********************  company_title开始  ***********************/
.company_profile .com_title{
			height: 194px;
			width: 100%;
			display: inline-block;
		}

		.company_profile .com_title>img{
			/*background: url(../images/com_logo.png);*/
			margin-top:44px;
			height: 107px;
			width: 107px;
			display: inline-block;
			float: left;
		}

		.company_profile .com_title .com_pro{
			margin-left: 60px;
			margin-top:45px;
			display: inline-block;
			float: left;
			width:700px;
			height: 178px;
		}

		.company_profile .com_title .com_pro span{
			/*margin-left: 20px;*/
			height: 30px;
			width: 680px;
			display: inline-block;
		}

		.company_profile .com_title .com_img{
			margin-top: 54px;
			height: 140px;
			width: 300px;
			display: inline-block;
			float: right;
		}

		.company_profile .com_title .com_img ul{
			margin-left: 10px;
			width: 91px;
			height: 91px;
			display: inline-block;
			float: right;
			background: #fff;
			border: 1px solid #ccc;
			cursor:pointer;/*模拟鼠标手势*/
		}

		.company_profile .com_title .com_img ul li img{
			display: block;
			height: 30px;
			width: 30px;
			margin-left:33px;
			margin-top:22px; 
			margin-bottom: 8px;
		}

		.company_profile .com_title .com_img ul li span{
			margin-left:20px; 
		}

		.company_profile .com_nav{
			height: 37px;
			width: 100%;
			display: inline-block;
			background: #049240;
		}

		.company_profile .com_nav ul li{
			display: inline-block;
			float: left;
			height: 37px;
			width: 95px;
			text-align: center;
			line-height: 37px;

		}

		.company_profile .com_nav ul li:hover{
			background: #006F32;
		}

		.company_profile .com_nav ul li a{
			color: #fff;
		}
/***********************  company_title结束  ***********************/

/********************  面包屑导航开始  ***********************/
.bread{
	height: 28px;
	width: 100%;
}

.bread .breadcrumb{
	display: inline-block;
}

.bread .breadcrumb li{
	text-align: center;
	line-height: 30px;
	display: inline-block;
	float: left;
	color: #808080;
}

.bread .breadcrumb li+li:before{
	content: "> ";
}

.bread .breadcrumb li a{
	color: #808080;
}

.bread .breadcrumb>span{
	background-repeat:no-repeat !important;
	background-size:cover !important;
	background-position: center center !important;
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	height: 19px;
	width: 19px;
	background: url(../images/bread.png);
}
/********************  面包屑导航结束  ***********************/

.com_nei{
	margin-top: 6px;
	height: 290px;
	width: 100%;
	display: block;
	border-bottom: 1px solid #DDD;
}

.project_img{
	margin-top: 27px;
	width: 170px;
	height: 170px;
	/*background: pink;*/
	display: inline-block;
	float: left;
}


.com_th{
	margin-left: 35px;
	display: inline-block;
	float: left;
	height: 214px;
	width: 50%;
	/*background-color: pink;*/
}

.com_th ul{
	margin-top: 23px;
}

.com_th ul li:first-child{
	font-weight: bold;
	height: 50px;
}

.com_th ul li{
	padding-bottom: 7px;
	height: 25px;
	width: 100%;
	display: block;
	float: left;
}

.lianxi{
	margin-top: 167px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	width: 127px;
	display: block;
	background: #049240;
	display: block;
	float: left;
	border-radius:3px 3px 3px 3px;
	cursor:pointer;/*模拟鼠标手势*/

}

.lianxi>a{
	color: #fff;
}

/**************  所有项目开始  ***************/

.item_list{
	overflow: hidden;
	height: auto;
}

.item_list .item_title{
	display: inline-block;
	float: left;
	margin-top: 9px;
	width: 160px;
	height: 224px;
}


.item_list .item_li{
	margin-left: 20px;
	height: auto;
	width: 810px;
	display: inline-block;
	float: left;
}

.item_list .item_li .item_d{
	padding-right: 20px;
	height: 47px;
	width: 100%;
	display: block;
	line-height: 69px;
}

.item_list .item_li .item_d .fist_span{
	height: 13px;
	width: 19px;
	display: inline-block;
	float: left;
	background: url(../images/all_item.png);
	margin-right: 15px;
	margin-top: 27px;
}

.item_li .item_tex{
	margin-bottom: 15px;
	margin-right: 15px;
	height: 210px;
	width: 189px;
	display: inline-block;
	float: left;
	border: 1px solid #ddd;
}

.item_li .item_tex a img{
	height: 150px;
	width: 150px;
	display: block;
	border: 1px solid #ddd;
	margin-left: 19px;
	margin-top: 15px;
}

.item_li .item_tex span{
	width: 152px;
	height: 18px;
	margin-left: 20px;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

/**************  所有项目结束  ***************/

/************  分页插件开始  *************/
.boxxx {
				display: inline-block;
				text-align: center;
				width: 100%;
				height: 34px;
				/*background: red;*/
			}


/************  分页插件结束  *************/

/*筛选 start */
.nav{width: 220px;height: 100%;background: #263238;transition: all .3s; position: absolute;top:0;left: 0;}
.nav a{display: block;overflow: hidden;padding-left: 20px;line-height: 46px;max-height: 46px;color: #ABB1B7;transition: all .3s;}
.nav a span{margin-left: 30px;}
.nav-item{
	position: relative;
	height:24px;
	width:141px;
	/*background: skyblue;*/
	padding-left: 13px;
	padding-top: 15px;
	border-bottom: 1px solid #ddd;
	cursor:pointer;
}

.nav-item>a>span{
	color: #666;
}
.nav-item.nav-show{
	/*border-bottom: none;*/
}
.nav-item ul{
	margin-top: 5px;
	display: none;
	/*background: rgba(0,0,0,.1);*/
}
.nav-item>ul li{
	height:29px;
	line-height:29px;
}

.nav-item>ul li a{
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.nav-item.nav-show ul{display: block;}
.nav-item>a:before{
	top:10px;
	content: "";
	position: absolute;
	left: 0px;
	width: 2px;
	height: 29px;
	background: #049240;
	opacity:0;
	transition: all .3s;
}

.nav .nav-icon{font-size: 20px;position: absolute;margin-left:-1px;}
/* 此处修改导航图标 可自定义iconfont 替换*/
.icon_1::after{content: "\e62b";}
.icon_2::after{content: "\e669";}
.icon_3::after{content: "\e61d";}
/*---------------------*/
.nav-more{float:right;margin-right: 20px;font-size: 12px;transition: transform .3s;}
/* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/
.nav-more::after{content: "\e621";}
/*---------------------*/
.nav-show .nav-more{transform:rotate(90deg);}
.nav-show,.nav-item>a:hover{
	color: #333;
	/*background:rgba(0,0,0,.1);*/
}
.nav-show>a:before,.nav-item>a:hover:before{opacity:1;}
.nav-item li:hover a{
	color: #009343;
	/*background: rgba(0, 0, 0,.1);*/
}

/* nav-mini */
.nav-mini.nav{width: 60px;}
.nav-mini.nav .nav-icon{/* margin-left:-2px; */}
.nav-mini.nav .nav-item>a span{display: none;}
.nav-mini.nav .nav-more{margin-right: -20px;}
.nav-mini.nav .nav-item ul{
	position: absolute;
	top:0px;
	left:60px;
	width: 180px;
	z-index: 99;
	background:#3C474C;
	overflow: hidden;
}
.nav-mini.nav .nav-item:hover{background:rgba(255,255,255,.1);}
.nav-mini.nav .nav-item:hover .nav-item a{color:#FFF;}
.nav-mini.nav .nav-item:hover a:before{opacity:1;}
.nav-mini.nav .nav-item:hover ul{display: block;}
/*筛选 end */

.pagination>li>a{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.table-page{
	margin-bottom: 70px;
	width:100%;
	height:50px;
}

.div-pagination{
	/*height:50px;*/
	width:240px;
	display: block;
	margin-left: 922px;
}