#topbar{
	background:#f2f2f2;
	line-height:30px;

}
.navbar{
	margin-bottom:0;
	padding:20px 0;
}
.navbar-brand{
	padding:0;
}
.navbar-nav>.active>a{
	background:none !important;
	color:#f24703 !important;
	border-bottom:2px solid #f24703;
}
.navbar-nav>li>a:hover {
    color: #f24703 !important;
    background-color: transparent;
}
.logo-title{
	line-height:2.4;
	font-size:24px;
	color:#f24703 !important;
}

.bg{
	background:url(../images/bg.jpg) no-repeat center center;
	color:#fff;
}
.bg img{
	max-width:100%;
	max-height:100%;
}

.bg-text{
	color:#373636;
	margin-top:60px;
	font-size:14px;
}

.bg-text h2{
	margin-bottom:30px;
	font-weight:bold;
	font-size:36px;
}
.bg-text p{
	font-size:16px;
	line-height:2;
}
.bg-text p:last-child{
	font-size:24px;
	color:#ff0000;
}
.title{
	margin:36px 0;
}
.title h2{
	text-align:center;
	color:#f24703;
}
.title span{
	display:block;
	text-align:center;
}
.about,.news{
	background:#f5f4f4;
}
.about,.news,.pro{
	padding:60px 0;
	
}
.about .ab-img{
	max-width:100%;
	border-radius:170px;
}
.about .ab-text p{
	text-align:justify;
	color:#555;
	font-size:14px;
	line-height:2;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
}

.about a.more{
	margin-left:0;
	margin-top:30px;
}

ul li{
	list-style:none;
}

ul.pro-list{
	overflow:hidden;
}
ul.pro-list li a{
	display:block;
}
ul.pro-list li{
	margin-bottom:2rem;
}

.pro-info {
    position: relative;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
	border:6px solid #eee;
	border-radius:4px;
}

.pro-info img{
	display:block;
	width:100%;
	height:180px;
	
}
.pro-info:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    background: rgba(0,0,0,0.4);
    left: 0;
    bottom: 0;
    transition: all ease-in-out 0.3s;
}

.xiangqing{
	position:absolute;
	bottom:-50px;
	left:50%;
	margin-left:-52px;
	transition: all ease-in-out 0.3s;
	border:1px solid #fff;
	border-radius:4px;
	padding:4px 10px;
	padding-left:3rem;
	background:url(../images/sousuo.png) left center no-repeat;
}

ul.pro-list li:hover .xiangqing{
	bottom:66px;
}
ul.pro-list li:hover .pro-info:before{
	 height: 100%;
}
.xiangqing a{
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align:center;
	line-height:36px;
	color:#fff;
}
.xiangqing a:hover{
	text-decoration:underline;
}
ul {
	padding-left:0;
}
.fl{
	float:left;
}
.fr{
	float:right;
}


.n-title{
	width:78%;
}
.n-title h3{
	margin:0;
	
}
.n-title h3 a{
	font-size:16px;
	color:#6b6868;
	line-height:36px;
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:bold;
}

.n-title p{
	font-size:13px;
	color:#a2a0a0;
	text-align:justify;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-height:24px;
	-webkit-box-orient: vertical;
	height:48px;
	}
ul.news-list{
	overflow:hidden;
}
ul.news-list li{
	margin-bottom:60px;
}

.date {
    background-color: #959d9e;
    width: 88px;
    height: 88px;
    text-align: center;
	border-radius:4px;
}

 .month {
    color: #fff;
    text-transform: uppercase;
}

.date span {
    display: block;
    font-size: 14px;
    font-family: 'Maven Pro', 'Verdana', 'Arial', sans-serif;
}

.day {
    color: #fff;
    font-size: 36px !important;
}

a.more{
	display:block;
	width:8rem;
	text-align:center;
	border:1px solid #555;
	border-radius:4px;
	color:#555;
	padding:10px;
	margin:0 auto;
}
a.more:hover{
	background:#f24703;
	border:1px solid #f24703;
	text-decoration:none;
	color:#fff;
	padding:10px;
	}




/*-页脚--*/

