html, body {
    width: 100%;
    color: rgb(51, 51, 51);
    font-family: 微软雅黑;
    text-overflow: ellipsis;
    background-color: #f1f2f6;
}
body, html, div, dl, dt, dd, p, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, button, textarea, blockquote, th, td, article, aside, details, section, img, a img{
	margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
*{
	margin: 0;
    padding: 0;
    word-wrap: break-word;
}
ul, ol, li, dl, dd, dt, div, p{
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6{
	font-size: 1em;
    font-weight: normal;
    letter-spacing: 1px;
}
a{
	color: #666;
    -moz-transition: color 0.3s ease-out 0s;
    outline: none;
    text-decoration: none;
}
ul li{
	list-style: none;
}
.zm-1{
	zoom: 1;
}
.zm-1:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*图片动画*/
.img,.img_box{
    overflow: hidden;
}
.img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s linear ;
    -moz-transition: all .5s linear ;
    -ms-transition: all .5s linear ;
    -o-transition: all .5s linear ;
    transition: all .5s linear ;
}
.img:hover img{
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s linear ;
    -moz-transition: all .5s linear ;
    -ms-transition: all .5s linear ;
    -o-transition: all .5s linear ;
    transition: all .5s linear ;
}
.img_box:hover img{
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.clearfix{/*块状显示*/
    display: block;
}
.clearfix:after{/*清除浮动*/
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*主体*/
.zt{
	margin: 0 auto;
    width: 1200px;
}

.tag {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

/*页头*/
#head{
	width: 100%;
    min-width: 1200px;
    height: 80px;
    background-color: #FFF;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.head-top{
    width: 1200px;
    padding: 5px 0;
    background: #fff;
    margin: 0 auto;
}
.head-top .weather{
    display: inline-block;
    float: right;
    width: 225px;
}
.head-top .loginAbtn{
    display: inline-block;
    float: right;
    margin-left: 10px;
}
.head-top .loginAbtn .addArticle{
    display: inline-block;
    cursor: pointer;
    position: relative;
    outline: none;
}
.head-top .loginAbtn .addArticle:after{
    clear: both;
}
.head-top .loginAbtn .addArticle img{
    width: 18px;
    height: 18px;
    margin-bottom: 2px;
    float: left;
}
.head-top .loginAbtn .addArticle a{
    font-size: 14px;
    float: left;
}
.head-top .loginAbtn .login-btn{
    display: inline-block;
    background: #0912a4;
    color: #fff;
    padding: 3px 7px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 30px;
    font-size: 14px;
}
.head-top .loginAbtn .head-userInfo{
    display: inline-block;
    padding: 3px 0;
    cursor: pointer;
    margin-left: 30px;
    position: relative;
}
.head-top .loginAbtn .head-userInfo img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.head-top .loginAbtn .head-userInfo .head-user-list{
    width: 108px;
    padding: 10px 0;
    margin-top: 40px;
    box-sizing: border-box;
    mix-blend-mode: normal;
    border: 0.5px solid #f2f2f2;
    box-shadow: 0 10px 50px rgba(54,56,79,.11);
    border-radius: 8px;
    position: absolute;
    top: 0;
    z-index: 9999;
}
.head-top .loginAbtn .head-userInfo .head-user-list:before{
    content: "";
    width: 16px;
    height: 8px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAASBAMAAADvSECJAAAAHlBMVEVHcEz////////////////////////////////////JATChAAAACXRSTlMAf0DjEI+/XyDPWu1ZAAAAXklEQVQY02NgoAAwZU4rwCohOXPmRGzijDOBQAC7BqxawBqwaZGESEzEoQFTiyRMYiIODehaJBESE3FoQNUiiSwxEYcGJC0skagSUx2gEsoz0YA5WLhJeCYGMFVhAABuNF5e7AnNUQAAAABJRU5ErkJggg==);
    background-size: contain;
    position: absolute;
    top: -6px;
    left: 40%;
}
#nav{
	height: 80px;
    background: none;
}
.nav-logo{
	width: 100px;
    height: 80px;
    min-height: 70px;
    float: left;
    background: #FFF;
}
.nav-logo h2{
	width: 60px;
	margin-top: 10px;
}
.nav-logo h2 img{
    width: 100%;
}
#nav .nav-ul{
	overflow: hidden;
    float: left;
}
#nav .nav-ul li{
	float: left;
    height: 80px;
    line-height: 80px;
    background: none;
}
#nav .nav-ul li a{
	float: left;
    padding: 0 25px;
    font-size: 20px;
    color: #333;
    display: inline-block;
    font-weight: 600;
}
#nav .nav-ul li.on a{
	color: #0912a4;
}

/*分类导航*/
.subnav {
    background-color: #0035c1;
    margin-top: 2px;
}
.subnav.subnav-scroll{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    margin-top: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.subnav .subnav-container{
    width: 1200px;
    margin: 0 auto;
}
.subnav .subnav-container ul{
    position: relative;
}
.subnav .subnav-container ul li{
    float: left;
    list-style-type: none;
    height: 95%;
    line-height: 55px;
    padding: 0 25px;
    position: relative;
}
.subnav .subnav-container ul li a{
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
}
.subnav .subnav-container ul li a:hover{
    color: #fff !important;
}
.subnav .subnav-container ul li.active a{/*分类导航选中*/
    color: #fff;
    position: relative;
}
.subnav .subnav-container ul li.active{
    background-color: #0043f5;
}
/*.subnav .subnav-container ul li.active a:after{!*分类导航选中*!
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #0076D2;
    border-radius: 2px;
}*/

/*搜索框*/
.search-div{
    position: relative;
	padding: 0px;
    width: 360px;
    height: 40px;
    border: none;
    margin-top: 25px;
    float: right;
    overflow: hidden;
}
.search-div form{
    border-radius: 19px;
    border: 1px solid #efe8e8;
    overflow: hidden;
    height: 38px;
    line-height: 38px;
}
/*.search-div form.active{
	border: 1px solid #0912a4;
}*/
#search-text{
	width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 0;
    text-indent: 16px;
    border: none;
    color: #999;
}
#search-btn{
    position: absolute;
	width: 38px;
    height: 38px;
    padding: 0;
    margin: 0;
    right: 4px;
    top: 1px;
    background: url("../images/icon/search.svg");
    background-size: contain;
}

/*用户登录-未读消息*/
.user-card .unread-msg{
    position: absolute;
    top: 1.5%;
    right: 10%;
}
.user-card .unread-msg i{
    display: block;
    width: 15px;
    height: 15px;
    background: url("../images/icon/unread-msg.png");
    background-size: 100%;
    float: left;
    margin-top: 2px;
}
.user-card .unread-msg span{
    float: left;
    font-size: 12px;
    margin-left: 3px;
}

/*页尾*/
.footer{
	width: 100%;
	background-color: #000000;
}
.footer .footer-content{
	color: #fff;
	text-align: center;
	padding: 15px 0;
	font-size: 14px;
}
