@CHARSET "UTF-8";
body{
	color: #383838;
	font-family: 'Open Sans', sans-serif;
	background-color: #F7EEEE;
	line-height: 25px;
	
	
	/*修改所有图片的颜色为黑白 (100% 灰度):*/
	/* Chrome, Safari, Opera */
	/*
	-webkit-filter: grayscale(100%); 
    filter: grayscale(100%);*/
	
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.index_nav {
	background-color: green;
}

.index_nav .index_nav_title {
	display: inline-block;
	font-size: 12pt;
	border-left: 0px solid #e5e5e5;
	border-right: 0px solid #e5e5e5;
	text-align: center;
	width: 30%;
	padding: 5px 0;
	
}


.index_nav .nav .menu {
	list-style: none;
	line-height: 40px;
	padding-left: 0px;
}
.index_nav .nav .menu li {
	display: block;
	float: left;
	text-align: center;
}


.split_title {
	padding: 10px;
    font-weight: bolder;
    background-color: cornsilk;
    text-align: center;
    vertical-align: middle;
    font-size: 11pt;
    color: #49647B;
    border: solid #dcd6d6 1px;
    border-radius: 8px;
}
.index_detail {
	margin: 10px;
}
.index_detail .detail_logo {
	display: inline-block;
	vertical-align: top;
}
.index_detail .detail_logo img {
	width: 100%;
	max-width: 120px;
	max-height: 100px;
	width: 120px;
	height: 120px;
}
.index_detail .detail_intro {
	margin: 0px 0 0 5px;
	display: inline-block;
	line-height: 25px;
}
.index_detail .detail_intro .detail_intro_title{
	font-size: 13pt;
    font-weight: bold;
    overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	width: 150px;
}
.index_detail .detail_intro .detail_intro_content {
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	width: 150px;
}
.index_detail .detail_intro .detail_intro_link{
	position: absolute;
    right: 10px;
    font-weight: bold;
    
}


.index_category_nav {
	display: inline-block;
	text-align: center;
	cursor: pointer;
}
.index_category_model {
	
}
.index_category_name {
	color: #4A4ABD;
}
.index_category_logo {
	width:95%;
}

