/*服务电话*/
.top-phone{
	width: 100%;
	background: #130601;
	height: 40px;

}
.top-phone div{
	width: 1190px;
	text-align: right;
	line-height: 40px;
	margin: 0 auto;
}
.top-phone p{
	color: #fff;
	font-size: 14px;
	text-align: right;
}
.top-phone p span{
	color: #e2e8ec;
	font-size: 18px;
	text-align: center;
}

/*头部导航栏*/
.top-bar{
	width: 100%;
	background: #e5e5e5;
}
.top-nav{
	width: 1190px;
	height: 90px;
	margin: 0 auto;
}
.logo{
	width: 141px;
    height: 90px;
    float: left;
    box-sizing: border-box;
    padding-top: 5px;
}
.nav{
	width: 770px;
    font-size: 15px;
    height: 60px;
    float: right;
    margin-top: 30px;
}
.nav  ul > li{
	float: left;
	width: 110px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	position: relative;
    z-index:999;
}
.nav > ul li a{
	color: #000;
	padding-bottom: 5px;
	font-size: 15px;
}
.nav > ul li >ul li a{
	color: #fff;
	font-size: 15px;
}
.nav > ul > li:hover a{
    border-bottom: 5px solid #333;
}
.nav ul li > ul{
	position: absolute;
	display: none;
	top: 60px;
}
.nav > ul li > ul li{
	background: #333;
	height: 40px;
	line-height: 40px;
    z-index:999;
    color: #fff;
}
.nav > ul li.act > ul{
	display: block;
}
.nav_box{
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	color: #427594;
	line-height: 80px;
	border: 1px solid #d1d1d1;
	background: #fff;
}
.nav_smbox{
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
.nav_box span{
	font-size: 24px;
	padding-right: 30px;
}
.nav_box a{
	color: #427594;
	text-align: left;
}
/*轮播图*/
.banner_box{
	overflow: hidden;
	width: 100%;
    height: 450px;
	position: relative;
	margin: 0 auto;
    background: #000;
}
.imglist a{
	display:block;
    width: 1350px;
    margin: 0 auto;
	overflow:hidden;
	height:0px;
	opacity:0;
	transition:opacity .5s linear;

}
.imglist a img{
    height: 450px;
    border: none;
}
.imglist a.current{
	height:auto;
	opacity:1;
}
.iconlist{
	position: absolute;
	width:170px;
	bottom:10px;
	right:40%;
}
.iconlist li{
	float:left;
	width: 16px;
    height: 16px;
    margin: 0 10px 10px 0px;
	background-color: #fff;
	border-radius: 8px;
	cursor:pointer;
}
.iconlist li.current{
	background-color: #c29f5d;
}
