* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
a{
    color: inherit;
    text-decoration: none;
}
.el-menu--horizontal>.el-menu-item.is-active {
    border-bottom: 2px solid #ff4040 !important;
}
#app {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/* 顶部导航栏 */
.header-top {
    width: 100%;
    height: 233px;
    background-image: url(../images/top.png);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.index-top {
    padding-top: 53px;
    width: 1200px;
    height: 128px;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
}
/* 顶部导航栏-左边 */
.index-top-left {
    /* width: 42vw; */
    width: 665px;
    height: 75px;
    display: flex;
}
.top-left-one {
    width: 71px;
    height: 75px;
}
.top-left-two {
    width: 595px;
    height: 59px;
    font-size: 33px;
    color: red;
}
.top-left-two-text1 {
    font-size: 33px;
    color: red;
}
.top-left-two-text2 {
    padding-top: 5px;
    font-size: 13px;
    line-height: 29px;
}
/* 顶部导航栏-右边 */
.index-top-right {
    width: 28vw;
    height: 75px;
    display: flex;
    justify-content: right;
}
.index-top-right-content {
    width: 260px;
    height: 40px;
    display: flex;
    margin-top: 14px;
    justify-content: right;
}
.index-top-right-content form{
    display: flex;
    justify-content: right;
}
.index-top-right-input {
    width: 160px;
    height: 39px;
    padding: 1px 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 0px;
}
.index-top-right-input:focus-visible {
    outline: none;
}
.index-top-right-button {
    width: 70px;
    height: 39px;
    background-color: red;
    text-align: center;
    line-height: 39px;
    color: white;
    font-weight: 700;
    border: none;
    font-size: 16px;
}
.nav-con {
    width: 1200px;
    height: 60px;
    display: flex;
    background-color: rgb(207, 37, 52);
    font-size: 22px;
    margin-top: 45px;
}

.el-menu-item:hover{
    background-color: rgb(166, 30, 42) !important;


}
.el-menu-demo .accomplish {
    margin-right: 13px;
    margin-left: 21px;
    font-size: 22px;
}
.svg-icon {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden;
}
.accomplish-sec {
    margin-right: 13px;
    margin-left: 21px;
    font-size: 23px;
}
.mainmax {
    width: 100%;
    color: #333;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
}