html,body,div,ul,li,a{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style: none;
}
.header{
	height: 50px;
}
.header .nav{
	width: 1200px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
}
.header .nav li{
	float: left;
	width: 15%;
	height: 50px;
	line-height: 50px;
	text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #464646;
}

.header .nav li:hover{
    background: #0098F2;
    color: #ffffff !important;
    cursor: pointer;
}
.header .nav li .downArrow{
    background: url("../../../../images/index/ave/downArrow.png") no-repeat 0px 9px;
}
.header .nav li:hover .downArrow{
    background: url("../../../../images/index/ave/downArrowWhite.png") no-repeat 0px 9px;
}
.default {
	background: #0098F2;
    color: #ffffff !important;
}

.header .nav li .second-nav{
	width: 100%;
	display: none;
	position: relative;
    padding-top: 10px;
    background-color: #fff;
}
.header .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 42px;
	line-height: 42px;
    background-color: #fff;
	/*border-top: 1px solid #097d1f;*/
}
.header .nav li a{
  color: inherit;
}
.header .nav li .second-nav li:hover{
    background: #0098F2;
}
.header .nav li .second-nav li .third-nav{
	/*position: absolute;*/
	/*width: 150px;*/
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}
.header .nav .li2{
    width: 110px;
}
.header .nav .li4{
    width: 120px;
}
.header .nav .li8{
    width: 170px;
}
.header .nav .li5{
    width: 150px;
}

/**/
.headerSmall .nav{
    width: 770px;
    height: 35px;
    line-height: 35px;
    position: relative;
    z-index: 111;
    float: right;

}
.headerSmall .nav li{
    float: left;
    width: 13%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
}


.headerSmall .nav li:hover{
    background: #0098F2;
    color: #ffffff !important;
    cursor: pointer;
}
.headerSmall .nav li .downArrow{
    background: url("../../../../images/index/ave/downArrowWhite.png") no-repeat 0px 9px;
}
/*.headerSmall .nav li:hover .downArrow{
    background: url("../../../../images/index/ave/downArrowWhite.png") no-repeat 0px 9px;
}*/

.headerSmall .nav li .second-nav{
    width: 100%;
    display: none;
    position: relative;
    padding-top: 10px;
    background-color: #0098f2;
}
.headerSmall .nav li .second-nav li{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #0098f2;
    color: #ffffff;
    /*border-top: 1px solid #097d1f;*/
}

.headerSmall .nav li a{
    color: inherit;
}
/*.headerSmall .nav li .second-nav li:hover{
    background: #ffffff;
    color: #0098F2;
}*/
.headerSmall .nav li .second-nav li .third-nav{
    /*position: absolute;*/
    /*width: 150px;*/
    height: 200px;
    display: none;
    margin-left: 100%;
    margin-top: -40px;
}
.headerSmall .nav .li2{
    width: 60px;
}
.headerSmall .nav .li4{
    width: 85px;
}
.headerSmall .nav .li8{
    width: 120px;
}
.headerSmall .nav .li5{
    width: 115px;
}
.headerSmall .nav .buttom span{
    display: block;
    height: 23px;
    line-height: 23px;
    background-color: #ffffff;
    border-radius:3px;
    margin-top: 5px;
}
.headerSmall .nav .buttom span a{
    color: #0098F2;
}


/*头部*/
.logo_top{
    min-width: 1000px;
    height: 85px;
    border-bottom: 1px solid #e7e7e7;
}
.logo_top_concent{
    width: 75%;
    height: 85px;
    margin: 0 auto;
    min-width: 1010px;
}
.top_img{
    float: left;
    height: 85px;
    line-height: 85px;
}
.top_img img{
    display: inline-block;
    float: left;
    margin-top: 16px;
}
.top_img span{
    font-size: 26px;
    color: #333333;
    height: 85px;
    display: inline-block;
    line-height: 85px;
    margin-left: 15px;
}
.top_buttom{
    float: right;
    min-width: 230px;
    margin-top: 5px;
}
.top_buttom_every{
    width: 100px;
    float: left;
    border-right: 1px solid #F4F4EF;
    cursor: pointer;
}
/*.top_buttom_every:hover{
    box-shadow: 0px 5px 13px 1px rgba(0, 0, 0, 0.2);
}*/
.top_buttom_every img{
    margin: 0 auto;
    display: block;
}
.top_buttom_font{
    font-size: 14px;
    color: #0F72C3;
    display: block;
    width: 100px;
    text-align: center;
}
.navigation{
    min-width: 1200px;
    font-size: 16px;
    color: #333333;
}
.navigation a{
    text-decoration : none;
}
/*.downArrow{
    background: url("../../../../images/index/ave/downArrow.png") no-repeat 0px 9px;
}*/

