html,
body,
p {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    
}

html {
    min-width: 1400px;
}

a{text-decoration: none;}


/* 尾部公共样式 */
.my-footer {
    background-color: #383838;
    margin: 0 auto;
    margin-top: 100px; 
}
.my-footer a {
	color:#fff;
}

.my-footer>.box {
    height: 88px;
    width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.my-footer .logo {
	float: left;
}
.my-footer .logo img {
    width: 80px;
    vertical-align: middle;
}

.my-footer .item-img {
    width: 30px;
    margin-left: 20px;
    vertical-align: middle;

}

.my-footer .footer-box {
    width: 300px;

}

.footer-box img,.footer-box>img {
    width: 20px;
    margin-left: 20px;
}

.my-footer .text-right {
    display: flex;
    align-items: center;
    justify-content: end;
	color:#fff;
	text-decoration: none;
}

/* 尾部公共样式end */

/* 头部公共样式 */
header {
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.logo-box p img,.logo-box>img {
    width: 300px;
    height: auto;
}

header>.center-box {
    display: flex;
}

.center-box>.item {
    padding: 0 40px;
    line-height: 90px;
    text-decoration: none;
    color: #333;
}

.center-box>.item:hover {
    background: #b25c4a;
    color: #fff;
}

.center-box>.on {
    background: #B22B23;
    color: #fff;
}

header>.right-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.right-box img,.right-box>img {
    width: 28px;
    margin: 10px;
    height: auto;
}

/* 头部公共样式end */


/* 分页 */
.pagination { margin: 10px 0; font-size: 0; text-align: center; }
.pagination li { display: inline-block; }
.pagination a, .pagination span { display: inline-block; margin: 0 4px; width: 30px; line-height: 30px; text-align: center; background-color: #FFF; font-size: 14px; }
.pagination a:hover, .pagination span:hover { color: #B22B23; }
.pagination li.active a, .pagination li.active span { background-color: #B22B23; border-color: #B22B23; color: #FFF; }
.pagination li.disabled a, .pagination li.disabled span { background-color: #EEE; color: #BBB; }

.noresult{text-align: center;}