footer{
	padding-top:20px;
	width:100%;
	background:#fff;
	border-top:1px solid #dad8d8;
}
footer p{
	text-align:center;
	font-size:14px;
	color:#888;
	padding:20px 0;
}
footer .wrapper{
	width:1200px;
	margin:0 auto;
}
.f-img {
    overflow: hidden;
    padding: 4px 0;
	padding-bottom:10px;
}

.f-img ul {
    overflow: hidden;
    display: table;
    margin-right: auto;
    margin-left: auto;
}
.f-img ul li {
    float: left;
    margin-right: 4px;
}



/*------------关于我们--------------*/


.bread{
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #f2f2f2;
}
.bread h2{
	font-size:16px;
	margin-top:10px;
	padding-left:26px;
	border-left:4px solid #dad8d8;
}
.b-txt{
	padding:10px 0;
	color:#888;
	overflow:hidden;
	line-height:18px;
}
.b-txt a {
	
	display:inline-block;
	color:#f24703;
	margin-right:6px;
	
}
.b-txt a:first-child{
	padding-left:26px;
	background:url(../images/home.png) no-repeat left center;
	background-size:22px 20px;
}
.b-txt a:nth-child(2){
	
}
.con{
	padding:60px 0;
	background:#f2f2f2;
	height:100%;
}




.left-con{
	background:#fff;
	height:100%;
	padding:15px;
	border-radius:4px;
	min-height:1400px;
}

.right-con{
	background:#fff;
	border-radius:4px;
	padding:15px;
}

.left-con .ab-content img{
	max-width:100%;
	display:block;
	box-sizing:border-box;
	padding:10px;
	
}
img.pro-img{
	height:265px;
}

.ab-content{
	box-sizing:border-box;
	padding:20px;
	text-align:justify;
	color:#888;
	line-height:2;
	font-size:14px;
}

.tj-con li{
	margin-bottom:20px;
}

.tj-title{
	padding:10px;
	padding-left:0;
	border-bottom:1px solid #f2f2f2;
}
.tj-title h4{
	border-left:3px solid #f24703;
	padding-left:10px;
	font-size:16px;
	line-height:18px;
}
ul.tj-con{
	margin:20px 0;
	font-size:16px;
}

ul.tj-con li{
  display:block;
  overflow:hidden;
  
}
ul.tj-con li>a{
	display:block;
	width:126px;
	height:100px;
	float:left;
	
}
ul.tj-con li img{
	width:126px;
	height:100px;
	display:block;
}

