* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #242424;
}

li {
    list-style: none;
}

/* 主体宽度 */

.main-width {
    width: 1220px;
    margin: auto;
    box-sizing: border-box;
}

/* header 样式 */
header {
    height: 135px;
    box-sizing: border-box;
    border-top: 10px solid #cc0000;
    background: white;
}

.header-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-content ul li {
    position: relative;
    float: left;
}

.header-content ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background: #d6d6d6;
}

.header-content ul li a {
    padding: 5px 30px;
    font-size: 16px;
}

.active {
    color: #ff1212 !important;
}

.swiper-slide {
    display: flex;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px 15px;
}

.title h3 {
    font-size: 25px;
    color: #ff0000;
}

.title h3 .sub-title {
    font-size: 16px;
    color: #686868;
    padding-left: 20px;
}

.title .more {
    color: #838383 !important;
}


.link-content {
    display: flex;
}

.link-content a img {
    height: 50px;
    display: flex;
}

footer {
    background-color: #ff0000;
    padding: 70px 25px;
    margin-top: 30px;
}

.footer-content {
    display: flex;
}

.footer__left {
    width: 560px;
}

.footer__left .logo {
    height: 80px;
    margin-left: 40px;
    margin-bottom: 38px;
}

.footer__left p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.footer__left .e_mail {
    padding-top: 38px;
    padding-bottom: 15px;
}

.footer__right {
    width: 660px;
    padding-right: 50px;
}

.footer__right p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.footer__right .form {
    padding: 20px 30px;
    margin-top: 30px;
    background-color: #fff;
}
.copyright a {
    color: white;
}

.form .form-item {
    display: inline-block;
    margin: 0 10px 10px 10px;
}

.form .label {
    font-size: 16px;
    color: #2a2a2a;
}

.form .form-item input {
    width: 175px;
    box-sizing: border-box;
    height: 27px;
    padding: 0 8px;
}

.textarea-content textarea {
    width: 544px;
    box-sizing: border-box;
    margin-top: 12px;
    padding: 6px;
}

.submit {
    text-align: right;
    margin-right: 19px;
}

.submit .button {
    padding: 5px 20px;
    font-size: 14px;
    background-color: #ff0000;
    color: #fff;
    border: none;
}