html,body{
    width:100%;
    padding:0;
    margin:0;
    font-size: "微软雅黑";
    background: #fff;
    min-width: 1200px;
}
a{
    color:inherit;
    text-decoration: none;
}
.blockTop{
    width:100%;
    height:86px;
    position: relative;
}
.topLeft{
    position:absolute;
    left:0;
    top:27px;
    font-size:24px;
    color:#004382;
    font-weight: bold;
}
.topRight{
    position:absolute;
    right:0;
    font-size:18px;
    color:#666;
    top:31px;
}
.topLine{
    width:6px;
    height:20px;
    background: #46a6ff;
    border-radius: 6px;
    top:33px;
    position: absolute;
    left:-22px;
}
.navbg {
	height:90px;
	width: 100%;
	background: #fff;
	position:absolute;
	z-index:99;
}
.navbg>div{
    width:1200px;
    height:90px;
    margin:0 auto;
}
.navLeft{
    width:1000px;
    height:100%;
    float:left;
}
.navRight{
    width:200px;
    height: 100%;
    float:left;
    box-sizing: border-box;
    padding:26px 0;
}
.navBtn{
    width:calc(1000px / 7);
    height:100%;
    float:left;
    font-size:24px;
    color:#000;
    line-height:90px;
    position: relative;
    cursor: pointer;
}
.navBtn>span{
    display: inline-block;
    height:75px;
    position: relative;
}
.navUnderLine{
    width:46px;
    height:6px;
    border-radius: 6px;
    background: #46a6ff;
    position: absolute;
    left:0;
    bottom:12px;
}
.hideNav{
    width:100%;
    position: absolute;
    left:-27px;
    background: #fff;
    display:none;
    box-shadow:rgba(0, 0, 0, 0.08) 0px 4px 20px 0px;	
}
.hideLine{
    width:100%;
    height:70px;
    border-bottom:1px solid #e5e5e5;
    box-sizing: border-box;
    line-height: 70px;
    text-align: center;
    color:#333;
    font-size:20px;
    cursor: pointer;
}
.searchBox{
    width:100%;
    height:38px;
    border-radius:38px;
    border:1px solid #51a4f0;
    box-sizing: border-box;
}
.searchLeft{
    width:132px;
    height:100%;
    float:left;
    border-radius: 38px 0 0 38px;
}
.searchRight{
    width:66px;
    height:100%;
    float:left;
    border-radius: 0 38px 38px 0 ;
    background: #51a4f0;
    text-align: center;
    line-height: 38px;
    color:#fff;
    font-size:16px;
    cursor: pointer;
}
.searchBtn{
    width:25px;
    height:25px;
    background-image: url(http://www.xihunet.cn/material/searchBtn.png);
    background-size: 100% 100%;
    float:left;
    margin-left:10px;
    margin-top:5px;
}
.searchInp{
    width:95px;
    height:30px;
    border:none;
    margin-top:3px;
    padding-left:3px;
    box-sizing: border-box;
    outline: none;
}
.commonFoot{
    width:100%;
    background: #fff;
}
.pageFoot{
    width:1200px;
    height:330px;
    margin:0 auto;
    background:#fff;
}
.footTop{
    width:100%;
    height:70px;
    border-bottom: 1px solid #d2d2d2;
    line-height: 70px;
    text-align: center;
    font-size:14px;
    color:#333;
}
.footBot{
    width: 100%;
    height: 247px;
}
.footBotLeft{
    width:570px;
    float:left;
    height:100%;
    background: url(http://www.xihunet.cn/material/footpic.png);
    background-size: 100% 100%;
}
.footBotRight{
    width:630px;
    float:left;
    height:100%;
    padding-top:40px;
    box-sizing: border-box;
}
.footBotRight>div{
    width:100%;
    height:28px;
    line-height: 28px;
    font-size:14px;
    color:#333;
}