ul.tj-con li>div{
	width:56%;
	float:right;
}
ul.tj-con li>div h4 a{
	display:block;
	color:#555;
	font-size:14px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
ul.tj-con li>div span{
	display:block;
	color:#888;
}

.tj-news li>div{
	width:100% !important;
}
.tj-news li{
	margin-bottom:0;
}
.tj-news li>div h4{
	padding-left:20px;
	background:url(../images/n-icon.png) no-repeat left center;
	
}
.tj-company h4{
	line-height:40px;
	font-weight:bold;
	color:#f24703;
}
.tj-company{
	border:2px dashed #dad8d8;
	border-radius:4px;
	padding:10px;
}
.tj-company li.tel img{
	display:inline;
	width:auto;
	height:auto;
}
.tj-company h4 a{
	display:block;
	margin-bottom: 20px;
	font-size:16px;
	font-weight:bold;
	color:#f24703;
}
.tj-company li{
	padding-left:28px;
	
}


.tj-company li.manager{
	background:url(../images/manager.png) no-repeat left center;
}
.tj-company li.manager em{
	letter-spacing:7px;
}
.tj-company li.manager em:after{
	right:-7px;
}
.tj-company li em{
	position:relative;
	display:inline-block;
	font-style:normal;
	width:80px;
}
.tj-company li em:after{
	content:"：";
	position:absolute;
	right:0;
	top:0;
}
.tj-company li.tel{
	background:url(../images/tel.png) no-repeat left center;
}

.tj-company li.q{
	background:url(../images/q.png) no-repeat left center;
}
.tj-company li.address{
	background:url(../images/address.png) no-repeat left center;
}

.tj-company li span{
	font-weight:normal;
}



.pagination>.active>a{
	background-color: #f24703;
    border-color: #f24703;
}
.pagination>li>a{
	color:#f24703;
}
.pagination>li>a:hover{
	color:#f24703;
}

.ab-content ul li{
	display:block;
	border-bottom:1px solid #dad8d8;
	padding:20px 0;
}

.ab-content ul li h4 a{
	padding-left:16px;
	background:url(../images/dian.jpg) no-repeat left center;
	display:block;
	color:#555;
	font-size:16px;
	overflow : hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.ab-content ul li>p{
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-height:1.5;
	-webkit-box-orient: vertical;
}

.details{
	overflow:hidden;
}
.details span:first-child{
	float:left;
}
.details span:last-child{
	float:right;
	
}
.details span:last-child a{
	color:#f24703;
}

.proshow img{
	border:1px solid #dad8d8;
	padding:6px;
	max-width:100%;
	margin:10px 0;
}

.proshow h4{
	text-align:center;
	padding-bottom:16px;
	border-bottom:1px dashed #dad8d8;
}


.pro-index {
	margin-top:10px;
	
}
.table>tbody>tr>td{
	width:200px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
}
.table>tbody>tr>th{
	width:138px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	float:left;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	
	padding:6px !important; 
	
}
.table>tbody>tr>th{
	border-right:1px solid #dad8d8;
	border-left:1px solid #dad8d8;
	
	text-align:center;
}
.proshow h5{
	padding-left:30px;
	line-height:50px;
	background:url(../images/companyshow.png) no-repeat left center;
	border-bottom:1px dashed #dad8d8;
	background-size:22px 22px;
}
.proshow h5 em{
	font-style:normal !important;
}
.proshow h5 em i{
	font-style:normal !important;
	font-size:14px;
	color:#333;
}
.proshow h5 em .btn{
	margin:0 6px;
	padding:0 6px !important;
}
.proshow h5 em .btn.btn-success{
	width:22px;
}
.newsshow h5{
	padding-left:45px;
	line-height:50px;
	background:url(../images/shu.png) no-repeat left center;
	border-bottom:1px dashed #dad8d8;
	background-size:22px 22px;
}
.table{
	text-align:center;
	border-bottom:1px solid #dad8d8;
}

.table tr td{
	border-right:1px solid #dad8d8;
}
.proshow p{
	font-size:14px;
	text-indent:2rem;
}
ul.pagelist{
	margin-top:2rem;
	border-top:1px dashed #dad8d8;
	padding:1.5rem 0;
}
ul.pagelist li{
	border-bottom:0;
	padding:0;
}
ul.pagelist li a{
	color:#555;
}
/*-- banner轮播图 --*/

.tps_banner {
    width: 100%;
    height: 360px;
    min-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.tps_banner .bd {
    width: 100%;
    height: 100%;
}
.tps_banner .tempWrap {
    height: 100%;
}

.tps_banner .bd ul {
    height: 100%;
}
html[xmlns] .clr {
    display: block;
}

.clr {
    display: inline-block;
}
.tps_banner .bd ul li {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.clr:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.tps_banner .hd {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
}

.tps_banner .hd ul {
    width: 100%;
    text-align: center;
}

.tps_banner .hd ul li {
    width: 50px;
    height: 6px;
    display: inline-block;
    background-color: #ddd;
    line-height: 60px;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
}
.tps_banner .hd ul li.on {
    background-color: #f19149;
}

/*-- banner轮播图结束 --*/

/*-----漂浮框-----*/

.r-float {
    position: fixed;
    right: 10px;
    top: 300px;
    background: #fff;
    color: #555;
    text-align: left;
    border-radius: 4px;
	box-shadow:0px 3px 10px #d6d2d2;
}

.r-float .c-title {
	text-align:center;
    background: #e33043;
    margin: 0;
    line-height: 60px;
	font-size:18px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}
.r-text{
	padding:0 20px;
	padding-bottom:40px;
}
.r-float .r-contact{
	padding-left:20px !important;
	background:url(../images/manager.png) no-repeat left center;
}
.r-float .r-contact,.r-float .r-kefu,.r-float .r-tel{
	overflow:hidden;
	padding:20px 0;
	border-bottom:1px solid #eee;
}
.r-float .r-tel{
	padding-left:20px !important;
	background:url(../images/tel.png) no-repeat left center;
}
.r-float .r-kefu a{
	display:inline;
	padding-left:0;
}
.r-float .r-kefu {
	padding-left:20px !important;
	background:url(../images/q.png) no-repeat left center;
}
.r-float .r-kefu a img{
	margin-bottom:4px;
	
}
#hongbao,.liuyan{
	display:block;
}
.ewm{
	width:100%;
	text-align:center;
}
.ewm span{
   display:block;
   text-align:center;
   color:#ff0000;
}


.ewm img {
	width:150px;
	height:150px;
	display:block;
    max-width: 200px;
	margin-left:13px;
}

.r-float .btn {
    margin: 16px 0;
}
.r-float .btn.liuyan{
	width:100%;
}

/*-----漂浮框-结束----*/
.carousel-indicators .active{
	background:#ff0000;
}
.news-index{
	margin-left:auto;
	margin-right:auto;
	display:table;
}

ul.news-index li{
	float:left;
	padding:0rem 1rem;
	
	border-bottom:none !important;
	
}


.navbar-default{
	border-radius:0;
	border:0;
	border-top:1px solid #e7e7e7;
	border-bottom:2px solid #e7e7e7;
}

.copy1{
	overflow:hidden;
	border:1px dashed #da8d8d;
	padding:10px;
	margin:20px 0;
	border-radius:4px;
}

.copy1 h4{
	
	background:url(../images/copy.png) left center no-repeat;
	text-align:left;
	font-size:14px;
	color:#ff0000;
	padding:10px 0;
	padding-left:21px;
	margin:0;
	background-size:21px 21px;
	margin-bottom:6px;
}

.copy1 ul li{
	font-size:12px;
	padding:2px 0;
	border-bottom:0;
}
.copy1 ul{
	margin-bottom:0;
}


/* --网页底部-- */
#footer {
	overflow:hidden;
	text-align:center;
	clear:both;
	background: #fff;
	width:1200px;
	margin:0 auto;
}
.xxtzxdown{
	width: 980px;margin: 0 auto;
}
.info {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	height: 30px;
	color: #666;
	line-height: 30px;
}

.tzxinfo {
	text-align:center;
	width: 982px;
	border-top: 1px solid #ddd;
	border-bottom: 1px dashed #ddd;
	height: 50px;
	line-height: 50px;
	color: #666;

}
.info a:hover {
	color:#c00;
}
#copyright {
padding:20px 0;
	color: #37618D;
	font-size: 12px;
	line-height: 22px;
}
.zDownz,a.zDownz:link,a.zDownz:visited{
	color:#37618D;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
}

#tzxcopyright
{
text-align: center;
height: 30px;
	line-height: 30px;
	color: #333;
		font-family: Arial, "宋体", Helvetica, sans-serif;	
}

/* ==bottom_all(底部)使用定义结束== */

#banner{
	position:relative;
	min-width:1140px;
	height:360px;
	overflow:hidden;
	width:100%;
	
}
#banner .img li{
	position:absolute;
	left:0;top:0;
	display:none;
	width:100%;
}
#banner .num{
	position:absolute;
	bottom:40px;
	left:0;
	font-size:0;
	text-align:center;
	width:100%;
}
#banner .num li{
	width:20px; height:20px;
	line-height:20px;
	border-radius:50%;
	background:#666;
	color:#fff;
	text-align:center;
	display:inline-block;
	font-size:16px;
	margin:0 3px;
	cursor:pointer;
}
#banner .num li.active{
	background:#ff5500;
}
#banner .btn{
	position:absolute;
	top:50%;
	margin-top:-50px;
	height:60px;
	line-height:60px;
	background:rgba(0,0,0,.5);
	font-size:40px;
	color:#fff;
	text-align:center;
	display:none;
	padding:10px;
}
#banner .left{
	left:0;
}
#banner .right{
	right:0;
}
#banner:hover .btn{
	display:block;
	cursor:pointer;
	
}
#banner .btn:hover{
	background:#014a84;
}
#banner img{
	display:block;
}
