/* CSS Document */
*{ margin:0px; padding:0px; font-family: "微软雅黑";}
.clear{ clear:both;}
body{ margin:0 auto; font-family: "微软雅黑";}
li{ list-style:none; color:#666666;}
a{ text-decoration:none;}
a:link {color:#666666;} /* 未访问的链接 */
a:visited {color:#666666;} /* 已访问的链接 */
a:hover {color:#666666;} /* 当有鼠标悬停在链接上 */
a:active {color:#666666;}/* 被选择的链接 */

/**固定导航**/
.navigation_bar{
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 500;
    /*固定定位*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
	border-bottom:1px solid #CCCCCC;
}
.head_nav_btn {
    float: right;
    width: 18.72%;
    height: 50px;
    background: url(../images/nav_icon.png) no-repeat center;
	background-size: 30px 20px;
}
.padding_content{
	width:100%;
}
.title {
	height:80px;
	font-size:1em;
	padding-top:10px;
	width:100%;
}
.title p{
	width:70px;
	height:1px;
	background-color:#FF0000;
	margin-top:10px;
}

.case_study_list{
	width:100%;
}
.case_study_list ul li{
	margin-bottom:20px;
	width:48%;
	float:left;
}
.case_study_list ul li a{
	width:100%;
}
.wap_product_img{
    height: 180px;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width:240px;
}
.case_study_list ul li a img{
	width:100%;
	max-height:70px;
}
.case_study_list ul li a p{
	height:40px;
	font-size:14px;
	line-height:40px;
}

.line{
	width:100%;
	height:1px;
	background:#999999;
}

/**首页新闻列表**/
.index_new_img{
	width:30%;
	float:left;
}
.index_news_content{
	width:65%;
	float:left;
	text-align:center;
	margin-left:10px;
}
.index_news_title{
	width:100%;
	text-align:center;
}
.index_new_img img{
	width:100%;
	max-height:100px;
}
.index_news_title_span{
	font-size:12px;
	font-weight:bold;
	float:left;
}
.index_news_date{
	float:right;
	font-size: 12px;
    color: #666;
}
.index_news_brief{
	color: #666666;
    font-size: 13px;
    line-height: 18px;
    height: 48px;
    padding-top: 6px;
	text-align:left;
	clear:both;
}

.index_news_item{
	margin-top:10px;
	clear:both;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:20px;

}

/**底部**/
.f-foot {
	width:100%;
    height: 98px;
	background: #2c2c2c;
	clear:both;
	text-align:center;
	margin-top:20px;
}


.footCpy {
 	padding-top: 20px;
    font-size: 12px;
    color: #525252;
	text-align: center;
    line-height: 25px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
	width:14%;
	margin-top:50px;
	right:10px;
	min-width:170px;
	border:1px solid #CCCCCC;
}
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
	width:100%;
	position: relative;
	z-index: 100;
	text-align:center;
	height:50px;
	margin-top:0px;
	line-height:50px;
	border-top: 1px solid #ccc;

}
.dropdown-content a:hover {
    color: white;
    background-color: #1f75cf;
}
.head_phone{
	height: 30px; width: 50%; float: left; margin-top: 15px; font-size: 20px; color: #197DBF;
	text-align: center;
	font-family: 微软雅黑;
	font-weight: bold;
}

/**新闻中心**/
.nr_bt h1 {
    text-align: center;
    color: #1d5382;
    font-size: 28px;
    line-height: 30px;
    margin-top: 42px;
    margin-bottom: 18px;
}
.news_admin {
    height: 14px;
    line-height: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #E6E6E6;
	margin-top:10px;
	text-align:center;
}
.news_admin span {
    color: #d0d3d7;
    font-size: 13px;
    margin-right: 32px;
    height: 14px;
    line-height: 14px;
    display: block;
    float: left;
}
.news_admin span.new_xin1 {
    padding-left: 26px;
    margin-left: 10px;
}
.pageNavi{
	width:100%;
}
.pageleft {
    text-align: left;
	width:50%;
	float:left;
}
.pageright {
    text-align: right;
	width:50%;
	float:right;
}


.line_dashed {
    border-width: 1px;
    border-color: #d9d9d9;
    border-style: dashed;
    margin-right: 6px;
    margin-left: 6px;
}
.nr_text{
	margin:10px 10px;
}
.nr_text p {
	font-family: 微软雅黑, &#39;Microsoft YaHei&#39;;
	font-size:14px;
	color:#999999;
	text-align:left;
	line-height:24px;
}