html {
	font-family: STHeiti,'Microsoft Yahei',arial,'宋体',sans-serif,Tahoma;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-y: scroll;
}
body { background-color: #fff; }
/* layout */
.container, .layout-box{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}
.container-full, .layout-box-full{
	width: 100%;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}
/*内容布局*/
/* 当有统一左右 padding 时使用，否则使用layout-box/layout-box-full*/
.content{
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
	overflow:visible;
	/*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
	box-shadow: 1px 2px 2px rgba(0,0,0,0.15);
	*/
}

.layout-l{
	width: 260px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.layout-m{
	width: 500px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}
.layout-r{
	width: 900px;
	float: right;
	overflow: hidden;
	box-sizing: border-box;
}
.layout-r-sub{
	background-color:#fff;
	border-radius: 0 0 5px 5px;
}
/*布局补充样式*/
.layout-border-all{
	border: 1px #ccc solid;
}
.layout-border-notop{
	border: 1px #ccc solid;
	border-top: none;
}
.layout-border-bottom{
	border-bottom: 1px #0A6AD2 solid;
}


/* header */
#header{
	width: 100%;
	float: left;
	/*background: #ddd;*/
	/*border-bottom: 1px solid #ddd;*/
	position:fixed;
	z-index:888;
	top:0;
	/*background: rgba(255, 255, 255, 0.6)!important;
	filter: Alpha(opacity=60);*/
}
/* header 两行模式 */
.header-top{
	/*background: #fff;*/
}
.header-bottom{
	height: 38px;
	background: url(../images/menu_bg.png) repeat-x;
}
.header-top-l{
	width: 420px;
	float: left;
}
.header-top-m{
	width: 300px;
	float: left;
}
.header-top-r{
	width: 520px;
	float: right;
}
.logo{
	width: 300px;
	float: left;
}
.logo1{
	width: 300px;
	float: left;
}
.hot-line{
}

/* menu外观*/
/* 简洁类 */
.menu-simple>li{
	margin-right: 5px;
}
.menu-simple>li a{
	font-size: 14px;
	color: #fff;
	padding: 6px 25px;
	font-family: STHeiti,"Microsoft Yahei","宋体";	
}
.menu-simple a:hover, .menu-simple .active{
	color: #333;
	text-decoration: none;
	/*border-bottom: 3px solid #12b8f6;*/
	background: #fff;
	border-radius: 12px;
}

.menu-container{
	width: 1002px;
}
/* 一般类 */
.menu-common > li + li {
	/*padding-left: 1px;*/
	/*可选边界装饰*/
	/*border-left: 1px solid #f1f1f1;*/
	/*border-left: 1px solid #ebebeb;
	border-right: 1px solid #fdfdfd;*/
}
.menu-common li:last-child {
	border-right: none;
}
.menu-common>li a{
	font-size: 14px;
	color: #333;
	padding: 33px 20px;
	font-family: STHeiti,"Microsoft Yahei","宋体";
}
.menu-common a:hover, .menu-common .active{
	text-decoration: none;
	color: #b62728;
	/*background: url(../images/nav_cur.png) top center no-repeat;*/
	/*border-bottom: 3px solid #070199;*/
	
}
/* 垂直堆叠 */
.menu-stacked li{
	background: url(../js/bg.png) 0 -152px no-repeat;
}
.menu-stacked li a{
	color: #505050;
	padding: 9px 0;
	text-indent: 30px;
	font-weight: bold;
}
.menu-stacked a:hover, .menu-stacked .active{
	text-decoration: none;
	color: red;
}
/*下拉子菜单*/
.dropdown-menu{
	min-width: 116px;
	background-color: #235175;
}
.dropdown-menu>li{
	border-bottom: 1px solid #B3C5D1;
}
.dropdown-menu>li>a{
	color: #fff;
	padding: 8px 30px;
	line-height: 1.42857143;
	font-weight:400;
}
.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{
	color: #333;
	background-color:#f5f5f5;
}
/* header end */

/*footer*/
#footer{
	background: #2a2a2a;
	/*border-top: 2px solid #0A66C7;*/
	color: #9f9f9f;
}
#footer a{
	color: #9f9f9f;
}
/* 居中 */
.menu-footer-center a:hover{
	text-decoration: none;
}
.menu-footer-center ul li a{
	padding: 0 20px;
}
.menu-footer-center .copyright p{
	line-height: 1.8em;
	font-size: 12px;
}
/* 左右 */
.menu-footer>li>a{
	padding: 0 20px;
}
/* 有子菜单 */
.menu-footer-sub dl{
	width: 150px;
}
.menu-footer-sub dl dt{
	font-weight: bold;
	padding-bottom: 10px;
}
.menu-footer-sub dl dd{
	line-height: 2em;
}
/* footer end */

