* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
}

.main {
    margin-top: 80px;
    background-color: #fff;
}

.header {}

.headerImg1 {
    height: 340px;
    position: absolute;
    z-index: 1;
    top: 80px;
    width: 100%;
    min-width: 1200px;
}

.headline {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: bold;
}

.headerContent {
    padding-top: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    width: 1200px;
    z-index: 5;
    position: relative;
}

.introduce {
    margin-bottom: 30px;
}

.introduce p {
    margin-bottom: 7px;
}

.xykgAttestation {
    display: block;
    margin: 100px auto 0 auto;
    width: 1200px;
}

.title {
    font-size: 20px;
    color: #333;
    margin-bottom: 14px;
    font-weight: bold;
}

.subtitle {
    font-size: 14px;
    color: #333;
    margin-bottom: 30px;
}

.type {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    border: 2px dashed #cacbcc;
    display: flex;
    width: 1200px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.general {
    padding: 0 17.5px;
    font-size: 18px;
    color: #333;
    background-color: #f7f7f7;
    margin-right: 20px;
    writing-mode: lr-tb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general p {
    width: 20px;
}

.workType {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.block {
    width: 24%;
    background-color: #fffaf6;
    text-align: center;
    line-height: 45px;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    font-size: 16px;
    color: #ff9829;
    border-radius: 5px;
}

.exclusive {
    margin: 0 auto;
    padding-bottom: 40px;
}
/* 
.exclusive img{
    position: absolute;
    width: 100%;
    height: auto;
} */

.text {
    border-radius: 10px;
    border: 3px solid #eaebeb;
    height: 160px;
    font-size: 14px;
    color: #808080;
    display: flex;
    align-items: center;
    padding: 0 20px;
    width: 1200px;
}

td {
    width: 32%;
    background-color: #fffaf6;
    font-size: 16px;
    color: #ff9829;
    margin: 12px;
    padding: 10px 0;
    border: 8px solid #fff;
    cursor: pointer;
}
td:hover {
    box-shadow:inset 0 0 1px 1px #ff9829;
}
table {
    width: 1075px;
    text-align: center;
    border-width: 10px;
}

.partnerImg_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: center;
}

.partnerImg_item>li {
    list-style: none;
    margin-right: 30px;
    flex-shrink: 0;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.partnerImg_item>li img {
    max-width: 100%;
    width: 170px;
    height: 80px;
    box-shadow: -2px 2px 1px 1px rgba(235 235 235 / 70%);
}

img {
    vertical-align: middle;
}
.option>a:first-child {
    margin-right: 10px;
}