@charset "utf-8";
@font-face {
	font-family: "heiti";
	src: url("../../fonts/songtiExtraLight.otf");
}
* {
	font-family: "heiti";
}

/*首页面样式*/
/*新导航栏开始*/
.nav-box{
	min-width: 1250px;
	width: 100%;
	height: 60px;
	position: absolute;
	background: none;
	z-index:999;
	top: 20px;
}
.nav-box ul,.nav-box li, .nav-box a{
	height: 60px;
	line-height: 40px;
}
.nav-box .logo{
	min-width: 150px;
	width: 20%;
	height: 60px;
	float: left;
	padding: 8px 10px;
	margin-left: 5%;
}
.nav-box .logo:hover{
	background: none;
}
.nav-box .content{
	width: 100%;
	height: 60px;
	float: left;
	text-align: center;
}
.nav-box nav .nav-list{
	min-width: 1100px;
	height: 60px;
}
.nav-box span.dropBottom,span.dropRight {
	display: block;
	/*box-shadow:inset 2px 0px 0px #FF9;*/
	position: absolute;
	left: 0px;
	width:100%;
	height: 100%;
	top: 0px;
}
.nav-box span.dropBottom {
	/*box-shadow:inset 0px 2px 0px #FF9;*/
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.nav-box nav {
	width: 100%;
	display:table;
	margin:0px auto;
	/*box-shadow:0px 2px 0px #023333;*/
}
.nav-box ul {
	margin:0;
	padding:0;
	list-style:none;
}
.nav-box ul ul {
	opacity:0;
	position:absolute;
	top:160%;
	visibility:hidden;
	transition:all .4s ease;
	-webkit-transition:all .4s ease;
}
.nav-box ul ul ul {
	top:0%;
	left:160%;
}
.nav-box ul ul li:hover > ul {
	top:0%;
	left:100%;
	opacity:1;
	visibility:visible;
}
.nav-box ul li:hover > ul {
	opacity:1;
	top:100%;
	visibility:visible;
}
.nav-box ul li {
	float:left;
	position:relative;
}
.nav-box ul li li{
	background: #eef;
	color: #000;
}
.nav-box ul li li a{
	color: #000;
}
.nav-box ul ul li {
	float:none;
}
.nav-box ul li {
	cursor: pointer;
}
.nav-box ul a {
	text-decoration:none;
	display:block;
	color:#fff;
	padding:10px 15px;
	width:7em;
	text-align:center;
	font-family: 'heiti', sans-serif;
	/*text-shadow: 0px -1px 0px rgba(0,0,0,.2);*/
}
.nav-box ul .nav-telephone{
	width:10em;
}
.nav-box ul .nav-telephone img{
	width:18px
}
.nav-box ul li:hover {
	background-color: #eef;
}
.nav-box div .active{
	color: #008ad4;
}
.nav-box ul li:hover a{
	color: #000;
}
.nav-box ul li a:hover {
	color: #008ad4;
}
/*新导航栏结束*/

/*旧导航栏*/
.text-right, .text-left {
	margin-top: 10px;
}
/* 轮播图 */
.dots span{
	background: none;
}
.hwslider {
	min-height: 650px;
}
.hwslider ul li img {
	height: 650px;
}
#fh5co-project {
    background-color: #fff;
}

.fh5co-nav {
	top: 0;
	padding-top: 20px;
}

.home-page {
	font-weight: bold;
	color: #fff;
}

.nav-telephone {
	width: 16px;
	height: 16px;
}

.section {
	height: 100px;
}

.i_serList ul li .kuang {
	border: 1px solid #ccc;
	padding: 0px 0px 10px 0px;
	border-radius: 8px;
}

.i_serList ul li .img {
	width: 100%;
	margin: 0 auto;
}

.brand_name img {
	width: 100%;
	height: 100%;
}

.i_serList ul li span h2 a {
	font-weight: bold;
}

.i_serList ul li .kuang span p {
	padding: 5px 6px;
	height: 10em;
	text-align: left;
}

.i_serList ul li span hr {
	height: 1px;
	border: none;
	border-top: 1px dashed #999;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	margin: 0 0 5px 0;
}

.i_serList ul li span div {
	text-align: center;
	color: red;
}

#fh5co-project .container .row .col-md-4 .left {
	text-align: center;
}

#fh5co-project .container .row .col-md-4 .right {
	text-align: center;
}

#fh5co-project .container .row .col-md-4 img {
	transition: 0.5s;
}
#fh5co-services .container .row .i_serList .kuang span div a{
	color: blue;
	font-size: 14px;
	font-family: "heiti";
}
/*合作企业展示*/
.cooperation-company .container h2 {
	color: #008ad4;
}
.cooperation-company .container .list div {
	margin: 1em 1em;
}