/* tab切换类 */
/* tab切换类 */
.tab{
	border-bottom: 1px solid #ddd;
}
.tab li{
	border: 1px solid #ddd;
	padding: 15px 10px;
	width: 100px;
}
.tab .active{
	border-bottom: 1px solid #fff;
}
.tab-content{
	padding: 15px;
	border: 1px solid #ddd;
	border-top: none;
}

.breadcrumb-wrapper{
	height: 31px;
}
.breadcrumb-wrapper .module-name{
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-indent: 10px;
}
/*面包屑导航*/
.breadcrumb {
	padding: 10px 15px;
	text-align: right;
	color: #505050;
	font-size: 14px;
	font-family: STHeiti,'Microsoft Yahei','宋体';
}
.breadcrumb>li+li:before {
	padding: 0 6px 0 6px;
	content: "/";
}
.breadcrumb a{
	color: #015eae;
}

/*幻灯片*/
.slide-bg{
	
}
/*幻灯简图*/
.slide-box{
	width: 100%; /*确定图片高度*/
}
/*全屏幻灯图*/
.fullSlide{
	position: relative;
}
.fullSlide .bd{
	position:relative;
	z-index:0;
}
.fullSlide .bd li img{
	width:100%;
	vertical-align:top;
} 
.fullSlide .hd{
	position:relative;
	z-index:1;
	margin-top:-30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#000;
	filter:alpha(opacity=60);
	opacity:0.6 
}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{
	cursor:pointer;
	display:inline-block;
	*display:inline; zoom:1;
	width:8px;
	height:8px;
	margin:5px;
	background:url(../images/focus/tg_flash_p.png) -18px 0;
	overflow:hidden;
	font-size:0;
}
.fullSlide .hd ul .on{
	background-position: 0 0;
}
.fullSlide .prev,.fullSlide .next{
	z-index:1; display:block;
	width:55px;
	height:55px;
	position:relative;
	margin:-22% 0 0 3%;
	float:left;
	background:url(../images/focus/arrow.png) 0 0 no-repeat;
	filter:alpha(opacity=40);
	opacity:0.4
}
.fullSlide .next{
	background-position:right 0;
	float:right;
	margin-right:3% 
}
.fullSlide .prev:hover,.fullSlide .next:hover{
	filter:alpha(opacity=80);
	opacity:0.8
}
/*焦点图*/
#myFocus{
	height: 300px; /*确定图片高度*/
}
/*flash*/
#flash{
	width: 100%;
	height: 300px;
	float: left;
}

/*滚动图，做进一步参数修改以抵消js的影响*/
.mq{
	width: 100%;
	float: left;
}
.mq ul li{
	list-style: none;
	float: left;
	width: 200px;
	height: 185px;
}
.mq ul li img{
	width: 180px;
	height: 150px;
	border: 1px #ddd solid;
	padding: 2px;
}
.mq ul li a{
	width: 180px;
}

