*{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑";
}
a,h1,h2,h3,h4,h5,h6{
	color: #666;
	text-decoration: none;
}
img{
	border: 0;
}
/*所有的内容盒子*/
#Content{
	width: 100%;
	min-height: 1000px;
	height: auto !important;
	height: 1000px;
	overflow: hidden;
	position: relative;
	background: #F5F5F5;
}
/*网页的头部*/
#Content #Content-Top{
	width: 100%;
	min-height: 110px;
	background: white;
	height: auto !important;
	height: 110px;
	z-index: 99999;
}
/*网页头部的下部分*/
#Content #Content-Top .Top-bottom{
	width: 100%;
	min-height: 40px;
	background: #0B4371;
	overflow: hidden;
	z-index: 2222;
	margin-top: 10px;
}
#Content #Content-Top .Top-bottom ul{
	width: 75%;
	height:40px;
	margin: 0 auto;
}
#Content #Content-Top .Top-bottom ul li a{
	float: left;
	display: inline-block;
	line-height: 40px;
	color: white;
	padding: 0 4%;
	word-wrap: break-word;
	font-size: 16px;
	text-decoration: none;
}
#Content #Content-Top .Top-bottom ul li a:hover{
	background: #5DAE47;
}
/*轮播图部分*/
#Content .carousel .carousel-inner .item img{
	display: block;
	width: 100%;
	max-height: 500px;
	height: auto !important;
	height: 500px;
}

/*内容详情部分*/
#Content #Content-content{
	width: 100%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0 auto;
	margin-top: 35px;
}
#Content #Content-content .generl{
	width: 60%;
	min-height: 58px;
	height: auto !important;
	height: 58px;
	border: 1px solid #DCDCDC;
	margin: 0 auto;
	position: relative;
	background: white;
}
#Content #Content-content .generl p{
	padding-left: 20px;
	padding-top: 8px;
	font-size: 18px;
    font-family: '微软雅黑';
    color: #333;
    margin-bottom: 0;
}
#Content #Content-content .generl p:nth-child(2){
	padding-top: 0;
	margin-top: 5px;
	font-size: 12px;
}
#Content #Content-content .generl a{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 56px;
	padding: 0 20px;
	border-left: 1px solid #DCDCDC;
	color: #555;
}
#Content #Content-content .generl a:hover{
	background: #5DAE47;
	color: white;
}
#Content #Content-content .business .list{
	width: 60%;
	min-height: 300px;
	height: auto !important;
	height: 300px;	
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
#Content #Content-content .business .list .img{
	width: 25%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	float: left;
 }
 #Content #Content-content .business .list .img a{
 	display: block;
 	width: 90%;
 	margin: 0 auto;
 	text-align: center;
 	font-size: 12px;
 	color: white;
 	text-decoration: none;
 }
#Content #Content-content .business .list .img a img{
 	width: 99%;
 	height: auto;
 	border: 1px solid #CCC;
 }
#Content #Content-content .business .list .img h2{
  	width: 90%;
  	height: 35px;
  	margin: 0 auto;
  	background: #5DAE47;
  	line-height: 35px;
  	border: 1px solid #EEE;
  	margin-bottom: 20px;
}
#Content #Content-content .business .list .img h2 a{
	clear: inherit;
}
#Content #Content-content .business .list .img h2:hover{
	background: #257C0E;
}
/*典型用户*/
#Content #Content-content .User-img{
	width: 60%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	margin: 0 auto;
	margin-top: 20px;
}
#Content #Content-content .User-img ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
#Content #Content-content .User-img ul li{
	width: 20%;
	height: 50px;
	height: auto !important;
	height: 50px;
	float: left;
	margin-bottom: 20px;
}
#Content #Content-content .User-img ul li .Bom-nav{
	width: 85%;
	text-align: center;
	border: 1px solid rgb(204, 204, 204);
	margin: 0 auto;
	background: white;
}
#Content #Content-content .User-img ul li .Bom-nav a img{
	display: block;
	width: 76%;
	height: auto;
	margin: 0 auto;
}
#Content #Content-content .User-img ul li .Bom-nav .Bom-nav-A{
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #666;
	font-size: 12px;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;
}
#Content #Content-content .User-img ul li .Bom-nav .Bom-nav-A:hover{
	text-decoration: underline;
}


