body {
    background-color: #f4f4f4;
}
.width1400 {
    width: 1400px;
    margin: 0 auto;
}
.header {
    height: 160px;
    background-color:  #a70822;
}
.header-box {
    height: 160px;
    display: flex;
    align-items: center;
    background-color:  #a70822;
    justify-content: space-between;
}
.header-logo {
    width: 744px;
	height: 96px;
}
/* 输入框 */
.header-search {
    width: 300px;
	height: 42px;
    display: flex;
	/* background-color: #ffffff; */
}
.header-search-input {
    text-indent: 14px;
    font-size: 16px;
    width: 250px;
	height: 42px;
    border: none;
    outline: none;
}
::-webkit-input-placeholder {
    color: #9fafbc;
}
.header-search-submit {
    cursor: pointer;
    width: 50px;
	height: 42px;
    border: 0;
	background-color: #f2b235;
    background-image: url(../imgs/search.png);
    background-repeat: no-repeat;
    background-position: 12px 9px;
}
/* 导航栏 */
.top-nav {
    height: 50px;
}
#menulistt {
    display: flex;
    justify-content: space-around;
}
.top-nav {
    background-color: #e4e4e4;
    height: 50px;
}
#menulistt li {
    position: relative;
    width: 100%;
    height: 50px;
    font-weight: 800;
    font-size: 20px;
    color: #333333 ; 
}
#menulistt li span {
    position: absolute;
    left: 0px;
    top: 15px;
    display: block;
    width: 2px;
    height: 23px;
    background-color: #a70822;
}
.top-nav li a { 
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

/* 底部 */
.bottom-bg {
	height: 300px;
	background-color: #1953d0;
}
.bottom-bg-box {
    background-color: #1953d0;
	height: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-bg-left {
    width: 340px;
	height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
	background-color: #ffffff;
}
.bottom-bg-center {
    width: 500px;
	height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #fff;
}
.bottom-bg-right {
    display: flex;
    width: 300px;
	height: 140px;
}
.bottom-bg-right-ewm {
    margin-right: 10px;
}
.bottom-bg-right-ewm p{
    text-align: center;
    width: 140px;
	height: 13px;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* 标题头部样式 */
.box-title {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-title-left {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60px;
    border-left: 4px solid #a70822;
}
.box-title-left>h4 {
    line-height: 26px;
    font-size: 30px;
    font-weight: 700;
	color: #a70822;
}
.box-title-left>p {
    font-size: 14px;
	color: #edad30;
}
.box-title-right>a {
    font-size: 14px;
	line-height: 25px;
	color: #a70822;
}