
/*内容头部category*/
.head_tit{padding:20px 0;border-bottom: 1px solid #ddd;color:#333;margin-bottom:30px;font-size: 30px;font-weight: 800;}
.head_tit .location{float: right;font-weight: 500;font-size: 14px;margin-top: 20px;}
.head_tit .location a{color:#666;}
.head_tit .series_name{font-size: 14px;color:#333;}
.head_tit .series_name a{ display: inline-block; margin: 0 10px; padding-top: 40px;}

/*内页右侧栏目*/
.content_right aside{margin-bottom: 30px;}
.content_right aside h1{margin-bottom: 15px;overflow: hidden;position: relative;font-size:24px;}
.content_right aside.left_title h3:after,.content_right .command_pro h3:after{content:'';height:5px;width:99%;position:absolute;top:10px;margin-left: 10px;}
.content_right .left_title li{padding:8px 0;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;  -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.content_right .left_title li:before { content: "\f105"; font-family: FontAwesome; font-size: 12px; padding-right: 10px; }
.content_right .left_title li:hover { padding-left:10px;}
.content_right .left_title li a{font-weight: bold; font-size:16px;}
.content_right .command_news ul.tab{ border-left: 1px solid #ddd; overflow: hidden; border-radius: 2px;}
.content_right .command_news ul.tab li{ background: #fafafa; border-right: 1px solid #ddd; border-top: 2px solid #666; cursor: pointer; float: left; font-size: 15px; padding: 12px;}
.content_right .command_news ul.tab li h2{font-size:15px;}
.content_right .command_news ul.tab li.current{border-top-color: #252742;border-bottom: 1px solid #fff;background: #fff;}
.content_right .command_news .content_tab{border:1px solid #ddd;margin-top: -1px;padding:15px;}
.content_right .command_news .content_tab img{width:80px; float: left;margin-right: 10px;}
.content_right .command_news .content_tab p.title span{font-weight: 600;}
.content_right .command_news .content_tab li{padding:10px 0;overflow: hidden;}
.content_right .command_pro figure{text-align: center; margin-bottom: 20px;}
.content_right .command_pro figure figcaption{
	overflow:hidden;
}
.content_right .command_pro img{width:100%;margin-bottom: 10px;}
@media (max-width:768px){.content_right aside.left_title h3:after,.content_right .command_pro h3:after{font-size:14px;font-weight:bold;}}

/*单页*/
.single{ padding-bottom: 30px;}
.single img{width:100%;}
.single p{ line-height: 2; margin-top: 10px;}

.case li{border-bottom:1px dashed #cccccc; padding:10px 5px;}
.case li a{line-height:20px; text-align:left;}
.case li span{text-align:right;float:right}
.case li:hover a{color:#03C;}
.case li:hover {border-bottom:1px dashed #252742;}

    /*产品列表页*/
.container .list_pro{padding:5px;text-align: center;margin:10px 0;}
.container .list_pro img{width:100%;}
.container .list_pro p{background-color:#fff;padding:5px 0;font-size:14px; font-weight:bold;}
.container .list_pro a.image{display: block;position:relative;}
.container .list_pro .layer{position:absolute;width:100%;height:100%;background: rgba(50, 50, 50, 0.75);left:0;top:0;-webkit-transform: scale(0,0);
    -moz-transform: scale(0,0); -ms-transform: scale(0,0); -o-transform: scale(0,0); transform: scale(0,0); -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
.container .list_pro .icon-search{ color: #fff; font-size: 16px; padding: 10px; position:relative;top:46%;background-color: #252742;}
.container .list_pro:hover .layer{ -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
/*产品内页*/
.container .pro_inner img{width:100%;}
.container .pro_inner .msg-detail h1{margin:15px 0;font-size:24px;}
.container .pro_inner .msg-detail span{cursor: pointer;margin-left: 30px;}
.container .pro_inner .msg-detail p{ line-height: 2;}
.container .pro_inner .pro_detail{margin:20px 0;}
.container .pro_inner .pro_detail h3{position: relative;}
.container .pro_inner .pro_detail h3:after{content:'';height:5px;width:99%;position:absolute;top:10px;margin-left: 10px;}
.container .pro_inner .pro_con{ margin-top: 30px; line-height: 2;}





/*新闻列表页*/
.container .list_news{margin:20px 0;}
.container .list_news img{width:100%;}
.container .list_news header{font-size: 22px;font-weight: 600;overflow: hidden; margin-bottom: 10px;}
.container .list_news .time{float: left;width:65px;text-align: center;margin-right: 10px;font-weight: normal;vertical-align: middle;}
.container .list_news .time strong{font-size: 26px;background:#eee;display: block;}
.container .list_news .time i{background:#252742; display: block;color:#fff;font-size: 12px;padding:3px 0;}
.container .list_news header span{font-size: 14px;font-weight: normal;}
/*新闻内页*/
.container .news_inner h1{font-size:24px;}
.container .news_inner .read_msg{margin:20px 0;}
.container .news_inner .read_msg span{margin:0 20px;}
.container .news_inner .detail img{ width: 100%;}
.article_list{
	padding:25px 0 15px 0;
}
.article_list h3{
	font-size:20px;
	padding-bottom:15px;
}
.article_list ul li{
	float:left;
	width:50%;
	padding:5px 0;
}
.article_list ul li a{
	font-size:13px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:100%;
	display:inline-block;
}
.pagination{text-align: center;font-size: 0; margin: 45px 0;display: block;}
.pagination a{font-size: 14px;border:1px solid #999999;display: inline-table;width:25px;height:25px;line-height: 25px;}
.pagination a.active{color:#fff;background:#252742;}

.prev_next{font-size: 14px;margin:25px 0 20px;line-height: 2}

/*视频内页*/
.container .video{ margin: 10px 0 30px;}
.container .video embed{height: 350px; }
.container .video p{ text-align: center; margin-top: 10px; font-weight: bold;}

/* error */

#errorpage{width:600px;text-align:center;padding:80px 0;margin:0 auto;height:450px;}
#errorpage p{font-size:18px;font-weight:bold;padding-top:30px;}
#errorpage .bt a{background:#fe3a3b;padding:9px 46px 11px;*padding:7px 24px 9px;color:#fff;border:0;font-size:14px;}

.errortans{margin:0;text-align:left;float:left;z-index:5;height:300px;position:relative;padding:80px 0 0 24px;}
.errortans p{font-weight:normal;z-index:10;position:relative;}
.errortans p b{font-size:38px;}
.errortans div{margin-top:30px;}

#errorpage .logo{display:inline-block;float:left;height:303px; width:256px;background:url(../images/tfans.jpg);}
#errorpage .e404{display:inline-block;position:absolute;top:-60px;left:145px;;height:164px; width:150px;background:url(../images/404.jpg);}

@media (max-width:768px){
    .single{min-height: 450px;}
    .single img{width:100%;}
    .content_right .command_reading figure{margin-top:20px;margin-bottom: 20px;}
    .head_tit {font-size: 18px;font-weight: 800; margin-top: 0;padding-bottom: 5px;}
    .head_tit .location{margin-top: 0;}
    .head_tit .series_name{font-size: 12px;text-align: center}
    .head_tit .series_name a{margin:0 8px;}

    .container .list_news{ margin: 20px 0 40px;}

    .container .list_pro p{ font-size: 14px;}
	#errorpage .logo {
		width: auto;
	}
	.article_list ul li {
		float: left;
		width: 100%;
		padding: 5px 0;
	}
}

@media (min-width:768px) and (max-width: 992px){
    .navbar-default .logo{width:300px;}
    .content_right .command_reading{font-size: 12px;}
    .content_right .command_reading figure{margin-top:20px;margin-bottom: 20px;}

}