/* 面板，具体面板可根据实际需要增加 */
/* 空白面板 */
.panel-default {
	background-color: #fff;
	border-color: #ddd;
	border-top: none;
	/*border-radius: 5px;*/
	border-radius: 0 0 5px 5px;
}
/* 带标题面板 */
.panel-heading {
	padding: 0;
	overflow: hidden;
	/*
	border-bottom: 1px solid #0A6AD2;
	
	background-color: #0A6AD2;
	
	*/
}
.panel-heading-index {
	background: url(../images/panel_heading_bg.jpg) left center no-repeat;
	height: 31px;
}
.panel-heading-side {
	background: url(../images/side_menu_bg.jpg) left center no-repeat;
	height: 36px;
}
.panel-body {
	padding: 10px 10px;
}
.panel-footer {
	padding: 5px 15px;
	background-color: #0A6AD2;
	/*
	border-top: 1px solid #0A6AD2;
	*/
	color: #fff;
}
.panel .more a{
	color: #fff;
}
.panel-title{
	text-indent: 15px;
	line-height: 31px;
	font-size: 14px;
}
.panel-title-side{
	line-height: 36px;
	font-weight: bold;
}

/* 列表 */
/* 普通列表模式 */
.lists li{
	line-height: 1.8em;
}
.lists .title a{
	color: #505050;
}
.lists .title a:hover{
	color: red;
}
.lists .date{
	color: #999;
	/*右侧完全对齐
	padding-right: 0;
	*/
}
/* 背景 */
.lists-bg li{
	line-height: 36px;
	height: 36px;
	background: url(../js/bg.png) 0 -3px no-repeat;
}
.lists-bg li .title{
	text-indent: 18px;
}
.lists-bg-index li{
	background: url(../js/bg.png) -2px -101px no-repeat;
}

/*ul/ol list box 模型*/
.ul-lists{
	/*margin-right: -10px;/*根据实际情况添加*/
}
.ul-lists li{
	width: 160px;
	margin: 5px 15px 15px 0;
	/*高度由内容确定*/
}
.ul-lists li img{
	width: 100%;
	height: 133px;
	box-sizing: border-box;
}
.ul-lists .title{
	text-align: center;
	padding-top: 8px;
	color: #333;
	font-size: 12px;
}
/*次页*/
.ul-lists-sub li{
	width: 200px;
	margin: 0 25px 8px 0;
	/*高度由内容确定*/
}
.ul-lists-sub li img{
	height: 150px;
}
/*边框*/
.ul-lists-border li{
	border: 1px solid #d5d5d5;
	padding: 5px;
	background-color: #fff;
}
.ul-lists-border li:hover{
	border: 1px solid #c0c0c0;
}
/*图片边框阴影*/
.ul-lists-shadow li img{
	padding: 4px;
	border: 1px solid #d5d5d5;
	-moz-box-shadow: 2px 2px 6px #b4b4b4;
	-webkit-box-shadow: 2px 2px 6px #b4b4b4;
	box-shadow: 2px 2px 6px #b4b4b4;
}
.ul-lists-shadow li img:hover{
	border: 1px solid #b4b4b4;
}
/* dl单一水平列表默认参数，具体可根据实际情况另行定义 */
.dl-horizontal dt{
	width: 45px;
	text-align: right;
	line-height: 1.5em;
	padding: 2px 0;
}
.dl-horizontal dd{
	margin-left: 46px;
	line-height: 1.5em;
}
.dl-horizontal a{
	color: #015eae;
}

/* dl列表群 */
/* 文字模式 */
.dl-lists-text dl{
	border-bottom: 1px dashed #999;
}
.dl-lists-text .title{
	line-height: 1em;
	padding-bottom: 6px;
	font-size: 14px;
}
.dl-lists-text .title a{
	color: #015eae;
	text-decoration: underline;
}
.dl-lists-text .title a:hover{
	color: red;
}
.dl-lists-text .text{
	line-height: 1.8em;
}
/* 图文模式，具体请修改参数 */
.dl-lists-pic dl{
	/*border-bottom: 1px dashed #999;*/
	background: #f7f7f7;
	margin-top: 20px;
	padding:0;
}

