/* 基础样式 */


.huibj {
    background: #f5f5f5;
    overflow: hidden;
}

.crumbs {
    position: fixed;
    top: 88px;
    left: 0;
    height: 50px;
    background-color: #161616;
    width: 100%;
    line-height: 50px;
    overflow: hidden;
    z-index: 2000;
	z-index: 1;
}

.crumbs li {
    display: inline-block;
    vertical-align: top;
}

.crumbs li a {
    font-size: 14px;
    color: #fff;
    color: #707070;
}
.crumbs li a i {
    color: #707070;
	margin:0 10px;
}
.crumbs li.active a {
    color: #fff;
}
.crumbs li.home i {
	margin:inherit;
}

.crla{
	width:100%;
	height:50px;
}



/* ======================详情页====================== */
.hangyexinxi{
	margin:60px 0;
}
.hangyexinxi_list{
	width:280px;
	overflow:hidden;
	float:left;
}
.hangyexinxi_list-nav{
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
	background:#fff;
}
.hangyexinxi_list-nav h2{
	width:100%;
	height:60px;
	background:#e47a2f;
	line-height:60px;
	text-align:center;
	font-size:18px;
	color:#fff;
}
.hangyexinxi_list-nav a{
	display:block;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	color:#333;
	border-bottom:solid 1px #eee;
}
.hangyexinxi_list-nav a:hover,.hangyexinxi_list-nav a.avtice{
	color:#e47a2f;
}

.hangyexinxi_lianxi{
	width:100%;
	overflow:hidden;
	background:#fff;
}
.hangyexinxi_lianxi img{
	width:100%;
	height:auto;
}
.hangyexinxi_lianxi .texts{
	padding:30px;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:32px;
}

.hangyexinxi_cont{
	width:1100px;
	overflow:hidden;
	float:right;
}
.hangyexinxi_cont-xinwen{	
    background:#fff;
	overflow:hidden;
	padding:40px 40px 0;
}

.news-title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
	text-align:center;
	margin-top:30px;
}
.news-time {
    width: 100%;
    font-size: 14px;
    color: #888888;
    height: 30px;
    line-height: 30px;
	margin-top:10px;
	text-align:center;
}
.news-time span{
	padding:0 10px;
}
.news-miaoshu{
	border:solid 1px #eee;
	padding:20px;
	overflow:hidden;
	margin:30px 0;
	font-size:16px;
	color:#666;
	line-height:32px;
}
.news-miaoshu b{
	color:#333;
}
.news-content{
    width: 100%;
    height: auto;
    min-height: 600px;
    overflow: hidden;
    margin-bottom: 40px;
}
.news-content p {
    font-size: 16px;
    line-height: 32px;
    color: #555;
}

.news-content * {
    max-width: 100%!important;
}


.casexq-btnback {
    overflow: hidden;
    margin-top: 48px;
    border-top: 1px solid #eee;
	padding:38px 0;
}
.casexq-btn {
    width: calc(100% - 136px);
    padding-right: 80px;
    float: left;
}
.casexq-btn p {
    width: 100%;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 34px;
}
.casexq-btn p a {
    transition: all .4s ease;
	color:#666;
}
.casexq-btn p a:hover{
	color:#e76a12;
}
.casexq-back {
    margin-top: 10px;
    width: 136px;
    height: 50px;
    line-height: 50px;
    display: block;
    float: right;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    background: #e47a2f;
    text-align: center;
}
.casexq-back i {
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/casexqic3.png) no-repeat;
    margin: 0 12px 0 0;
    transition: all .4s linear;
}

.zixun_box{
	margin:20px 0;
	overflow:hidden;
}
.zixun_box a{
	width:538px;
	height:202px;
	display:inline-block;
	text-align:center;
}
.zixun_box a h2{
	font-size:24px;
	color:#fff;
	padding-top:60px;
}
.zixun_box a span{
	width:140px;
	height:41px;
	background:#e47a2f;
	text-align:center;
	line-height:41px;
	color:#fff;
	font-size:16px;
	display:block;
	margin:20px auto 0;
	border-radius:50px;
}
.zixun_box a:hover span{
	background:#e88f50;
}
.lt{
float:left;
}
.rt{
float:right;
}

