﻿/*添加了下拉菜单*/
/*head开始*/
.clearfix{
	overflow:hidden; zoom:1;
}
.head{
	height: 100px;
	box-sizing: border-box;
    border-bottom: 1px solid #eee;
    position: relative;
}
.logo{
	float: left;
	display:block;
	margin: 10px;
	margin-left: 55px;
	width: 253px;
    height: 80px;
    background: url(../images/logo.png) no-repeat;
    background-size: 250px 80px;
	align-items: stretch;
	text-indent: -9999px;
}
.nav{
	float: right;
	font-size: 18px;
	margin-top: 30px;
	margin-right: 70px;
	display: block;
}
.nav li{
	float: left;
	height: 70px;
}
.nav .top_nav{
	display: block;
	padding: 9px 20px;
	text-align: center;
	position: relative;
	margin-left: 2px;
}
.top_nav:hover{
	color: #ffffff;
	background-color: #0067b6;
}
.menu_active .top_nav {
	color: #ffffff;
	background-color: #0067b6;
}
.menu_on .top_nav {
	color: #ffffff;
	background-color: #0067b6;
}

/*下拉*/
.xiala{
	position: absolute;
	top: 98px;
	left: 0px;
	box-sizing: border-box;
    width: 1220px;
    background-color: #0067b6;
    height: 50px;
    line-height: 45px;
	z-index: 999;
}
.second_nav a{
    color: #ffffff;
    padding: 17px 15px;
    font-size: 14px;
}
.second_nav a:hover{
    color: #f90;	
}
.sanjiao {
	position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 10px;
    z-index: 9;
    background: url(../images/sanjiao.png) no-repeat;
    display: none;
	}  

/*head结束*/

/*footer开始*/
.footer{
	padding:15px 20px  50px 20px; 
	background:#1f1f1f;
	border-top:2px solid #0099cc; 
}
.footer_center{
    text-align:center;
	margin-top:18px;
	color: #aaa;
	font-weight:200;
}
.footer .rexian_tel{
    font-size: 18px;
    color: #0099cc;
    font-weight:700;
}
.footer  .rexian_text{
    font-size: 18px;
    color: #0099cc;
    font-weight:700;
}

/*footer结束*/
.scott {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 40px;
}

.scott a,.scott span {
	width: 35px;
	height: 35px;
	margin: 0 3px;
	display: inline-block;
	background-color: #fff;
	line-height: 35px;
	color: #1f0a42;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	border-radius: 50px
}

.scott .current,.scott a:hover{
	background: #00a2ea;
	color: #fff;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6
}