.dl-lists-pic dt{
	width: 240px;
	/*中间分隔线
	padding-right: 10px;
	border-right: 1px solid #ddd;
	*/
	padding: 20px;
}
.dl-lists-pic dt img{
	width: 100%;
	height: 180px;
}
.dl-lists-pic dd{
	margin-left: 280px;
	background: #f7f7f7;	
}
.dl-lists-pic .title{
	line-height: 1em;
	font-size: 16px;
	height: 40px;
}
.dl-lists-pic .text{
	line-height: 1.8em;
	height: 90px;
}
.dl-lists-pic .title a{
	text-decoration: underline;
	color: #015eae;
}
.dl-lists-pic .title a:hover{
	color: red;
}
.dl-lists .to-detail{
	text-align: right;
}
.dl-lists .to-detail a{
	text-decoration: underline;
	color: #666;
}
.dl-lists-pic .tag-info{
	line-height: 2em;
	height: 40px;
}
.dl-lists-pic span{
	width: 180px;
	float: left;
}
/*外边框*/
.dl-lists-border dl{
	padding: 10px;
	margin-top: 15px;
	border: 1px solid #ddd;
}
.dl-lists-border dl:hover{
	border: 1px solid #505050;
}


/*具体文章显示*/
.article-title{
	text-align: center;
	padding-top: 20px;
	font-size: 21px;
	float: left;
	width: 100%;
}
.article-info {
	text-align: center;
	list-style: none;
	border-bottom: 1px dotted #e5e5e5;
	color: #999;
}
.article-info>li {
	display: inline-block;
	padding: 0 8px;
}

.article { margin:0 auto;
	width: 100%;
	padding: 10px 20px 20px 20px;
	float: left;
	font-size: 14px;
	line-height: 1.8em;
	color: #333;
	box-sizing: border-box;
}
.article p{ text-align:center;
	margin-bottom: 8px;
	padding:3px 0 5px 0;
}
.article a{
	color: #015eae;
}
.article ol{
	list-style-type: decimal;
}
.article ul{
	list-style-type: none;
}
.article li{
	padding-bottom: 5px;
}
.article p{
	padding: 3px 0 5px 0;
}

.first-xx:first-letter{
	font-size: xx-large;
}

