html, body {
	font-size: 14px; font-family:  "微软雅黑",Arial, sans-serif;
	overflow-x: hidden; width: 100%;
	background:#B09DA1;color:#5e5e5e;
}
a { color: #5e5e5e; text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 14px;}
b, strong { font-weight: bold; }
i, em { font-style: normal; }
img { display: block; border: 0; }
.fl { float: left; }
.fr { float: right; }
img { border: 0; vertical-align: top; }
.clearfix { zoom: 1; }
.clearfix:after { clear: both; display: block; content: ''; }
.whiteFont{color:#FFFFFF;}
.text-center {text-align: center;}
.display-table{display: table;}
.display-table-cell{display: table-cell;}
.no-margin{margin: 0 0 ;}
/*通用class 自定义*/
	.more-radius{border-radius: 20px;}/*圆角*/
	.no-border{border:0;}
	.cursor-hand{cursor: pointer;}
	.hidden{display: none;}
/*end of 自定义**/
table { border-collapse:collapse; border-spacing:0; }
input, textarea {
	font-family: "微软雅黑", Arial; outline: 0; font-size: 14px; 
	/*-webkit-appearance: none; */
	background: none; border:solid 1px #ddd; line-height:18px; padding:3px}

body a{transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}

input[type="button"],input[type="submit"]{transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}

.layout {width:1200px;margin:0 auto;}

/*--- 阴影 --*/
.shadow {
	-moz-box-shadow:0 0 5px #ccc; /* 老的 Firefox */
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow:0 0 5px #ccc;
	/* For IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
}
/*--- 圆角 --*/
.radius {-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:solid #ececec 1px;}

/*--- 按钮 --*/
.button {line-height:18px; padding:5px 20px; border:solid 1px #0CF; background:#1a9ee6; color:#fff; border:0; cursor:pointer}
.button:focus {background:#0581c5}
a.btn-blue { background:#147da6;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;}
a.btn-blue:hover { background:#006389}
a.btn-orange { background:#ff6800;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;}
a.btn-orange:hover { background:#ff4200}
a.btn-green { background:#2cac17;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff; }
a.btn-green:hover { background:#138400}
/*分页*/
.pagination{}
.pagination a{line-height: 30px;border: 1px solid #ddd;padding: 2px 5px 2px 5px;color: #aaa;margin-right: 12px;}


.top-right {top:26px; right:0; transition: .3s}
.top-right .search{border: solid 1px #4B8CDC;}
.top-right #siteSearch{
	background-color:transparent;border: solid 1px #4B8EDD;border-right: none;
	color: #F8F8F8;
	}
.top-right .input-group-addon{
	background-color:transparent;border: solid 1px #4B8EDD;border-left: none;
	color: #F8F8F8;cursor: pointer;
	}

.main{width: 1500px; margin:0 auto;}
.navbar-default{background: #49475C;border-color: #49475C;}
.navbar {
	position: relative;
	margin-bottom: 0px;
	border: 0px solid transparent;
}
.navbar-brand img {height: 80px;}
.navbar-brand{padding: 0 0;}
.navbar-default .navbar-nav>li>a{
	font-size: 16px;
	color: #CCC9E4;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color:#CCC9E4;
	background-color: #49475C;
	border-bottom: solid 2px #CCC9E4;
}
.nav>li>a>img{display: inline-block;vertical-align:middle;margin-right: 16px;width: 22px;}
@media (min-width: 768px){
	.navbar {
		border-radius: 4px 4px 0 0;
		min-height:80px;
	}
	.nav{margin-left: 40px;margin-top: 16px;}
	.nav>li{margin-right: 16px;}
}
@media only screen and (max-width: 768px){
	.main{width: 100%}
	.navbar-brand img {height: 50px;}
}
@media only screen and (max-width: 368px){
	.nav {top:12px; right:10px; left:0}
	.top-right {top:14px;right:40px}
}

/*---banner--*/
.banner{ width: 100%; position: relative;}
.banner .item a img{width: 100%;}
.banner .banner-bottom{
	position: absolute;bottom: 0;width:100%;height: 48px;background: #063262;filter:alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;
	color:#FFF;font-size: 24px;font-weight: 900;line-height: 200%;
}


/* --首页手机样式-- */
	@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	.layout {width:1000px;margin:0 auto;}	
	.case-list {width:920px;  height:300px;}
	.case-list ul li {width:210px; height:300px;}
	}
	@media only screen and (min-width: 768px) and (max-width: 999px) {
		
	}

	@media only screen and (max-width: 767px){
		
	}

/* foot 底部样式*/
.footer{background: #49475C;padding: 60px 0 60px 0;}
.footer-copy{
	color:#9899AE;
	font-size: 16px;
	line-height:200%;
}
.footer-copy a{color: #9899AE;}
.footer-copy img{display: inline;margin-left: 1em;margin-top: 6px;}
/* end of foot 底部样式*/


/* 内页 */

/*内页侧边栏*/
.inner-left{
	width: 296px;float: left;border-left:#3F3C59 solid 9px;margin-bottom: 120px;}
.inner-left-title{
	height: 80px;padding-left: 35px;background: #3F3C59;
	color: #F1F2F7;font-size:26px;line-height: 80px;}
.inner-left ul{padding: 0;margin: 0;}
.inner-left ul li{height: 60px;border-left:#3F3C59 solid 5px;}
.inner-left ul li:hover{border-left:#B28862 solid 5px;}
.inner-left ul li .active{border-left:#B28862 solid 5px;}
.inner-left ul li a{width:100%;display:block;border-bottom: #E3E3E3 solid 1px;padding-left: 35px;line-height: 60px;font-size: 16px;}


/*内页内容区*/
.pageContent{overflow: hidden;margin-right: 30px;}
.pageContent .title{
		font-size:24px;font-weight: 700;color:#403B59;line-height: 200%;
		padding-bottom: 12px;
		border-bottom:  solid 1px #DCDCDC;
		margin: 0 0 ;
		margin-bottom: 32px;
	}
.pageContent .news-content{padding: 0 1em;}

.pageContent .news-pre{float: left!important;}
.pageContent .news-next{float: right!important;}

/*内页文章列表，纯文字列表*/
.pageContent .item-list{}
.pageContent .item-list ul{}
.pageContent .item-list ul li{margin-top: 24px;padding:12px 12px;background-color: #F8F8F8}
.pageContent .item-list ul a{text-decoration: none;}
.pageContent .item-list ul li .news-title{font-size: 18px;font-weight:600;min-height: 36px;}
.pageContent .item-list ul li .news-date{line-height: 200%;}
.pageContent .item-list ul li .news-description{line-height: 200%;min-height:28px;}

.pageContent .item-list ul li:hover{margin-top: 24px;padding:12px 12px;background-color: #1055A3}
.pageContent .item-list ul li:hover .news-title{font-size: 18px;font-weight:600;min-height: 36px;color:#F8F8F8;}
.pageContent .item-list ul li:hover .news-date{line-height: 200%;color:#F8F8F8;}
.pageContent .item-list ul li:hover .news-description{line-height: 200%;min-height:28px;color:#F8F8F8;}



/* --内页手机样式-- */
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
	
}
@media only screen and (min-width:768px) and (max-width: 999px) {
	
}
@media only screen and (max-width: 767px){

}
	
@media only screen and (max-width:479px){
	
}

/* page */
.page { clear:both; margin:10px 0;}
