/*index_con*/
.ls_index_main{
	background: #f5f7f8;
}
.ls_index_con{
	min-height:450px;
}
.ls_index_middle_bg{
}
.ls_index_middle_con{
	width: 1160px;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0;
	min-height:200px;
}
/*index_con end*/

/*index_con_title*/
.ls_index_con_title{
}
.ls_index_con_title .text{
    color: #666;
    font-size: 20px;
    text-align: center;
}
.ls_index_con_title .con{
    color: #666666;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}
.ls_index_con_title .more{
    float: right;
    margin-right: 15px;
}
.ls_index_con_title .more a{
	color: #39576c;
    font-size: 15px;
}
.ls_index_con_title .more a i{
    margin-left: 5px;
}
.ls_index_con_title .more a:hover {
    color: #5a88a9;
}
/*index_con_title end*/

/*index_item*/
.ls_index_item_list{
	min-height:170px;
}
.ls_index_item_list .ls_index_item:nth-child(1),
.ls_index_item_list .ls_index_item:nth-child(5) {
    margin-left: 0;
}
.ls_index_item{
    float: left;
    margin: 15px 0 0 24px;
    width: 272px;
    cursor: pointer;
}
.ls_index_item .logo{
	width: 272px;
	height:146px;
	overflow:hidden;
}
.ls_index_item .logo img{
	width: 272px;
	height:146px;
}
.ls_index_item .info{
	width: 248px;
	height: 60px;
	padding:10px 12px 0 12px;
	overflow: hidden;
	color: #666;
    transition: all 0.3s ease-in 0s;
	position: relative;
}
.ls_index_item .info span{
    font-size: 15px;
    line-height: 30px;
    text-align: left;
    height: 30px;
    display: block;
    overflow: hidden;
}
.ls_index_item .info .btn{
	background: #ffffff;
    color: #09f;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 9px auto 0;
    width: 100px;
    border-radius:15px;
}
.ls_index_item .info .btn:hover{
	background: #F8350B;
 	color: #ffffff;
}
.ls_index_item:hover{
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.ls_index_item:hover .info {
 	color: #ffffff;
	background: rgba(9, 64, 138, 0.9);
    height: 206px;
    margin-top: -146px;
}
/*index_item end*/

/*index_news*/
.ls_index_news{
    margin: 15px 0;
	background: url("news_bg1.jpg") no-repeat scroll 0 0;
	height: 350px;
}
.ls_index_news .news_type_list {
	border-bottom: 1px dashed #39576c;
    margin-left: 408px;
    padding-top: 10px;
    width: 750px;
}
.ls_index_news .news_type_list ul {
    height: 35px;
}
.ls_index_news .news_type_list ul li {
    color: #39576c;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    min-width: 70px;
    padding: 0 5px;
}
.ls_index_news .news_type_list ul li:hover,
.ls_index_news .news_type_list ul .now {
    border-bottom: 3px solid #39576c;
}
.ls_index_news .news_list{
    margin: 20px 0 0 418px;
}
.ls_index_news .news_list ul{
}
.ls_index_news .news_list ul li{
}
.ls_index_news .news_list ul li a{
	display:block;
	color: #666666;
    font-size: 14px;
    height: 39px;
    line-height: 39px;
}
.ls_index_news .news_list ul li span{
    float: right;
    font-size: 14px;
    margin-right:15px;
}
/*index_news end*/

/*index_organ_menu*/
.ls_index_organ_menu{
	border-bottom: 1px dashed #39576c;
    margin: 20px auto;
    padding: 10px 0;
    width: 960px;
	height: 23px;
}
.ls_index_organ_menu li {
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    text-align: center;
    width: 150px;
}
.ls_index_organ_menu li a{
    color: #39576c;
	padding: 10px;
}
.ls_index_organ_menu li:hover a{
    border-bottom: 3px solid #39576c;
}
/*index_organ_menu end*/

/*ls_index_project_type*/
.ls_index_project_type{
	background: #39576c;
    color: #fff;
    margin-top: 15px;
}
.ls_index_project_type ul{
    height: 50px;
}
.ls_index_project_type ul li{
   	cursor: pointer;
    float: left;
    padding: 0 15px;
    min-width:100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.ls_index_project_type ul .now{
	background: #f1f1f1;
    color: #333;
}
.ls_index_project_list{
	background: #f1f1f1;
}
.ls_index_project_list .project_con{
	padding: 35px 0;
}
.ls_index_project_list .project_con .left_con{
    float: left;
    height: 122px;
    width: 510px;
    text-align: left;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    padding: 0 20px;
}
.ls_index_project_list .project_con .right_con{
    float: left;
    height: 122px;
    width: 600px;
}
.ls_index_project_list .project_item{
    float: left;
    height: 122px;
    margin-left: 10px;
    width: 170px;
}
.ls_index_project_list .project_item img{
    height: 92px;
    width: 170px;
}
.ls_index_project_list .project_item .title{
	background: #000;
    color: #fff;
    text-align: center;
    height:30px;
    line-height:30px;
}
/*ls_index_project_type end*/