﻿body{
	padding-top:98px;
}
.m20{
	margin-top:20px
}

.m30{
	margin-top:30px
}

.m40{
	margin-top:40px
}

.nav > li > a{padding-right:12px;padding-left:12px;}
.nav > li:last-child > a{padding-right:0px;}

li{list-style-type:none;}
/*导航样式*/
.my_nav{
	background: #fff;
	padding:24px 0;	
}


.container{
	padding-left: 0;
	padding-right: 0;
}

.navbar-brand{
	padding: 0;
	margin-top:-30px;
}

.bsfl{margin-top:40px;font-size:18px;border:1px solid #ccc;box-sizing:border-box;text-align:center;}
.fl{padding:0;}
.fl:first-child{padding-left:15px;}
.fl:last-child{padding-right:15px;}
.fl a{color:#333;display:block;padding:15px 0;}
.fl a.active{color:#fff;background:#005bac;}
.fl a:hover{text-decoration:none;color:#fff;background:#005bac;}


.nav li a{
	font-size: 17px;
}

.navbar{
	margin-bottom: 0;
}

.link a:hover{text-decoration:none;color:#005bac;}

/*标题样式*/
.bt{
	margin-top: 55px;
}
.bh1{
	font-size: 30px;
	color: #000;
	text-align:left;
	position:relative;
}

.bh1:after
{
    content:"";
    background:#000;
    width:100px;
    height:2px;
    position:absolute;
    bottom:-10px;
    left:15px;
}

.more{
    font-size:18px;
    color:#6d6a6a;
    margin-top:13px;
    text-align:right;
}
.more a
{
    color:#666;}
    
    .more a:hover
{
    text-decoration:none;
    color:#005bac;
    }

.bh2{
	font-size: 28px;
	color: #444444;
}
.bh3{
	color: #AAAAAA;
	font-size: 18px;
	}

.bh3:before{
	background: #AAAAAA;
	content: "";
	height: 1px;
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}

.bh3:after{
	background: #AAAAAA;
	content: "";
	height: 1px;
	width: 80px;
	display: inline-block;
	vertical-align: middle;
}


/*新闻列表样式*/
.news_list{
	margin-top:30px;
}
.news_item .thumbnail a .news_title{
	font-size: 16px;
	color: #333;
	font-weight: 400;
	position: relative;
	margin-top:10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: 0.5s;
	text-align:center;
}

.news_item:hover .thumbnail a .news_title{	
	color: #fff;
	
}


.img_c{
	width: 100%;
	overflow: hidden;
}



.news_item .thumbnail a .img_c img{	
	transition: 0.5s;
}


.news_item:hover .thumbnail a .img_c img{	
	transform: scale(1.06);
}






.news_item:hover .thumbnail a .news_title:after{	
	width:200px;
	background: #909744;
}

.news_item .thumbnail a .news_desc{
	font-size: 13px;
	color: #888;	
	line-height: 1.5;
	margin:0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.news_item .thumbnail a .date{
	font-size: 15px;
	color: #666666;
	padding:10px 0 0 0;
}



.news_item .thumbnail a .caption{
	transition: 0.5s;
}

.news_item:hover .thumbnail a .caption{
	background: #005bac;
}


.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: none;

}

.news_item .thumbnail a{
	text-decoration: none;
}



.index_case{
	background:#f1f1f1;	
	padding:2px 0 46px;
}



/*关于我们样式*/
.index_about{	
	padding:2px 0 46px;
}

.about_d{
	padding-left: 40px;	
}

.about_d h3{
	font-size: 24px;
	color: #444444;
	font-weight: bold;
	position: relative;
	padding:0px 0 20px 0;
}

.about_d h3:after{
	background: #444444;
	content: "";
	height: 2px;
	width: 180px;
	display: block;
	position: absolute;
	bottom: 0;
}

.about_d p{
	font-size: 16px;
	color: #444444;
	line-height: 2;
	text-align: justify;

}

.about_d p a{
	text-decoration: none;
	color: #f60;
}

.about_d p a:hover{
	text-decoration: none;
	color: #CC0000;
}

.a_btn{
	margin-bottom: 20px;
}
.a_btn a{
	text-decoration: none;
	background: #ccc;
	display: block;
	color: #444;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	border-radius: 19px;
	transition: 0.5s;
}

.a_btn:hover a{
	background: #005bac;
	color: #FFFFFF;
}


.about .row .about_img img{	
	display: block;
	margin: 0 auto;
}


.blue{
	margin-bottom: 20px;
}
.blue a{
	text-decoration: none;
	background: #005bac;
	display: block;
	color: #444;
	height: 38px;
	text-align: center;
	color:#fff;
	line-height: 38px;
	font-size: 16px;
	border-radius: 19px;
	transition: 0.5s;
}

.blue:hover a{
	background: #CC0000;
	color: #FFFFFF;
}

.case{
    background:#fff;
    height:1000px;
}


/*社会责任*/
.news_item .thumbnail a .zr_c{
	overflow: hidden;
}

.news_item .thumbnail a .zr_c img{
	transition: 0.5s;
}

.news_item:hover .thumbnail a .zr_c img{
	transform: scale(1.06);
}


.news_item .thumbnail a .zr_title{
	font-size: 16px;
	color: #444444;
	font-weight: bold;
	padding-top:10px;
	padding-bottom:10px;
	transition: 0.5s;
}

.news_item:hover .thumbnail a .zr_title{	
	color: #fff;
}
.news_item ul{margin-left:-30px;padding-right:10px;}
.news_item ul li{line-height:2;list-style-type:none;}
.news_item ul li a{font-size:16px;color:#000;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.news_item ul li a span{float:right;}

.news_item ul li a:hover{text-decoration: none;color:#005bac;}

.zr .caption{
	background: #f1f1f1;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.chzr .caption:after{
	background: #444444;
	content: "";
	height: 1px;
	width: 50px;
	display: block;
	margin: 0 auto;
	transition: 0.5s;
}


.chzr:hover .caption:after{	
	width: 100%;
	background: #909744;
}


/*footer*/

.hx{
	background: #CC0000;
	height: 5px;
}


.footer{
	background: #005bac;
	padding:40px 0 20px 0;
}

.footer p{
	color: #fff;
	font-size: 16px;
	line-height: 2;
}


.footer p a{
	color: #fff;	
}

.footer p a:hover{
	text-decoration: none;
}



.footer p.p2{
	font-size: 30px;
}


.wm p{
	padding:10px 0;
}

.link{margin:40px auto 20px;}


/*内页样式*/
.n_banner{
	padding:0px;
}

.ny{
	margin-top: 20px;
}

.siderbar{
	padding-left: 0;
	padding-right: 30px;
}

.list-group-item{
	padding:15px;
	font-size: 16px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #005bac;
    border-color: #005bac;
    font-size: 20px;
    letter-spacing: 2px;
}

.cl{
	color: #ccc;
}

.ny_title{
	padding:16px 0;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}

.ny_title a{
	color: #333;
}

.ny_title a:hover{
	color: #cc0000;
	text-decoration: none;
}


.entry{
	padding:10px 0;
}


.entry p{
	text-align: justify;
	font-size: 15px;
	color: #333;
	line-height: 2.2;
	text-indent: 2em;	
}




.nyn_title{
	font-size: 25px;
	
}


.sub_title{
	padding:20px;
}

.ny_news_list{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}


/*文本框样式*/
input.wide{width:250px;}
input.txt{width:200px;}
input.small{width:50px;}
.input{display:inline;margin-right:5px;padding:5px;vertical-align:middle;background:#fff;color:#999px;border:1px solid #CACACA;border-radius:4px 4px 4px 4px;font-family:'Microsoft YaHei';}


.form_box dl{clear:both;padding:8px 0;font-size:12px;line-height:28px;}
	.form_box dl dt{display:block;float:left;width:100px;text-align:right;font-size:16px;font-weight:normal;}
	.form_box dl dt em{padding-right:5px;color:#FF0000;font-style:normal;}
	.form_box dl dd{margin-left:100px; padding-left:10px;}
	.form_box dl dd i{display:block;line-height:28px;color:#999;font-size:12px;font-style:normal;}
	.form_box dl dd em{line-height:28px;color:#999;font-size:12px;font-style:normal;}
	.form_box dl dd .btn_submit{padding:10px 30px;border:1px solid #005bac;background:#005bac;color:#fff;font-size:14px;line-height:1em;cursor:pointer;font-family:'Microsoft YaHei';}
.yzm{display:block;margin-top:-23px;margin-left:70px;}
.tarea{width:350px;height:80px;}

@media only screen and (max-width: 768px) {
    
    body{
    	padding-top:60px;
    }
    
    .my_nav{
    	padding:30px 0 0 0;
    }
    
    .navbar-brand{
    	padding-left:25px;
    } 
    
    .navbar-brand img{
    	width:250px;    	
    }
    
    
    .navbar-toggle{
    	margin-top:-15px;
    	margin-right: 30px;
    	margin-bottom: 12px;
    }
    
    
    .navbar-right{
    	text-indent: 20px;    	
    }
    
        
    .nav li a{    	
    	font-size: 14px;
    }
    
    
    .bt{
    	margin-top: 20px;
    }
    
    .bh1 {
    font-size: 20px;
    color: #000;
    text-align: center;
    position: relative;
}
        .bh1:after {
    content:"";
    background:none;
}


.more {
    font-size: 12px;
    color: #6d6a6a;
    margin-top: 13px;
    text-align: center;
}
    .bh2{
    	font-size: 20px;
    }
    
    .news_list{
    	margin-top: 20px;
    	padding:0 10px;
    }
    
    
    .index_about{
    	padding:20px 0;
    }
    
	.news_item .thumbnail a .news_title{
    	font-size: 14px;
    }
    
    .news_item .thumbnail a .news_desc{
    	font-size: 12px;
    }
    
    
    .about_d{
	padding-left: 30px;
	padding-right: 20px;}
	
	  .about_d h3
	  {
	      font-size:20px;}
	
	.navbar{
		margin-bottom:20px;
	}
	
	.footer{
		padding:25px 0;
	}
	
	.foot{
		padding:0 30px;
	}
	
	.foot p{
		line-height: 2;
		text-align: center;
	}
	
	.ny{
		margin-top:0px;
	}
	
	.ny_title{
		margin:0 30px;
		font-size: 15px;
	}
	
	
	.entry{
	padding:10px 30px;
	}


	.a_btn{		
		padding:0 3px;
	}

	.a_btn a{
		font-size: 14px;		
	}
	
	
	.an{
		padding:0 20px;		
	}
	
	.m40{
		margin-top: 20px;
	}
	
	.ny_news_list{
		padding-left: 30px;
		padding-right: 30px;	
	}
	
	.ny_title
	{
	    padding:0 0 16px 0;    
	}
	
	.nyn_title
	{
	    text-overflow: ellipsis;
	    overflow: hidden;
	    white-space: nowrap;
	    padding:0 30px;
	    font-size:20px;
	    margin-top:10px;
	}
	
	.sub_title
	{
	    padding:20px 30px;    
	}
	
	.tarea{width:200px;height:80px;}
	
	.form_box dl
	{
	    padding:0;}
	    
	.form_box dl dt
	{
	    font-size:14px;}


	.index_case{
		background:#f1f1f1;	
		padding:2px 0 20px;
	}

	.entry p span strong{font-size:18px;}

.foot p{line-height:1.5;}
.p3,p4{margin-bottom:5px;}

}