.tjwfjb-content {
    width: 1199px;
    padding-top: 25px;
    margin: 0 auto;
}

.tjwfjb-part {
    padding: 0 30px 0 21px;
    background-color: #fff;
    box-shadow: 3px 4px 7px 0px rgba(240, 240, 240, 0.75);
    overflow: hidden;
}

.tjwfjb-breadcrum {
    font-size: 16px;
    line-height: 16px;
    padding: 24px 0 13px;
    color: #000;
}

.tjwfjb-breadcrum a {
    font-size: 16px;
    color: #000;
}

.tjwfjb-fg img {
    width: 100%;
    margin-left: -6px;
}

.tjwfjb-title {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    line-height: 26px;
    padding: 28px 0 32px;
    border-bottom: 1px solid #c5c8cb;
    color: #0962be;
}

.tjwfjb-title:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 57px;
    height: 5px;
    background-image: linear-gradient(#0962be, #0962be), linear-gradient(#3e3e3e, #3e3e3e);
    background-blend-mode: normal, normal;
    content: '';
}

.tjwfjb-rdzt-title {
    position: relative;
    padding: 20px 0 12px 24px;
    font-size: 24px;
    font-weight: bold;
    color: #0962be;
}

.tjwfjb-info {
    background-color: #ecf2ff;
    border-radius: 6px;
    margin: 50px 30px 40px;
    padding-top: 35px;
    padding-bottom: 45px;
}

.tjwfjb-info p {
    font-size: 16px;
    color: #606266;
    line-height: 36px;
    text-align: center;
}

.tjwfjb-info p span {
    color: #0962be;
}

.tjwfjb-notice {
    margin: 0 94px;
}

.tjwfjb-notice h6 {
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 24px;
    margin-bottom: 30px
}

.tjwfjb-notice p {
    font-size: 16px;
    color: #525252;
    line-height: 30px;
    text-indent: -34px;
    margin-bottom: 30px;
}

.tjwfjb-known {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.tjwfjb-known input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #afafaf;
    margin-right: 12px;
    vertical-align: bottom;
}

.tjwfjb-known input[type="checkbox"]:checked {
    background-color: #376fb5;
}

.tjwfjb-known p {
    margin-top: 32px;
    padding-top: 32px;
    padding-left: 38px;
}

.tjwfjb-known p label {
    margin-right: 28px;
}

.tjwfjb-known p:last-child {
    border-top: 2px dashed #e6e6e6;
	display: block;
}

.tjwfjb-form {
    margin: 44px 40px 73px 30px;
}

.tjwfjb-form-title {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #191919;
    line-height: 25px;
    border-bottom: 2px solid #e6e6e6;
    padding-left: 32px;
    padding-bottom: 17px;
    margin-bottom: 43px;
}

.tjwfjb-form-title::before {
    position: absolute;
    left: 12px;
    top: 0;
    display: block;
    content: '';
    width: 8px;
    height: 25px;
    background-color: #376fb5;
}

.tjwfjb-form-title span {
    font-size: 16px;
    font-weight: normal;
}

.tjwfjb-form-title span i {
    color: #de313f;
    font-style: normal;
}

.tjwfjb-form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.tjwfjb-form-input label {
    display: inline-block;
    width: 80px;
    font-size: 16px;
    color: #606266;
    line-height: 40px;
    text-align: right;
    margin-right: 16px;
    vertical-align: top;
}

.tjwfjb-form-input label span {
    color: #de313f;
}

.tjwfjb-form-input {
    flex: 1;
}

.tjwfjb-form-input input[type="text"] {
    height: 40px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    outline: none;
    font-size: 16px;
    color: #606266;
    text-indent: 32px;
}

.tjwfjb-form-input textarea {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    resize: none;
    outline: none;
    font-size: 16px;
    color: #606266;
    padding: 16px;
    box-sizing: border-box;
}

.form-input-tip {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: #afafaf;
}

.form-input1 {
    width: 360px;
}

.form-input2 {
    width: 670px;
}

.form-textarea {
    width: 670px;
    height: 220px;
}

.form-upload {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.form-upload p {
    font-size: 16px;
    color: #afafaf;
    line-height: 42px;
}

.form-upload-box {
    position: relative;
    margin-right: 20px;
}

.form-upload-box button {
    width: 104px;
    height: 42px;
    background-color: #c4c4c6;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 16px;
}

.form-upload-box input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 42px;
    opacity: 0;
}

.form-btns {
    display: inline-block;
}

.form-btns button {
    width: 104px;
    height: 42px;
    background-color: #376fb5;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 16px;
    margin-right: 45px;
}

.tjwfjb-rdzt {
    position: relative;
    margin-top: 40px;
    padding-bottom: 37px;
    background-color: #fff;
    box-shadow: 3px 4px 7px 0px rgba(240, 240, 240, 0.75);
}

.tjwfjb-rdzt-title:before {
    position: absolute;
    left: 24px;
    bottom: -2px;
    content: '';
    width: 57px;
    height: 5px;
    background-image: linear-gradient(#0962be, #0962be), linear-gradient(#3e3e3e, #3e3e3e);
    background-blend-mode: normal, normal;
}

.tjwfjb-swiper {
    /* padding: 0 52px 0 47px; */
    width: 1100px;
    overflow: hidden;
    margin: 15px auto 0;
}

.tjwfjb-swiper .swiper-slide {
    width: 220px;
    height: 130px;
}

.tjwfjb-swiper .swiper-slide .pic {
    width: 200px;
    margin: 0;
}

.tjwfjb-swiper .swiper-slide img {
    width: 200px;
}

.next {
    position: absolute;
    right: 10px;
    bottom: 64px;
    width: 39px;
    height: 74px;
    cursor: pointer;
}

.prev {
    position: absolute;
    left: 6px;
    bottom: 64px;
    width: 39px;
    height: 74px;
    cursor: pointer;
}