body,div,ul,li,a,span,small,b,img,p,dl,dt,dd,h1,h2,h3,h4,table,tr,td,input,button{margin:0;padding:0;}
li{list-style:none;}
body{
    font-size:14px  ;
    width: 100%;
    font-family:"Microsoft YaHei";
    font-style:normal;
    font-stretch:normal;
    font-variant:normal;
}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
img{border: none;}
em,i,b{font-style:normal;}
ul,ol,li{list-style:none;margin:0;padding:0;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
table{border-collapse:collapse;border-spacing:0;}
input,select,option{outline:none;}
html{width: 100%;font-size: 14px;}
a,a:link{color:#212121;}
a:hover{color:#5074c0;}
*{
    outline: none;
}
.clearFloat:after{
    visibility: hidden;
    clear: both;
    display: block;
    height: 0px;
    content: "";
}
.clearFloat{
    zoom: 1;
}

/*公用头部*/
.brand{
    width: 1000px;
    height: 90px;
    margin: 0 auto;
}
.brand .search{
    width: 186px;
    height: 30px;

    float: right;
}
.brand .search .input_div{
    float: left;
    width: 186px;
    height: 30px;
    background-color: #e7e6e6;
    border-radius: 5px;
}
.brand .search .search-input{
    float: left;
    width: 158px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    text-indent: 10px;
    border:none;
    background: none;
}
.brand .search span{
    display: block;
    float: left;
    width: 1px;
    height: 18px;
    margin-top: 6px;
    background-color: #bdbdbd;
}
.brand .search button{
    display: inline-block;
    float: left;
    width: 27px;
    height: 30px;
    border: none;
    cursor: pointer;
    background: url("../images/search.png") no-repeat center center;
}
.intranet a{
	display:block;
	width:70px;
	height:30px;
	margin-bottom:15px;
	margin-left:88px;
    background: #7bbfea url("../images/intranet-2.png")  no-repeat 5px 5px;
	line-height:30px;
	padding-left:30px;
	font-size:16px;
	color:#fff;
	border-radius:0 0 8px 8px;
}
.intranet a:hover{
    background: #eee url("../images/intranet.png")  no-repeat 5px 5px;
	color:#165fb8;
}

.logo{
	padding-top: 22px;
	float: left;
}

/* 导航栏 */
.nav{
    width: 100%;
    height: 52px;
    background-color: #5074c0;
}
.nav .nav_ul{
    display: block;
    width: 1000px;
    margin: 0 auto;
    height: 52px;
}
.nav .nav_li{
    display: block;
    float: left;
    width: 166px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    position: relative;
}
.nav .nav_li:hover{
    background-color: #f0f0f0;
}
.nav .nav_li:hover .nav_li_a{
    color: #5074c0;
}
.nav .nav_li .nav_li_a{
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    width: 165px;
    height: 52px;
}
.nav .nav_li span{
    display: block;
    float: right;
    width: 1px;
    height: 52px;
    background-color: #ffffff;
    opacity: 0.5;
}

/*底部*/
.index_box .end{
    width: 100%;
    height: 166px;
    background-color: #5074c0;
    margin-top: 32px;
}
.index_box .end .end_content{
    width: 1000px;
    height: 166px;
    margin: 0 auto;
}
.end_content .end_left{
    float: left;
    width: 740px;
}
.end_left .end_ul{
    margin-top: 44px;
}
.end_left .end_ul li{
    float: left;
    margin-right: 45px;
}
.end_left .end_ul li a{
    font-size: 14px;
    color: #f3f3f3;
}
.end_left .end_ul li a:hover{
    color: #7597e0;
}
.end_content .end_left span{
    display: block;
    width: 600px;
    height: 1px;
    background-color: #6487d0;
    margin-top: 20px;
}
.end_content .end_left p{
    font-size: 12px;
    color: #7597e0;
    margin-top: 21px;
}
.end_content .end_right{
    float: right;
    width: 126px;
}
.end_content .end_right .end_follow{
    display: block;
    font-size: 14px;
    color: #f3f3f3;
    margin-top: 44px;
}
.end_content .end_right .end_follow:hover{
    color: #7597e0;
}
.end_content .end_right span{
    display: block;
    width: 126px;
    height: 1px;
    background-color: #6487d0;
    margin-top: 20px;
}
.end_content .end_right .end_weixin{
    width: 27px;
    height: 22px;
    margin-top: 22px;
    cursor: default;
    position: relative;
}
.end_content .end_right .end_weixin_share {
    position: absolute;
    top: -30px;
    left: 27px;
    width: 89px;
    height: 82px;
    display: none;
    z-index: 80;
}
.end_right .end_weixin:hover .end_weixin_share{
    display: block;
}