body {
    font-size: 18px;
    font-family: '微软雅黑';
    color: #333;
}
a {
    color: #333;
    text-decoration: none;
}
.d-banner {
    background: url(../img/banner-1.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 360px;
    margin-bottom: 48px;
}
.main {
    width: 1200px;
    margin: 0 auto;
}
section {
    margin-bottom: 58px !important;
}
.a-link {
    color: #0091FF;
    text-decoration: underline;
}
.h2-tit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
    font-size: 34px;
    color: #B76900;
    line-height: 46px;
    letter-spacing: 1px;
}
.h2-tit::before {
    content: '';
    width: 300px;
    height: 40px;
    margin-right: 40px;
    background: url(../img/title-l.png) no-repeat center center;
    background-size: auto 100%;
}
.h2-tit::after {
    content: '';
    width: 300px;
    height: 40px;
    margin-left: 40px;
    background: url(../img/title-r.png) no-repeat center center;
    background-size: auto 100%;
}
.h3-tit {
    margin-bottom: 28px;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #137ADB;
    line-height: 34px;
}
.h3-tit::before {
    margin-right: 13px;
    content: '';
    background: url(../img/ico-1.png) no-repeat center center;
    background-size: auto 100%;
    width: 32px;
    height: 32px;
}
.p-daoyu {
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: url(../img/bg-1.jpg) no-repeat center center;
    background-size: auto 100%;
    height: 197px;
    box-sizing: border-box;
    padding: 53px 38px 0;
    color: #B76900;
    line-height: 38px;
}
.con1 span {
    border-bottom: 1px dashed #E4BB98;
}
.con2-1 {
    position: relative;
    background: linear-gradient(180deg, #FFF6EC 0%, #FFFFFF 100%);
    box-shadow: 10px 10px 0px 0px rgba(255,168,79,0.5);
    border-radius: 8px;
    border: 1px solid #F99645;
    margin: 14px 0 53px;
    padding: 30px 369px 40px 26px;
}
.con2-1::after {
    content: '';
    background: url(../img/zw.png) no-repeat center center;
    background-size: 100% 100%;
    width: 400px;
    height: 290px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.con2-1 h3 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con2-1 h3::before {
    content: '';
    background: url(../img/arrow.png) no-repeat center center;
    background-size: 100% 100%;
    width: 34px;
    height: 34px;
    margin-right: 6px;
}
.con2-1 p {
    display: flex;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 1px;
}
.con2-1 p span {
    margin-right: 6px;
}
.con2-2 {
    margin-bottom: 52px;
}
.tableBox__title {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.tableBox__title h3 {
    box-sizing: border-box;
    padding-left: 24px;
    display: flex;
    align-items: center;
    background: url(../img/title-ys-1.png) no-repeat center center;
    background-size: auto 100%;
    width: 342px;
    height: 54px;
    font-size: 25px;
    line-height: 54px;
    letter-spacing: 1px;

}
.tableBox__title h3 .s-num {
    margin-top: -5px;
    margin-right: 27px;
    font-size: 28px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.tableBox__title .hd {
    display: flex;
}
.tableBox__title .hd li {
    position: relative;
    background: #FFE5CC;
    border-radius: 19px;
    cursor: pointer;
    color: #E17104;
    margin-right: 16px;
    padding: 0 25px;
    line-height: 38px;
}
.tableBox__title .hd li.on {
    background: #E17104;
    color: #fff;
}
.tableBox__title .hd li.on::after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: '';
    background: #E17104;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg) translateX(-50%);
}
.tableBox table {
    width: 100%;
    border:1px solid #ddd;
    border-collapse: collapse;
    font-size: 16px;
}
.tableBox th{
    border:1px solid #ddd;
    height: 50px;
    background: #FF9147;
    padding: 5px 0;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.tableBox th:first-child {
    width: 176px;
}
.tableBox th:last-child {
    width: 410px;
}
.tableBox td {
    padding: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    border:1px solid #ddd;
    background: #fff;
    text-align: left;
}
.tableBox tr:nth-child(odd) td {
    background: #FFF9ED;
}
.con3 {
    background: #FDF5EA;
    padding: 50px 0;
}
.con3-con {
    border: 1px solid #FFB387;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 40px 30px 10px;
    background: #fff;
}
.con3-con h3 {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    line-height: 44px;
    padding-left: 14px;
    font-size: 24px;
    color: #B76900;
    background: url(../img/title-ys-2.png) no-repeat left center;
    background-size: auto 100%;
}
.con3-con h3 .s-num {
    margin-right: 21px;
    color: #fff;
}
.con3-con-1 ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.con3-con-1 ul::after {
    content: '';
    background: url(../img/zw-2.png) no-repeat right bottom #FDF7EF;
    background-size: 180px 130px;
    width: 216px;
    height: 159px;
    position: absolute;
    bottom: 18px;
    right: 0;
}
.con3-con-1 li {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #FDF7EF;
    width: 216px;
    box-sizing: border-box;
    padding: 12px 14px;
    line-height: 24px;
    font-size: 16px;
}
.con3-con-1 li a {
    color: #B76900;
}
.con3-con-1 li a:hover {
    text-decoration: underline;
}
.con3-con-2 {
    margin: 45px 0;
}
.con3-con-2-con {
    display: flex;
    justify-content: space-between;
}
.con3-con-2__item {
    width: 358px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.con3-con-2__item__title {
    margin-bottom: 13px;
    line-height: 26px;
    font-size: 16px;
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.con3-con-2__item__imgs {
    display: flex;
    justify-content: space-between;
}
.con3-con-2__item__imgs img {
    width: 178px;
}
.con3-con-2 .tableBox th:first-child {
    width: 250px;
}
.con3-con-2 .tableBox th:last-child {
    width: 231px;
}
.con3-con-2 .tableBox tr td:last-child {
    text-align: center;
}

.con4 .tableBox td {
    padding: 12px;
}
.con4 .tableBox th:first-child {
    width: 211px;
    text-align: center;
}
.con4 .tableBox th:last-child {
    width: 246px;
    text-align: center;
}
.con4 .tableBox tr td:last-child {
    text-align: center;
}
.con4 .tableBox tr:nth-child(odd) td {
    background: none;
}
.con4 .tableBox tr.tr-bg td {
    background: #FFF9ED;
}
.con5 {
    background: url(../img/banner-2.jpg) no-repeat left center;
    background-size: auto 100%;
    height: 474px;
    box-sizing: border-box;
    padding: 45px 0;
}
.con5-con {
    display: flex;
    justify-content: space-between;
}
.con5-con__item {
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFEFD 100%);
    border: 1px solid #FFB387;
    border-radius: 8px;
}
.con5-L {
    padding: 30px;
    box-sizing: border-box;
    width: 814px;
}
.con5 h3 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #B76900;
    line-height: 35px;
}
.con5 h3::before {
    margin-right: 10px;
    content: '';
    width: 8px;
    height: 24px;
    background: #E08204;
}
.con5-L li {
    display: flex;
    padding-bottom: 12px;
    margin-bottom: 12px;
    line-height: 28px;
    border-bottom: 1px dashed #ddd;
}
.con5-L li a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.con5-L li a::before {
    margin-right: 8px;
    content: '·';
}
.con5-R {
    padding: 30px 26px 10px;
    box-sizing: border-box;
    width:366px;
}
.con5-R-1 {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    height: 111px;
    border: 1px solid #FFD9BA;
    background: linear-gradient(180deg, #FFF6EC 0%, #FEEBDB 100%);
    padding: 17px 16px;
    box-sizing: border-box;
}
.con5-R-1::after {
    content: '';
    width: 200px;
    height: 97px;
    background: url(../img/zw-3.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}
.con5-R h4 {
    margin-bottom: 7px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}
.con5-R-1 a.a-more {
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 19px;
    padding: 0 15px;
    font-size: 14px;
    color: #B76900;
}
.con5-R-2 .a-doc {
    margin-bottom: 12px;
    line-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 20px;
    color: #B76900;
    border: 1px solid #FFD9BA;
    border-radius: 2px;
    font-size: 16px;
}
.con5-R-2 .a-doc .s-tit {
    text-decoration: underline;
}
.con6 {
    margin-bottom: 0 !important;
    padding-bottom: 60px;
}
.slide1 {
    position: relative;
}
.slide1 .bd {
    overflow: hidden;
}
.slide1 .bd li {

    margin: 0 10px;
    box-sizing: border-box;
    width: 380px !important;
    height: 202px;
    border-radius: 5px;
    padding: 28px 16px 0;
    background: linear-gradient(180deg, #FFF4E8 0%, #FFFEFD 100%);
    border: 1px solid #FFD387;
}
.slide1 .bd li dl {
    display: flex;
    margin-bottom: 12px;
}
.slide1 .bd li dl dt {
    padding-top: 2px;
    margin-right: 12px;
}
.slide1 .bd li dl.dl-ques dd {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    letter-spacing: 1px;
}
.slide1 .bd li dl.dl-ans dd {
    font-size: 16px;
    color: #777777;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.slide1 .prev,.slide1 .next {
    position: absolute;
    width: 54px;
    top: 74px;
    cursor: pointer;
}
.slide1 .prev {
    left: -100px;
}
.slide1 .next {
    right: -100px;
}
.slide1 .prev img,.slide1 .next img {
    width: 54px;
}