/************************自定义内容区************************/
/*引导页*/
/*
.index-logo{
	color:#ff4b0c;
	font-size:18px;
    top: 40px;
	left: 100px;
	line-height: 1.5em;
	font-weight: bold;
	position: fixed;
}
.index-menu{
    bottom: 250px;
	right: 100px;
	position: fixed;
	padding: 50px 80px;
	width: 380px;
	background: rgba(255, 255, 255, 0.6)!important;
	filter: Alpha(opacity=60);
}
.index-menu .menu-list{
	padding: 28px 0;
	float: left;
	text-align:center;
}
.index-menu .menu-list a{
	display: block;
	border: 1px solid #bebebe;
	color: #0301d6;
	width: 168px;
	line-height: 2.2em;
	font-family: STHeiti,'Microsoft Yahei','宋体';
	font-size: 18px;
	text-decoration: none;
}
.index-menu .menu-list a:hover{
	background: #0301d6;
	color: #fff;
}
*/
.header-top{
	padding: 15px 0;
	background: transparent;

	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.header-scroll{
	padding: 6px 0;
	background: rgba(57, 66, 79, 0.9)!important;
	filter: Alpha(opacity=90);

	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

@media (max-width:1440px) {
	.focus {
	position: relative;
	height: 600px !important;
}
.sub-banner{position: relative; height:370px !important; }
}




/*banner*/
.banner22{ width:100%; margin:0 auto; height:500px;}
.focus{
	background:url(../images/banner10.jpg) ;
	height: 800px;background-position:top center; background-repeat:no-repeat; background-size:100%;
}


.sub-banner{
	background:url(../images/gaoq.jpg) ;background-position:top center; background-repeat:no-repeat; background-size:100%;
	height: 600px;
	position: relative;
}



.focus-text{
	font-family: STHeiti,"Microsoft Yahei","宋体";
	color: #fff;
	padding-top: 50px;
	width: 50%;
	float: left;
	position:relative;
}
.focus-text .title{
	font-size: 32px;
	line-height: 2em;
}
.focus-text .text{
	line-height: 2em;
	font-size: 16px;
}

.index-title{
	font-size: 30px;
}
.index-title-en{
	font-size: 18px;
	color: #ccc;
}
.thumbnail-index-service{
	padding: 0;
}
.thumbnail-index-service .img{
	height: 90px;
}
.thumbnail-index-service img{
	width: auto;
	height: auto;
	display: inline;
}
.thumbnail-index-service .caption .title{
	font-size: 22px;
	font-weight: normal;
	line-height: 3.6em;
}

.index-more{
	display: block;
	width: 100px;
	height: 26px;
	border: 1px solid #ccc;
	border-radius: 13px;
	background: url(../images/icon.png) no-repeat 50px 8px;

	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.index-more:hover{
	border: 1px solid #28a4e2;
	background: #28a4e2 url(../images/icon.png) no-repeat 50px -11px;
	 
}

.thumbnail-index-case{
	width: 387px;
	float: left;
	padding:0;
	margin: 0 9px 20px 10px;
	position: relative;
	font-family: STHeiti,'Microsoft Yahei','宋体';
}

.thumbnail-index-case img{
	width: 100%;
	height: 650px;
}


.thumbnail-index-case:hover{ 
	-moz-box-shadow: 0px 6px 15px #aaa;
	-webkit-box-shadow: 0px 6px 15px #aaa;
	box-shadow: 0px 6px 15px #aaa; /*左边阴影*/

}
.thumbnail-index-case .caption {
	width: 387px;
	box-sizing: border-box;
	padding: 0px 20px;
	background: #fff;
	position: absolute;
	bottom: 0px;
}
.thumbnail-index-case .caption .title{
	font-size: 18px;
	font-weight: normal;
}
.thumbnail-index-case .caption .text{
	font-size: 14px;
	color: #8c8c8c;
}

.index-more-case{
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: url(../images/icon.png) no-repeat 11px -37px;
	margin-top: 16px;
}
.index-more-case:hover{
	background: #28a4e2 url(../images/icon.png) no-repeat 11px -61px;
	 
}

.index-about-title{
	font-family: STHeiti,'Microsoft Yahei','宋体';
	font-size: 18px;
}
.index-about-text{
	font-family: STHeiti,'Microsoft Yahei','宋体';
	font-size: 14px;
	color: #505050;
	line-height: 2em;
}

.index-news li{
	margin: 10px 40px 10px 10px;
	float: left;
	width: 360px;
	box-sizing: border-box;
	position: relative;
}
.index-news .last{
	margin: 0 0 0 10px;
}
.index-news .org{
	border: 1px solid #f7f7f7;
	z-index: 10;
	box-sizing: border-box;
	width: 100%;
}
.index-news .hover{
	border: 1px solid #f7f7f7;
	background: #28a4e2;
	-moz-box-shadow: 0px 6px 15px #aaa;
	-webkit-box-shadow: 0px 6px 15px #aaa;
	box-shadow: 0px 6px 15px #aaa; /*左边阴影*/
	position: absolute;
	bottom: 0px;
	z-index: 100;
	box-sizing: border-box;
	width: 100%;
}
.index-news .org .title,.index-news .hover .title{
	font-size: 16px;
	color: #505050;
	line-height: 1.6em;
	height: 80px;
	padding: 35px 35px 0 35px;
}
.index-news .hover .title{
	padding: 70px 35px 0 35px;
	color: #fff;
}
.index-news .org .text,.index-news .hover .text{
	color: #646464;
	line-height: 2em;
	padding: 0 35px 35px 35px;
	height: 180px;
	box-sizing: border-box;
}
.index-news .hover .title, .index-news .hover .text{
	color: #fff;
}
.index-news .org .date, .index-news .hover .date{
	color: #787878;
	font-size: 44px;
	background: #f7f7f7;
	padding: 35px;
}
.index-news .hover .date{
	color: #28a4e2;
	background: #f8f8f8 url(../images/icon.png) no-repeat 280px -91px;
}
.index-news i{
	font-size: 14px;
	font-style: normal;
}


/* 次页 */


/* hover从左往右滑动按钮 */
.arrow-to-right{
	display: block;
	border: 1px solid #ccc;
	width: 38px;
	height: 38px;
	border: 1px solid #ccc;
	border-radius: 50%;
	background: url(../images/icon.png) no-repeat -33px -60px;

	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.ul-sub-case li{
	/*border-bottom: 1px dashed #999;*/
	background: #f7f7f7;
	margin-top: 20px;
	padding: 0;
	width: 100%;
	float: left;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.ul-sub-case li:hover{
	background: #28a4e2;
	-moz-box-shadow: 0px 5px 10px #e1e1e1;
	-webkit-box-shadow: 0px 5px 10px #e1e1e1;
	box-shadow: 0px 5px 10px #e1e1e1;
}
.ul-sub-case .cover{
	width: 240px;
	padding: 20px;
	float: left;
}
.ul-sub-case .cover img{
	width: 100%;
	height: 160px;
}
.ul-sub-case .li-body{
	width: 660px;
	height: 200px;
	background: #f7f7f7;
	padding: 20px 20px 20px 40px;
	float: left;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.ul-sub-case li:hover .li-body{
	padding: 20px 20px 20px 60px;
}
.ul-sub-case .li-body p{
	display: block;
}
.ul-sub-case .li-body .title{
	font-size: 16px;
	height: 40px;
}
.ul-sub-case .li-body .text{
	width: 580px;
	line-height: 1.8em;
	height: 100px;
	color: #6f6f6f;
}
.dl-liul-sub-casests-pic .tag-info{
	line-height: 2em;
	
}
.ul-sub-case span{
	width: 180px;
	float: left;
	color: #6f6f6f;
}
.ul-sub-case .to-url{
	width: 180px;
	height: 160px;
	background: #f7f7f7;
	padding: 20px;
	float: left;
}
.ul-sub-case .to-url .sub-more{
	margin-left: 50px;
	margin-top: 120px;
}
.ul-sub-case li:hover .sub-more{
	margin-left: 130px;
	border: 1px solid #28a4e2;
	background: #28a4e2 url(../images/icon.png) no-repeat 11px -60px;
}

.lists-sub-news li{
	width: 44%;
	float: left;
	margin-left: 60px;
	padding: 20px;
	background: #f7f7f7;
	margin-bottom: 30px;
}
.lists-sub-news li:hover{
	-moz-box-shadow: 0px 5px 10px #afafaf;
	-webkit-box-shadow: 0px 5px 10px #afafaf;
	box-shadow: 0px 6px 15px #afafaf;
}

.lists-sub-news li p{
	display: block;
}
.lists-sub-news .title a{
	font-size: 16px;
	color: #333;
}
.lists-sub-news .title a:hover{
	text-decoration: none;
	color: #333;
}
.lists-sub-news .text{
	height: 85px;
	box-sizing: border-box;
}
.lists-sub-news .text a{
	font-size: 12px;
	color: #6f6f6f;
}
.lists-sub-news .text a:hover{
	text-decoration: none;
	color: #6f6f6f;
}
.lists-sub-news .date{
	font-size: 26px;
	color: #6f6f6f;
	text-align: left;
}
.lists-sub-news .date i{
	font-size: 12px;
	font-style: normal;
}

.lists-sub-news li:hover .to-detail{
	margin-left: 80px;
	border: 1px solid #28a4e2;
	background: #28a4e2 url(../images/icon.png) no-repeat 11px -60px;
}

.table-400{
	margin-bottom: 8px;
}
.table-400 caption{
	font-size: 14px;
	font-weight: normal;
	font-family: \5FAE\8F6F\96C5\9ED1;
}
.table-400 td{
	line-height: 1.8em;
}

/* 居中子菜单 */
.ul-center{
	text-align: center;
	float: left;
	width: 100%;
}
.ul-center li{
	display: inline;
}
.ul-center li a{
	color: #fff;
	padding: 5px 20px;
	margin: 0 10px;
	border-radius: 15px;
	border: 1px solid #fff;
}
.ul-center li a:hover{
	color: #fff;
	background: #28a4e2;
	text-decoration: none;
}
.top-sub-menu{
	position: absolute;
	bottom: 20px;
}

/* 400 */
.menu-400 li{
	width: 50%;
	float: left;
	line-height: 2em;
	font-size: 12px;
}
.title-400{
	font-size: 12px;
	font-weight: bold;
	padding: 15px 0 5px 0;
	float: left;
}

.sub-h2-title{
	font-size: 22px;
	line-height: 2em;
}

/* package */
.dl-package dt{
	width: 80px;
	text-align: right;
	line-height: 2em;
	padding: 10px 10px 10px 0;
	background: url(../images/package_bg.png) right top no-repeat;
	
}
.dl-package dd{
	margin-left: 90px;
	line-height: 2em;
	border-left: 1px solid #12a5d9;
	padding-left: 10px;
}
.dl-package .dd-first{
	background: url(../images/package_bg.png) left -99px no-repeat;
}
.dl-package a{
	color: #015eae;
}
.package-title{
	font-size: 20px;
	text-align: center;
	padding-bottom: 15px;
}
.package-title span{
	color: #1052b2;
	font-size: 46px;
	font-family: Constantia,'Microsoft Yahei','宋体';
}

.panel-package .panel-title{
	font-size: 22px;
}
.panel-package .panel-body p{
	line-height: 2em;
}

.thumbnail-cases{
	padding: 9px;
	background: #f2f8f6;
}
.thumbnail-cases:hover{
	/*border: 1px solid #b5b6b6;*/
	
	-moz-box-shadow: 1px 1px 3px #f2f8f6;
	-webkit-box-shadow: 1px 1px 3px #f2f8f6;
	box-shadow: 1px 1px 3px #f2f8f6;
	
}
.thumbnail-cases .caption{
	padding: 10px 0 0 0;
	display: block;
	font-family: STHeiti,'Microsoft Yahei','宋体';
}
.thumbnail-cases .caption .title{
	font-size: 14px;
	line-height: 2em;
}
.thumbnail-cases .caption .text{
	margin-bottom: 0;
}
.thumbnail-cases .caption .text a{
	float:right;
	color: #333;
}
.thumbnail-cases .caption .text a:hover{
	color: #015eae;
	text-decoration: none;
}


.dl-lists-pay dl{
	border-bottom: 1px dashed #ccc;
	padding: 15px 0px;
	background: transparent;
	margin-top: 0;
}
.dl-lists-pay dt img{
	height: auto;
}
.dl-lists-pay dt{
	width: 240px;
	/*中间分隔线*/
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
.dl-lists-pay dd{
	background: transparent;
}
.dl-lists-pay .text{
	height: 30px;
}


/*ul list box footer*/
.ul-lists-footer{
	/*margin-right: -10px;/*根据实际情况添加*/
}
.ul-lists-footer li{
	width: 140px;
	text-align: center;
	/*高度由内容确定*/
}
.ul-lists-footer li img{
	width: auto;
	height: auto;
}
.ul-lists-footer .title:hover{
	text-decoration: none;
}

/*侧栏样式*/
.side-title{
	/*text-indent: 8px;*/
	color: #fff;
	font-weight: bold;
	text-indent: 0;
	background: #28a4e2;
}
.side-title span{
	padding-left: 5px;
	font-weight: bold;
	font-family: arial;
	color: #F1F1F1;
}
.corp_name{
	color: #d51300;
	padding-left: 7px;
}
.side-contact img{
	float: left;
}
.side-contact span{
	line-height: 24px;
}
.intro-text{
	text-indent: 2em;
	line-height: 1.8em;
}



/*页脚lists补充*/
.lists-footer li{
	font-size: 12px;
	line-height: 1.6em;
	color: #fff;
}
.lists-footer a{
	color: #fff;
}

/* 404页面 */
.notfound{
	width: 700px;
	margin: 0 auto;
}
.dl-horizontal-404 dt{
	width: 250px;
}
.dl-horizontal-404 dd{
	margin-left: 280px;
	line-height: 1.8em;
	padding: 5px 0;
}
.dl-horizontal-404 h3{
	font-weight: bold;
}

.package{
	font-family: STHeiti,'Microsoft Yahei','宋体';
	font-size: 14px;
	line-height: 1.6em;
	display: block;
}
.package .title{
	font-size: 26px;
	line-height: 1.5em;
	padding-bottom: 20px;
}
.package ol{
	line-height: 2em;
	font-size: 16px;
	color: #f2f2f2;
}
.package a{
	color: #11a4d8;
	font-size: 16px;
}

.package-cases{
	background: url(../images/package_cases_bg.jpg) left top repeat-x;
	height: 300px;
}
h1.sub-title,h3.sub-title{
	text-align: center;
	font-family: STHeiti,'Microsoft Yahei','宋体';
	font-size: 26px;
	width: 100%;
	float: left;
}
.sub-note{
	text-align: center;
	font-family: STHeiti,'Microsoft Yahei','宋体';
	font-size: 18px;
	width: 100%;
	float: left;
	color: #de1926;
}



/*右侧固定*/
.side-right{
    top: 250px;
	width: 50px;
	right: 0px;
    position: fixed;
	overflow:visible;
	font-size: 14px;
	z-index: 1000;
	/*border-left: 2px #EAEAEA solid;*/
    _position: absolute; /*兼容IE6*/
    _top: expression(offsetParent.scrollTop+document.documentElement.clientHeight-this.offsetHeight); /*兼容IE6*/
}
.side-right ul li{
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #505050;
	position: relative;
	float:right;
	clear: both;
	overflow: hidden;
	padding-left: 50px;
	box-sizing: border-box;
	color: #fff;
	line-height: 50px;
	filter: Alpha(opacity=90);

	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.side-right ul li a{
	color: #fff;
	text-decoration: none;
	
}
.side-right ul li:hover{
	width: 150px;
	right: 0px;
}
.side-right .qq{
	background: rgba(20, 20, 20, 0.9) url(../images/side_right_bg.png) 13px 12px no-repeat !important;
}
.side-right .qq:hover{
	width: 170px;
	background: #28a4e2 url(../images/side_right_bg.png) 13px 12px no-repeat !important;
}
.side-right .tel{
	background: rgba(20, 20, 20, 0.9) url(../images/side_right_bg.png) 13px -140px no-repeat !important;
}
.side-right .tel:hover{
	background: #28a4e2 url(../images/side_right_bg.png) 13px -140px no-repeat !important;
}
.side-right .addr{
	background: rgba(20, 20, 20, 0.9)url(../images/side_right_bg.png) 13px -64px no-repeat !important;
}
.side-right .addr:hover{
	width: 300px;
	background: #28a4e2 url(../images/side_right_bg.png) 13px -64px no-repeat !important;
}