#Content #Content-content .introduce{
	width: 60%;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
}
#Content #Content-content .introduce div{
	width: 48%;
	border: 1px solid #DCDCDC;
}
#Content #Content-content .introduce .introduce-left{
	float: left;
}
#Content #Content-content .introduce .introduce-right{
	float: right;
}
#Content #Content-content .introduce .generl{
	width: 100%;
	height: 56px;
	border: none;
	border-bottom: 1px solid #DCDCDC;
}
#Content #Content-content .introduce .introduce-left a{
	display: block;
}
#Content #Content-content .introduce .introduce-left a img{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DCDCDC;
}
#Content #Content-content .introduce .introduce-right a{
	display: block;
}
#Content #Content-content .introduce .introduce-right a img{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #DCDCDC;
}
#Content #Content-content .introduce .introduce-left p:last-child{
	height: 160px;
	padding: 20px 10px;
}
#Content #Content-content .introduce .introduce-left p a{
	font-size: 14px;
	text-indent: 2em;

	line-height: 25px;
	color: #555;
}
#Content #Content-content .introduce .introduce-left p a:hover{
	text-decoration: underline;
}
#Content #Content-content .introduce .introduce-right p:last-child{
	height: 160px;
	padding: 20px 10px;
	border-top: 1px solid #EEE;
	line-height: 25px;
}
#Content #Content-content .introduce .introduce-right p span{
	font-size: 14px;
	color: #5dae47;
}
#Content #Content-content .introduce .introduce-right p a{
	display: inline;
	color: #555;
}
#Content #Content-content .introduce .introduce-right p a:hover{
	text-decoration: underline;
}
/*隐藏部分属性*/
#Content #Content-Top #control{
	width: 50px;
	height: 50px;
	background: rgba(85,124,183,.5);
	/*background: yellow;*/
	position: absolute;
	top: 5px;
	right: 0;
	display: none;
}
#Content #Content-Top #control div{
	width: 80%;
	height: 10px;
	background: white;
	margin: 0 auto;
	margin-top: 5px;
}
#Content #NAV{
	width: 100px;
	height: 500px;
	background: rgba(255,255,255,.9);
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 99999999;
}
#Content #NAV ul{
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}
#Content #NAV ul li{
	width: 100%;
	margin: 10px 0;
	text-align: center;
}
#Content #NAV ul li a{
	display: block;
	padding: 5px 10px;
	color: #000000;
}
#Content #NAV ul li:nth-child(1) a{
	background: rgba(93,174,71,.7);
	color: white;
}
#Content #NAV ul li a:hover{
	background: rgba(11,67,113,.7);
	color: white;
}
#Content #NAV #direction{
	display: block;
	width: 22px;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	position: absolute;
	top: 30%;
	right: -22px;
	cursor: pointer;
	display: none;
	background: rgba(93,174,71,.7);
	font-size: 12px;
	border-radius: 0px 5px 5px 0px;
	color: white;
	text-align: center;
}

/*官网首页底部*/
#Content #Content-Footer{
	width: 100%;
	min-height: 90px;
	background: #0B4371;
	margin-top: 30px;
}
#Content #Content-Footer p{
	text-align: center;
	font-size: 12px;
}
#Content #Content-Footer p:nth-child(1){
	padding-top: 22px;
}
#Content #Content-Footer p:nth-child(2){
	margin: 0;
}
#Content #Content-Footer p a{
	color: #DCDCDC;
}
/*遮罩层*/
#mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 9999999999;
	position: fixed;
	top: 0;
	display: none;
}
#mask img{
	position: absolute;  
    margin: auto;  
    top: -9999px;  
    right: -9999px;  
    bottom: -9999px;  
    left: -9999px;  
}